/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/pages/Vacancies/VacanciesSection/VacanciesFiltersItem/ui/VacanciesFiltersItem.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VacanciesFiltersItem_item__o3nm8 {
  border-bottom: 1px solid rgb(var(--green-light));
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.VacanciesFiltersItem_title-wrap__bYC4R {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 30px;
}

.VacanciesFiltersItem_title__8oFUf {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.VacanciesFiltersItem_checkboxes__sgbj7 {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  gap: 12px;
  max-height: 320px;
  overflow: auto;
  width: 100%;
}

.VacanciesFiltersItem_checkboxes__sgbj7::-webkit-scrollbar {
  width: 4px;
}

.VacanciesFiltersItem_checkboxes__sgbj7::-webkit-scrollbar-thumb {
  background-color: rgb(var(--green-light-hover));
  border-radius: 5px;
}

.VacanciesFiltersItem_checkboxes__sgbj7::-webkit-scrollbar-track {
  background-color: rgb(var(--grey-main));
}

.VacanciesFiltersItem_checkboxes__sgbj7 .VacanciesFiltersItem_ant-checkbox-group-item__HzF4w {
  width: 100%;
}

.VacanciesFiltersItem_more-btn__EiUEd {
  margin-left: -15px;
  margin-top: -10px;
}

.VacanciesFiltersItem_btn-wrap__lq3pw {
  position: absolute;
  bottom: 45px;
  left: 0px;
  right: 0px;
  background-color: white;
  box-shadow:
    0px 4px 15px 0px #5f69831f,
    0px 5px 4px 0px #5f69830d,
    0px 0px 4px 0px #5f698312;
  padding: 10px 8px;
  border-radius: 28px;
  display: flex;
  align-items: center;
}

.VacanciesFiltersItem_filter-counter__3G8Dn {
  padding: 4px 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: black;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: rgb(var(--grey-main));
  border: 1px solid rgb(var(--grey-main));
  border-radius: 100px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.VacanciesFiltersItem_filter-counter__3G8Dn:hover {
  border-color: rgb(var(--red-accent));
}

.VacanciesFiltersItem_filter-counter__3G8Dn svg {
  width: 10px;
  height: 10px;
  color: rgb(var(--red-accent));
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/pages/Vacancies/VacanciesSection/VacanciesFilters/ui/VacanciesFilters.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VacanciesFilters_filters__IqBSE {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  height: calc(90vh - 75px);
  position: static;
  padding-bottom: 80px;
}

.VacanciesFilters_clear-wrap___6xoF {
  display: none;
}

@media screen and (min-width: 1280px) {
  .VacanciesFilters_btn-wrap__LFLNa {
    display: none;
  }

  .VacanciesFilters_filters__IqBSE {
    height: max-content;
    padding-bottom: unset;
  }

  .VacanciesFilters_clear-wrap___6xoF {
    display: block;
  }

  .VacanciesFilters_clear__CW33E {
    font-size: 20px !important;
    width: max-content;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/pages/Vacancies/VacanciesSection/VacanciesList/ui/VacanciesList.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VacanciesList_wrap__ZVo8d {
  position: relative;
}

.VacanciesList_list__tJknd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.VacanciesList_loader__ay4KB {
  position: absolute;
  top: 10px;
  left: 50%;
  background-color: #fff;
  padding: 8px;
  border-radius: 100%;
}

.VacanciesList_item__D9Sx5 {
  padding: 16px;
  background-color: rgb(var(--green-light));
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.3s;
  border: 1px solid rgb(var(--green-light));
}

.VacanciesList_item__D9Sx5:hover {
  border-color: rgb(var(--red-accent));
}

.VacanciesList_categories__m9XJW {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.VacanciesList_category__2Qd_E {
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 24px;
}

.VacanciesList_title__AiQYh {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.VacanciesList_description__uk81W {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.VacanciesList_empty-description__Bd_Om {
  margin-top: 16px;
  font-size: 16px;
  max-width: 520px;
}

.VacanciesList_pagination__uYPuT {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .VacanciesList_item__D9Sx5 {
    padding: 32px;
    border-radius: 32px;
  }

  .VacanciesList_empty-description__Bd_Om {
    font-size: 20px;
  }

  .VacanciesList_categories__m9XJW {
    gap: 8px;
  }

  .VacanciesList_title__AiQYh {
    font-size: 20px;
  }

  .VacanciesList_description__uk81W {
    font-size: 16px;
  }

  .VacanciesList_pagination__uYPuT {
    margin-top: 48px;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/pages/Vacancies/VacanciesSection/VacanciesTopPanel/ui/VacanciesTopPanel.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VacanciesTopPanel_panel__B1e_z {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.VacanciesTopPanel_ordering__DzRHG {
  min-width: 152px;
}

@media screen and (min-width: 768px) {
  .VacanciesTopPanel_panel__B1e_z {
    margin-bottom: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/pages/Vacancies/VacanciesSection/ui/VacanciesSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.VacanciesSection_section__W0Rf_ {
  margin-block: 88px 32px;
}

.VacanciesSection_top__wEkFD {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.VacanciesSection_main__JXTQP {
  width: 100%;
}

.VacanciesSection_top-btn__IN9QP {
  border: 1px solid transparent !important;
}

.VacanciesSection_card__XjVUn {
  background-color: white;
  border-radius: 24px;
  padding-block: 24px 32px;
}

.VacanciesSection_filters-wrap__dRkD4 {
  display: none;
}

.VacanciesSection_drawer-inner__kqmL5 {
  padding-block: 24px;
  position: relative;
}

.VacanciesSection_drawer-top___Pegr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.VacanciesSection_drawer-close__VITCw {
  color: rgb(var(--text-secondary)) !important;
}

.VacanciesSection_drawer-content__rJm6C,
.VacanciesSection_drawer-wrapper__3YE0Q {
  border-radius: 24px 24px 0 0;
}

@media screen and (min-width: 1280px) {
  .VacanciesSection_section__W0Rf_ {
    margin-block: 124px 72px;
  }

  .VacanciesSection_mobile-filters__e3rrU {
    display: none;
  }

  .VacanciesSection_filters-wrap__dRkD4 {
    display: block;
    width: 100%;
    max-width: 240px;
  }

  .VacanciesSection_inner__MTgoX {
    display: flex;
    gap: 40px;
  }

  .VacanciesSection_card__XjVUn {
    border-radius: 40px;
    padding-block: 40px 72px;
  }

  .VacanciesSection_top__wEkFD {
    margin-bottom: 40px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/SuccessModal/ui/SuccessModal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.SuccessModal_title__U3nnX {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgb(var(--red-accent));
}

.SuccessModal_description___YHqU {
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .SuccessModal_title__U3nnX {
    font-size: 32px;
  }

  .SuccessModal_description___YHqU {
    font-size: 16px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/FeedbackForm/ui/FeedbackForm.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.FeedbackForm_bottom__RqoWx {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.FeedbackForm_file__ffoJt {
  border: 1px solid #e6e6e6;
  max-width: 250px;
  width: max-content;
  border-radius: 100px;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #84867d;
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: white;
}

.FeedbackForm_file__ffoJt.FeedbackForm_done__LmYR5 {
  color: black;
}

.FeedbackForm_file-spin__z3On7 {
  filter: grayscale(100%);
}

.FeedbackForm_file-name___2obX {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .FeedbackForm_bottom__RqoWx {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .FeedbackForm_agreement__xceJC {
    transform: translateY(12px);
  }

  .FeedbackForm_file__ffoJt {
    font-size: 18px;
    line-height: 130%;
    max-width: 354px;
  }

  .FeedbackForm_upload-wrap__Oazcw {
    display: flex;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/widgets/FormSection/ui/FormSection.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.FormSection_section__W0DWZ {
  position: relative;
  padding-block: 40px;
  background-image: url('/assets/form-section/background.svg');
  background-position: -82px 200px;
  background-repeat: no-repeat;
}

.FormSection_inner__HfTO6 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.FormSection_text__UZSww p {
  color: rgb(var(--text-secondary));
}

.FormSection_btn__nzT9I {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .FormSection_section__W0DWZ {
    background-position: -120px 130px;
  }

  .FormSection_resume__Rr7la {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .FormSection_resume-link__SdjFY {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .FormSection_section__W0DWZ {
    padding-block: 72px;
    background-position: -32px 215px;
  }

  .FormSection_input__GrUm7 {
    border-radius: 32px !important;
    padding: 13px 24px !important;
    font-size: 20px !important;
  }

  .FormSection_resume__Rr7la {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .FormSection_inner__HfTO6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    gap: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .FormSection_section__W0DWZ {
    background-position: 0 bottom;
  }

  .FormSection_resume__Rr7la {
    flex-direction: row;
    align-items: center;
  }
}

