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


/* [project]/src/shared/ui/BreadCrumbs/BreadCrumbs.module.scss.module.css [app-client] (css) */
.BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs {
  flex-wrap: wrap;
  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;
}

.BreadCrumbs-module-scss-module__vFgi6W__breadcrumbs .BreadCrumbs-module-scss-module__vFgi6W__breadcrumb .BreadCrumbs-module-scss-module__vFgi6W__link {
  text-transform: uppercase;
}

@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/SinglePageNews/MainImageContainer/MainImageContainer.module.scss.module.css [app-client] (css) */
.MainImageContainer-module-scss-module__AhFunG__main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: end;
  max-width: 1605px;
  height: 482px;
  margin: 11px -80px 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.MainImageContainer-module-scss-module__AhFunG__main:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top, #141414ed, #8b8b8b00);
  width: 100%;
  height: 374px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .MainImageContainer-module-scss-module__AhFunG__main:after {
    height: 184px;
  }

  .MainImageContainer-module-scss-module__AhFunG__main {
    width: auto;
    height: 184px;
  }
}

.MainImageContainer-module-scss-module__AhFunG__main .MainImageContainer-module-scss-module__AhFunG__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.MainImageContainer-module-scss-module__AhFunG__main .MainImageContainer-module-scss-module__AhFunG__info {
  z-index: 2;
  flex-direction: column;
  gap: 10px;
  padding: 0 80px 22px;
  display: flex;
  position: relative;
}

.MainImageContainer-module-scss-module__AhFunG__main .MainImageContainer-module-scss-module__AhFunG__info .MainImageContainer-module-scss-module__AhFunG__title {
  color: #fff;
}

@media screen and (width <= 768px) {
  .MainImageContainer-module-scss-module__AhFunG__main .MainImageContainer-module-scss-module__AhFunG__info {
    padding-bottom: 9px;
  }
}


