body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
}

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

main {
  min-height: calc(100vh - 625px);
}

@media screen and (max-width: 1024px) {
  main {
    min-height: calc(100vh - 509px);
  }
}

@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 530px);
  }
}

@media screen and (max-width: 576px) {
  main {
    min-height: unset;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
label {
  margin: 0;
}

button {
  cursor: pointer;
}

.center {
  text-align: center !important;
}

@media (min-width: 1024.98px) {
  #tidio-chat-iframe {
    max-height: calc(100% - 90px) !important;
  }
}

.body-mask {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10000000000;
  display: none;
}

@media (min-width: 1024.98px) {
  .body-mask {
    z-index: 1000000;
  }
}

@media (max-width: 767.98px) {
  .body-mask {
    background: #232528bf;
  }
}

.body-mask.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}

.body-mask.menu-mask {
  display: block;
  animation: fadeIn 0.5s forwards;
  background: #23252866;
}

.body-mask.remove-menu-mask {
  animation: fadeOut 0.3s forwards;
  background: #23252866;
}

.body-mask.pop-up-bg {
  background: #232528cc;
}

@media (max-width: 991.98px) {
  .body-mask.pop-up-bg {
    background: #232528b3;
  }
}

.body-mask.pop-up-slider-bg {
  background: #23252880;
}

@media (max-width: 991.98px) {
  .body-mask.pop-up-slider-bg {
    background: #232528b3;
  }
}

.body-mask.chat-mask {
  top: 79px;
  background: #23252833;
}

@media (max-width: 576px) {
  .body-mask.chat-mask {
    top: 68px;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 767.98px) {
  .v-mob {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .v-desktop {
    display: none !important;
  }
}

@media (min-width: 1024.98px) {
  .v-tablet {
    display: none !important;
  }
}

.v-only-tab {
  display: none;
}

@media only screen and (min-width: 768px) {
  .v-only-tab {
    display: block;
  }
}

@media only screen and (min-width: 1024.98px) {
  .v-only-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .v-only-desktop {
    display: none !important; } }

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffb3;
  z-index: 1000000000000;
  justify-content: center;
  align-items: center;
  display: none;
}

.loading-overlay.show {
  animation: fadeIn 0.5s forwards;
  display: flex;
}

.loading-overlay .loader {
  width: 84px;
  height: 84px;
  text-align: center;
  padding: 1em;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

.loading-overlay .loader svg {
  width: 100%;
  height: 100%;
}

.loading-overlay .loader svg path,
.loading-overlay .loader svg rect {
  fill: #3578ea;
}

.back-to-top {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e8eaed;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  transition: 0.3s;
}

.back-to-top:focus {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .back-to-top:hover {
    background: #232528;
  }

  .back-to-top:hover svg path {
    fill: #fff;
  }
}

.back-to-top svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.back-to-top svg path {
  fill: #232528;
  transition: 0.3s;
}

.section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 112px;

}

@media (max-width: 1280px) {
  .section-container {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .section-container {
    padding: 0 16px;
  }
}

.page-title-wrapper {
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 991.98px) {
  .page-title-wrapper {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .page-title-wrapper {
    margin-bottom: 24px;
  }
}

.page-title-wrapper .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #232528;
  margin-bottom: 8px;
  text-align: center;
}

@media (max-width: 576px) {
  .page-title-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.page-title-wrapper .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4d4f53;
}

@media (max-width: 576px) {
  .page-title-wrapper .subtitle {
    font-size: 12px;
    line-height: 22px;
  }
}

.page-title-wrapper .subtitle span {
  font-weight: 600;
}

.not-found-content {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.not-found-content .photo {
  width: 220px;
  height: 220px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .not-found-content .photo {
    width: 150px;
    height: 150px;
  }
}

.not-found-content .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.not-found-content .text .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #232528;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .not-found-content .text .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.not-found-content .text .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #555e6d;
  text-align: center;
}

@media (max-width: 576px) {
  .not-found-content .text .content {
    font-size: 14px;
    line-height: 24px;
  }
}

.squareImg {
  padding-top: 100%;
  width: 100%;
  position: relative;
}

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

.button-clear {
  align-items: center;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #232528;
  display: none;
}

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

.button-clear.active {
  animation: fadeIn 0.3s forwards;
  display: flex;
}

.button-clear .icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.button-clear .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button-blue {
  background: #3578ea;
  border: 1px solid #3578ea;
  border-radius: 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  padding: 12px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
}

@media (hover: hover) and (pointer: fine) {
  .button-blue:hover {
    color: #fff;
    text-decoration: none;
    background: #1764e9;
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28), inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

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

.button-blue.loading {
  position: relative;
  background-color: #929497;
  border-color: #929497;
  pointer-events: none;
}

.button-blue.loading:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/uploads/12037607/File/embroidery/assets/loading-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 50%;
  animation: loading-button 1.5s infinite forwards linear;
  z-index: 2;
}

.btn-outline {
  background: #fff;
  border: 1px solid #FF5C35;
  border-radius: 4px;
  color: #FF5C35;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: Poppins !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .btn-outline:hover {
    color: #fff;
    background: #FF5C35;
  }
}

.btn-orng {
  border: 1px solid #FF5C35;
  background: #FF5C35;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  font-family: Poppins !important;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .btn-orng:hover {
    border: 1px solid #DC320A;
    background: #DC320A;
  }
}

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

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

