@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import '../fonts/Marselis Pro/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import '../fonts/Marselis Pro/stylesheet.css';
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "MarselisPro", sans-serif, serif;
  background-color: #E6E6E6;
  color: #0F0F0F;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

header {
  background-color: #FFF;
  padding: 12px 16px;
}
@media (max-width: 600px) {
  header {
    padding: 6px 8px;
  }
}
header.configurator-header {
  border-top: 6px solid var(--category-color);
}

.logo {
  width: 211px;
}
@media (max-width: 600px) {
  .logo {
    width: 200px;
  }
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.burger_menu__btn {
  display: none;
}
@media (max-width: 600px) {
  .burger_menu__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #0F0F0F 1px solid;
    border-radius: 3px;
    padding: 12px;
  }
}

.account__block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border: #0F0F0F 1px solid;
  border-radius: 12px;
  padding: 16px 24px;
  transition: border 0.3s ease;
  font-weight: 500;
  font-family: "Work Sans", sans-serif, serif;
}
@media (max-width: 600px) {
  .account__block {
    padding: 8px 12px;
  }
}

.account__block:hover {
  border: #FE5000 1px solid;
}

.account__block p {
  text-wrap: nowrap;
  font-size: 18px;
  font-weight: 500;
  color: #0F0F0F;
  transition: color 0.3s ease;
}
@media (max-width: 600px) {
  .account__block p {
    display: none;
  }
}

.account__block:hover p {
  color: #FE5000;
}

svg g path {
  transition: fill 0.3s ease;
}

.account__block:hover svg g path {
  transition: fill 0.3s ease;
  fill: #FE5000;
}

.page-title {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: 0.02em;
}

.custom-logo-link {
  font-size: 0;
}

.container {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 92px 16px;
  width: 100%;
  gap: 24px;
}

.gallery_sort__block {
  display: flex;
  position: fixed;
  top: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 20;
  background-color: #FFF;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(calc(-100% - 200px));
}
.gallery_sort__block--show {
  transform: translateY(0);
}
@media (max-width: 600px) {
  .gallery_sort__block {
    flex-direction: column;
    gap: 16px;
    top: 75px;
  }
}

.gallery_sort__block h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
}

.selects_block {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 600px) {
  .selects_block {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .select_container {
    width: calc(50% - 8px);
  }
}

.custom_field_filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #0F0F0F;
  font-family: "Work Sans", sans-serif, serif;
  position: relative;
}
.custom_field_filter__select {
  border: none;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  color: #0F0F0F;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.81251L0 1.81251L1.16667 0.645844L5 4.47918L8.83333 0.645844L10 1.81251L5 6.81251Z' fill='%230F0F0F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 20px 20px;
  cursor: pointer;
  width: 100%;
  font-family: "Work Sans", sans-serif, serif;
}
.custom_field_filter__select option {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
}
.custom_field_filter__label {
  color: rgba(15, 15, 15, 0.7);
}
.custom_field_filter p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
  margin: 0;
  opacity: 70%;
}
.custom_field_filter .select2-container {
  display: block;
  width: auto !important;
  transition: border 0.2s ease;
}
.custom_field_filter .select2-container--default .select2-selection--single {
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 12px !important;
  height: auto;
  width: 220px;
  transition: all 0.2s ease;
}
.custom_field_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.custom_field_filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: 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%3Cmask id='mask0_192_2005' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_192_2005)'%3E%3Cpath d='M10 12.8125L5 7.81251L6.16667 6.64584L10 10.4792L13.8333 6.64584L15 7.81251L10 12.8125Z' fill='%230F0F0F'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.2s ease;
}
.custom_field_filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.custom_field_filter .select2-container--default .select2-selection--single[aria-expanded=true] {
  border: 1px solid #0F0F0F;
}
.custom_field_filter .select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow:after {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .custom_field_filter .select2-container--default .select2-selection--single {
    width: auto;
    max-width: 100%;
  }
}
.custom_field_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0F0F0F;
}
@media (max-width: 600px) {
  .custom_field_filter .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .custom_field_filter {
    width: 100%;
  }
}

.custom_field_filter__search-wrapper {
  width: 220px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 16px 16px 16px 24px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  transition: all 0.2s ease;
}
.custom_field_filter__search-wrapper:focus-within {
  border-color: #0f0f0f;
}
.custom_field_filter__search {
  width: 8.25em;
  border: 0;
  padding: 0;
  font: inherit;
  outline: 0;
}

