* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?1ad5fed839e00be0beab061dae02c03f") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-user"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-thincheck"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-sliderbigarrow-r"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-sliderarrow-r"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-sliderarrow-l"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-search-big"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-roundcheck"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-quests"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-plus"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-phone"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-menuarrow"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-medal"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-login"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-like"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-hour"]::before { 
		content: "\f111"; 
	} 
	[class*="--icon-eye"]::before { 
		content: "\f112"; 
	} 
	[class*="--icon-edit"]::before { 
		content: "\f113"; 
	} 
	[class*="--icon-crumbsarrow"]::before { 
		content: "\f114"; 
	} 
	[class*="--icon-comment"]::before { 
		content: "\f115"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f116"; 
	} 
	[class*="--icon-calendar"]::before { 
		content: "\f117"; 
	} 
	[class*="--icon-bigroundcheck"]::before { 
		content: "\f118"; 
	} 
	[class*="--icon-arrow-d"]::before { 
		content: "\f119"; 
	} 
:root {
  --mainColor: #363636;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --gray00: #F5F5F5;
  --gray01: #F3F3F3;
  --gray02: #E2E2E2;
  --gray03: #DAD5D5;
  --gray04: #B2B2B2;
  --gray05: #968D7C;
  --gray06: #5E5E5E;
  --green03: #37AE63;
  --orange01: #FF7D00;
  --red01: #A8423E;
  --yellow01: #FFE57E;
}

