/* [project]/src/widgets/SurveyBreadCrumbsContainer/SurveyBreadCrumbsContainer.module.scss.module.css [app-client] (css) */
.SurveyBreadCrumbsContainer-module-scss-module__yMbIgq__container {
  margin-top: 17px;
  margin-bottom: 17px;
}

/* [project]/src/shared/ui/BreadCrumbs/BreadCrumbs.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Regular.8b6ae9af.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-SemiBold.0b7ac1f3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Bold.9993cb00.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs {
  gap: 5px;
  font-family: Montserrat;
  font-size: 16px;
  display: flex;
}

@media screen and (width <= 768px) {
  .BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs {
    font-size: 10px;
  }
}

.BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs .BreadCrumbs-module-scss-module__vFgi6W__breadcrumb {
  color: #4d897c;
  gap: 5px;
  display: flex;
}

@media screen and (width <= 768px) {
  .BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs .BreadCrumbs-module-scss-module__vFgi6W__breadcrumb .BreadCrumbs-module-scss-module__vFgi6W__icon {
    width: 5px;
    height: 8px;
  }
}

/* [project]/src/widgets/SurveyListContainer/SurveyListContainer.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Regular.8b6ae9af.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-SemiBold.0b7ac1f3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Bold.9993cb00.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.SurveyListContainer-module-scss-module__05cIdG__container {
  margin-bottom: 17px;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head {
  display: none;
}

@media screen and (width <= 768px) {
  .SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__card .SurveyListContainer-module-scss-module__05cIdG__text {
  color: #4d897c;
  font-family: Montserrat;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__active {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 12px 16px !important;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__active:hover {
  opacity: 1;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__choices {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__choices .SurveyListContainer-module-scss-module__05cIdG__choice {
  padding: 12px 16px;
  font-family: Montserrat;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__mobile-head .SurveyListContainer-module-scss-module__05cIdG__choices .SurveyListContainer-module-scss-module__05cIdG__active-choice {
  background-color: #4d897cb3;
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__tabs {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin-bottom: 25px;
  display: grid;
}

@media screen and (width <= 768px) {
  .SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__tabs {
    display: none;
  }
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__tabs .SurveyListContainer-module-scss-module__05cIdG__tab {
  color: #4d897c;
  text-align: start;
  background-color: #f3f5f5;
  border-radius: 10px;
  padding: 15px 16px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 4px #00000040;
}

@media screen and (width <= 768px) {
  .SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__tabs .SurveyListContainer-module-scss-module__05cIdG__tab {
    font-size: 12px;
  }
}

.SurveyListContainer-module-scss-module__05cIdG__container .SurveyListContainer-module-scss-module__05cIdG__tabs .SurveyListContainer-module-scss-module__05cIdG__active {
  color: #fff;
  background-color: #4d897c;
}

/* [project]/src/shared/ui/Card/Card.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Regular.8b6ae9af.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-SemiBold.0b7ac1f3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Bold.9993cb00.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.Card-module-scss-module__66WwxG__card {
  background-color: #f3f5f5;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.Card-module-scss-module__66WwxG__small {
  padding: 15px 22px;
}

@media screen and (width <= 768px) {
  .Card-module-scss-module__66WwxG__small {
    padding: 13px 16px;
  }
}

.Card-module-scss-module__66WwxG__big {
  padding: 17px 22px;
}

@media screen and (width <= 768px) {
  .Card-module-scss-module__66WwxG__big {
    padding: 13px 16px;
  }
}

/* [project]/src/features/FormSurveyBig/FormSurveyBig.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Regular.8b6ae9af.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-SemiBold.0b7ac1f3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Bold.9993cb00.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.FormSurveyBig-module-scss-module__HmrS8a__form {
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  width: 100%;
  display: flex;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__head .FormSurveyBig-module-scss-module__HmrS8a__link {
  color: #4d897c;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__head .FormSurveyBig-module-scss-module__HmrS8a__link {
    font-size: 12px;
  }
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__title {
  text-align: start;
  width: 100%;
  font-size: 20px;
}

@media screen and (width <= 768px) {
  .FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__title {
    font-size: 12px;
  }
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__answer {
  text-align: center;
  color: #4d897c;
  width: 300px;
  margin: auto;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__results {
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  width: 100%;
  display: flex;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__results .FormSurveyBig-module-scss-module__HmrS8a__result {
  box-sizing: border-box;
  background-color: #ddd;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__results .FormSurveyBig-module-scss-module__HmrS8a__result > p {
  z-index: 2;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__results .FormSurveyBig-module-scss-module__HmrS8a__result .FormSurveyBig-module-scss-module__HmrS8a__progress {
  z-index: 1;
  background-color: #afc2be;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__results .FormSurveyBig-module-scss-module__HmrS8a__result .FormSurveyBig-module-scss-module__HmrS8a__voted {
  background-color: #4d897c;
}

.FormSurveyBig-module-scss-module__HmrS8a__form .FormSurveyBig-module-scss-module__HmrS8a__hint {
  color: #4d897c;
  margin-top: 20px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}

.FormSurveyBig-module-scss-module__HmrS8a__buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.FormSurveyBig-module-scss-module__HmrS8a__buttons .FormSurveyBig-module-scss-module__HmrS8a__icons {
  gap: 26px;
  display: flex;
}

@media screen and (width <= 768px) {
  .FormSurveyBig-module-scss-module__HmrS8a__buttons .FormSurveyBig-module-scss-module__HmrS8a__icons {
    gap: 8px;
  }
}

.FormSurveyBig-module-scss-module__HmrS8a__buttons .FormSurveyBig-module-scss-module__HmrS8a__icons .FormSurveyBig-module-scss-module__HmrS8a__icon {
  width: 41px;
  height: 41px;
}

@media screen and (width <= 768px) {
  .FormSurveyBig-module-scss-module__HmrS8a__buttons .FormSurveyBig-module-scss-module__HmrS8a__icons .FormSurveyBig-module-scss-module__HmrS8a__icon {
    width: 14px;
    height: 14px;
  }
}

/* [project]/src/shared/ui/Radio/Radio.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Regular.8b6ae9af.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-SemiBold.0b7ac1f3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../media/Montserrat-Bold.9993cb00.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.Radio-module-scss-module__U3MRua__radio-group {
  flex-direction: column;
  gap: 17px;
  width: 100%;
  display: flex;
}

.Radio-module-scss-module__U3MRua__radio-button {
  background-color: #ddd;
  border-radius: 5px;
  align-items: center;
  padding: 8px 22px;
  display: flex;
}

.Radio-module-scss-module__U3MRua__radio-button label {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.Radio-module-scss-module__U3MRua__radio-button label input[type="radio"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.Radio-module-scss-module__U3MRua__custom-radio {
  vertical-align: middle;
  border: 2px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.Radio-module-scss-module__U3MRua__custom-radio:after {
  content: "";
  background-color: #4d897c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
}

.Radio-module-scss-module__U3MRua__radio-button input[type="radio"]:checked + .Radio-module-scss-module__U3MRua__custom-radio {
  border-color: #4d897c;
}

.Radio-module-scss-module__U3MRua__radio-button input[type="radio"]:checked + .Radio-module-scss-module__U3MRua__custom-radio:after {
  transform: translate(-50%, -50%)scale(1);
}

.Radio-module-scss-module__U3MRua__radio-button label:hover .Radio-module-scss-module__U3MRua__custom-radio {
  border-color: #4d897c;
}

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