.select2-container--open.select2-container--default .select2-dropdown {
  border: 1px solid #A5ABAC;
  border-radius: 12px;
}
.select2-container--open.select2-container--default .select2-dropdown--below {
  top: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top: 1px solid #A5ABAC;
  overflow: hidden;
}
.select2-container--open.select2-container--default .select2-results {
  overflow: hidden;
}
.select2-container--open.select2-container--default .select2-results__options {
  max-height: unset;
  border-radius: 12px;
}
.select2-container--open.select2-container--default .select2-results__option {
  padding: 16px;
  font-family: "Work Sans", sans-serif, serif;
  color: #0F0F0F;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: unset;
  transition: background-color 0.2s ease;
}
.select2-container--open.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: unset !important;
}
.select2-container--open.select2-container--default .select2-results__option[aria-selected=true]:before {
  content: 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%3Cmask id='mask0_4357_4877' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4357_4877)'%3E%3Cpath d='M7.95898 15L3.20898 10.25L4.39648 9.06249L7.95898 12.625L15.6048 4.97916L16.7923 6.16666L7.95898 15Z' fill='%23FE5000'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 20px;
  width: 20px;
}
.select2-container--open.select2-container--default .select2-results__option:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translateX(-50%);
  background: #D9E0EA;
}
.select2-container--open.select2-container--default .select2-results__option:first-of-type {
  border-radius: 12px 12px 0 0;
}
.select2-container--open.select2-container--default .select2-results__option:last-of-type {
  border-radius: 0 0 12px 12px;
}
.select2-container--open.select2-container--default .select2-results__option:last-of-type:after {
  content: none;
}
.select2-container--open.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(15, 15, 15, 0.05);
  color: #0F0F0F;
}

select:focus {
  outline: none;
}

.gallery_categories__block {
  display: flex;
  flex-direction: row;
  margin-top: 200px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 600px) {
  .gallery_categories__block {
    margin-top: 250px;
  }
}

.category_btn {
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 3px;
  font-family: Lato;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  background-color: #293240;
  color: #0F0F0F;
  cursor: pointer;
}

.category_btn__active {
  background-color: #ffffff;
  color: rgba(15, 15, 15, 0.7);
}

.gallery_block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 110px;
}
@media (max-width: 600px) {
  .gallery_block {
    margin-top: 150px;
  }
}

.column {
  display: flex;
  flex-direction: column;
  flex: 20%;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .column {
    flex: 45%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.column .image_container {
  position: relative;
  box-sizing: border-box;
  border-radius: 18px;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.column .image_container .overlay_blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333b47;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  z-index: 10;
}
.column .image_container:hover .overlay_blur {
  opacity: 0.6;
}
.column .image_container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 18px;
  padding: 24px;
  opacity: 0;
  z-index: 15;
}
.column .image_container:hover .overlay {
  height: 250px;
  opacity: 1;
  background-color: #FFF;
  color: #0F0F0F;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.column .image_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  border-radius: 26px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.column .image_container img, .column .image_container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the image covers the container */
  border-radius: 18px;
  display: block;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.column .image_container-loading {
  background-image: linear-gradient(to right, transparent, #D9D9D9, transparent);
  background-size: 200% 100%;
  animation: background-move 1s linear infinite;
}
.column .image_container-square, .column:nth-child(4) .image_container-loading, .column:nth-child(4) .image_container:nth-child(5n+5), .column:nth-child(4) .image_container:nth-child(5n+4), .column:nth-child(4) .image_container:nth-child(5n+3), .column:nth-child(3) .image_container:nth-child(5n+4), .column:nth-child(3) .image_container:nth-child(5n+2), .column:nth-child(3) .image_container:nth-child(5n+1), .column:nth-child(2) .image_container:nth-child(5n+5), .column:nth-child(2) .image_container:nth-child(5n+3), .column:nth-child(2) .image_container:nth-child(5n+1), .column:nth-child(1) .image_container-loading, .column:nth-child(1) .image_container:nth-child(5n+4), .column:nth-child(1) .image_container:nth-child(5n+3), .column:nth-child(1) .image_container:nth-child(5n+2) {
  padding-top: 100%;
  overflow: hidden;
}
.column .image_container-rect, .column:nth-child(4) .image_container:nth-child(5n+2), .column:nth-child(4) .image_container:nth-child(5n+1), .column:nth-child(3) .image_container-loading, .column:nth-child(3) .image_container:nth-child(5n+5), .column:nth-child(3) .image_container:nth-child(5n+3), .column:nth-child(2) .image_container-loading, .column:nth-child(2) .image_container:nth-child(5n+4), .column:nth-child(2) .image_container:nth-child(5n+2), .column:nth-child(1) .image_container:nth-child(5n+5), .column:nth-child(1) .image_container:nth-child(5n+1) {
  padding-top: 133%;
  overflow: hidden;
}
.overlay_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.overlay_desc__block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}

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

.overlay_desc__title {
  opacity: 70%;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.92px;
  font-family: "Work Sans", sans-serif, serif;
}

.overlay_desc__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
  font-family: "Work Sans", sans-serif, serif;
}

.overlay_buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.overlay_button {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 16px 24px 16px 24px;
  width: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #0F0F0F;
  transition: color 0.3s ease, border-color 0.3s ease;
  border-radius: 12px;
  flex-grow: 1;
}
.overlay_button--download {
  padding: 16px;
  flex-grow: 0;
}

.overlay_button:hover {
  color: #FE5000;
  border-color: #FE5000;
}

.overlay_button:hover svg g path {
  fill: #FE5000;
}

.overlay_button p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  font-family: "Work Sans", sans-serif, serif;
}