.radio-wrapper {
  position: relative;
}

.radio-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-wrapper label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding-left: 25px;
  color: #555e6d;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .radio-wrapper label:hover {
    color: #3578ea;
  }
}

@media (max-width: 991.98px) {
  .radio-wrapper label {
    font-size: 12px;
  }
}

.radio-wrapper input[type="radio"]+label {
  position: relative;
  cursor: pointer;
}

.radio-wrapper input[type="radio"]+label:before,
.radio-wrapper input[type="radio"]+label:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 0px;
  border-radius: 100%;
  border: 1px solid;
}

.radio-wrapper input[type="radio"]+label:before {
  border-color: #929497;
}

.radio-wrapper input[type="radio"]+label:after {
  border-color: #3578ea;
  background-color: #3578ea;
  transition: 0.3s;
  transform: scale(0, 0);
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.radio-wrapper input[type="radio"]:checked+label {
  color: #3578ea;
}

.radio-wrapper input[type="radio"]:checked+label:after {
  transform: scale(0.75, 0.75);
  display: block;
}

.radio-wrapper input[type="radio"]:checked+label:before {
  background: #3578ea;
  border-color: #3578ea;
}

.checkbox-wrapper {
  position: relative;
}

.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding-left: 25px;
  color: #4d4f53;
}

@media (max-width: 991.98px) {
  .checkbox-wrapper label {
    font-size: 12px;
  }
}

.checkbox-wrapper input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"]+label:before,
.checkbox-wrapper input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: 0px;
  left: 0px;
  border-radius: 2px;
  border: 2px solid;
}

.checkbox-wrapper input[type="checkbox"]+label:before {
  border-color: #929497;
}

.checkbox-wrapper input[type="checkbox"]+label:after {
  border-color: #3578ea;
  background-color: #3578ea;
  transition: 0.3s;
  transform: scale(0, 0);
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox-wrapper input[type="checkbox"]:checked+label:after {
  transform: scale(1, 1);
  display: block;
}

.color-checkbox {
  position: relative;
}

.color-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .color-checkbox label {
    border: 1px solid #e3e3e3;
    padding: 2px 12px;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    color: #232528;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
  }
}

.color-checkbox label .c_code {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
}

@media (max-width: 991.98px) {
  .color-checkbox label .c_code {
    width: 8px;
    height: 8px;
    margin-right: 4px;
  }
}

@media (min-width: 991.98px) {
  .color-checkbox label .c_name {
    display: none;
  }
}

.color-checkbox input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
}

.color-checkbox input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  transform: scale(0, 0);
  transform-origin: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 991.98px) {
  .color-checkbox input[type="checkbox"]+label:after {
    background-image: url("/uploads/12037607/File/embroidery/assets/tick-white.svg");
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]+label:after {
    background: #232528;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    right: 0;
    transform: translate(50%, -50%) scale(0, 0);
  }
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]:checked+label {
    border-color: #232528;
  }
}

.color-checkbox input[type="checkbox"]:checked+label:after {
  transform: scale(0.6, 0.6);
}

@media (max-width: 991.98px) {
  .color-checkbox input[type="checkbox"]:checked+label:after {
    transform: translate(50%, -50%) scale(1, 1);
    background-image: url("/uploads/12037607/File/embroidery/assets/close-white.svg");
    background-size: contain;
  }
}