body {
  min-width: 22.5rem;
  color: var(--mainColor);
  font-family: "Inter";
  font-size: 1rem;
  background-color: var(--gray00);
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

@media (min-width: 47.99875em) {
  .abpage {
    padding-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .abpage {
    padding-bottom: 2.5rem;
  }
}

[class*=__container] {
  max-width: 83.75rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0.625rem;
  outline: none;
  width: 100%;
  display: block;
  padding: 0.84375rem 0.9375rem;
  border: 0.0625rem solid var(--gray02);
  caret-color: inherit;
  transition: border-color 0.3s;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
}
.input.--form-focus {
  border-color: var(--gray06);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .input.--form-focus:hover {
    border-color: var(--gray06);
  }
}
.input.--form-error {
  border-color: var(--red01);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .input.--form-error:hover {
    border-color: var(--red01);
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .input:hover {
    border-color: var(--gray04);
  }
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: var(--gray04);
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0rem 0rem;
  border: none;
  border-radius: 0;
}

.checkbox {
  font-size: 0;
  display: inline-block;
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
  outline: 0.0625rem solid #000;
}
.checkbox__input:checked + .checkbox__text::before {
  background: url("../assets/img/check-w.svg") center/1.1875rem 1.1875rem no-repeat var(--green03);
  border-color: var(--green03);
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 0.625rem;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
  transition: color 0.3s;
}
.checkbox__text:before {
  content: "";
  border-radius: 0.25rem;
  align-self: flex-start;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid var(--gray03);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .checkbox__text:hover {
    color: var(--green03);
  }
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.filter-options__item {
  position: relative;
  cursor: pointer;
}
.filter-options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.filter-options__input:focus-visible + .filter-options__text {
  outline: 0.0625rem solid #000;
}
.filter-options__input:checked + .filter-options__text {
  color: var(--green03);
  background-color: rgba(55, 174, 99, 0.1019607843);
}
.filter-options__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 0.625rem;
  background-color: var(--gray00);
  border-radius: 0.625rem;
  color: var(--gray06);
  font-size: 0.875rem;
  line-height: 128.571429%; /* 18/14 */
  transition: background-color 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .filter-options__text:hover {
    background-color: rgba(55, 174, 99, 0.1019607843);
  }
}

.txtacont {
  border-radius: 0.625rem;
  outline: none;
  width: 100%;
  display: block;
  padding: 0.6875rem 0.9375rem;
  border: 0.0625rem solid var(--gray02);
  transition: border-color 0.3s;
}
.txtacont.--form-focus {
  border-color: var(--gray06);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .txtacont.--form-focus:hover {
    border-color: var(--gray06);
  }
}
.txtacont.--form-error {
  border-color: var(--red01);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .txtacont.--form-error:hover {
    border-color: var(--red01);
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .txtacont:hover {
    border-color: var(--gray04);
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.6875rem 1.4375rem;
  border: 0.0625rem solid transparent;
  font-weight: 500;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 47.99875em) {
  .button {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .button {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}
.button.button--orange {
  background-color: var(--orange01);
  border-color: var(--orange01);
  color: var(--whiteColor);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .button.button--orange:hover {
    background-color: transparent;
    color: var(--orange01);
  }
}
.button.button--black {
  background-color: var(--blackColor);
  border-color: var(--blackColor);
  color: var(--whiteColor);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .button.button--black:hover {
    background-color: transparent;
    color: var(--blackColor);
  }
}
.button.button--green {
  background-color: var(--green03);
  border-color: var(--green03);
  color: var(--whiteColor);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .button.button--green:hover {
    background-color: transparent;
    color: var(--green03);
  }
}
.button.button--white {
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .button.button--white:hover {
    background-color: var(--green03);
    color: var(--whiteColor);
  }
}
@media (min-width: 47.99875em) {
  .button.button--big {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.title-h1 {
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .title-h1 {
    font-size: 1.5rem;
    line-height: 129.166667%; /* 31/24 */
  }
}
@media (max-width: 47.99875em) {
  .title-h1 {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}

.title-small {
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .title-small {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (max-width: 47.99875em) {
  .title-small {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}

.text {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .text {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .text {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}

.textcontent {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .textcontent {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .textcontent {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.textcontent > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.textcontent h1,
.textcontent h2 {
  font-weight: 700;
  color: var(--mainColor);
}
@media (min-width: 47.99875em) {
  .textcontent h1,
  .textcontent h2 {
    font-size: 1.5rem;
    line-height: 129.166667%; /* 31/24 */
  }
}
@media (max-width: 47.99875em) {
  .textcontent h1,
  .textcontent h2 {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (min-width: 47.99875em) {
  .textcontent h1:first-child,
  .textcontent h2:first-child {
    margin-bottom: 2.5rem !important;
  }
}
@media (max-width: 47.99875em) {
  .textcontent h1:first-child,
  .textcontent h2:first-child {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 47.99875em) {
  .textcontent h1:not(:first-child),
  .textcontent h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .textcontent h1:not(:first-child),
  .textcontent h2:not(:first-child) {
    margin-top: 1rem;
  }
}
.textcontent h1:not(:last-child),
.textcontent h2:not(:last-child) {
  margin-bottom: 0.625rem;
}
.textcontent h3 {
  font-weight: 700;
  color: var(--mainColor);
}
.textcontent h3:not(:last-child) {
  margin-bottom: 0.625rem;
}
.textcontent h3:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 47.99875em) {
  .textcontent h3 {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (max-width: 47.99875em) {
  .textcontent h3 {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (min-width: 47.99875em) {
  .textcontent .textcontdecor:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .textcontent .textcontdecor:not(:first-child) {
    margin-top: 1rem;
  }
}

.textcontlist li {
  position: relative;
  padding-left: 2.125rem;
}
.textcontlist li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
  .textcontlist li {
    padding-top: 0.09375rem;
    padding-bottom: 0.09375rem;
  }
}
.textcontlist li::before {
  content: "\f102";
  font-family: iconfont;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  color: var(--orange01);
}
.textcontlist.textcontlist-other li::before {
  content: "\f118";
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
@media (min-width: 47.99875em) {
  .textcontlist.textcontlist-other li::before {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.textcontdecor {
  background-color: rgba(55, 174, 99, 0.1019607843);
  border-radius: 1rem;
  border-left: 0.25rem solid var(--green03);
}
@media (min-width: 47.99875em) {
  .textcontdecor {
    padding: 2.5rem 2.5rem 2.5rem 2.25rem;
  }
}
@media (max-width: 47.99875em) {
  .textcontdecor {
    padding: 1.25rem 1.25rem 1.25rem 1rem;
  }
}
.textcontdecor__title {
  font-weight: 700;
  color: var(--mainColor);
}
.textcontdecor__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
  .textcontdecor__title {
    font-size: 1.5rem;
    line-height: 129.166667%; /* 31/24 */
  }
}
@media (max-width: 47.99875em) {
  .textcontdecor__title {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (min-width: 47.99875em) {
  .section-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .section-block:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.topblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 47.99875em) {
  .topblock:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .topblock:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.topblock__navigation {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.topblock__swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(55, 174, 99, 0.1019607843);
  font-size: 1rem;
  color: var(--green03);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 47.99875em) {
  .topblock__swiper-button {
    width: 2.625rem;
    height: 2.625rem;
    flex: 0 0 2.625rem;
  }
}
@media (max-width: 47.99875em) {
  .topblock__swiper-button {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    font-size: 0.75rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .topblock__swiper-button:hover {
    background-color: var(--green03);
    color: var(--whiteColor);
  }
}
@media (min-width: 47.99875em) {
  .pagetop:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .pagetop:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none !important;
}

[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.feedblock {
  border: 0.0625rem solid var(--gray02);
  border-radius: 1rem;
}
@media (min-width: 47.99875em) {
  .feedblock {
    padding: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .feedblock {
    padding: 1rem;
  }
}
.feedblock__title {
  text-align: center;
}
.feedblock__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.feedblock__form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.feedblock__inpcont {
  display: block;
  width: 100%;
}
.feedblock__top {
  display: block;
  font-weight: 700;
}
.feedblock__top:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (min-width: 47.99875em) {
  .feedblock__top {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .feedblock__top {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.feedblock__top span {
  color: var(--red01);
}
@media (max-width: 47.99875em) {
  .feedblock__txtacont textarea {
    min-height: 5.75rem;
  }
}
.feedblock__photolabel {
  border: 0.0625rem dashed var(--gray02);
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  justify-content: space-between;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s;
}
@media (min-width: 47.99875em) {
  .feedblock__photolabel {
    padding: 0.6875rem 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .feedblock__photolabel {
    padding: 0.5625rem;
  }
}
.feedblock__photolabel::after {
  content: "";
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  background: url("../assets/img/file.svg") center/contain no-repeat;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .feedblock__photolabel:hover {
    border-color: var(--gray04);
  }
}
.feedblock__photoinput {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.feedblock__phototop {
  display: block;
  color: var(--gray06);
}
.feedblock__phototop:not(:last-child) {
  margin-bottom: 0.125rem;
}
@media (min-width: 47.99875em) {
  .feedblock__phototop {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 61.99875em) {
  .feedblock__phototop {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.feedblock__photobottom {
  display: block;
  color: var(--gray04);
  font-size: 0.75rem;
  line-height: 133.333333%; /* 16/12 */
}
.feedblock__bot {
  font-size: 0.75rem;
  line-height: 116.666667%; /* 14/12 */
  color: var(--gray04);
  text-align: center;
}
.feedblock__bot a {
  display: inline;
  text-decoration: underline;
  transition: color 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .feedblock__bot a:hover {
    color: var(--mainColor);
  }
}

.bottfeed-list {
  list-style-type: none;
  counter-reset: item;
}
.bottfeed-list li {
  position: relative;
  border-bottom: 0.0625rem solid var(--gray02);
}
.bottfeed-list li:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (min-width: 47.99875em) {
  .bottfeed-list li {
    padding-bottom: 1.8125rem;
    padding-left: 3.375rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed-list li {
    padding-left: 3.125rem;
    padding-bottom: 0.9375rem;
  }
}
.bottfeed-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--green03);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  font-weight: 700;
  color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
  .bottfeed-list li::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed-list li::before {
    font-size: 1rem;
  }
}
.bottfeed-list li b {
  display: block;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
}
.bottfeed-list li b:not(:last-child) {
  margin-bottom: 0.625rem;
}
.bottfeed-list li p {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .bottfeed-list li p {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .bottfeed-list li p {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}

@media (min-width: 47.99875em) {
  .crumbs {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .crumbs {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.crumbs__list {
  display: flex;
  column-gap: 0.625rem;
  row-gap: 0.3125rem;
  flex-wrap: wrap;
}
.crumbs__item {
  font-size: 0;
}
.crumbs__item:not(:last-child)::after {
  content: "\f114";
  font-family: iconfont;
  font-size: 1rem;
  margin-left: 0.625rem;
  color: var(--green03);
  transform: translateY(0.1875rem);
}
.crumbs__item:not(:last-child) .crumbs__link {
  transition: color 0.3s;
  color: var(--gray06);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .crumbs__item:not(:last-child) .crumbs__link:hover {
    color: var(--green03);
  }
}
.crumbs__item:last-child .crumbs__link {
  pointer-events: none;
  color: var(--green03);
}
.crumbs__link {
  display: inline-block;
}
@media (min-width: 47.99875em) {
  .crumbs__link {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .crumbs__link {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}

.socsblock__title {
  font-weight: 700;
}
.socsblock__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
  .socsblock__title {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .socsblock__title {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.socsblock__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.socsblock__link {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.0625rem solid var(--green03);
  transition: transform 0.3s;
}
.socsblock__link img {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  object-fit: contain;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .socsblock__link:hover {
    transform: scale(1.1);
  }
}

.firstblock-row {
  display: grid;
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(31, 36, 46, 0.0509803922);
  background-color: var(--whiteColor);
  transition: box-shadow 0.3s;
}
@media (min-width: 47.99875em) {
  .firstblock-row {
    border-radius: 0.75rem;
    padding: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.625rem;
    align-content: start;
    grid-template-columns: 2.5rem 1fr auto;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row {
    border-radius: 0.625rem;
    padding: 1rem;
    gap: 0.625rem;
    grid-template-columns: 1.875rem 1fr;
    align-items: center;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .firstblock-row:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0rem 1.25rem 1.5625rem -0.0625rem rgba(55, 174, 99, 0.1019607843), 0rem 0.5rem 0.625rem 0rem rgba(55, 174, 99, 0.0784313725);
  }
}
.firstblock-row__icon {
  background-color: rgba(55, 174, 99, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--green03);
}
@media (min-width: 47.99875em) {
  .firstblock-row__icon {
    width: 2.5rem;
    height: 2.5rem;
    grid-column: 1/2;
    grid-row: 1/3;
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__icon {
    width: 1.875rem;
    height: 1.875rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.firstblock-row__icon::before {
  content: "\f115";
  font-family: iconfont;
}
@media (min-width: 47.99875em) {
  .firstblock-row__icon::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__icon::before {
    font-size: 0.75rem;
  }
}
.firstblock-row__name {
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .firstblock-row__name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.firstblock-row__bottom {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .firstblock-row__bottom {
    column-gap: 1.25rem;
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}
@media (min-width: 61.99875em) {
  .firstblock-row__bottom {
    column-gap: 1.875rem;
  }
}
@media (min-width: 83.75em) {
  .firstblock-row__bottom {
    column-gap: 3.1875rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__bottom {
    column-gap: 0.625rem;
    justify-content: space-between;
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 47.99875em) {
  .firstblock-row__bottom .firstblock-row__date {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__bottom .firstblock-row__date {
    display: flex;
  }
}
.firstblock-row__hero {
  display: flex;
  align-items: center;
}
@media (min-width: 47.99875em) {
  .firstblock-row__hero {
    gap: 0.375rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__hero {
    gap: 0.25rem;
  }
}
.firstblock-row__hero::before {
  content: "\f101";
  font-family: iconfont;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .firstblock-row__hero::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__hero::before {
    font-size: 0.75rem;
  }
}
.firstblock-row__answers {
  display: flex;
  align-items: center;
}
@media (min-width: 47.99875em) {
  .firstblock-row__answers {
    gap: 0.375rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__answers {
    gap: 0.25rem;
  }
}
.firstblock-row__answers::before {
  content: "\f115";
  font-family: iconfont;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .firstblock-row__answers::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__answers::before {
    font-size: 0.75rem;
  }
}
.firstblock-row__date {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
}
@media (min-width: 47.99875em) {
  .firstblock-row__date {
    grid-row: 1/3;
    grid-column: 3/4;
    align-self: start;
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__date {
    display: none;
  }
}
@media (min-width: 47.99875em) {
  .firstblock-row__date::after {
    content: "\f111";
    font-family: iconfont;
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__date::before {
    content: "\f111";
    font-family: iconfont;
    font-size: 0.75rem;
    line-height: 1;
  }
}
.firstblock-row__closed {
  display: flex;
  align-items: center;
  color: var(--green03);
  font-weight: 400;
}
@media (min-width: 47.99875em) {
  .firstblock-row__closed {
    gap: 0.375rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__closed {
    gap: 0.25rem;
    order: 5;
    flex: 1 1 100%;
  }
}
.firstblock-row__closed::before {
  content: "\f109";
  font-family: iconfont;
  line-height: 1;
  color: #65a83e;
}
@media (min-width: 47.99875em) {
  .firstblock-row__closed::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock-row__closed::before {
    font-size: 0.75rem;
  }
}

.master-item {
  background-color: var(--whiteColor);
  border-radius: 0.625rem;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.master-item__image {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
}
.master-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .master-item__image:hover img {
    transform: scale(1.05);
  }
}
.master-item__name {
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .master-item__name {
    font-size: 1rem;
    line-height: 125%; /* 20/16 */
  }
  .master-item__name:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .master-item__name {
    font-size: 0.875rem;
    line-height: 142.857143%; /* 20/14 */
  }
  .master-item__name:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .master-item__name:hover {
    color: var(--green03);
  }
}
.master-item__profs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
@media (min-width: 47.99875em) {
  .master-item__profs:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .master-item__profs:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.master-item__prof {
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 133.333333%; /* 16/12 */
  background-color: var(--gray00);
  color: var(--gray06);
  transition: background-color 0.3s, color 0.3s;
}
.master-item__prof.master-item__prof--green {
  background-color: rgba(55, 174, 99, 0.1019607843);
  color: var(--green03);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .master-item__prof:hover {
    background-color: var(--green03);
    color: var(--whiteColor);
  }
}
.master-item__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 47.99875em) {
  .master-item__bottom {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}
@media (max-width: 47.99875em) {
  .master-item__bottom {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}
.master-item__rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--orange01);
}
.master-item__rating::before {
  content: "\f103";
  line-height: 1;
  font-family: iconfont;
}
@media (min-width: 47.99875em) {
  .master-item__rating::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .master-item__rating::before {
    font-size: 0.75rem;
  }
}
.master-item__comments {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.master-item__comments::before {
  content: "\f115";
  line-height: 1;
  font-family: iconfont;
}
@media (min-width: 47.99875em) {
  .master-item__comments::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .master-item__comments::before {
    font-size: 0.75rem;
  }
}
.master-item__exp {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.master-item__exp::before {
  content: "\f10e";
  line-height: 1;
  font-family: iconfont;
}
@media (min-width: 47.99875em) {
  .master-item__exp::before {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .master-item__exp::before {
    font-size: 0.75rem;
  }
}

.portfolio-item {
  display: flex;
  flex-direction: column;
}
.portfolio-item__image {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  width: 100%;
  position: relative;
}
@media (min-width: 47.99875em) {
  .portfolio-item__image {
    padding-top: 77.5%;
  }
  .portfolio-item__image:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .portfolio-item__image {
    padding-top: 75%;
  }
  .portfolio-item__image:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.portfolio-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .portfolio-item__image:hover img {
    transform: scale(1.03);
  }
}
.portfolio-item__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
}
@media (min-width: 47.99875em) {
  .portfolio-item__content {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .portfolio-item__content {
    padding-bottom: 1rem;
  }
}
.portfolio-item__name {
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .portfolio-item__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
  .portfolio-item__name:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .portfolio-item__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
  .portfolio-item__name:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .portfolio-item__name:hover {
    color: var(--green03);
  }
}
.portfolio-item__bottom {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 128.571429%; /* 18/14 */
  font-weight: 500;
  color: var(--gray06);
}
.portfolio-item__date {
  color: var(--gray05);
}
.portfolio-item__comment {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.portfolio-item__comment::before {
  content: "\f115";
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  font-family: iconfont;
}
.portfolio-item__eye {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.portfolio-item__eye::before {
  content: "\f112";
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  font-family: iconfont;
}

.comment-item {
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(31, 36, 46, 0.0509803922);
  background-color: var(--whiteColor);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 47.99875em) {
  .comment-item {
    padding: 1.875rem;
    gap: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .comment-item {
    padding: 1rem;
    gap: 1rem;
  }
}
.comment-item__top {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  border-radius: 0.75rem;
}
@media (min-width: 47.99875em) {
  .comment-item__top {
    padding: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .comment-item__top {
    padding: 1rem;
  }
}
.comment-item__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.comment-item__image {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.comment-item__name {
  font-weight: 700;
  word-break: break-word;
}
@media (min-width: 47.99875em) {
  .comment-item__name {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (max-width: 47.99875em) {
  .comment-item__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
.comment-item__loc {
  word-break: break-word;
  color: var(--gray05);
}
@media (min-width: 47.99875em) {
  .comment-item__loc {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .comment-item__loc {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}
.comment-item__text {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .comment-item__text {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .comment-item__text {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}
.comment-item__date {
  margin-top: auto;
  color: var(--gray05);
}
@media (min-width: 47.99875em) {
  .comment-item__date {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .comment-item__date {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
  }
}

.jurnal-item {
  border-bottom: 0.0625rem solid var(--gray02);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
}
@media (min-width: 47.99875em) {
  .jurnal-item {
    padding-bottom: 1.4375rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal-item {
    padding-bottom: 0.9375rem;
  }
}
.jurnal-item__date {
  background-color: var(--yellow01);
  border-radius: 0.625rem;
  padding: 0.375rem 0.625rem;
  font-weight: 500;
}
@media (min-width: 47.99875em) {
  .jurnal-item__date {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-item__date {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}
.jurnal-item__name {
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .jurnal-item__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-item__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal-item__name:hover {
    color: var(--green03);
  }
}
.jurnal-item__text {
  color: var(--gray06);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 47.99875em) {
  .jurnal-item__text {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-item__text {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}

.jurnal-miditem__image {
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  padding-top: 73.5%;
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 47.99875em) {
  .jurnal-miditem__image:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal-miditem__image:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.jurnal-miditem__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal-miditem__image:hover img {
    transform: scale(1.03);
  }
}
.jurnal-miditem__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.jurnal-miditem__date {
  color: var(--gray05);
  font-weight: 500;
}
@media (min-width: 47.99875em) {
  .jurnal-miditem__date {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-miditem__date {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}
.jurnal-miditem__name {
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .jurnal-miditem__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-miditem__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal-miditem__name:hover {
    color: var(--green03);
  }
}
.jurnal-miditem__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .jurnal-miditem__text {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-miditem__text {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}

.jurnal-rightitem {
  border-bottom: 0.0625rem solid var(--gray02);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 47.99875em) {
  .jurnal-rightitem {
    padding-bottom: 1.4375rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal-rightitem {
    padding-bottom: 0.9375rem;
  }
}
.jurnal-rightitem__image {
  width: 5rem;
  height: 4rem;
  flex: 0 0 5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  position: relative;
}
.jurnal-rightitem__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal-rightitem__image:hover img {
    transform: scale(1.05);
  }
}
.jurnal-rightitem__name {
  font-weight: 700;
  transition: color 0.3s;
}
.jurnal-rightitem__name:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
  .jurnal-rightitem__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-rightitem__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal-rightitem__name:hover {
    color: var(--green03);
  }
}
.jurnal-rightitem__date {
  font-weight: 500;
  color: var(--gray05);
}
@media (min-width: 47.99875em) {
  .jurnal-rightitem__date {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal-rightitem__date {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}

.moreblock-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.moreblock-item__image {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  position: relative;
  border: 0.0625rem solid var(--gray02);
}
@media (max-width: 29.99875em) {
  .moreblock-item__image {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
}
.moreblock-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .moreblock-item__image:hover img {
    transform: scale(1.05);
  }
}
.moreblock-item__name {
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .moreblock-item__name {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .moreblock-item__name {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .moreblock-item__name:hover {
    color: var(--green03);
  }
}
.moreblock-item__text {
  color: var(--gray05);
  font-weight: 500;
}
@media (min-width: 47.99875em) {
  .moreblock-item__text {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (max-width: 47.99875em) {
  .moreblock-item__text {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 0.0625rem solid var(--gray02);
  background-color: #fff;
  color: var(--gray06);
  cursor: pointer;
  width: 100%;
  border-radius: 0.625rem;
  transition: border-color 0.3s;
}
.--select-open .select__title {
  border-color: var(--gray04);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .select__title:hover {
    border-color: var(--gray04);
  }
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 3rem;
  gap: 0.625rem;
}
@media (min-width: 47.99875em) {
  .select__value {
    padding-right: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .select__value {
    padding-right: 0.5625rem;
  }
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "\f119";
  font-family: iconfont;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  padding: 0 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  position: absolute;
  top: calc(100% - 0.0625rem);
  border-radius: 0 0 0.625rem 0.625rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 0.0625rem solid var(--gray04);
  border-top: 0;
  padding: 0.625rem 0rem 0.3125rem 0rem;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  color: inherit;
}
.select__option.--select-selected {
  background-color: #eee;
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 0.0625rem solid var(--gray04);
  border-bottom: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title::before, .--spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  background-color: #000;
  height: 0.125rem;
  width: 0.9375rem;
  transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::after {
  transform: rotate(40deg);
}[data-fls-showmore-button] span:last-child {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span:last-child {
  display: block;
}@media (min-width: 61.99875em) {
  .menu__body {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
@media (min-width: 83.75em) {
  .menu__body {
    gap: 2.625rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 4.6875rem 1.25rem 1.875rem 1.25rem;
    transition: left 0.3s;
    background-color: var(--whiteColor);
    display: flex;
    flex-direction: column;
    z-index: 4;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.6875rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    background-color: var(--whiteColor);
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
}
@media (min-width: 61.99875em) {
  .menu__body .header__form {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .menu__body .header__form:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .menu__body .header__right {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .menu__body .header__right {
    justify-content: space-around;
  }
  .menu__body .header__right:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .menu__body .header__region {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .menu__body .header__region {
    font-size: 1rem;
  }
}
.menu__faqbutton {
  width: 10.75rem;
  background-color: var(--green03);
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--whiteColor);
  line-height: 131.25%; /* 21/16 */
  border: 0.0625rem solid var(--green03);
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 61.99875em) {
  .menu__faqbutton {
    padding: 0.9375rem 1.6875rem;
    font-size: 1rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__faqbutton {
    padding: 0.75rem;
    font-size: 0.875rem;
    width: 100%;
  }
  .menu__faqbutton:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .menu__faqbutton:hover {
    background-color: transparent;
    color: var(--green03);
  }
}
.menu__list {
  display: flex;
  flex: 1 1 auto;
}
@media (min-width: 61.99875em) {
  .menu__list {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.625rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__list {
    flex-direction: column;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.menu__list > li:last-child .sub-menu, .menu__list > li:nth-last-child(2) .sub-menu, .menu__list > li:nth-last-child(3) .sub-menu {
  left: auto;
  right: 0;
}
@media (max-width: 61.99875em) {
  .menu__list > li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.menu__list > li > a {
  line-height: 131.25%; /* 21/16 */
  transition: color 0.3s;
}
@media (min-width: 61.99875em) {
  .menu__list > li > a {
    font-size: 1rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__list > li > a {
    font-size: 1.375rem;
    font-weight: 500;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .menu__list > li > a:hover {
    color: var(--green03);
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children._active > a::after {
  transform: rotate(-180deg);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .menu-item-has-children:hover > a {
    color: var(--green03);
  }
  html:not([data-fls-touch]) .menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
    color: var(--green03);
  }
  html:not([data-fls-touch]) .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.menu-item-has-children > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.25rem;
}
.menu-item-has-children > a::after {
  content: "\f10d";
  width: 0.625rem;
  height: 0.75rem;
  flex: 0 0 0.625rem;
  padding-top: 0.125rem;
  font-size: 0.625rem;
  transition: transform 0.3s;
  font-family: iconfont;
  line-height: 1;
  color: #1d222f;
}
.menu-item-has-children > ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  overflow: hidden;
}
@media (min-width: 61.99875em) {
  .menu-item-has-children > ul {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 100%;
    z-index: 3;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
    padding: 0.625rem;
    background-color: var(--whiteColor);
  }
}
@media (max-width: 61.99875em) {
  .menu-item-has-children > ul {
    padding-left: 0.9375rem;
  }
}
[data-fls-touch] .menu-item-has-children > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-item-has-children > ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 61.99875em) {
  .menu-item-has-children > ul li:first-child {
    margin-top: 0.3125rem;
  }
}
.menu-item-has-children > ul li > a {
  display: inline-block;
  transition: color 0.3s;
}
@media (max-width: 47.99875em) {
  .menu-item-has-children > ul li > a {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .menu-item-has-children > ul li > a:hover {
    color: var(--green03);
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 61.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 5;
    border-radius: 0.375rem;
    background-color: var(--green03);
  }
}
@media (max-width: 61.99875em) and (any-hover: hover), (max-width: 61.99875em) and (pointer: fine) {
  html:not([data-fls-touch]) .icon-menu:hover {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.75rem;
    position: absolute;
    width: 0.9375rem;
    height: 0.125rem;
    background-color: var(--whiteColor);
    border-radius: 0.125rem;
  }
  .icon-menu::before {
    top: 0.9375rem;
  }
  .icon-menu::after {
    bottom: 0.9375rem;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}.header {
  background-color: var(--whiteColor);
  border-bottom: 0.0625rem solid var(--gray01);
}
@media (min-width: 61.99875em) {
  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .header {
    padding: 1rem 0;
  }
}
@media (max-width: 61.99875em) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.header__top {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  justify-content: space-between;
}
@media (min-width: 61.99875em) {
  .header__top:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 61.99875em) {
  .header__top {
    flex: 1 1 auto;
  }
}
@media (max-width: 61.99875em) {
  .header__top .header__form {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .header__top .header__right {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .header__top .header__region {
    display: none;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 61.99875em) {
  .header__left {
    position: relative;
    z-index: 5;
  }
}
.header__logo {
  position: relative;
  display: block;
}
@media (min-width: 61.99875em) {
  .header__logo {
    width: 10.625rem;
    flex: 0 0 10.625rem;
    height: 2.6875rem;
  }
}
@media (max-width: 61.99875em) {
  .header__logo {
    width: 7.0625rem;
    flex: 0 0 7.0625rem;
    height: 2rem;
  }
}
.header__logo img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.header__region {
  font-size: 0.875rem;
  line-height: 128.571429%; /* 18/14 */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}
.header__region > span {
  color: var(--gray06);
  white-space: nowrap;
}
.header__regionbutton {
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.25rem;
  transition: color 0.3s;
}
.header__regionbutton::before {
  width: 0.625rem;
  height: 0.625rem;
  flex: 0 0 0.625rem;
  line-height: 1;
  font-size: 0.625rem;
}
.header__regionbutton span {
  max-width: 12.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__regionbutton:hover {
    color: var(--green03);
  }
}
.header__form {
  border-radius: 0.625rem;
  background-color: var(--gray00);
  border: 0.0625rem solid var(--gray02);
  transition: border-color 0.3s;
  padding: 0.5625rem 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: border-color 0.3s;
}
@media (min-width: 61.99875em) {
  .header__form {
    max-width: 30rem;
    flex: 1 1 auto;
  }
}
.header__form.--form-focus {
  border-color: var(--green03);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__form.--form-focus:hover {
    border-color: var(--green03);
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__form:hover {
    border-color: #a2dbb7;
  }
}
.header__formbutton {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: var(--gray06);
  transition: color 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__formbutton:hover {
    color: var(--green03);
  }
}
.header__forminput {
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
  caret-color: inherit;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  outline: none;
}
.header__forminput[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.header__forminput[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .header__right {
    position: relative;
    z-index: 5;
  }
}
.header__login {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 128.571429%; /* 18/14 */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.3s;
  justify-content: center;
}
@media (max-width: 61.99875em) {
  .header__login {
    flex: 1 1 50%;
  }
}
.header__login::before {
  font-size: 1.25rem;
  color: var(--blackColor);
  line-height: 1;
  transition: color 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__login:hover {
    color: var(--green03);
  }
  html:not([data-fls-touch]) .header__login:hover::before {
    color: var(--green03);
  }
}
.header__registr {
  padding: 0.5rem 0.6875rem;
  border: 0.0625rem solid var(--gray02);
  background-color: var(--gray00);
  border-radius: 0.375rem;
  font-weight: 500;
  line-height: 128.571429%; /* 18/14 */
  font-size: 0.875rem;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 61.99875em) {
  .header__registr {
    flex: 1 1 50%;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .header__registr:hover {
    background-color: var(--green03);
    color: var(--whiteColor);
  }
}.footer {
  background-color: var(--gray01);
  border-top: 0.0625rem solid var(--gray02);
}
@media (min-width: 47.99875em) {
  .footer {
    padding-top: 3.8125rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .footer {
    padding: 1.25rem 0;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.footer__menu:not(:last-child) {
  border-bottom: 0.0625rem solid var(--gray02);
}
@media (min-width: 47.99875em) {
  .footer__menu:not(:last-child) {
    padding-bottom: 2.4375rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__menu:not(:last-child) {
    padding-bottom: 1.1875rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 61.99875em) {
  .footer__column {
    flex: 0 1 calc((100% - 3.75rem) / 4);
  }
}
@media (max-width: 61.99875em) {
  .footer__column {
    flex: 0 1 calc((100% - 1.25rem) / 2);
  }
}
.footer__coltop {
  font-weight: 700;
}
.footer__coltop:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 47.99875em) {
  .footer__coltop {
    font-size: 1.25rem;
    line-height: 130%; /* 26/20 */
  }
}
@media (max-width: 47.99875em) {
  .footer__coltop {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
.footer__menulist:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__menuitem:not(:last-child) {
  margin-bottom: 0.625rem;
}
.footer__menulink {
  color: var(--gray06);
  transition: color 0.3s;
}
@media (min-width: 47.99875em) {
  .footer__menulink {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .footer__menulink {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .footer__menulink:hover {
    color: var(--green03);
  }
}
.footer__copyblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 47.99875em) {
  .footer__copyblock:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__copyblock:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__copyblock span {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .footer__copyblock span {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .footer__copyblock span {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (min-width: 47.99875em) {
  .footer__copyblock img {
    width: 7.5rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__copyblock img {
    width: 5.75rem;
  }
}
.footer__bottom {
  text-align: center;
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .footer__bottom {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
    max-width: 75.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  .footer__bottom {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
}.firstblock {
  padding-top: 2.5rem;
}
@media (min-width: 61.99875em) {
  .firstblock__container {
    display: flex;
    gap: 1.875rem;
  }
}
@media (min-width: 61.99875em) {
  .firstblock__left {
    flex: 1 1 auto;
  }
}
@media (max-width: 61.99875em) {
  .firstblock__left:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 47.99875em) {
  .firstblock__lefttop {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
    justify-content: space-between;
  }
  .firstblock__lefttop:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock__lefttop:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.firstblock__count {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: rgba(55, 174, 99, 0.1019607843);
  border-radius: 0.625rem;
  padding: 0.375rem 0.625rem;
  color: var(--green03);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 128.571429%; /* 18/14 */
}
.firstblock__count::before {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 47.99875em) {
  .firstblock__count {
    display: none;
  }
}
.firstblock__show {
  display: flex;
  flex-direction: column;
}
.firstblock__showcontent {
  margin: 0 -0.625rem;
  padding: 0 0.625rem;
}
@media (min-width: 47.99875em) {
  .firstblock__showcontent .firstblock-row:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock__showcontent .firstblock-row:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.firstblock__showmore {
  align-self: center;
}
@media (max-width: 47.99875em) {
  .firstblock__showmore {
    margin-top: 0.625rem;
    position: relative;
  }
}
@media (max-width: 47.99875em) {
  .firstblock__showmore::before {
    content: "";
    height: 0.625rem;
    width: 100vw;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    background-color: var(--gray00);
    top: -1.1875rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.firstblock__showmore[hidden] {
  display: none;
}
@media (min-width: 61.99875em) {
  .firstblock__right {
    flex: 0 0 19.375rem;
  }
}
.firstblock__rightcont {
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.99875em) {
  .firstblock__rightcont {
    position: sticky;
    top: 0.625rem;
  }
}
.firstblock__righttop:not(:last-child) {
  margin-bottom: 1.25rem;
}
.firstblock__righttitle:not(:last-child) {
  margin-bottom: 0.625rem;
}
.firstblock__righttext {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .firstblock__righttext {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .firstblock__righttext {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.firstblock__rightitems {
  width: 100%;
}
.firstblock__rightitems:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 47.99875em) {
  .firstblock__rightitems .master-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .firstblock__rightitems .master-item:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.firstblock__rightbutton {
  align-self: center;
}

.textblock__body {
  background-color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
  .textblock__body {
    border-radius: 1.25rem;
    padding: 1.875rem;
  }
}
@media (min-width: 61.99875em) {
  .textblock__body {
    padding: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .textblock__body {
    border-radius: 1rem;
    padding: 1rem;
  }
}

.faqblock__title {
  text-align: center;
}
@media (min-width: 47.99875em) {
  .faqblock__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .faqblock__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 61.99875em) {
  .faqblock__spollers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 61.99875em) {
  .faqblock__spollersitem {
    flex: 0 1 calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 61.99875em) {
  .faqblock__spollersitem:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .faqblock__spollersitem:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.faqblock__spollerstitle {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  transition: padding 0.3s, border-radius 0.3s;
  background-color: var(--whiteColor);
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  font-weight: 700;
}
.faqblock__spollerstitle::marker, .faqblock__spollerstitle::-webkit-details-marker {
  display: none;
}
@media (min-width: 47.99875em) {
  .faqblock__spollerstitle {
    padding: 2.3125rem 1.875rem;
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .faqblock__spollerstitle {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.faqblock__spollerstitle.--spoller-active {
  border-radius: 0.625rem 0.625rem 0 0;
}
@media (min-width: 47.99875em) {
  .faqblock__spollerstitle.--spoller-active {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .faqblock__spollerstitle:hover span {
    background-color: rgba(12, 196, 79, 0.1607843137);
  }
}
.--spoller-init .faqblock__spollerstitle {
  cursor: pointer;
}
.--spoller-init .faqblock__spollerstitle span {
  display: block;
  border-radius: 50%;
  position: relative;
  background-color: rgba(55, 174, 99, 0.1019607843);
  transition: background-color 0.3s;
}
@media (min-width: 47.99875em) {
  .--spoller-init .faqblock__spollerstitle span {
    width: 2.625rem;
    height: 2.625rem;
    flex: 0 0 2.625rem;
  }
}
@media (max-width: 47.99875em) {
  .--spoller-init .faqblock__spollerstitle span {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
  }
}
.--spoller-init .faqblock__spollerstitle span::before, .--spoller-init .faqblock__spollerstitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--green03);
  transition: transform 0.5s ease 0s;
}
@media (min-width: 47.99875em) {
  .--spoller-init .faqblock__spollerstitle span::before, .--spoller-init .faqblock__spollerstitle span::after {
    height: 0.0625rem;
    width: 1.0625rem;
    right: 0.778125rem;
  }
}
@media (max-width: 47.99875em) {
  .--spoller-init .faqblock__spollerstitle span::before, .--spoller-init .faqblock__spollerstitle span::after {
    width: 0.75rem;
    height: 0.0625rem;
    right: 0.75rem;
  }
}
.--spoller-init .faqblock__spollerstitle span::before {
  transform: rotate(90deg);
}
.--spoller-init .faqblock__spollerstitle.--spoller-active span::before {
  transform: rotate(180deg);
}
.faqblock__spollersbody {
  border-radius: 0 0 0.625rem 0.625rem;
  background-color: var(--whiteColor);
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .faqblock__spollersbody {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
    padding: 0 1.875rem 1.25rem 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .faqblock__spollersbody {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
    padding: 0 1rem 1rem 1rem;
  }
}
.faqblock__spollersbody p:not(:last-child) {
  margin-bottom: 1em;
}

.commentsblock__slider {
  padding: 0.625rem;
  margin: -0.625rem;
}

@media (min-width: 61.99875em) {
  .bottfeed__body {
    gap: 1.875rem;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 83.75em) {
  .bottfeed__body {
    gap: 3.75rem;
  }
}
.bottfeed__bodycont {
  background-color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
  .bottfeed__bodycont {
    border-radius: 1.25rem;
    padding: 1.875rem;
  }
}
@media (min-width: 83.75em) {
  .bottfeed__bodycont {
    padding: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed__bodycont {
    border-radius: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 61.99875em) {
  .bottfeed__left {
    flex: 1 1 50%;
  }
}
@media (min-width: 83.75em) {
  .bottfeed__left {
    flex: 0 0 33.75rem;
  }
}
@media (max-width: 61.99875em) {
  .bottfeed__left:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .bottfeed__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed__title {
    margin-bottom: 1.25rem;
  }
}
.bottfeed__leftcontacts p {
  color: var(--gray06);
}
.bottfeed__leftcontacts p:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 47.99875em) {
  .bottfeed__leftcontacts p {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .bottfeed__leftcontacts p {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
.bottfeed__leftcontacts a {
  text-decoration: underline;
  color: var(--green03);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .bottfeed__leftcontacts a:hover {
    text-decoration: none;
  }
}
.bottfeed__conttitle:not(:first-child) {
  margin-top: 1.25rem;
}
.bottfeed__conttitle:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 61.99875em) {
  .bottfeed__right {
    flex: 1 1 50%;
  }
}
.bottfeed__socs {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid var(--gray02);
  border-radius: 1.25rem;
}
@media (min-width: 47.99875em) {
  .bottfeed__socs {
    margin-top: 2.5rem;
    padding: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed__socs {
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
}
.bottfeed__socstitle:not(:last-child) {
  margin-bottom: 1.25rem;
}
.bottfeed__socslinks {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}
@media (min-width: 47.99875em) {
  .bottfeed__socslinks {
    column-gap: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .bottfeed__socslinks {
    column-gap: 1.25rem;
  }
}
.bottfeed__socslink {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: var(--gray06);
  font-weight: 700;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
  transition: color 0.3s;
}
.bottfeed__socslink img {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  object-fit: contain;
  transition: transform 0.3s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .bottfeed__socslink:hover {
    color: var(--green03);
  }
  html:not([data-fls-touch]) .bottfeed__socslink:hover img {
    transform: scale(1.05);
  }
}

@media (min-width: 61.99875em) {
  .jurnal__container {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 83.75em) {
  .jurnal__container {
    gap: 2.5rem;
    flex-wrap: nowrap;
  }
}
@media (min-width: 61.99875em) {
  .jurnal__left {
    flex: 0 0 25rem;
  }
}
@media (max-width: 61.99875em) {
  .jurnal__left:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.jurnal__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 47.99875em) {
  .jurnal__leftitems .jurnal-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal__leftitems .jurnal-item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 61.99875em) {
  .jurnal__middle {
    flex: 0 1 calc(100% - 26.25rem);
  }
}
@media (min-width: 83.75em) {
  .jurnal__middle {
    flex: 0 1 calc(100% - 27.5rem);
  }
}
@media (max-width: 61.99875em) {
  .jurnal__middle:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .jurnal__miditems {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .jurnal__miditems .jurnal-miditem {
    flex: 0 1 calc((100% - 1.25rem) / 2);
  }
}
@media (max-width: 47.99875em) {
  .jurnal__miditems .jurnal-miditem:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.jurnal__miditem {
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 100%;
}
@media (min-width: 47.99875em) {
  .jurnal__miditem {
    min-height: 23.75rem;
  }
}
@media (min-width: 83.75em) {
  .jurnal__miditem {
    padding: 2.5rem;
  }
}
@media (max-width: 83.75em) {
  .jurnal__miditem {
    padding: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal__miditem {
    min-height: 15.625rem;
  }
  .jurnal__miditem:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.jurnal__miditem::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1.25rem;
  z-index: 1;
}
.jurnal__miditem img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .jurnal__miditem:hover img {
    transform: scale(1.02);
  }
}
.jurnal__miditemcont {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.jurnal__miditemdate {
  background-color: var(--yellow01);
  border-radius: 0.625rem;
  padding: 0.375rem 0.625rem;
  font-weight: 500;
}
@media (min-width: 47.99875em) {
  .jurnal__miditemdate {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
  .jurnal__miditemdate:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal__miditemdate {
    font-size: 0.75rem;
    line-height: 133.333333%; /* 16/12 */
  }
  .jurnal__miditemdate:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.jurnal__miditemname {
  color: var(--whiteColor);
  font-weight: 700;
}
@media (min-width: 47.99875em) {
  .jurnal__miditemname {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
}
@media (max-width: 47.99875em) {
  .jurnal__miditemname {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
}
@media (min-width: 61.99875em) {
  .jurnal__right {
    flex: 1 1 100%;
  }
}
@media (min-width: 83.75em) {
  .jurnal__right {
    flex: 0 0 19.375rem;
  }
}
@media (min-width: 47.99875em) {
  .jurnal__rightblock:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .jurnal__rightblock:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.jurnal__rightitems .jurnal-rightitem:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.99875em) {
  .moreblocks__block:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .moreblocks__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 47.99875em) {
  .moreblocks__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .moreblocks__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.99875em) {
  .moreblocks__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
@media (min-width: 61.99875em) {
  .moreblocks__items {
    gap: 2.5rem;
  }
}
@media (min-width: 83.75em) {
  .moreblocks__items {
    column-gap: 3.75rem;
  }
}
@media (min-width: 47.99875em) {
  .moreblocks__items .moreblock-item {
    flex: 0 1 calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 61.99875em) {
  .moreblocks__items .moreblock-item {
    flex: 0 1 calc((100% - 5rem) / 3);
  }
}
@media (min-width: 83.75em) {
  .moreblocks__items .moreblock-item {
    flex: 0 1 calc((100% - 11.25rem) / 4);
  }
}
@media (max-width: 47.99875em) {
  .moreblocks__items .moreblock-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 61.99875em) {
  .builders__container {
    display: flex;
    gap: 1.25rem;
  }
}
@media (min-width: 83.75em) {
  .builders__container {
    gap: 2.5rem;
  }
}
@media (min-width: 61.99875em) {
  .builders__popbuttons {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .builders__popbuttons {
    display: flex;
    gap: 0.625rem;
  }
}
.builders__popbuttons .button {
  flex: 1 1 auto;
  gap: 0.375rem;
}
.builders__popbuttons .button svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}
.builders__popbuttons .button svg path {
  transition: fill 0.3s;
}
.builders__popcat svg path {
  fill: var(--whiteColor);
}
.builders__popfilter.button {
  color: var(--blackColor);
}
.builders__popfilter.button svg path {
  fill: var(--blackColor);
}
@media (min-width: 61.99875em) {
  .builders__left {
    flex: 0 0 18.125rem;
  }
}
@media (max-width: 61.99875em) {
  .builders__left {
    display: none;
  }
}
.builders__leftblock {
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(31, 36, 46, 0.0509803922);
  border-radius: 1.25rem;
  background-color: var(--whiteColor);
}
@media (min-width: 47.99875em) {
  .builders__leftblock {
    padding: 1.5rem;
  }
}
@media (min-width: 61.99875em) {
  .builders__leftblock:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .builders__leftblock {
    padding: 1rem;
  }
}
.builders__textcont p {
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .builders__textcont p {
    font-size: 1rem;
    line-height: 131.25%; /* 21/16 */
  }
  .builders__textcont p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .builders__textcont p {
    font-size: 0.875rem;
    line-height: 128.571429%; /* 18/14 */
  }
  .builders__textcont p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.builders__textconttitle:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 61.99875em) {
  .builders__right {
    flex: 1 1 auto;
  }
}
.builders-filter__blocks:not(:first-child) {
  padding-top: 0.9375rem;
  border-top: 0.0625rem solid var(--gray01);
}
.builders-filter__blocks:not(:last-child) {
  margin-bottom: 1rem;
}
.builders-filter__block:not(:last-child) {
  margin-bottom: 1rem;
}
.builders-filter__block._disabled {
  pointer-events: none;
}
.builders-filter__block._disabled .builders-filter__name {
  color: var(--gray03);
}
.builders-filter__block._disabled .select__title {
  color: var(--gray04);
}
.builders-filter__block .select__content {
  color: var(--gray04);
}
.builders-filter__block .--select-active .select__content {
  color: var(--gray06);
}
.builders-filter__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
}
.builders-filter__name:not(:last-child) {
  margin-bottom: 0.25rem;
}
.builders-filter__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

.builders-catfilter__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem {
  border-bottom: 0.0625rem solid var(--gray01);
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem:not(:last-child) {
  margin-bottom: 0.625rem;
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem .builders-catfilter__spollersbody {
  padding-bottom: 1.25rem;
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem .builders-catfilter__spollersitem {
  border-bottom: 0.0625rem solid var(--gray01);
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem .builders-catfilter__spollersitem .builders-catfilter__spollerstitle::before {
  content: "";
  width: 0.6875rem;
  height: 0.0625rem;
  flex: 0 0 0.6875rem;
  display: block;
  background-color: var(--green03);
}
.builders-catfilter__spollers > .builders-catfilter__spollersitem .builders-catfilter__spollersitem .builders-catfilter__spollersbody {
  padding-bottom: 0.625rem;
  padding-left: 1rem;
}
.builders-catfilter__spollersitem {
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
}
.builders-catfilter__spollerstitle {
  padding: 0.625rem 0;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--gray06);
  cursor: pointer;
}
.builders-catfilter__spollerstitle::after {
  content: "\f10d";
  width: 0.75rem;
  height: 0.75rem;
  font-family: iconfont;
  font-size: 0.75rem;
  margin-left: auto;
  color: var(--mainColor);
  transition: transform 0.3s;
  line-height: 1;
}
.builders-catfilter__spollerstitle.--spoller-active {
  font-weight: 700;
}
.builders-catfilter__spollerstitle.--spoller-active::after {
  transform: rotate(-180deg);
}
.builders-catfilter__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.builders-catfilter__checkbox {
  display: inline-block;
  position: relative;
}
.builders-catfilter__checkbox:not(:last-child) {
  margin-bottom: 0.625rem;
}
.builders-catfilter__checkboxinput {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.builders-catfilter__checkboxinput:focus-visible + .builders-catfilter__checkboxtext {
  outline: 0.0625rem solid #000;
}
.builders-catfilter__checkboxinput:checked + .builders-catfilter__checkboxtext {
  color: var(--green03);
}
.builders-catfilter__checkboxtext {
  cursor: pointer;
  position: relative;
  gap: 0.375rem;
  display: flex;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
}
.builders-catfilter__checkboxtext::before {
  content: "";
  width: 0.6875rem;
  height: 0.0625rem;
  flex: 0 0 0.6875rem;
  margin-top: 0.625rem;
  display: block;
  background-color: var(--green03);
}
.builders-catfilter__showmore {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 131.25%; /* 21/16 */
  text-decoration: underline;
  color: var(--green03);
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .builders-catfilter__showmore:hover {
    text-decoration: none;
  }
}body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: var(--whiteColor);
  padding: 1.25rem;
  width: 100%;
  max-width: 81.25rem;
  border-radius: 1.25rem;
  box-shadow: 0rem 1.25rem 3.125rem 0rem rgba(0, 0, 0, 0.1019607843);
  position: relative;
  max-height: 100%;
}
@media (min-width: 61.99875em) {
  [data-fls-popup-body] {
    padding: 3.75rem;
  }
}
@media (max-width: 61.99875em) {
  [data-fls-popup-body] {
    padding: 2.5rem 1.25rem;
  }
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__text::-webkit-scrollbar {
  width: 0.25rem;
}
.popup__text::-webkit-scrollbar-track {
  background: var(--gray02);
}
.popup__text::-webkit-scrollbar-thumb {
  background: var(--green03);
}
.popup__text::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.popup__close {
  position: absolute;
}
@media (min-width: 61.99875em) {
  .popup__close {
    font-size: 2.5rem;
    width: 2.5rem;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .popup__close {
    width: 1.875rem;
    height: 1.875rem;
    flex: 0 0 1.875rem;
    font-size: 1.875rem;
    top: 0.625rem;
    right: 0.625rem;
  }
}
.popup__text {
  overflow: auto;
  height: 100%;
}
@media (min-width: 47.99875em) {
  .popup__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.popup__items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 47.99875em) {
  .popup__items {
    row-gap: 2.5rem;
    column-gap: 1.875rem;
  }
}
@media (min-width: 83.75em) {
  .popup__items {
    column-gap: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__items {
    row-gap: 1.25rem;
    column-gap: 0.9375rem;
  }
}
.popup__item {
  position: relative;
}
@media (min-width: 47.99875em) {
  .popup__item {
    flex: 0 1 calc((100% - 3.75rem) / 3);
    padding-left: 1.875rem;
  }
}
@media (min-width: 83.75em) {
  .popup__item {
    flex: 0 1 calc((100% - 11.25rem) / 4);
  }
}
@media (max-width: 47.99875em) {
  .popup__item {
    flex: 0 1 calc((100% - 0.9375rem) / 2);
    padding-left: 1.25rem;
  }
}
.popup__char {
  font-weight: 700;
  color: var(--gray06);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 130%; /* 26/20 */
}
@media (min-width: 47.99875em) {
  .popup__char {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__char {
    font-size: 1rem;
  }
}
@media (min-width: 47.99875em) {
  .popup__show {
    padding-top: 0.25rem;
  }
}
.popup__button {
  text-align: left;
  line-height: 131.25%; /* 21/16 */
  display: block;
  transition: color 0.3s;
  color: var(--gray06);
}
@media (min-width: 47.99875em) {
  .popup__button {
    font-size: 1rem;
  }
  .popup__button:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__button {
    font-size: 0.875rem;
  }
  .popup__button:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 29.99875em) {
  .popup__button {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .popup__button:hover {
    color: var(--green03);
  }
}
.popup__showmore {
  margin-top: 0.625rem;
  text-decoration: underline;
  color: var(--green03);
  text-underline-offset: 25%;
  line-height: 131.25%; /* 21/16 */
}
@media (min-width: 47.99875em) {
  .popup__showmore {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__showmore {
    font-size: 0.875rem;
  }
}
@media (max-width: 29.99875em) {
  .popup__showmore {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .popup__showmore:hover {
    text-decoration: none;
  }
}.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}.rating {
  display: inline-block;
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.1875rem;
}
@media (any-hover: hover) {
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/0.875rem no-repeat;
  }
}
.rating__item {
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/0.875rem no-repeat;
  transition: all 0.3s;
}
.rating__item--active {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/0.875rem no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0.875rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/0.875rem no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.1875rem;
  transform: translateX(100%);
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
@media (any-hover: hover) {
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/0.875rem no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item span {
    display: none;
  }
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-fls-rating=set] .rating__input {
  cursor: pointer;
}