.section_navigation {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .section_navigation {
    flex-direction: column;
  }
}

.section_navigation__btn {
  cursor: pointer;
  background-color: #FE5000;
  border-style: none;
  margin-top: 40px;
  padding: 16px 24px 16px 24px;
  border-radius: 3px;
  color: rgba(15, 15, 15, 0.7);
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  max-width: fit-content;
  margin-left: 45%;
}
@media (max-width: 600px) {
  .section_navigation__btn {
    margin: 0 auto;
  }
}

.section_navigation__btn a {
  text-decoration: none;
  color: rgba(15, 15, 15, 0.7);
}

.pagination_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  align-self: flex-end;
  gap: 8px;
}
@media (max-width: 600px) {
  .pagination_block {
    margin: 40px auto 0px auto;
    align-self: center;
  }
}

.pagination_block__link svg, .page-numbers svg {
  cursor: pointer;
  vertical-align: middle;
}

.pagination_block__link, .page-numbers {
  color: #0F0F0F;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  transition: color 0.3s ease;
  cursor: pointer;
  font-family: "Work Sans", sans-serif, serif;
  -webkit-font-smoothing: antialiased;
}
.pagination_block__link.next, .next.page-numbers, .pagination_block__link.prev, .prev.page-numbers {
  display: flex;
  align-items: center;
}
.pagination_block__link.inactive svg path, .inactive.page-numbers svg path {
  fill: rgba(15, 15, 15, 0.5);
}

.pagination_block__link:hover, .page-numbers:hover,
.pagination_block__link:active,
.page-numbers:active,
.pagination_block__link-active,
.page-numbers.current {
  transition: color 0.3s ease;
  color: #FE5000;
}

.pagination_block__link:focus, .page-numbers:focus {
  transition: color 0.3s ease;
  color: #FE5000;
}

.book_meeting__container {
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 5px;
  bottom: 5px;
  background-image: url("../public/images/book-meeting.svg");
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 185px;
  border: 4px solid #FE5000;
  border-radius: 26px;
  color: #0F0F0F;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  z-index: 16;
}
@media (max-width: 600px) {
  .book_meeting__container {
    display: none;
  }
}

.book_meeting__block {
  font-family: "Work Sans", sans-serif, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 70%;
  width: 80%;
  gap: 6px;
}

.book_meeting__block a {
  width: 100%;
  color: rgba(15, 15, 15, 0.7);
  text-decoration: none;
}

.to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #E6E6E6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: fixed;
  bottom: 32px;
  left: 50%;
  z-index: 20;
  transition: all 0.3s ease;
  transform: translate(-50%, calc(100% + 32px));
  opacity: 0;
}
.to-top--show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.to-top svg, .to-top img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .to-top {
    width: 50px;
    height: 50px;
  }
  .to-top svg, .to-top img {
    width: 16px;
    height: 16px;
  }
}

