@charset "UTF-8";
@import "./animate.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@-webkit-keyframes zoomInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sticky {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sticky {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animInUp {
  from {
    -webkit-transform: translateY(10%) scale(0.98);
            transform: translateY(10%) scale(0.98);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animInUp {
  from {
    -webkit-transform: translateY(10%) scale(0.98);
            transform: translateY(10%) scale(0.98);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animInUp {
  -webkit-animation-name: animInUp;
  animation-name: animInUp;
}

.zoomInCenter {
  -webkit-animation-name: zoomInCenter;
          animation-name: zoomInCenter;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?55876633");
  src: url("../fonts/icons.eot?55876633#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?55876633") format("woff2"), url("../fonts/icons.woff?55876633") format("woff"), url("../fonts/icons.ttf?55876633") format("truetype"), url("../fonts/icons.svg?55876633#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon--drag:before {
  content: "\e800";
} /* '' */
.icon--edit:before {
  content: "\e801";
} /* '' */
.icon--share:before {
  content: "\e802";
} /* '' */
.icon--bin:before {
  content: "\e803";
} /* '' */
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma.woff2") format("woff2"), url("../fonts/Tahoma.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url("../fonts/Tahoma-Bold.woff2") format("woff2"), url("../fonts/Tahoma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Typography */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tahoma", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  line-height: 1.8em;
}

:root {
  height: 100%;
}

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

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}
button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d3d9de;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(56, 68, 85, 0.8);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #384455;
}

body {
  height: 100%;
  cursor: default;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 14px;
  color: #101010;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
}

body.active {
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img,
svg {
  pointer-events: none;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
}
.input input,
.input textarea, .input__selected {
  padding: 0.8em;
  border-radius: 0em;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  resize: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #101010;
  font-family: "Tahoma", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder, .input__selected::-webkit-input-placeholder {
  color: rgba(16, 16, 16, 0.4);
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .input__selected::-moz-placeholder {
  color: rgba(16, 16, 16, 0.4);
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder, .input__selected:-ms-input-placeholder {
  color: rgba(16, 16, 16, 0.4);
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder, .input__selected::-ms-input-placeholder {
  color: rgba(16, 16, 16, 0.4);
}
.input input::placeholder,
.input textarea::placeholder, .input__selected::placeholder {
  color: rgba(16, 16, 16, 0.4);
}
.input input:focus,
.input textarea:focus {
  color: #384455;
  border-color: rgba(16, 16, 16, 0.8);
}
.input--border input,
.input--border textarea,
.input--border .input__selected {
  color: #676e80;
  border: 1px solid rgba(16, 16, 16, 0.15);
}
.input--border._error input,
.input--border._error textarea,
.input--border._error .input__selected {
  border-color: #fc5a5a;
}
.input--select {
  position: relative;
  min-width: 130px;
}
.input--select .input__selected {
  cursor: pointer;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.input--select .input__selected:hover {
  opacity: 0.8;
  border-color: rgba(16, 16, 16, 0.8);
}
.input--select .input__selected:after {
  color: inherit;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1.2em;
  width: 0;
  height: 0;
  border-bottom: 6px solid currentColor;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input--select .input__dropdown {
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid transparent;
  color: #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid transparent;
  border-top: unset;
  -webkit-transition: max-height 0.3s ease, border-color 0s ease 0.3s, opacity 0.1s ease 0.2s;
  transition: max-height 0.3s ease, border-color 0s ease 0.3s, opacity 0.1s ease 0.2s;
  scrollbar-width: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */
  z-index: 1;
}
.input--select .input__dropdown::-webkit-scrollbar {
  /** WebKit */
  display: none;
}
.input--select .input__dropdown-item {
  cursor: pointer;
  padding: 0.4em 1em;
  border-top: 1px solid rgba(56, 68, 85, 0.1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.input--select .input__dropdown-item:hover {
  background: #fff;
}
.input--select .input__dropdown-item:first-child {
  border-top: unset;
}
.input--select .input__dropdown-item strong {
  color: #384455;
  font-weight: 500;
  pointer-events: none;
}
.input--select .input__dropdown-item p {
  pointer-events: none;
}
.input--select.active .input__selected {
  color: #384455;
  border-color: #384455;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.input--select.active .input__selected:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input--select.active .input__dropdown {
  top: 100%;
  max-height: 30vh;
  overflow-y: auto;
  border-color: #101010;
  opacity: 1;
  padding: 0.5em 0 1em 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.2s ease;
  transition: max-height 0.4s ease, opacity 0.2s ease;
}

.button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 0.8em;
  border: 1px solid transparent;
  gap: 0.6em;
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button--primary {
  background: #fa6400;
  border-color: #fa6400;
  color: #fff;
  border-radius: 100px;
}
.button--primary:hover {
  opacity: 0.8;
  background: #fb741a;
}
.button--border {
  border-color: #0d4558;
  background: #feecdc;
  border-radius: 100px;
}
.button--border:hover {
  border-color: #fa6400;
  color: #384455;
  background: rgba(250, 100, 0, 0.6);
}
.button._lg {
  padding: 1.1em 1.5em;
}
.button._shadow {
  -webkit-box-shadow: 0 0.25em 1.8em rgba(56, 68, 85, 0.15);
          box-shadow: 0 0.25em 1.8em rgba(56, 68, 85, 0.15);
}

.buttonText {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em;
  gap: 0.3em;
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buttonText--primary {
  color: #fa6400;
}
.buttonText--primary:hover {
  opacity: 0.8;
}
.buttonText--primary:active {
  opacity: 0.6;
}

.ratioImage {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
}
.ratioImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratioImage--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.badge {
  background: #384455;
  border-radius: 100px;
  padding: 0.3em 0.5em;
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 18px;
  z-index: 0;
}
.checkbox input {
  width: 1em;
  height: 1em;
  z-index: 1;
  font-size: inherit;
  opacity: 0;
}
.checkbox input:checked + span::before {
  border-color: #101010;
}
.checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkbox span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox span::before {
  content: "";
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  width: 0.25em;
  height: 0.5em;
  border-bottom: 1.5px solid rgba(16, 16, 16, 0.2);
  border-right: 1.5px solid rgba(16, 16, 16, 0.2);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.checkbox__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__outer label {
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 0.7em;
}
.checkbox__outer label a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox__outer label a:hover {
  opacity: 0.6;
}

.custIcon {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 0.8em;
  width: 0.8em;
  color: inherit;
}
.custIcon--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.custIcon--rtArr:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.custIcon--rtArr::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.custIcon--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.custIcon--up::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-bottom: 5px solid #7b8a8a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custIcon--down::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-top: 5px solid #7b8a8a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custIcon--cross:before, .custIcon--cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #101010;
}
.custIcon--cross:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.custIcon--cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.custIcon--tick {
  margin-right: 5px;
}
.custIcon--tick:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 80%;
  border-bottom: 2px solid #101010;
  border-right: 2px solid #101010;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.custIcon--dots {
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #101010;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.custIcon--dots:before, .custIcon--dots:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: inherit;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.custIcon--dots:before {
  left: calc(100% + 0.75em);
}
.custIcon--dots:after {
  right: calc(100% + 0.75em);
}
.custIcon--dots.active {
  width: 4.5em;
  border-radius: 2px;
}
.custIcon--dots.active:before, .custIcon--dots.active:after {
  opacity: 0;
}
.custIcon--rounded {
  font-size: inherit;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fa6400;
}
.custIcon--rounded:after {
  top: 45%;
  width: 25%;
  height: 50%;
  border-color: #101010;
}

.noBreak {
  white-space: nowrap;
}

.popup {
  position: absolute;
  top: 40vh;
  left: 50%;
  width: 90%;
  max-width: 500px;
  max-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-shadow: 0 5px 20px 5px rgba(56, 68, 85, 0.3);
          box-shadow: 0 5px 20px 5px rgba(56, 68, 85, 0.3);
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  -webkit-transform: translate(-50%, 0%) scale(0.9);
          transform: translate(-50%, 0%) scale(0.9);
  -webkit-transition: 0.3s ease-out 0.15s;
  transition: 0.3s ease-out 0.15s;
  opacity: 0;
  z-index: 1;
}
.popup__outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  overflow: hidden;
  -webkit-transform: translate(-200%, -200%);
          transform: translate(-200%, -200%);
  background: rgba(56, 68, 85, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s;
}
.popup__outer.active {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.popup__outer.active .popup {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.popup__header {
  text-align: center;
}
.popup__header h6 {
  font-weight: 700;
  margin-bottom: 0.4em;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.popup__body .input {
  margin-bottom: 10px;
}
.popup__body .input:last-child {
  margin: 0;
}
.popup__body .errorMessage {
  display: none;
  color: #fc5a5a;
  font-size: 14px;
  line-height: 1;
}
.popup__body .errorMessage.active {
  display: block;
}
.popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  margin-top: 15px;
}
.popup__footer._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  gap: 0.5em;
  padding: 1em;
  max-height: 200px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.checkList::-webkit-scrollbar {
  width: 5px;
}
.checkList::-webkit-scrollbar-track {
  background: #d3d9de;
}
.checkList::-webkit-scrollbar-thumb {
  background: rgba(56, 68, 85, 0.8);
  border-radius: 10px;
}
.checkList::-webkit-scrollbar-thumb:hover {
  background: #384455;
}
.checkList__item {
  cursor: pointer;
  position: relative;
  display: block;
  color: #384455;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.6em 3em 0.6em 1em;
  border-radius: 0.6em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: rgba(206, 231, 253, 0.2);
  border: 1px solid transparent;
}
.checkList__item b {
  font-weight: 500;
}
.checkList__item:hover {
  color: #384455;
  border-color: #fc5a5a;
  background: rgba(252, 90, 90, 0.1);
}
.checkList__item:hover:after {
  opacity: 1;
}
.checkList__item:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1em;
  background: url("../images/icons/bin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.footer {
  margin-top: auto;
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--empty {
  border-bottom: 1px solid #e9eef3;
}
.header--empty .header__inner {
  min-height: 75px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}

.autoContainer {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 60px;
}

.layoutDash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layoutDash__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layoutDash__inner-main {
  position: relative;
  width: 65%;
  padding: 40px 25px;
}
.layoutDash__inner-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.layoutDash__inner-main h1 {
  text-align: center;
  margin-bottom: 0.4em;
}
.layoutDash__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
  padding: 40px 25px;
  gap: 10px;
  background: #edeef0;
}

.tabs__item {
  display: none;
}
.tabs__item.active {
  display: block;
  -webkit-animation: fadeInUp 0.3s ease-out;
          animation: fadeInUp 0.3s ease-out;
}

.issueBox__title {
  font-family: #384455;
  font-size: 20px;
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.issueBox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 15px;
}
.issueBox__item {
  position: relative;
  z-index: 0;
  font-size: 16px;
  width: calc(20% - 16px);
  margin: 0 8px;
}
.issueBox__item-dragable {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
}
.issueBox__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 1.5em;
  font-size: 20px;
}
.issueBox__item-icon .icon {
  font-size: 1.2em;
}
.issueBox__item label {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(13, 69, 88, 0.45);
  background: #feecdc;
  padding: 0.8em 0.2em 1em 0.2em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: inherit;
  color: #0d4558;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
.issueBox__item label strong {
  width: 1.7em;
  height: 1.7em;
  border-radius: 50px;
  background: #384455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
.issueBox__item input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.issueBox__item input:hover ~ label {
  opacity: 0.8;
}
.issueBox__item input:checked ~ label {
  color: #fff;
  background: #384455;
  border-color: rgba(13, 69, 88, 0.22);
  opacity: 1;
}
.issueBox__item input:checked ~ label strong {
  color: #384455;
  background: #fff;
}
.issueBox__item input:checked ~ .issueBox__item-dragable {
  color: #fff !important;
}
.issueBox__item:hover label {
  opacity: 0.8;
}
.issueBox__item._new label {
  cursor: pointer;
  background: rgba(13, 69, 88, 0.1);
}
.issueBox__item._new label strong b {
  font-size: 1.4em;
  font-weight: 500;
}
.issueBox__item._new label:active {
  color: #fff;
  background: rgba(56, 68, 85, 0.5);
}
.issueBox__item._new label:active .icon {
  color: #fff;
}
.issueBox__item._delete label {
  cursor: pointer;
}
.issueBox__item._delete label .icon {
  color: #fc5a5a;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.issueBox__item._delete label:active {
  color: #fff;
  background: rgba(252, 90, 90, 0.85);
  border-color: #fc5a5a;
}
.issueBox__item._delete label:active .icon {
  color: #fff;
}

.inspectorBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.inspectorBox__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 0;
}
.inspectorBox__inner-image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 65px;
  border: 2px solid #fa6400;
}
.inspectorBox__inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.inspectorBox__inner-events {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inspectorBox__inner-events._debug button {
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 10px;
  color: #fff;
  text-indent: 0;
}
.inspectorBox__inner-events button {
  position: absolute;
}
.inspectorBox__inner-events button:nth-child(1) {
  left: 28%;
  top: 16%;
  width: 11%;
  height: 6%;
}
.inspectorBox__inner-events button:nth-child(2) {
  left: 39%;
  top: 16%;
  width: 11%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(3) {
  left: 6%;
  top: 25%;
  width: 8%;
  height: 8%;
}
.inspectorBox__inner-events button:nth-child(4) {
  left: 14.5%;
  top: 22%;
  width: 8.5%;
  height: 6%;
}
.inspectorBox__inner-events button:nth-child(5) {
  left: 23.5%;
  top: 21%;
  width: 14%;
  height: 10%;
}
.inspectorBox__inner-events button:nth-child(6) {
  left: 34.3%;
  top: 23%;
  width: 3%;
  height: 2%;
  z-index: 3;
}
.inspectorBox__inner-events button:nth-child(7) {
  left: 38%;
  top: 21%;
  width: 10.0%;
  height: 10%;
}
.inspectorBox__inner-events button:nth-child(8) {
  left: 48.3%;
  top: 22.5%;
  width: 3%;
  height: 2%;
  z-index: 3;
}
.inspectorBox__inner-events button:nth-child(9) {
  left: 51%;
  top: 20%;
  width: 9%;
  height: 6%;
}
.inspectorBox__inner-events button:nth-child(10) {
  left: 57%;
  top: 26%;
  width: 8%;
  height: 4%;
}
.inspectorBox__inner-events button:nth-child(11) {
  left: 57%;
  top: 30%;
  width: 8%;
  height: 4%;
}
.inspectorBox__inner-events button:nth-child(12) {
  left: 14%;
  top: 30%;
  width: 8%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(13) {
  left: 49.5%;
  top: 30%;
  width: 8%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(14) {
  left: 14%;
  top: 35%;
  width: 8%;
  height: 2%;
}
.inspectorBox__inner-events button:nth-child(15) {
  left: 49.5%;
  top: 35%;
  width: 8%;
  height: 2%;
}
.inspectorBox__inner-events button:nth-child(16) {
  left: 23.5%;
  top: 31%;
  width: 25%;
  height: 2.5%;
}
.inspectorBox__inner-events button:nth-child(17) {
  left: 21%;
  top: 40%;
  width: 10%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(18) {
  left: 32%;
  top: 40%;
  width: 10%;
  height: 6%;
}
.inspectorBox__inner-events button:nth-child(19) {
  left: 12%;
  top: 44%;
  width: 8.3%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(20) {
  left: 6%;
  top: 49%;
  width: 8%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(21) {
  left: 6%;
  top: 54%;
  width: 8%;
  height: 4%;
}
.inspectorBox__inner-events button:nth-child(22) {
  left: 19.5%;
  top: 46%;
  width: 4%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(23) {
  left: 22.5%;
  top: 46%;
  width: 10.5%;
  height: 9%;
}
.inspectorBox__inner-events button:nth-child(24) {
  left: 33%;
  top: 47%;
  width: 4%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(25) {
  left: 36.0%;
  top: 46%;
  width: 12%;
  height: 9%;
}
.inspectorBox__inner-events button:nth-child(26) {
  left: 46.8%;
  top: 46%;
  width: 10.5%;
  height: 6.1%;
}
.inspectorBox__inner-events button:nth-child(27) {
  left: 57.3%;
  top: 50%;
  width: 8.5%;
  height: 5.1%;
}
.inspectorBox__inner-events button:nth-child(28) {
  left: 13.4%;
  top: 53.3%;
  width: 8.5%;
  height: 7.3%;
}
.inspectorBox__inner-events button:nth-child(29) {
  left: 49.4%;
  top: 53.3%;
  width: 8.5%;
  height: 7.3%;
}
.inspectorBox__inner-events button:nth-child(30) {
  left: 24.4%;
  top: 55.8%;
  width: 21.5%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(31) {
  left: 13.4%;
  top: 60.5%;
  width: 8.5%;
  height: 1.6%;
}
.inspectorBox__inner-events button:nth-child(32) {
  left: 49.4%;
  top: 60.5%;
  width: 8.5%;
  height: 1.6%;
}
.inspectorBox__inner-events button:nth-child(33) {
  left: 9.5%;
  top: 67.5%;
  width: 20%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(34) {
  left: 5.5%;
  top: 70%;
  width: 4%;
  height: 2.5%;
}
.inspectorBox__inner-events button:nth-child(35) {
  left: 29.6%;
  top: 70%;
  width: 4%;
  height: 2.5%;
}
.inspectorBox__inner-events button:nth-child(36) {
  left: 7.5%;
  top: 73.5%;
  width: 6%;
  height: 4%;
}
.inspectorBox__inner-events button:nth-child(37) {
  left: 14%;
  top: 75.5%;
  width: 11.2%;
  height: 5%;
}
.inspectorBox__inner-events button:nth-child(38) {
  left: 25.5%;
  top: 73.5%;
  width: 6%;
  height: 4%;
}
.inspectorBox__inner-events button:nth-child(39) {
  left: 8.5%;
  top: 78.7%;
  width: 4.2%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(40) {
  left: 14%;
  top: 79.5%;
  width: 11.2%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(41) {
  left: 26.7%;
  top: 78.7%;
  width: 4.2%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(42) {
  left: 36.7%;
  top: 69.8%;
  width: 4.2%;
  height: 2.8%;
}
.inspectorBox__inner-events button:nth-child(43) {
  left: 42.8%;
  top: 68%;
  width: 17.2%;
  height: 3.9%;
}
.inspectorBox__inner-events button:nth-child(44) {
  left: 61.8%;
  top: 69.8%;
  width: 4.2%;
  height: 2.8%;
}
.inspectorBox__inner-events button:nth-child(45) {
  left: 39.3%;
  top: 72.5%;
  width: 6%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(46) {
  left: 45.8%;
  top: 72.5%;
  width: 11%;
  height: 8%;
}
.inspectorBox__inner-events button:nth-child(47) {
  left: 57.2%;
  top: 72.5%;
  width: 6%;
  height: 3%;
}
.inspectorBox__inner-events button:nth-child(48) {
  left: 38.5%;
  top: 76.5%;
  width: 6%;
  height: 4.3%;
}
.inspectorBox__inner-events button:nth-child(49) {
  left: 46%;
  top: 77.5%;
  width: 11%;
  height: 3.7%;
}
.inspectorBox__inner-events button:nth-child(50) {
  left: 58.0%;
  top: 77.0%;
  width: 6%;
  height: 4.3%;
}
.inspectorBox__inner-events button:nth-child(51) {
  left: 73%;
  top: 22%;
  width: 22%;
  height: 12.5%;
}
.inspectorBox__inner-events button:nth-child(52) {
  left: 73%;
  top: 35%;
  width: 22%;
  height: 10.4%;
}
.inspectorBox__inner-events button:nth-child(53) {
  left: 73%;
  top: 46%;
  width: 22%;
  height: 23.5%;
}
.inspectorBox__inner-events button:nth-child(54) {
  left: 75%;
  top: 73.0%;
  width: 19%;
  height: 7%;
}

.inspectorBox__inner-events button:nth-child(55) {
  left: 75%;
  top: 70.5%;
  width: 19%;
  height: 3%;
}

.inspectorBox__inner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: rgba(16, 16, 16, 0.6);
}
.inspectorBox__inner-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.inspectorBox__part {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: transparent;
}
.inspectorBox__part > span {
  text-indent: -9999px;
}
.inspectorBox__part:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: #217efd;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.inspectorBox__part:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.inspectorBox__part:hover > span {
  opacity: 0.8;
}
.inspectorBox__part.active:after {
  display: none;
}
.inspectorBox__part-marks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  font-size: 12px;
}
.inspectorBox__part-marks span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2em;
  font-size: inherit;
  background: #384455;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-left: -0.6em;
}
.inspectorBox__part-marks span:first-child {
  margin: 0;
}
.inspectorBox__part-marks span:hover {
  color: #fff;
  z-index: 2;
}
.inspectorBox__zoom {
  position: absolute;
  top: 50%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #101010;
  overflow: hidden;
  border-radius: 3em;
  gap: 2px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  font-size: 20px;
}
.inspectorBox__zoom button {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  padding: 0.3em 0.7em;
  background: rgba(13, 69, 88, 0.8);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inspectorBox__zoom button:hover {
  background: rgba(255, 255, 255, 0.25);
}
.inspectorBox__zoom button:active {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.inspectorForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.inspectorForm__field {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.inspectorForm__field-header {
  position: relative;
  font-size: 20px;
  padding: 0 1.5em;
  margin-bottom: 0.5em;
}
.inspectorForm__field-header h6 {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  min-height: 20px;
}
.inspectorForm__field-header-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0.2em;
  top: 0;
  font-size: inherit;
}
.inspectorForm__field-header-edit .buttonIco {
  color: #fa6400;
  font-size: inherit;
  padding: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.inspectorForm__field-header-edit .buttonIco.active {
  display: none;
}
.inspectorForm__field-header-edit .icon {
  margin: 0;
  padding: 0;
}
.inspectorForm__field-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.inspectorForm__field-body .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 135px;
}
.inspectorForm__field-body .input {
  font-size: 12px;
}
.inspectorForm__field-body * > label {
  color: #707070;
}
.inspectorForm__footer {
  margin-top: 20px;
}
.inspectorForm__footer .button--primary {
  margin: 0 auto;
  min-width: 230px;
}

@media (max-width: 1400px) {
  .issueBox__item {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .layoutDash__inner-main {
    width: 70%;
    padding: 25px 25px;
    gap: 15px;
  }
  .layoutDash__inner-side {
    width: 30%;
    padding: 25px 15px;
  }
  .issueBox__item {
    font-size: 12px;
  }
}
@media (max-width: 1160px) {
  .autoContainer {
    padding: 0 40px;
  }
  .popup__outer {
    position: fixed;
  }
  .layoutDash__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layoutDash__inner-main {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 25px 25px;
    gap: 15px;
  }
  .layoutDash__inner-side {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 25px 25px;
  }
  .inspectorForm {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .autoContainer {
    padding: 0 30px;
  }
}
@media (max-width: 940px) {
  .autoContainer {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .autoContainer {
    padding: 0 15px;
  }
  .issueBox__row {
    margin: 0 -10px;
    gap: 10px 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .issueBox__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(33.33% - 20px);
    max-width: 180px;
    margin: 0 10px;
  }
  .inspectorBox__inner-image {
    border-radius: 45px;
  }
  .inspectorBox__zoom {
    position: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 20px;
  }
  .inspectorForm .checkList__item label {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  ._hideMob {
    display: none;
  }
  .issueBox__row {
    margin: 0 -5px;
  }
  .issueBox__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
  .issueBox__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    font-size: 18px;
  }
  .issueBox__title .buttonText {
    margin-left: auto;
  }
  .inspectorBox__inner-image {
    border-radius: 45px;
  }
  .inspectorForm__field {
    padding: 20px 10px;
  }
  .inspectorForm__field-body .button {
    font-size: 14px;
    margin-top: 10px;
  }
  .inspectorForm .checkList__item label {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .issueBox__title {
    font-size: 16px;
  }
  .issueBox__row {
    margin: 0 -3px;
    row-gap: 6px;
  }
  .issueBox__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(33.33% - 6px);
    margin: 0 3px;
    font-size: 11px;
  }
  .issueBox__item label strong {
    font-size: 16px;
  }
  .inspectorForm .checkList {
    font-size: 8px;
    padding: 0 0.6em 0 0;
  }
  .inspectorForm .checkList__item label {
    font-size: 12px;
  }
  .inspectorBox__inner-image {
    border-radius: 35px;
  }
  .inspectorBox__part-marks span {
    font-size: 10px;
  }
}