

/* Start:/local/templates/ws512_new/css/dictionary.css?177520655517737*/
.dictionary {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.dictionary h1 {
  font-size: clamp(1.625rem, 4vw, 3.75rem);
  max-width: 913px;
}
.dictionary .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.dictionary .bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.dictionary .bx:last-child {
  display: none;
}
.dictionary .txt {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.0625rem;
}
.dictionary .txt p {
  margin: 0 0 1rem;
}
.dictionary .txt p:last-child {
  margin-bottom: 0;
}
.dictionary-form {
  margin-top: 1.5rem;
}
.dictionary blockquote {
  position: relative;
  margin-top: 3.125rem;
  background-color: rgba(226, 36, 39, 0.1);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  padding-left: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-left: 4px solid #E22427;
  padding-right: 1.5rem;
}
.dictionary blockquote b {
  font-weight: 600;
  font-size: 1.25rem;
}
.dictionary blockquote p {
  font-weight: 500;
  font-size: 1rem;
  margin: 10px 0 0;
}
.dictionary blockquote p i {
  font-style: normal;
  font-weight: 600;
  color: #E22427;
}
.dictionary blockquote .icon {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  right: 2rem;
  display: none;
}
.dictionary-box {
  position: relative;
  background-color: #F6F6F6;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
  padding-top: 1.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 1.625rem;
  margin-top: 3.125rem;
}
.dictionary-box h3 {
  font-size: clamp(1.5625rem, 4vw, 2.0625rem);
  text-align: center;
}
.dictionary-box h3 i {
  font-style: normal;
  color: #E22427;
}
.dictionary-box .form-test {
  margin-top: 1.5625rem;
}
.dictionary-result {
  padding-top: 2.5rem;
  display: none;
}
.dictionary-result.active {
  display: block;
}
.dictionary-result h3 {
  font-size: clamp(1.25rem, 4vw, 1.875rem);
}
.dictionary-result .box-false .box-label {
  background: rgba(226, 36, 39, 0.1);
  color: #E22427;
}
.dictionary-result .box-false .box-gr::before {
  background-color: #E22427;
}
.dictionary-result .box-true .box-label {
  background-color: rgba(26, 152, 19, 0.1);
  color: #1A9813;
}
.dictionary-result .box-true .box-gr::before {
  background-color: #1A9813;
}
.dictionary-result .box-label {
  min-width: 113px;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 7px;
  margin-top: 0.8125rem;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.dictionary-result .box-gr {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.dictionary-result .box-gr::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dictionary-result .box-gr span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

.form-dictionary {
  position: relative;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
}
.form-dictionary.close .icon {
  opacity: 1;
  visibility: visible;
}
.form-dictionary.close input {
  padding-right: 3.125rem;
}
.form-dictionary.close .page__btn {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.form-dictionary_gr {
  flex: 1;
  position: relative;
}
.form-dictionary_gr input {
  width: 100%;
  outline: none;
  line-height: 1.3;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #BCBCBC;
}
.form-dictionary_gr input::-moz-placeholder {
  opacity: 1;
  color: #808080;
  font-weight: normal;
  font-size: 1rem;
}
.form-dictionary_gr input::placeholder {
  opacity: 1;
  color: #808080;
  font-weight: normal;
  font-size: 1rem;
}
.form-dictionary .icon {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  right: 1.5rem;
  opacity: 0;
  visibility: hidden;
}
.form-dictionary .page__btn {
  min-width: 244px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 50px;
  font-weight: 600;
  font-size: 1.0625rem;
}
.form-test_gr {
  position: relative;
}
.form-test_gr input {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: transparent;
  height: 40px;
  border-bottom: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #696969;
  font-weight: 500;
  font-size: 1.0625rem;
  transition: all 0.3s ease;
}
.form-test_gr input:focus ~ label {
  opacity: 0;
}
.form-test_gr input.used ~ label {
  opacity: 0;
}
.form-test_gr input.has-error
{
  border-bottom: 2px solid #e22427;	
}
.form-test_gr label {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  color: #696969;
  font-weight: 500;
  font-size: 1.0625rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-test_gr:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-test_gr input.has-error + label
{
	color: #e79394;
}
.form-test_btn {
  padding-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  flex-direction: column;
}
.form-test_btn .page__btn--radial {
  height: 114px;
  min-width: 114px;
  max-width: 114px;
}
.form-test_btn .form__politic {
  flex: 1;
  color: #8F8F8F;
}
.form-test_btn .form__politic a {
  color: #8F8F8F;
}
.form-test_btn .form__politic label
{
	position: relative;
	display: block;
	padding-left: 1.5rem;
}
.form-test_btn .form__politic label input
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.form-test_btn .form__politic label.has-error,
.form-test_btn .form__politic label.has-error a
{
	color: #e22428;
}

@media (min-width: 576px) {
  .form-dictionary {
    flex-direction: row;
    border: 1px solid #BCBCBC;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 60px;
  }
  .form-dictionary_gr input {
    height: 100%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .form-dictionary .page__btn {
    height: 60px;
  }
  .form-test_btn {
    flex-direction: row;
  }
  .form-test_btn .form__politic {
    padding-left: 1.75rem;
    text-align: left;
  }
  .dictionary blockquote {
    padding-left: 2.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 8.5rem;
  }
  .dictionary blockquote .icon {
    display: block;
  }
  .dictionary-box {
    padding-top: 1.25rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-bottom: 1.875rem;
  }
  .dictionary-box h3 {
    text-align: left;
  }
  .dictionary-result .box-gr {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .dictionary {
    padding-bottom: 3.125rem;
    padding-top: 3rem;
  }
  .dictionary .txt {
    margin-top: 1.875rem;
  }
  .dictionary-form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .dictionary .bx {
    flex: 0 0 34%;
    max-width: 34%;
  }
  .dictionary .bx:first-child {
    flex: 0 0 64%;
    max-width: 64%;
  }
  .dictionary .bx:last-child {
    display: block;
  }
  .dictionary-box {
    margin-top: 0;
  }
  .dictionary-box.hide {
    display: none;
  }
}
@media (min-width: 1280px) {
  .form-test_btn {
    padding-right: 1.5625rem;
  }
}
@media (min-width: 1440px) {
  .dictionary .bx {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}

.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
padding: 0.3rem;
}

.table-bordered {
border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}

.table-hover .table-primary:hover {
background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}

.table-hover .table-success:hover {
background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}

.table-hover .table-info:hover {
background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e;
}

.table-hover .table-danger:hover {
background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc;
}

.table-hover .table-light:hover {
background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c;
}

.table-hover .table-dark:hover {
background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}

.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}

.table-dark {
color: #fff;
background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55;
}

.table-dark.table-bordered {
border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}

@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}

@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}

@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
border: 0;
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
border: 0;
}
/* текст (основной контейнер с ограничением) */
.text-content {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2d3a4b;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* изначально свёрнуто — примерно 3 строки (используем max-height) */
.text-content.collapsed {
    max-height: 203px;  /* подберите под свой размер шрифта */
}

/* раскрыто — значение должно быть больше, чем полная высота текста */
.text-content.expanded {
    max-height: auto;   /* если текст очень длинный, увеличьте */
}

/* контейнер для кнопки — выравнивание */
.button-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

/* стиль кнопки */
.toggle-btn {
    background: white;
    border: 1.5px solid #cbd5e1;
    border-radius: 40px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 550;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #e22427;
}

.toggle-btn:hover {
/*    background: #eef2ff;
    border-color: #3b82f6;
    box-shadow: 0 7px 14px rgba(59,130,246,0.15);
    transform: translateY(-1px);*/
}

.toggle-btn:active {
/*    background: #dbeafe;
    transform: translateY(1px);
    box-shadow: none;*/
}

/* стрелочка для наглядности */
.toggle-btn::after {
    content: "→";
    font-size: 1.2rem;
    transition: transform 0.2s;
}

/* когда раскрыто — стрелка смотрит вверх (опционально) */
.expanded + .button-wrapper .toggle-btn::after {
    transform: rotate(270deg);
}
/*# sourceMappingURL=dictionary.css.map */
/* End */


/* Start:/local/templates/ws512_new/components/bitrix/news.list/spec_app/style.css?17386775015723*/
.main__phase--accordion {
  padding-top: 1.875rem;
}

.main__phase--accordion .accordion-item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.main__phase--accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.main__phase--accordion .accordion-item.active .accordion-name .arr::after {
  content: url(/local/templates/ws512_new/components/bitrix/news.list/spec_app/images/arr-up_icon.svg);
}

.main__phase--accordion .accordion-item.active .accordion-body {
  display: block;
}

.main__phase--accordion .accordion-name {
  position: relative;
  padding: 1.5rem 4.375rem;
  text-decoration: none;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
}

.main__phase--accordion .accordion-name .icon {
  min-width: 40px;
  max-width: 40px;
  margin-right: 0.625rem;
}

.main__phase--accordion .accordion-name .numb {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
}

.main__phase--accordion .accordion-name .arr {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #F1F1F5;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__phase--accordion .accordion-name .arr::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  content: url(/local/templates/ws512_new/components/bitrix/news.list/spec_app/images/arr-down_icon.svg);
  line-height: 0;
}

.main__phase--accordion .accordion-name span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.main__phase--accordion .accordion-body {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 2.5rem;
  display: none;
}

.main__phase--accordion .accordion-body_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__phase--accordion .accordion-bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__phase--accordion .accordion-bx:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__phase--accordion .accordion-bx p {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.main__phase--accordion .accordion-bx ul {
  padding-left: 0.9375rem;
  margin: 0;
}

.main__phase--accordion .accordion-bx ul li {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 7px;
}

.main__phase--accordion .accordion-bx ul li::marker {
  color: #E22427;
}

.main__phase--accordion .accordion-bx .page__btn {
  height: 114px;
  min-width: 114px;
}

.main__phase--accordion .accordion-bx_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__phase .main__phase--accordion .page__btn--current .gr
{
	display: block;	
}
@media (min-width: 576px) {
  .main__phase--accordion .accordion-name {
    font-size: 1.0625rem;
  }
  .main__phase--accordion .accordion-name .icon {
    min-width: 50px;
    max-width: 50px;
  }
}
@media (min-width: 860px) {
  
  .main__phase--accordion .accordion-bx {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: initial;
  }
  .main__phase--accordion .accordion-bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .main__phase--accordion .accordion-body {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.serv-process .info
{
	padding-top: 2rem;
}
/* End */


/* Start:/local/templates/ws512_new/components/bitrix/news.list/slider_text/style.css?17815236865639*/
.cap {
  padding-top: 0;
  padding-bottom: 3.75rem;
}
.cap h2 {
  font-size: clamp(1.75rem, 4vw, 3.75rem) !important;
}
.cap-top .d-flex {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  row-gap: 0.625rem;
}
.cap-top .bx {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.cap-top .txt {
  font-weight: normal;
  color: #000;
  font-size: 0.9375rem;
  line-height: 24px;
}
.cap-top .txt p {
  margin: 0 0 15px;
}
.cap-top .txt p:last-child {
  margin-bottom: 0;
}
.cap-block {
  padding-top: 2rem;
}
.cap-box_slider .image img{
	border-radius:15px;
}
.cap-box {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 26px;
  background-color: #F6F6F6;
}
.cap-box .d-flex {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  row-gap: 0.8125rem;
}
.cap-box .bx {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.cap-box_slider .slick-list {
  height: 100%;
}
.cap-box_slider .slick-track {
  height: 100%;
  display: flex;
}
.cap-box_slider .item {
  position: relative;
  overflow: hidden;
  display: grid !important;
  place-items: center;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  background-color: var(--bgc);
  padding-top: 1.325rem;
  padding-bottom: 1.325rem;
  height: inherit;
}
.cap-box_slider .image img.d-hide {
  display: none;
}
.cap-box_slider .image img.d-hide-sm {
  display: block;
}
.cap-box_slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: #F1F1F5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.cap-box_slider .arrow.slick-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cap-box_slider .arrow span {
  display: inline-block;
  width: 15px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.cap-box_slider .arrow__prev {
  left: 1.75rem;
}
.cap-box_slider .arrow__next {
  right: 1.75rem;
}
.cap-box_slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.cap-box_slider .slick-dots li.slick-active button {
  background-color: #E22427;
}
.cap-box_slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #D7D7D7;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.cap-box_slider .slick-dots li button::before {
  content: none;
}
.cap-group_bx {
  max-width: 587px;
}
.cap-group_bx h3 {
  font-size: 1.25rem !important;
  max-width: 445px;
  margin-bottom: 15px !important;
}
.cap-group_bx p {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  margin: 0;
}
.cap-group_bx .page__btn {
  min-width: 100%;
  margin-top: 0.9375rem;
}

@media (min-width: 576px) {
  .cap-group_bx .page__btn {
    min-width: 223px;
  }
}
@media (min-width: 680px) {
  .cap-box_slider {
    height: 100%;
  }
  .cap-box_slider .image img.d-hide {
    display: block;
  }
  .cap-box_slider .image img.d-hide-sm {
    display: none;
  }
  .cap-group_bx h3 {
    font-size: 1.875rem !important;
    margin-bottom: 18px !important;
  }
  .cap-group_bx p {
    font-size: 1.25rem;
  }
  .cap-group_bx .page__btn {
    margin-top: 1.325rem;
  }
}
@media (min-width: 992px) {
  .cap-top .bx {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cap-top .txt {
    font-size: 1rem;
  }
  .cap-block {
    padding-top: 3rem;
  }
  .cap-box {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  .cap-box .bx {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cap-group {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    -o-border-radius: 1.25rem;
    background-color: #F6F6F6;
    height: 100%;
    min-height: 537px;
    display: flex;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1100px) {
  .cap-group {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .cap-group {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}/*# sourceMappingURL=cap.css.map */
/* End */


/* Start:/local/templates/ws512_new/components/bitrix/news.list/stages/style.css?17283077885723*/
.main__phase--accordion {
  padding-top: 1.875rem;
}

.main__phase--accordion .accordion-item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.main__phase--accordion .accordion-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.main__phase--accordion .accordion-item.active .accordion-name .arr::after {
  content: url(/local/templates/ws512_new/components/bitrix/news.list/stages/images/arr-up_icon.svg);
}

.main__phase--accordion .accordion-item.active .accordion-body {
  display: block;
}

.main__phase--accordion .accordion-name {
  position: relative;
  padding: 1.5rem 4.375rem;
  text-decoration: none;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
}

.main__phase--accordion .accordion-name .icon {
  min-width: 40px;
  max-width: 40px;
  margin-right: 0.625rem;
}

.main__phase--accordion .accordion-name .numb {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
}

.main__phase--accordion .accordion-name .arr {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #F1F1F5;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
}

.main__phase--accordion .accordion-name .arr::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  content: url(/local/templates/ws512_new/components/bitrix/news.list/stages/images/arr-down_icon.svg);
  line-height: 0;
}

.main__phase--accordion .accordion-name span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.main__phase--accordion .accordion-body {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 2.5rem;
  display: none;
}

.main__phase--accordion .accordion-body_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__phase--accordion .accordion-bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__phase--accordion .accordion-bx:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.main__phase--accordion .accordion-bx p {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}

.main__phase--accordion .accordion-bx ul {
  padding-left: 0.9375rem;
  margin: 0;
}

.main__phase--accordion .accordion-bx ul li {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-bottom: 7px;
}

.main__phase--accordion .accordion-bx ul li::marker {
  color: #E22427;
}

.main__phase--accordion .accordion-bx .page__btn {
  height: 114px;
  min-width: 114px;
}

.main__phase--accordion .accordion-bx_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__phase .main__phase--accordion .page__btn--current .gr
{
	display: block;	
}
@media (min-width: 576px) {
  .main__phase--accordion .accordion-name {
    font-size: 1.0625rem;
  }
  .main__phase--accordion .accordion-name .icon {
    min-width: 50px;
    max-width: 50px;
  }
}
@media (min-width: 860px) {
  
  .main__phase--accordion .accordion-bx {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: initial;
  }
  .main__phase--accordion .accordion-bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .main__phase--accordion .accordion-body {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.serv-process .info
{
	padding-top: 2rem;
}
/* End */


/* Start:/local/templates/ws512_new/components/bitrix/news.list/question/style.css?17739061801662*/
.faq {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.faq h2 {
  font-size: clamp(1.75rem, 4vw, 3.75rem);
}
.faq .d-flex {
  row-gap: 1.875rem;
}
.faq .bx {
  flex: 0 0 100%;
  max-width: 100%;
}
.faq .accordion-item:not(:last-child) {
  margin-bottom: 1.125rem;
}
.faq .accordion-name {
  color: #000;
  padding: 1.5rem 3.125rem 1.5rem 0.9375rem;
  font-weight: 600;
  font-size: 1rem;
}
.faq .accordion-name .arr {
  right: 0.9375rem;
}
.faq .accordion-body {
  padding: 0 0.9375rem 2.5rem 0.9375rem;
}
.faq .accordion-body p {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  max-width: 600px;
}
.faq .accordion-body p b {
  font-weight: 500;
}
.faq .accordion-body ul {
  padding-left: 0.9375rem;
  margin: 0;
}
.faq .accordion-body ul li {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
}
.faq .accordion-body ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.faq .accordion-body ul li::marker {
  color: #E22427;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .faq .accordion-name {
    padding: 2.375rem 5rem 2.375rem 2rem;
    font-size: 1.5rem;
  }
  .faq .accordion-name .arr {
    right: 1.875rem;
  }
  .faq .accordion-body {
    padding: 0 5rem 2.5rem 2rem;
  }
  .faq .accordion-body p {
    font-size: 1.0625rem;
  }
  .faq .accordion-body ul li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1280px) {
  .faq .bx {
    flex: 0 0 63%;
    max-width: 63%;
  }
  .faq .bx:first-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
}/*# sourceMappingURL=faq.css.map */
/* End */
/* /local/templates/ws512_new/css/dictionary.css?177520655517737 */
/* /local/templates/ws512_new/components/bitrix/news.list/spec_app/style.css?17386775015723 */
/* /local/templates/ws512_new/components/bitrix/news.list/slider_text/style.css?17815236865639 */
/* /local/templates/ws512_new/components/bitrix/news.list/stages/style.css?17283077885723 */
/* /local/templates/ws512_new/components/bitrix/news.list/question/style.css?17739061801662 */
