/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_infoContainer__kJPOa {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 80px;
}

.page_container__aoG4z {
  margin-top: 80px;
}

.page_ctaContainer__WgtrM {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1310px) {
  .page_infoContainer__kJPOa {
    flex-direction: column;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .page_infoContainer__kJPOa {
    margin-top: 0px;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/Typography/Typography.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.Typography_typography__9jIDh {
  margin: 0;
  padding: 0;
}

.Typography_h1__BS3Ay {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.Typography_h2__0BKC1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.Typography_h3__P6mEf {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.Typography_h4__IFal5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.Typography_body___GC0W {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.Typography_bodyLarge__w5GZN {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.Typography_bodyMedium__bYHLU {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.Typography_bodySmall__dUoU0 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.Typography_align-left__gOpWg {
  text-align: left;
}

.Typography_align-center__Ta65W {
  text-align: center;
}

.Typography_align-right__hXxil {
  text-align: right;
}

.Typography_color-primary__VLvJJ {
  color: var(--color-text-primary);
}

.Typography_color-secondary__4_h1Q {
  color: var(--color-text-secondary);
}

.Typography_color-muted___d5y2 {
  color: var(--color-text-muted);
}

.Typography_color-subtle__DKvra {
  color: var(--color-text-subtle);
}

@media (max-width: 768px) {
  .Typography_h1__BS3Ay {
    font-size: 32px;
  }
  .Typography_h2__0BKC1 {
    font-size: 24px;
  }
  .Typography_h4__IFal5 {
    font-size: 18px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/Button/Button.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__f_l0m {
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
}

.Button_large__PNABv {
  padding: 20px 40px;
  font-size: 18px;
}

.Button_medium__ShRpg {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
}

.Button_small__eTosT {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.Button_primary__gNjMo {
  background: transparent;
  color: var(--color-accent-orange);
  border: 2px solid var(--color-accent-orange);
}

.Button_primary__gNjMo:hover {
  color: #ff8c61;
  border-color: #ff8c61;
}

.Button_secondary__6ARy2 {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.Button_secondary__6ARy2:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.4);
}

.Button_tertiary__Js3n4 {
  background: rgba(58, 58, 58, 1);
  color: rgba(255, 255, 255, 0.9);
  border: 2px solid transparent;
}

.Button_tertiary__Js3n4:hover {
  background: rgba(74, 74, 74, 1);
  color: rgba(255, 255, 255, 1);
}

.Button_cta__V4anq {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  color: var(--color-accent-orange);
  border: 2px solid transparent;
  font-weight: 700;
}

.Button_cta__V4anq:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  box-shadow: 0 6px 20px rgba(255, 107, 61, 0.3);
}

.Button_accent__NpvQD {
  /* background: linear-gradient(135deg, #ff6b3d 0%, #ff8c61 100%);
  
  border: 2px solid transparent;*/
  font-weight: 700;
  color: white;
  background: linear-gradient(0deg, rgb(255, 71, 3), rgb(255, 126, 77));
  border: 1px solid rgb(255, 140, 97);
  box-shadow: 0px 4px 12px 0px rgba(255, 69, 0, 0.35);
}

.Button_accent__NpvQD:hover {
  background: linear-gradient(135deg, #ff8c61 0%, #ffa380 100%);
  box-shadow: 0 8px 24px rgba(255, 107, 61, 0.4);
}

@media (max-width: 768px) {
  .Button_large__PNABv {
    padding: 12px 24px;
    font-size: 16px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ContactModal/ContactModal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ContactModal_backdrop__o2dkT {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.ContactModal_modal__oSR_K {
  position: relative;
  background: var(--color-bg-secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.ContactModal_closeButton__Y0REz {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}

.ContactModal_closeButton__Y0REz:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
}

.ContactModal_title__ilwMx {
  margin-bottom: 16px;
  line-height: 1.2;
}

.ContactModal_form__nRzyA {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ContactModal_formRow__OphPT {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

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

.ContactModal_label__xDZHY {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.ContactModal_input__hyLDS,
textarea.ContactModal_input__hyLDS {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--text-faded, rgba(168, 168, 168, 1));
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease;
  resize: vertical;
}

.ContactModal_input__hyLDS:focus,
textarea.ContactModal_input__hyLDS:focus {
  outline: none;
  border-color: var(--color-accent-orange);
  background: rgba(255, 255, 255, 0.08);
}

.ContactModal_checkboxGroup__pHjBv {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.ContactModal_checkbox__VtD2Y {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.ContactModal_checkboxCustom__5sh9D {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 2px solid rgba(168, 168, 168, 1);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 2px;
}

.ContactModal_checkbox__VtD2Y:checked + .ContactModal_checkboxCustom__5sh9D {
  background: var(--color-accent-orange);
  border-color: var(--color-accent-orange);
}

.ContactModal_checkbox__VtD2Y:checked + .ContactModal_checkboxCustom__5sh9D::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 3px;
  width: 8px;
  height: 20px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ContactModal_checkboxLabel__sxQ_e {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  max-width: 530px;
}

.ContactModal_link__81LWw {
  color: var(--color-accent-orange);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ContactModal_link__81LWw:hover {
  opacity: 0.8;
}

.ContactModal_submitButton__ZIX6y {
  width: -moz-fit-content;
  width: fit-content;
}

.ContactModal_successMessage__Se5JJ {
  padding: 32px;
  text-align: center;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  margin-top: 16px;
}

.ContactModal_errorMessage__UpxJM {
  padding: 16px;
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  border-radius: 12px;
  text-align: center;
}

.ContactModal_input__hyLDS:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ContactModal_checkbox__VtD2Y:disabled + .ContactModal_checkboxCustom__5sh9D {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .ContactModal_modal__oSR_K {
    padding: 32px 24px;
    max-height: 95vh;
  }

  .ContactModal_title__ilwMx {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 40px;
  }

  .ContactModal_formRow__OphPT {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ContactModal_closeButton__Y0REz {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/CtaSection/CtaSection.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.CtaSection_content__I2hfe {
  background: linear-gradient(
    90deg,
    rgb(254, 108, 50) 0%,
    rgba(255, 69, 0, 1) 100%
  );
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.CtaSection_content__I2hfe::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 433px;
  height: 163px;
  background-image: url("/tilda.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.CtaSection_title__G2Gfb {
  color: white;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .CtaSection_content__I2hfe {
    padding: 24px;
    gap: 24px;
  }

  .CtaSection_title__G2Gfb {
    font-size: 20px !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/DirectionCard/DirectionCard.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.DirectionCard_card__7vq7u {
  background: linear-gradient(0deg, var(--bg-1, #303030), var(--bg-1, #303030)),
    linear-gradient(0deg, var(--bg, #252525), var(--bg, #252525)),
    linear-gradient(
      360deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.DirectionCard_card__7vq7u * {
  color: rgba(234, 234, 234, 1);
}

.DirectionCard_largeTitle__SrwUw {
  font-size: 48px;
  line-height: 1.1;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/DirectionsSection/DirectionsSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.DirectionsSection_section__JzpCZ {
  background: var(--color-bg-secondary);
}

.DirectionsSection_header__G7mJc {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: center;
}

.DirectionsSection_scrollContainer__JD3M8 {
  position: relative;
}

/* Затемнение слева (когда можно скроллить влево) */
.DirectionsSection_scrollContainer__JD3M8.DirectionsSection_fadeLeft__rYKaD::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(
    to right,
    var(--color-bg-secondary) 0%,
    rgba(26, 26, 26, 0) 100%
  );
  z-index: 5;
  pointer-events: none;
}

/* Затемнение справа (когда можно скроллить вправо) */
.DirectionsSection_scrollContainer__JD3M8.DirectionsSection_fadeRight__701Ac::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(
    to left,
    var(--color-bg-secondary) 0%,
    rgba(26, 26, 26, 0) 100%
  );
  z-index: 5;
  pointer-events: none;
}

.DirectionsSection_scrollButton__nH23v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.DirectionsSection_scrollButton__nH23v:hover {
  transform: translateY(-50%) scale(1.05);
}

.DirectionsSection_scrollButtonLeft__Dvtrf {
  left: -30px;
}

.DirectionsSection_scrollButtonLeft__Dvtrf:hover {
  transform: translateY(-50%) scale(1.05);
}

.DirectionsSection_scrollButtonRight__HuqED {
  right: -30px;
}

.DirectionsSection_scrollButtonRight__HuqED:hover {
  transform: translateY(-50%) scale(1.05);
}

.DirectionsSection_arrowLeft__AEJyI {
  transform: scaleX(-1);
}

.DirectionsSection_viewAll___R_TA {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-primary);
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}

.DirectionsSection_viewAll___R_TA:hover {
  background: var(--color-accent-orange);
  transform: translateX(4px);
}

.DirectionsSection_grid__tmDub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.DirectionsSection_grid__tmDub.DirectionsSection_scrollable__Ddlbn {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 20px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: stretch;
}

.DirectionsSection_grid__tmDub.DirectionsSection_scrollable__Ddlbn:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.DirectionsSection_grid__tmDub.DirectionsSection_scrollable__Ddlbn::-webkit-scrollbar {
  display: none;
}

.DirectionsSection_grid__tmDub.DirectionsSection_scrollable__Ddlbn > * {
  flex: 0 0 auto;
  width: 380px;
  min-height: 152px;
}

@media (max-width: 1200px) {
  .DirectionsSection_grid__tmDub:not(.DirectionsSection_scrollable__Ddlbn) {
    grid-template-columns: repeat(2, 1fr);
  }

  .DirectionsSection_grid__tmDub.DirectionsSection_scrollable__Ddlbn > * {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .DirectionsSection_header__G7mJc {
    margin-bottom: 32px;
    justify-content: start;
  }

  .DirectionsSection_grid__tmDub:not(.DirectionsSection_scrollable__Ddlbn) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Уменьшаем ширину затемнения на мобильных */
  .DirectionsSection_scrollContainer__JD3M8.DirectionsSection_fadeLeft__rYKaD::before,
  .DirectionsSection_scrollContainer__JD3M8.DirectionsSection_fadeRight__701Ac::after {
    width: 60px;
  }

  .DirectionsSection_scrollButton__nH23v {
    width: 48px;
    height: 48px;
  }

  .DirectionsSection_scrollButton__nH23v img {
    width: 48px;
    height: 48px;
  }

  .DirectionsSection_scrollButtonLeft__Dvtrf {
    left: 8px;
  }

  .DirectionsSection_scrollButtonRight__HuqED {
    right: 8px;
  }

  .DirectionsSection_viewAll___R_TA {
    width: 48px;
    height: 48px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/Hero/Hero.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Hero_hero__1d92z {
  padding-top: 90px;
  background: var(--color-bg-secondary);
}

.Hero_content__FJG4L {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px;

  background-image: radial-gradient(
    50% 80% at 50% 100%,
    rgba(255, 69, 0, 0.3) 0%,
    rgba(255, 69, 0, 0) 100%
  );
}

.Hero_title__bGj6o {
  font-size: 48px;
  line-height: 1.2;
  max-width: 1100px;
}

.Hero_subtitle___gKKT {
  margin-top: 44px;
  font-weight: 500 !important;
}
.Hero_buttonWrapper__1mHlU {
  margin-top: 54px;
}

@media (max-width: 768px) {
  .Hero_hero__1d92z {
    padding: 46px 0 60px 0;
  }

  .Hero_title__bGj6o {
    font-size: 24px;
    line-height: 1.2;
  }

  .Hero_subtitle___gKKT {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 40px;
  }

  .Hero_buttonWrapper__1mHlU {
    margin-top: 40px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/ProjectCard/ProjectCard.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectCard_card__wkcQi {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  height: 180px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ProjectCard_overlay__sckHb {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-between;
}

.ProjectCard_title__oKPmE {
  color: rgba(234, 234, 234, 1) !important;
  margin: 0;
}

.ProjectCard_button__MP_8E {
  align-self: flex-end;
}

@media (max-width: 768px) {
  .ProjectCard_overlay__sckHb {
    padding: 24px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/CategoryFilter/CategoryFilter.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.CategoryFilter_filterContainer__pDZGz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .CategoryFilter_filterContainer__pDZGz {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
    padding-bottom: 8px;
    /* Скрыть стандартный скроллбар */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    /* Smooth scrolling */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* iOS momentum scrolling */
  }

  .CategoryFilter_filterContainer__pDZGz::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }

  /* Убедиться, что кнопки не сжимаются */
  .CategoryFilter_filterContainer__pDZGz > * {
    flex-shrink: 0;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ProjectsSection/ProjectsSection.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectsSection_title__gN0Jm {
  text-align: center;
  margin-bottom: 8px;
}

.ProjectsSection_grid__eS3VV {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-top: 48px;
}

@media (max-width: 1200px) {
  .ProjectsSection_grid__eS3VV {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ProjectsSection_title__gN0Jm {
    text-align: left;
  }

  .ProjectsSection_grid__eS3VV {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/InfoSection/InfoSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.InfoSection_description__eA_sq {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 18px;
}

.InfoSection_documents__Z2TDy {
  margin-top: 52px;
}

.InfoSection_document__kL9Gp {
  background: linear-gradient(0deg, var(--bg, #252525), var(--bg, #252525)),
    linear-gradient(
      360deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );

  border-radius: 16px;
  padding: 32px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.InfoSection_documentIcon__yoCJd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.InfoSection_documentContent__013FB {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.InfoSection_documentSubtitle___bisc {
  text-align: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 1) !important;
  padding-top: 38px;
}

.InfoSection_documentTitle__RE37N {
  line-height: 1.3;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;
  max-width: 490px;
  white-space: pre-line;
}

.InfoSection_caption__7_od2 {
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;
  padding-top: 16px;
}

.InfoSection_documentButton__owWQP {
  align-self: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .InfoSection_documents__Z2TDy {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