.range-wrapper {
  max-width: 160px;
}

@media (max-width: 991.98px) {
  .range-wrapper {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .range-wrapper {
    margin-bottom: 16px;
  }
}

.range-wrapper .double-range-slider {
  position: relative;
  margin: 16px 0;
  width: 100%;
  height: 20px;
}

@media (max-width: 991.98px) {
  .range-wrapper .double-range-slider {
    margin-top: 0;
  }
}

.range-wrapper .double-range-slider input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.range-wrapper .double-range-slider input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

.range-wrapper .double-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid #3578ea;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-6px);
}

.range-wrapper .double-range-slider input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid #3578ea;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.range-wrapper .double-range-slider input[type="range"]::-ms-thumb {
  appearance: none;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid #3578ea;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.range-wrapper .double-range-slider .slider-track {
  width: 100%;
  height: 3px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 3px;
}

.range-wrapper .input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.range-wrapper .input-wrapper input {
  border: 1px solid #929497;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #232528;
  transition: 0.3s;
  height: 24px;
  padding: 0 5px;
  width: calc(50% - 15px);
}

@media (max-width: 991.98px) {
  .range-wrapper .input-wrapper input {
    width: calc(50% - 23px);
  }
}

.range-wrapper .input-wrapper input::placeholder {
  color: #929497;
}

.range-wrapper .input-wrapper input:focus {
  border-color: #232528;
  outline: none;
}

.range-wrapper .input-wrapper .separator {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #929497;
}

.load-colors {
  display: none;
  align-items: center;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #929497;
  margin: 12px 12px 0 0;
  transition: 0.3s;
}

@media (min-width: 991.98px) {
  .load-colors {
    display: none !important;
  }
}

.load-colors.active {
  display: flex;
}

.load-colors:focus {
  outline: none;
}

.load-colors:hover,
.load-colors:focus {
  color: #232528;
}

.load-colors:hover circle,
.load-colors:focus circle {
  stroke: #232528;
}

.load-colors:hover path,
.load-colors:focus path {
  fill: #232528;
}

.load-colors .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.load-colors .icon svg {
  width: 100%;
  height: 100%;
}

.load-colors .icon svg circle,
.load-colors .icon svg path {
  transition: 0.3s;
}

.rate-stars {
  display: flex;
  margin-right: 5px;
}

.rate-stars.four-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.four-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.three-star .icon:nth-child(4) img.s_yellow,
.rate-stars.three-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.three-star .icon:nth-child(4) img.s_gray,
.rate-stars.three-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.two-star .icon:nth-child(3) img.s_yellow,
.rate-stars.two-star .icon:nth-child(4) img.s_yellow,
.rate-stars.two-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.two-star .icon:nth-child(3) img.s_gray,
.rate-stars.two-star .icon:nth-child(4) img.s_gray,
.rate-stars.two-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars.one-star .icon:nth-child(2) img.s_yellow,
.rate-stars.one-star .icon:nth-child(3) img.s_yellow,
.rate-stars.one-star .icon:nth-child(4) img.s_yellow,
.rate-stars.one-star .icon:last-child img.s_yellow {
  display: none;
}

.rate-stars.one-star .icon:nth-child(2) img.s_gray,
.rate-stars.one-star .icon:nth-child(3) img.s_gray,
.rate-stars.one-star .icon:nth-child(4) img.s_gray,
.rate-stars.one-star .icon:last-child img.s_gray {
  display: block;
}

.rate-stars .icon {
  width: 18px;
  height: 18px;
}

.rate-stars .icon img {
  width: 100%;
  height: 100%;
}

.rate-stars .icon img.s_yellow {
  display: block;
}

.rate-stars .icon img.s_gray {
  display: none;
}

.cart-count {
  height: 14px;
  background: #f76b6a;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(5px, -5px);
  padding: 2px;
  display: none;
}

@media (max-width: 1024px) {
  .cart-count {
    transform: translate(0px, 0px);
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}

.cart-count.active {
  display: flex;
}

@keyframes slideToRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideBackUp {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes hamMenu {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes loading-button {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


/*region Customer Section */
#customer {
  padding: 24px 0;
  background-color: #F6F9FC;
}

@media only screen and (max-width: 768px) {
  #customer {
    padding: 40px 0;
    background-color: #fff;
  }
}

#customer .desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.46px;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  #customer .desc {
    font-size: 20px;
  }
}