.add_to_favourites {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFF;
  transition: 0.5s ease;
}
.image_container .add_to_favourites {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 16;
  transform: translateY(-100px);
  opacity: 0;
}
.image_container:hover .add_to_favourites {
  transform: translateY(0);
  opacity: 1;
}
.add_to_favourites.added:hover {
  background-color: #FE5000;
}
.add_to_favourites.added:hover .add_to_favourites__icon {
  animation: heartBeat 0.6s infinite 0s;
}
.add_to_favourites__icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4621_7615' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4621_7615)'%3E%3Cpath d='M18 17V14H15V12H18V9H20V12H23V14H20V17H18ZM11 21L7.825 18.15C6.625 17.0667 5.59583 16.1 4.7375 15.25C3.87917 14.4 3.17083 13.6 2.6125 12.85C2.05417 12.1 1.64583 11.375 1.3875 10.675C1.12917 9.975 1 9.24167 1 8.475C1 6.90833 1.525 5.60417 2.575 4.5625C3.625 3.52083 4.93333 3 6.5 3C7.36667 3 8.19167 3.17917 8.975 3.5375C9.75833 3.89583 10.4333 4.40833 11 5.075C11.5667 4.40833 12.2417 3.89583 13.025 3.5375C13.8083 3.17917 14.6333 3 15.5 3C16.9167 3 18.1042 3.42917 19.0625 4.2875C20.0208 5.14583 20.6167 6.15 20.85 7.3C20.55 7.18333 20.25 7.09583 19.95 7.0375C19.65 6.97917 19.3583 6.95 19.075 6.95C17.3917 6.95 15.9583 7.5375 14.775 8.7125C13.5917 9.8875 13 11.3167 13 13C13 13.8667 13.175 14.6875 13.525 15.4625C13.875 16.2375 14.3667 16.9 15 17.45C14.6833 17.7333 14.2708 18.0958 13.7625 18.5375C13.2542 18.9792 12.8167 19.3667 12.45 19.7L11 21Z' fill='%230F0F0F'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
.added .add_to_favourites__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4621_7622' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4621_7622)'%3E%3Cpath d='M11 21L7.825 18.15C6.625 17.0667 5.59583 16.1 4.7375 15.25C3.87917 14.4 3.17083 13.6 2.6125 12.85C2.05417 12.1 1.64583 11.375 1.3875 10.675C1.12917 9.975 1 9.24167 1 8.475C1 6.90833 1.525 5.60417 2.575 4.5625C3.625 3.52083 4.93333 3 6.5 3C7.36667 3 8.19167 3.17917 8.975 3.5375C9.75833 3.89583 10.4333 4.40833 11 5.075C11.5667 4.40833 12.2417 3.89583 13.025 3.5375C13.8083 3.17917 14.6333 3 15.5 3C16.9167 3 18.1042 3.42917 19.0625 4.2875C20.0208 5.14583 20.6167 6.15 20.85 7.3C20.5167 7.16667 20.1667 7.08333 19.8 7.05C19.4333 7.01667 19.0583 7 18.675 7C17.2583 7 15.9583 7.57083 14.775 8.7125C13.5917 9.85417 13 11.2833 13 13C13 13.8 13.175 14.6125 13.525 15.4375C13.875 16.2625 14.3667 16.9333 15 17.45C14.6833 17.7333 14.2708 18.0958 13.7625 18.5375C13.2542 18.9792 12.8167 19.3667 12.45 19.7L11 21ZM17.95 16.175L15.1 13.35L16.525 11.95L17.95 13.35L21.475 9.825L22.9 11.225L17.95 16.175Z' fill='%23FE5000'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.added:hover .add_to_favourites__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_4621_7630' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4621_7630)'%3E%3Cpath d='M15 14V12H23V14H15ZM11 21L7.825 18.15C6.625 17.0667 5.59583 16.1 4.7375 15.25C3.87917 14.4 3.17083 13.6 2.6125 12.85C2.05417 12.1 1.64583 11.375 1.3875 10.675C1.12917 9.975 1 9.24167 1 8.475C1 6.90833 1.525 5.60417 2.575 4.5625C3.625 3.52083 4.93333 3 6.5 3C7.36667 3 8.19167 3.17917 8.975 3.5375C9.75833 3.89583 10.4333 4.40833 11 5.075C11.5667 4.40833 12.2417 3.89583 13.025 3.5375C13.8083 3.17917 14.6333 3 15.5 3C16.9167 3 18.1042 3.42917 19.0625 4.2875C20.0208 5.14583 20.6167 6.15 20.85 7.3C20.55 7.18333 20.25 7.09583 19.95 7.0375C19.65 6.97917 19.3583 6.95 19.075 6.95C17.3917 6.95 15.9583 7.5375 14.775 8.7125C13.5917 9.8875 13 11.3167 13 13C13 13.8667 13.175 14.6875 13.525 15.4625C13.875 16.2375 14.3667 16.9 15 17.45C14.6833 17.7333 14.2708 18.0958 13.7625 18.5375C13.2542 18.9792 12.8167 19.3667 12.45 19.7L11 21Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.add_to_favourites:hover .add_to_favourites__icon {
  animation: heartBeat 1s infinite 0s;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1.1);
  }
  35% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes background-move {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
footer {
  display: flex;
  margin-top: auto;
  align-items: end;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 15px;
}
@media (max-width: 600px) {
  footer {
    justify-content: center;
  }
}

.footer_list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .footer_list {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 100%;
    padding: 50px 0 0 0;
    text-align: center;
    white-space: nowrap;
  }
}

.footer_list__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  gap: 14px;
}
.footer_list__item svg {
  transition: all 0.3s ease;
}
.footer_list__item svg path {
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .footer_list__item {
    font-size: 18px;
  }
}

.footer_list__item a {
  text-decoration: none;
  color: #0F0F0F;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.footer_list__item a.large {
  font-size: 18px;
}

.footer_list__item a:hover {
  color: #FE5000;
}
.footer_list__item a:hover svg path {
  fill: #FE5000 !important;
}

.footer_span {
  font-size: 18px;
}

/*# sourceMappingURL=gallery.css.map */
