/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/PageContainer/PageContainer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.PageContainer_container__OX_kA {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ValuesSlider/ValuesSlider.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ValuesSlider_container__yN9bl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  align-items: start;
}

.ValuesSlider_values__m6eoS {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.ValuesSlider_valuesList__rf3Rn {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}

.ValuesSlider_controls__mREOm {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ValuesSlider_navButton__FEqSo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.ValuesSlider_navButton__FEqSo:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.ValuesSlider_navButton__FEqSo:disabled {
  opacity: 0.4;
  cursor: default;
}

.ValuesSlider_navButtonIcon__I_cj_ {
  transition: transform 0.2s ease;
}

.ValuesSlider_navButtonIconLeft__vby0q {
  transform: rotate(180deg);
}

.ValuesSlider_indicator__Q2b12 {
  position: absolute;
  left: 0;
  width: 4px;
  background: var(--color-accent-orange);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border-radius: 16px;
}

.ValuesSlider_indicatorBackground__X4zk8 {
  position: absolute;
  left: 0;
  width: 4px;
  background: rgba(53, 53, 53, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  height: 100%;
  border-radius: 16px;
}

.ValuesSlider_valueItem__rFWSI {
  padding: 7px 0 7px 29px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.ValuesSlider_valueLabel__GEIIL {
  color: white;
  transition: color 0.2s ease;
  font-size: 20px;
}

.ValuesSlider_valueItem__rFWSI:hover .ValuesSlider_valueLabel__GEIIL {
  color: var(--color-accent-orange);
}

.ValuesSlider_valueLabelActive__Fp1ib {
  color: var(--color-accent-orange);
}

.ValuesSlider_valueCard__sfAtL {
  position: relative;
  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: 1px solid rgba(255, 69, 0, 1);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: end;
  overflow: hidden;
  justify-content: flex-end;
}

.ValuesSlider_valueCard__sfAtL::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 516px;
  height: 282px;
  background-image: url("/radial-gradient.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  pointer-events: none;
}

.ValuesSlider_valueCard__sfAtL > * {
  position: relative;
  z-index: 1;
}

.ValuesSlider_valueTitle__N8mJJ {
  margin-bottom: 8px;
}

.ValuesSlider_valueDescription__mGv_y {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 200;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
  .ValuesSlider_container__yN9bl {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

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

  .ValuesSlider_valueCard__sfAtL {
    padding: 24px;
    min-height: 160px;
  }

  .ValuesSlider_valueItem__rFWSI {
    padding: 10px 0 10px 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/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/app/about/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.page_page__bHvK0 {
  min-height: 100vh;
}

.page_titleSection__Yn3wQ {
  padding: 50px 0 40px 0;
}

.page_pageTitle__kuJ9j {
  margin-bottom: 0;
}

.page_mapSection__BHG14 {
  padding: 40px 0 80px 0;
}

.page_mapContainer__0wljS {
  display: flex;
  justify-content: center;
  max-height: 735px;
  width: 100%;
  padding: 0 20px;
  object-fit: contain;
}

.page_mapObject__tbVfc {
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  object-fit: contain;
  max-height: 835px;
}

.page_tooltip__LLZO4 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1000;
  /* transform: translate(-50%, calc(-100% - 10px)); */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: page_tooltipFadeIn__BPKDu 0.15s ease-out;
}
/* 
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-100% - 5px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, calc(-100% - 10px));
  }
} */

.page_valuesSection___3_Wc {
  padding: 20px;
  background-color: rgba(45, 45, 45, 1);
  border-radius: 36px;
}

.page_valuesTitle__1fui9 {
  margin: 0 0 40px 0;
}

.page_statsSection__x91nH {
  padding: 40px 0 80px 0;
}

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

.page_statItem__GzvlW {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_statNumber__B_8mv {
  color: var(--color-accent-orange);
  font-size: 64px;
  line-height: 1;
}

.page_ctaContainer__gfPw3 {
  margin-top: 10px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .page_statsGrid__OP3OV {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .page_titleSection__Yn3wQ {
    padding: 40px 0 30px 0;
  }

  .page_mapSection__BHG14 {
    padding: 30px 0 60px 0;
  }

  .page_valuesSection___3_Wc {
    padding: 0 0 60px 0;
  }

  .page_statsSection__x91nH {
    padding: 40px 0 60px 0;
  }

  .page_statsGrid__OP3OV {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page_statNumber__B_8mv {
    font-size: 48px;
  }
}