#customer .customer-box {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  #customer .customer-box {
    padding: 8px 14px;
    box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
    border: 1px solid #E6E8EA;
    border-radius: 4px;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }
}

#customer .customer-box-item {
  width: calc(100% / 12 * 8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #E6E8EA;
  background: #FFF;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #customer .customer-box-item {
    box-shadow: none;
    border: none;
    width: calc(100% / 3);
  }
}

#customer .customer-box-item img {
  max-width: calc(100% - 20px);
}

/*endregion*/

.button-black {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #232528;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  border: none;
}


@media (max-width: 768px) {
  jdiv.__jivoMobileButton {
      display: block !important;
  }
  .container__ps7Uv.__visible__DHm8p{
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideToTop {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideToBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideToLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideToRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideBackUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes hamMenu {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 100%;
    opacity: 1;
  }
}

@keyframes filterPhoto {
  from {
    transform: scale(0, 0);
  }

  to {
    transform: scale(1, 1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes chatAnim {
  from {
    background: #e3e3e3;
  }

  to {
    background: #232528;
  }
}

@keyframes chatAnimMob {
  from {
    background: #3578ea;
  }

  to {
    background: #fff;
  }
}

@keyframes waveOut {
  from {
    transform: translate(-50%, -50%) scale(1, 1);
    background: #797979;
  }

  to {
    transform: translate(-50%, -50%) scale(1.9, 1.9);
    background: #ffffff00;
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(10px);
  }

  40% {
    transform: translateX(-10px);
  }

  60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes rotateRound {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-button {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loading {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

  /*#region GALLERY POPUP CSS */
  .lightbox {
    position: fixed;
    display: none;
    background-color: rgba(35, 37, 40, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000000000000;
    animation: fadeIn 0.5s forwards;
  }

  .lightbox .lightbox-content {
    width: 100%;
    height: calc(100% - 200px);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  @media (max-width: 1440px) {
    .lightbox .lightbox-content {
      height: calc(100% - 120px);
    }
  }

  @media (max-width: 1024px) {
    .lightbox .lightbox-content {
      padding: 16px;
      justify-content: space-between;
      gap: 12px;
    }
  }

  @media (max-width: 767.98px) {
    .lightbox .lightbox-content {
      padding: 16px 0;
      gap: 0px;
    }
  }

  .lightbox .lightbox-content .gallery-img {
    width: calc(100% - 64px);
    max-width: 1000px;
    height: 100%;
  }

  @media (max-width: 1440px) {
    .lightbox .lightbox-content .gallery-img {
      max-width: 750px;
    }
  }

  @media (max-width: 767.98px) {
    .lightbox .lightbox-content .gallery-img {
      max-width: unset;
      width: 100%;
    }
  }

  .lightbox .lightbox-content .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
  }

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    height: 100%;
    width: calc(50% - 500px);
    min-width: 56px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
  }

  @media (max-width: 1440px) {

    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
      width: calc(50% - 375px);
    }
  }

  @media (max-width: 1024px) {

    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
      min-width: unset;
      width: 36px;
      height: 36px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 2px;
    }
  }

  @media (max-width: 767.98px) {

    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
      position: absolute;
      z-index: 4;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  @media (min-width: 1025px) {
    .lightbox .lightbox-content .lightbox-prev {
      padding-left: 24px;
    }
  }

  @media (max-width: 767.98px) {
    .lightbox .lightbox-content .lightbox-prev {
      left: 16px;
    }
  }

  @media (min-width: 1025px) {
    .lightbox .lightbox-content .lightbox-next {
      padding-right: 24px;
    }
  }

  @media (max-width: 767.98px) {
    .lightbox .lightbox-content .lightbox-next {
      right: 16px;
    }
  }

  .lightbox .lightbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
  }

  @media (max-width: 1024px) {
    .lightbox .lightbox-header {
      padding: 14px 16px;
    }
  }

  .lightbox .lightbox-header .lightbox-close {
    cursor: pointer;
  }

  .lightbox .lightbox-header .slide-number {
    color: #d6d7d9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  /*#endregion END OF GALLERY POPUP CSS */