.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 */