/* [project]/src/widgets/SinglePageNews/ContentContainer/ContentContainer.module.scss.module.css [app-client] (css) */
.ContentContainer-module-scss-module__rf9c0q__container {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 17px;
  display: flex;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container {
    flex-direction: column;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left {
  flex-direction: column;
  gap: 17px;
  width: 100%;
  max-width: 953px;
  display: flex;
  position: relative;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__date {
  align-items: center;
  gap: 9px;
  display: flex;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__date span {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__count {
  align-items: center;
  gap: 9px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__count span {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__count span {
    font-size: 8px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__image {
  width: 25px;
  height: 25px;
  margin-top: 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__top .ContentContainer-module-scss-module__rf9c0q__image {
    width: 10px;
    height: 10px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__image {
  width: 100%;
  height: 653px;
  margin-top: 17px;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__image {
    height: 153px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__icons {
  gap: 22px;
  display: flex;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__icons {
    gap: 8px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__icons .ContentContainer-module-scss-module__rf9c0q__icon {
  width: 41px;
  height: 41px;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__icons .ContentContainer-module-scss-module__rf9c0q__icon {
    width: 14px;
    height: 14px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__smile {
  width: 41px;
  height: 41px;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__social .ContentContainer-module-scss-module__rf9c0q__smile {
    width: 14px;
    height: 14px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__tags {
  gap: 17px;
  margin-top: 10px;
  font-family: Montserrat;
  display: flex;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__left .ContentContainer-module-scss-module__rf9c0q__tags .ContentContainer-module-scss-module__rf9c0q__tag {
  color: #4d897c;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right {
  width: 467px;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right {
    width: 100%;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__list {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__list {
    gap: 15px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__more {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__more {
    margin-bottom: 10px;
  }
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__more .ContentContainer-module-scss-module__rf9c0q__text {
  color: #4d897c;
}

.ContentContainer-module-scss-module__rf9c0q__container .ContentContainer-module-scss-module__rf9c0q__right .ContentContainer-module-scss-module__rf9c0q__info {
  width: 100%;
}

.ContentContainer-module-scss-module__rf9c0q__photoBlock {
  flex-direction: column;
  gap: 10px;
  height: fit-content;
  min-height: 560px;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__photoBlock {
    height: 300px;
    min-height: 0;
  }
}

.ContentContainer-module-scss-module__rf9c0q__swiper {
  height: 100%;
}

.ContentContainer-module-scss-module__rf9c0q__videoBlock {
  flex-direction: column;
  gap: 10px;
  height: fit-content;
  min-height: 560px;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .ContentContainer-module-scss-module__rf9c0q__videoBlock {
    min-height: 0;
  }
}

.ContentContainer-module-scss-module__rf9c0q__slide {
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
}

.ContentContainer-module-scss-module__rf9c0q__article {
  width: 100% !important;
  max-width: none !important;
}


/* [project]/src/entities/News/News.module.scss.module.css [app-client] (css) */
.News-module-scss-module__WCfb4a__card {
  width: fit-content;
  padding: 17px 22px;
  position: relative;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__card.News-module-scss-module__WCfb4a__extraPaddingBottom {
    padding-bottom: 0 !important;
  }

  .News-module-scss-module__WCfb4a__card {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }
}

.News-module-scss-module__WCfb4a__card .News-module-scss-module__WCfb4a__image {
  border-radius: 10px;
  width: 262px;
  height: 180px;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__card .News-module-scss-module__WCfb4a__image {
    width: 100%;
    height: 156px;
    margin-bottom: 7px;
  }
}

.News-module-scss-module__WCfb4a__card .News-module-scss-module__WCfb4a__image .News-module-scss-module__WCfb4a__exclusive {
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  background-color: #4d897c;
  border-radius: 5px;
  padding: 7px 13px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__card .News-module-scss-module__WCfb4a__image .News-module-scss-module__WCfb4a__exclusive {
    font-size: 10px;
  }
}

.News-module-scss-module__WCfb4a__card.News-module-scss-module__WCfb4a__nocard {
  padding: 0;
  position: relative;
}

.News-module-scss-module__WCfb4a__card.News-module-scss-module__WCfb4a__nocard .News-module-scss-module__WCfb4a__image {
  width: 300px;
  height: 165px;
}

.News-module-scss-module__WCfb4a__info {
  flex-direction: column;
  width: 262px;
  display: flex;
  overflow: visible;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info {
    align-items: flex-start;
  }
}

.News-module-scss-module__WCfb4a__info.News-module-scss-module__WCfb4a__extraPaddingBottom {
  padding-bottom: 34px !important;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info.News-module-scss-module__WCfb4a__extraPaddingBottom {
    padding-bottom: 0 !important;
  }
}

.News-module-scss-module__WCfb4a__info.News-module-scss-module__WCfb4a__rubrInfo {
  position: relative;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date {
  color: #666;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date:first-letter {
  text-transform: uppercase;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date.News-module-scss-module__WCfb4a__absolute {
  position: absolute;
  bottom: 17px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date.News-module-scss-module__WCfb4a__absolute {
    position: relative;
    bottom: 0;
  }
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date.News-module-scss-module__WCfb4a__absoluteIDate {
  position: absolute;
  bottom: 6px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date.News-module-scss-module__WCfb4a__absoluteIDate {
    position: relative;
    bottom: 0;
  }
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date > span {
  align-items: center;
  gap: 5px;
  display: flex;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date > span svg {
  width: 16px;
  height: 14px;
  position: relative;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date .News-module-scss-module__WCfb4a__count {
  align-items: start;
  gap: 5px;
  display: flex;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date .News-module-scss-module__WCfb4a__count .News-module-scss-module__WCfb4a__image {
  width: 16px;
  height: 14px;
  position: relative;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date .News-module-scss-module__WCfb4a__count {
    display: none;
  }
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date .News-module-scss-module__WCfb4a__extra {
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date .News-module-scss-module__WCfb4a__extra svg {
    width: 10px;
    height: 10px;
  }
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__exclusiveSmall {
  opacity: .8;
  color: #fff;
  background-color: #4d897c;
  border-radius: 4px;
  margin-left: 20px;
  padding: 4px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 17px;
  right: 17px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__exclusiveSmall {
    font-size: 7px;
  }
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__exclusiveSmall.News-module-scss-module__WCfb4a__rubrTag {
  bottom: -6px;
}

.News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.News-module-scss-module__WCfb4a__news-tabs {
  max-width: 436px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs {
    max-width: none;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__container {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tabs {
  gap: 5px;
  display: flex;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tabs {
    display: none;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tabs .News-module-scss-module__WCfb4a__tab {
  padding: 11px 22px;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown {
    display: block;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown .News-module-scss-module__WCfb4a__active {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 12px 16px !important;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown .News-module-scss-module__WCfb4a__active:hover {
  opacity: 1;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown .News-module-scss-module__WCfb4a__choices {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown .News-module-scss-module__WCfb4a__choices .News-module-scss-module__WCfb4a__choice {
  padding: 12px 16px;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__dropdown .News-module-scss-module__WCfb4a__choices .News-module-scss-module__WCfb4a__active-choice {
  background-color: #4d897cb3;
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info {
    gap: 15px;
    padding-top: 38px;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info {
  width: 424px;
}

@media screen and (width <= 1200px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info {
    width: 100%;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__title {
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__title {
    font-size: 10px;
  }
}

.News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date {
  color: #666;
  font-size: 13px;
}

@media screen and (width <= 768px) {
  .News-module-scss-module__WCfb4a__news-tabs .News-module-scss-module__WCfb4a__tab-info .News-module-scss-module__WCfb4a__info .News-module-scss-module__WCfb4a__date {
    font-size: 8px;
  }
}


/* [project]/src/shared/ui/Wysiwyg/Wysiwyg.module.scss.module.css [app-client] (css) */
.Wysiwyg-module-scss-module__4ziZtq__container {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}

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

.Wysiwyg-module-scss-module__4ziZtq__container table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

.Wysiwyg-module-scss-module__4ziZtq__container th, .Wysiwyg-module-scss-module__4ziZtq__container td {
  text-align: left;
  border: 1px solid #e2e8f0;
  padding: .75rem;
}

.Wysiwyg-module-scss-module__4ziZtq__container tr:nth-child(2n) {
  background-color: #f8fafc;
}

.Wysiwyg-module-scss-module__4ziZtq__container p {
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}

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

.Wysiwyg-module-scss-module__4ziZtq__container strong {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}

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

.Wysiwyg-module-scss-module__4ziZtq__container iframe, .Wysiwyg-module-scss-module__4ziZtq__container img {
  border-radius: 10px;
  margin: 17px 0;
  overflow: hidden;
}

.Wysiwyg-module-scss-module__4ziZtq__container pre {
  white-space: wrap;
}

.Wysiwyg-module-scss-module__4ziZtq__container ol, .Wysiwyg-module-scss-module__4ziZtq__container ul {
  padding-left: 22px;
  list-style-type: disc;
}

.Wysiwyg-module-scss-module__4ziZtq__container blockquote p {
  font-style: italic;
}

.Wysiwyg-module-scss-module__4ziZtq__container blockquote p:before {
  content: open-quote;
  color: #98838e;
  font-size: 3em;
}

.Wysiwyg-module-scss-module__4ziZtq__container blockquote p:after {
  content: close-quote;
  display: none;
}


/* [project]/src/features/FormSurveyBig/FormSurveyBig.module.scss.module.css [app-client] (css) */
.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;
  }
}

.FormSurveyBig-module-scss-module__HmrS8a__buttons > span {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0%;
  font-size: 13px;
  line-height: 100%;
}

@media screen and (width <= 768px) {
  .FormSurveyBig-module-scss-module__HmrS8a__buttons > span {
    display: none;
  }
}


/* [project]/src/shared/ui/Radio/Radio.module.scss.module.css [app-client] (css) */
.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;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  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: 15px;
  font-weight: 400;
  display: flex;
}

@media screen and (width <= 768px) {
  .Radio-module-scss-module__U3MRua__radio-button label {
    font-size: 12px;
  }
}

.Radio-module-scss-module__U3MRua__radio-button label input[type="checkbox"], .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;
  box-sizing: border-box;
  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: 16px;
  height: 16px;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
}

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

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

.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_38a0c384._.css.map*/