/* [project]/src/components/shared/Categoryfilter/CategoryFilter.module.scss.module.css [app-client] (css) */
.CategoryFilter-module-scss-module__GbZytG__mainTitle {
  color: #333;
  text-underline-offset: 10px;
  margin: 32px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  -webkit-text-decoration: underline #fc3d27;
  text-decoration: underline #fc3d27;
  text-decoration-thickness: 2px;
}

.CategoryFilter-module-scss-module__GbZytG__mainTitle:hover {
  color: #fc3d27;
}

.CategoryFilter-module-scss-module__GbZytG__filtersSection {
  margin-bottom: 40px;
}

.CategoryFilter-module-scss-module__GbZytG__filtersList {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.CategoryFilter-module-scss-module__GbZytG__filterBtn {
  color: #fc3d27;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #fc3d27;
  border-radius: 24px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.CategoryFilter-module-scss-module__GbZytG__filterBtn:hover {
  background: #fff5f0;
  transform: translateY(-2px);
}

.CategoryFilter-module-scss-module__GbZytG__filterBtn.CategoryFilter-module-scss-module__GbZytG__active {
  color: #fff;
  background: #fc3d27;
}

.CategoryFilter-module-scss-module__GbZytG__filterBtn.CategoryFilter-module-scss-module__GbZytG__clearBtn {
  color: #fff;
  background: #fc3d27;
  border-color: #fc3d27;
}

.CategoryFilter-module-scss-module__GbZytG__filterBtn.CategoryFilter-module-scss-module__GbZytG__clearBtn:hover {
  background: #e68a0f;
  border-color: #e68a0f;
}

.CategoryFilter-module-scss-module__GbZytG__categorySection {
  margin-bottom: 20px;
}

.CategoryFilter-module-scss-module__GbZytG__categorySection:last-child {
  margin-bottom: 0;
}

.CategoryFilter-module-scss-module__GbZytG__categoryTitle {
  color: #333;
  margin: 0 0 12px;
  font-family: Nunito, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.CategoryFilter-module-scss-module__GbZytG__categoryTitle:hover {
  color: #fc3d27;
}

.CategoryFilter-module-scss-module__GbZytG__subcategoriesGrid {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.CategoryFilter-module-scss-module__GbZytG__subcategoryWrapper {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.CategoryFilter-module-scss-module__GbZytG__subcategoryItem {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ffc163;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.CategoryFilter-module-scss-module__GbZytG__subcategoryItem:hover {
  background: #fc3d27;
  transform: translateY(-2px);
}

.CategoryFilter-module-scss-module__GbZytG__subcategoryName {
  color: #333;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}

.CategoryFilter-module-scss-module__GbZytG__subcategoryItem:hover .CategoryFilter-module-scss-module__GbZytG__subcategoryName {
  color: #fff;
}

.CategoryFilter-module-scss-module__GbZytG__loading, .CategoryFilter-module-scss-module__GbZytG__error {
  color: #666;
  text-align: center;
  padding: 40px 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.CategoryFilter-module-scss-module__GbZytG__error {
  color: #d32f2f;
}

@media (max-width: 1024px) {
  .CategoryFilter-module-scss-module__GbZytG__container {
    padding: 30px 40px;
  }

  .CategoryFilter-module-scss-module__GbZytG__mainTitle {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .CategoryFilter-module-scss-module__GbZytG__categoryTitle {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoriesGrid {
    gap: 10px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryItem {
    min-height: 40px;
    padding: 10px 14px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryName {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .CategoryFilter-module-scss-module__GbZytG__container {
    padding: 24px 20px;
  }

  .CategoryFilter-module-scss-module__GbZytG__mainTitle {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .CategoryFilter-module-scss-module__GbZytG__categoryTitle {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .CategoryFilter-module-scss-module__GbZytG__filtersList {
    gap: 8px;
  }

  .CategoryFilter-module-scss-module__GbZytG__filterBtn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoriesGrid {
    gap: 8px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryItem {
    min-height: 38px;
    padding: 8px 12px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryName {
    font-size: 12px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoriesList {
    gap: 3px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoryItem {
    padding: 3px 8px;
    font-size: 10px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoryName {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .CategoryFilter-module-scss-module__GbZytG__container {
    padding: 16px;
  }

  .CategoryFilter-module-scss-module__GbZytG__mainTitle {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .CategoryFilter-module-scss-module__GbZytG__categoryTitle {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .CategoryFilter-module-scss-module__GbZytG__filtersList {
    gap: 6px;
  }

  .CategoryFilter-module-scss-module__GbZytG__filterBtn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoriesGrid {
    gap: 6px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryItem {
    min-height: 36px;
    padding: 6px 10px;
  }

  .CategoryFilter-module-scss-module__GbZytG__subcategoryName {
    font-size: 11px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoriesList {
    gap: 2px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoryItem {
    padding: 2px 6px;
    font-size: 9px;
  }

  .CategoryFilter-module-scss-module__GbZytG__undersubcategoryName {
    font-size: 9px;
  }
}

/* [project]/src/components/shared/GreetingCardsGrid/GreetingCardsGrid.module.scss.module.css [app-client] (css) */
.GreetingCardsGrid-module-scss-module__-hNbGq__container {
  background: #fff;
  width: 100%;
  padding: 40px;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__card {
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__card .GreetingCardsGrid-module-scss-module__-hNbGq__playButton {
  opacity: 1;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__cardCover {
  background: #f0f0f0 center / cover;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__coverImage {
  object-fit: contain;
  z-index: 2;
  background: none;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__playButton {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  background: #ff9922f2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.8);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__playButton:hover {
  background: #f92;
  transform: translate(-50%, -50%)scale(1.1);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__actionButton {
  cursor: pointer;
  color: #fc3d27;
  z-index: 15;
  background: #fffffff2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__actionButton:hover {
  background: #fff;
  transform: scale(1.1);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__actionButton:active {
  transform: scale(.95);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__copyButton {
  opacity: 0;
  transition: opacity .3s;
  top: 12px;
  right: 12px;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__card:hover .GreetingCardsGrid-module-scss-module__-hNbGq__copyButton {
  opacity: 1;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__favoriteButton {
  opacity: 0;
  transition: opacity .3s;
  top: 12px;
  right: 56px;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__card:hover .GreetingCardsGrid-module-scss-module__-hNbGq__favoriteButton {
  opacity: 1;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__cardInfo {
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  padding: 16px;
  display: flex;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__cardName {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__cardTitle {
  color: #999;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__createButton {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(#fc3d27 0%, #f80 100%);
  border: none;
  border-radius: 8px;
  margin-top: auto;
  padding: 10px 16px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__createButton:hover {
  background: linear-gradient(#f80 0%, #f70 100%);
  transform: translateY(-2px);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__createButton:active {
  transform: translateY(0);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modal {
  z-index: 1000;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  animation: .3s GreetingCardsGrid-module-scss-module__-hNbGq__fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

@keyframes GreetingCardsGrid-module-scss-module__-hNbGq__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modalContent {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: auto;
  animation: .3s GreetingCardsGrid-module-scss-module__-hNbGq__slideUp;
  display: flex;
  position: relative;
  overflow: hidden;
}

@keyframes GreetingCardsGrid-module-scss-module__-hNbGq__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.GreetingCardsGrid-module-scss-module__-hNbGq__closeButton {
  color: #fff;
  cursor: pointer;
  z-index: 1010;
  background: #00000080;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__closeButton:hover {
  background: #000000b3;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__videoContainer {
  background: #000;
  flex-grow: 1;
  width: 360px;
  height: 360px;
  position: relative;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__videoFrame {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modalFooter {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modalFooter h2 {
  text-align: center;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modalCreateButton {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(#fc3d27 0%, #f80 100%);
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.GreetingCardsGrid-module-scss-module__-hNbGq__modalCreateButton:hover {
  background: linear-gradient(#f80 0%, #f70 100%);
}

.GreetingCardsGrid-module-scss-module__-hNbGq__notification {
  color: #fff;
  z-index: 999;
  background: #4caf50;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  animation: .3s GreetingCardsGrid-module-scss-module__-hNbGq__slideInUp;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 4px 12px #4caf504d;
}

@keyframes GreetingCardsGrid-module-scss-module__-hNbGq__slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

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

@media (max-width: 1024px) {
  .GreetingCardsGrid-module-scss-module__-hNbGq__container {
    padding: 32px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalFooter {
    flex-direction: column;
    align-items: stretch;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalCreateButton {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .GreetingCardsGrid-module-scss-module__-hNbGq__container {
    padding: 20px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__cardName {
    font-size: 14px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__cardTitle {
    font-size: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__createButton {
    padding: 8px 12px;
    font-size: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__playButton {
    width: 56px;
    height: 56px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__playButton svg {
    width: 20px;
    height: 20px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__actionButton {
    width: 36px;
    height: 36px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modal {
    padding: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalContent {
    max-height: 80vh;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalFooter {
    padding: 16px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__notification {
    font-size: 13px;
    bottom: 16px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  .GreetingCardsGrid-module-scss-module__-hNbGq__container {
    padding: 16px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__cardName {
    font-size: 13px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__cardTitle {
    font-size: 11px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__cardInfo {
    gap: 6px;
    padding: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__createButton {
    padding: 6px 10px;
    font-size: 11px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__playButton {
    width: 48px;
    height: 48px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__playButton svg {
    width: 18px;
    height: 18px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__actionButton {
    width: 32px;
    height: 32px;
    top: 8px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__actionButton svg {
    width: 14px;
    height: 14px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__copyButton {
    right: 8px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__favoriteButton {
    right: 48px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__closeButton {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalFooter {
    gap: 12px;
    padding: 12px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__modalCreateButton {
    padding: 8px 16px;
    font-size: 16px;
  }

  .GreetingCardsGrid-module-scss-module__-hNbGq__notification {
    padding: 10px 16px;
    font-size: 12px;
    bottom: 12px;
    right: 12px;
  }
}

/* [project]/src/components/shared/Home/One.module.scss.module.css [app-client] (css) */
.One-module-scss-module__3i51HW__one {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.One-module-scss-module__3i51HW__one h1 {
  text-align: center;
  color: #333;
  font-family: Nunito, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 700px) {
  .One-module-scss-module__3i51HW__one h1 {
    font-size: 28px;
  }
}

/*# sourceMappingURL=src_components_shared_1164dc37._.css.map*/