@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*Обнуление стилей*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html body {
  color: var(----, #000);
  background: #FFF;
  /* Ясный язык/Основной текст 1 я */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
  min-width: 1280px;
  /*overflow-x: auto;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

body hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0;
  opacity: 1;
  height: 1px;
  font-weight: normal !important;
  font-style: normal;
  border-bottom: 1px solid #677279;
  width: 100%;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=radio] {
    width: 0 !important;
  border: 0;
  height: 0;
  min-width: 0;
  min-height: 0; 
  /* padding: 0;
  margin: 0; */
  /* opacity: 0; */
   position: absolute;
  top: 0px;
  right: -80px;  
}

label {
  position: relative;
}

input[type=checkbox]::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  border-radius: 2px;
  background: #79B9B0;
  border: 1px solid #79B9B0;
  display: none;
}

input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 24px !important;
  height: 24px !important;
  position: relative;
  margin-right: 16px;
  position: relative;
  border: 1px solid #767676;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: none;
  top: 6px;
  width: 16px;
  height: 12px;
  background-size: contain;
  background: url(../images/icons/check.svg);
  left: 4px;
  display: none;
}

input[type=checkbox]:checked::after,
input[type=checkbox]:checked::before,
input[type=radio]:checked::after,
input[type=radio]:checked::before {
  display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(----, #000);
}

input {
  background: #FFF;
  border: none;
  outline: none;
  min-width: 100px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-row input {
  width: 100%;
}

textarea {
  width: 100%;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 0px;
  padding: 14px 12px 14px 16px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
}

:-ms-input-placeholder {
  color: #575757;
}

::-ms-input-placeholder {
  color: #575757;
}

::placeholder {
  color: #575757;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.item-fulltext a:hover, .static a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body iframe {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
}

ul {
  list-style: circle;
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 32px;
  /* margin-left: 12px; */
}
ul:last-child{
  margin-bottom: 0;
}

ul li {
  margin-bottom: 24px;
}
ul li:last-child{
  margin-bottom: 0;
}

ol {
  counter-reset: myCounter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding-left: 21px;
  position: relative;
}

ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "Fira Sans Condensed", sans-serif;
  letter-spacing: 0.032px;
  left: 0px;
  position: absolute;
  top: -2px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  /*border-collapse: separate;
    border-spacing: 10px;*/
  border: none;
  overflow: auto;
  margin: 10px 0;
  max-width: 100%;
}
.map-columns{
  max-width: 1430px;
  margin: 24px auto;
  border: none;
}
.map-columns td{
   border: none;
}

table tbody {
  border: none;
}

td, th {
  padding: 8px;
  border: 1px solid #E6E6E6;
}

th {
  background: #E6E6E6;
}

.static__wrapper a[href$=doc], .static__wrapper a[href$=docx],
.static__wrapper a[href$=zip], .static__wrapper a[href$=rar],
.static__wrapper a[href$=pdf], .static__wrapper a[href$=ppt], .static__wrapper a[href$=pptx],
.static__wrapper a[href$=xls], .static__wrapper a[href$=xlsx], .static__wrapper a[href$=DOC],
.static__wrapper a[href$=rtf], .static__wrapper a[href^="https://pravo.by/document/"], .static__wrapper a[href^="https://etalonline.by/"],
.static__wrapper a[href^="https://www.pravo.by/"], .static__wrapper a[href^="http://etalonline.by/"],
.static__wrapper a[href^="http://www.pravo.by/"], .static__wrapper a[href^="http://pravo.by/"] {
  padding-left: 32px;
  display: inline-block;
  background-position: left 0;
  background-repeat: no-repeat;
  min-height: 25px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}

.static__wrapper a[href$=doc],
.static__wrapper a[href$=DOC] {
  background-image: url("../images/files/doc.svg");
}

.static__wrapper a[href$=docx],
.static__wrapper a[href$=DOCX] {
  background-image: url("../images/files/DOCX.svg");
}

.static__wrapper a[href$=pdf],
.static__wrapper a[href$=PDF] {
  background-image: url("../images/files/PDF.svg");
}

.static__wrapper a[href$=xls],
.static__wrapper a[href$=xlsx], .static__wrapper a[href$=XLS] {
  background-image: url("../images/files/XLS.svg");
}

.static__wrapper a[href$=zip] {
  background-image: url("../images/files/ZIP.svg");
}

.static__wrapper a[href$=rar] {
  background-image: url("../images/files/RAR.svg");
}

.static__wrapper a[href$=ppt], .static__wrapper a[href$=pptx] {
  background-image: url("../images/files/PPT.svg");
}

.static__wrapper a[href^="https://pravo.by/document/"], .static__wrapper a[href^="https://etalonline.by/"],
.static__wrapper a[href^="https://www.pravo.by/"], .static__wrapper a[href^="http://etalonline.by/"],
.static__wrapper a[href^="http://www.pravo.by/"], .static__wrapper a[href^="http://pravo.by/"],
.item-fulltext a[href$=html], .item-fulltext a[href^=https], .item-fulltext a[href^=http] {
  background-image: url("../images/files/website-24.svg");
}

body h1 {
  color: var(----, #000);
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
}

body h2, .child-title {
  color: var(----, #000);
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.085px;
}


body h3, .news-title {
  color: var(----, #000);
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
}

body h4 {
  color: var(----, #000);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.018px;
  text-align: left;
}

body h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.001em;
  text-align: left;
}

body h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
}

body p {
  margin-bottom: 32px;
  color: var(----, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
}

body.small-fonts * {
  font-size: 24px !important;
  line-height: 32px !important;
}

body.big-fonts * {
  font-size: 28px !important;
  line-height: 36px !important;
}

body.small-fonts .menu-item {
  padding-left: 4px;
  padding-right: 4px;
}

body.big-fonts .thirdy-button {
  padding-left: 8px;
  padding-right: 8px;
}

body.big-fonts .menu-item {
  padding-left: 1px;
  padding-right: 1px;
}

/*style buttons start*/
a.primary-button, .primary-button,
.textarea-row input[type="submit"]{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  min-width: 90px;
  min-height: 56px;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  background: var(----, #0038CC);
  color: var(----, #FFF);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-variant: small-caps;
  letter-spacing: 0.25px;
  border: 3px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.primary-button:hover, .primary-button:hover,
.textarea-row input[type="submit"]:hover {
  border: 3px solid var(----, #E0EBFF);
  background: var(----, #0038CC);
}

.primary-button:active,
.textarea-row input[type="submit"]:active{
  border: 3px solid var(---, #759BFF);
  background: var(----, #0038CC);
}

.dark-theme .primary-button {
  background: var(----, #FF0) !important;
  color: var(----, #000) !important;
  border: 3px solid ar(----, #FF0);
}

.dark-theme .primary-button:hover {
  border: 3px solid var(----, #555700);
  background: var(----, #FF0);
}

.dark-theme .primary-button:active {
  border: 3px solid var(----, #555700);
  background: var(----, #FF0);
  color: var(----, #555700) !important;
}

a.secondary-button, .secondary-button,
.about-btn a.secondary-button, .thirdy-button.rules {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  min-width: 90px;
  min-height: 56px;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid var(----, #0038CC);
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.secondary-button:hover, .footer .secondary-button:hover,
.about-btn a.secondary-button:hover, .thirdy-button.rules:hover {
  border: 3px solid var(----, #0038CC);
}

.secondary-button:active, .footer .secondary-button:active,
.about-btn a.secondary-button:active, .thirdy-button.rules:active {
  border: 3px solid var(----, #0038CC);
  background: var(----, #E0EBFF);
}

.dark-theme .secondary-button, .dark-theme .thirdy-button.rules {
  border: 1px solid var(----, #FF0) !important;
  color: var(----, #FF0) !important;
}

.dark-theme .secondary-button:hover, .dark-theme .thirdy-button.rules:hover {
  border: 3px solid var(----, #FF0) !important;
  color: var(----, #FF0) !important;
}

.dark-theme .secondary-button:active, .dark-theme .thirdy-button.rules:active {
  border: 3px solid var(----, #FF0);
  background: var(----, #555700) !important;
}

.thirdy-button, .form-row label>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  min-width: 90px;
  min-height: 56px;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(----, #0038CC);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-variant: small-caps;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none!important;
}

.thirdy-button.label {
  min-width: 0px;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  cursor: pointer;
}

.dark-theme svg,
.dark-theme span,
svg, .thirdy-button svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.thirdy-button:hover, .footer .thirdy-button:hover,
.thirdy-button.label:focus,
.form-row label>span:hover {
  background: var(----, #E0EBFF);
  color: var(----, #0038CC);
  
}

.thirdy-button:active, .footer .thirdy-button:active,
.thirdy-button.label:focus,
label.radio-label-checked span {
  color: var(----, #E0EBFF);
  background: var(----, #0038CC);
}

.thirdy-button:active svg path,
.secondary-button:active svg path {
  fill: var(----, #E0EBFF);
}

.dark-theme .thirdy-button,
.dark-theme .thirdy-button > span {
  color: var(----, #FF0) !important;
}

.dark-theme .thirdy-button:hover,
.dark-theme .thirdy-button:hover span,
.dark-theme .thirdy-button:hover svg {
  background: var(----, #555700) !important;
}

.dark-theme .thirdy-button:active,
.dark-theme .thirdy-button:active span,
.dark-theme .thirdy-button:active svg {
  background: var(----, #FF0) !important;
  color: var(----, #555700) !important;
}

.dark-theme .thirdy-button:active svg path {
  fill: var(----, #555700);
}

.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  position: relative;
  padding-left: 24px;
}

/*****light theme****/
body.light-theme .main {
  background: var(----, #F0F0F0) !important;
}

body.light-theme .main p,
body.light-theme .main,
body.light-theme .main * {
  color: var(----, #2C4E6D) !important;
}

body.light-theme .banner-ease-lang {
  border: 2px solid var(----, #0038CC);
  background: var(--Neitral--3, #FAFAFA) !important;
  color: var(----, #2C4E6D) !important;
}

/*dark theme*/
body.dark-theme * {
  background: var(----, #000) !important;
  color: var(----, #FFF) !important;
}

body.dark-theme .header__logo-img svg path,
body.dark-theme .eye-button svg path,
body.dark-theme .back-button svg path,
body.dark-theme .home svg path,
body.dark-theme .easy-panel__logo-img svg path {
  fill: #FFF !important;
}

body.dark-theme .font-size-btn span {
  color: var(----, #FF0) !important;
}

body.dark-theme svg path {
  fill: var(----, #FF0);
}

body.dark-theme .search,
body.dark-theme .search * {
  background: #FFF !important;
}

.tel, p>a{
  color: var(----, #0038CC);
}
.tel:hover, p>a:hover{
   text-decoration: underline;
}
/*style buttons end*/
/*easy panel style*/
.easy-panel {
  width: 100%;
  background: var(----, #FFF);
  height: 72px;
  min-height: 56px;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.easy-panel__wrapper {
  width: 100%;
  max-width: 1410px;
  padding-right: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  min-height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  gap: 16px;
}

.easy-panel__fonts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 72px;
  min-height: 38px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #677279;
}

.easy-panel__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  min-width: 180px;
}

.back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  min-height: 40px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.eye-button {
  border-left: 1px solid #677279;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  width: 72px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.1px;
  width: 44px;
}

.easy-panel .color-font.active {
  border: 2px solid var(--neitral-1, #677279);
}

.easy-panel .simply-font,
.easy-panel .simply-font span {
  color: var(----, #000) !important;
  background: var(----, #FFF) !important;
}

.easy-panel .light-font,
.easy-panel .light-font span {
  background: var(----, #F0F0F0) !important;
  color: var(----, #2C4E6D) !important;
}

.easy-panel .dark-font,
.easy-panel .dark-font span {
  color: var(----, #FFF) !important;
  background: var(----, #000) !important;
}

.font-size-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: var(----, #0038CC);
  font-family: "Roboto", sans-serif;
  margin-left: 8px;
}

.font-size-btn span {
  display: inline-block;
  padding: 0 8px;
}

.small-font {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.12px;
}

.big-font {
  color: var(----, #0038CC);
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  letter-spacing: 0.14px;
   min-width: 68px;
}
.big-font span{
  min-width: 66px;
}

.font-size-btn.active span {
  background: var(----, #F0F0F0);
}

body.dark-theme .font-size-btn.active span {
  color: var(----, #0038CC) !important;
}

.dark-theme .font-size-btn.active span {
  background: #FFF !important;
}

.sound-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  margin-left: 16px;
}

.middle-buttons {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.easy-panel__logo-img {
  width: 48px;
  height: 48px;
}

.easy-panel__logo-title {
  color: var(----, #000);
  /* Ясный язык/Подзаголовок 1 я */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: 0.03px;
}

/*header start*/
.header {
  width: 100%;
  background: var(----, #F0F0F0);
  border-bottom: 1px solid var(--neitral-1, #677279);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  color: var(----, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  letter-spacing: 0.033px;
}

.header__logo-img img {
  width: 151px;
  height: 52px;
}

.header-wrapper {
  margin: 0 auto;
  max-width: 1410px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 100px;
}

.header-search {
  width: 328px;
  min-height: 56px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  min-height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  border: 1px solid var(--Neitral-0, #A1AAB0);
  background: var(----, #FFF);
}
.search>input{
  width: 100%;
}
.search .thirdy-button {
  color: var(----, #000E33);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-variant: small-caps;
  letter-spacing: 0.25px;
}

.header-search .search .thirdy-button.icon svg path {
  fill: var(----, #000E33) !important;
}

.header-search .search .thirdy-button,
.header-search .search .thirdy-button span {
  color: var(----, #000E33) !important;
}

/*menu style start*/
.navigation {
  width: 100%;
  border-top: 1px solid var(--neitral-1, #677279);
  background: var(----, #F0F0F0);
}

.nav-wrapper {
  max-width: 1442px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 0 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}

.menu-item.home::after {
  content: "";
  height: calc(100% + 2px);
  top: -1px;
  width: 1px;
  background: var(--neitral-1, #677279);
  position: absolute;
  right: -4px;
}

.menu-item__link {
  color: var(----, #000);
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* Ясный язык/Кнопка я */
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  font-variant: small-caps;
  letter-spacing: 0.25px;
}

.menu-item:hover, .menu-item.active {
  background: #FFF;
}

body.dark-theme .menu-item:hover a,
body.dark-theme .menu-item:hover,
body.dark-theme .menu-item.active a,
body.dark-theme .menu-item.active {
  background: var(--neitral-3, #1C1F21) !important;
}

.menu-item.home .menu-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.nav-buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

/*main page style start*/
.main-page__wrapper {
  max-width: 1528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 43px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 auto;;
}

.main {
  background: var(----, #FFF);
  width: 100%;
  min-height: 50vh;
}

.main-page__content {
  min-width: 620px;
  max-width: 100px;
  width: 50%;
}

.main-page__img {
  width: 100%;
  position: sticky;
  top: 0;
}
.main-page__img video{
  width: 100%;
  height: 536px;
  object-position: cover;
  object-position: center;
}

.main-page__img img {
  max-width: 100%;
}

.content-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 32px 32px 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}



.page-block__content p:first-of-type {
  margin-bottom: 32px;
}
.page-block__content p:last-of-type+ul,
.content-block > p:last-child+ul,
.listening-text p:last-child+ul {
  margin-top: 32px;
}

.content-block > p:first-of-type {
  padding-right: 126px;
}

.content-block > p:last-child {
  margin-bottom: 0;
}

.listening-text p:last-child {
  margin-bottom: 0;
}
.page-block__content p:last-of-type {
  margin-bottom: 0;
}
.listening-text ul:last-child>li:last-of-type{
margin-bottom: 0;
}
.listening-text p>a,
.listening-text li>a {
      color: var(----, #0038CC);
    -webkit-transition: all 0.2s 
ease;
    transition: all 0.2s 
ease;
}
.listening-text p>a:hover,
.listening-text li>a:hover{
  text-decoration: underline;
}
.listening-text p{
  width: 100%;
  position: relative;
}
.listening-text p>.thirdy-button.rules{
  position: absolute;
  right: 16px;
  bottom: -18px;
  width: fit-content;
  display: inline-flex;
}



.page-sound-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 16px;
  top: 21px;
  cursor: pointer;
  z-index: 15;
}
.page-sound-button.active{
  right: 0px;
}
.page-sound-button .not-listen{
  display: none;
}
.page-sound-button.active .not-listen{
  display: block;
}
.page-sound-button.active .listen{
  display: none;
}

.title-block + .page-sound-button,
h3 + .page-sound-button {
  top: 21px;
}

.spojler .page-sound-button {
  right: 16px;
}
.spojler .page-sound-button.active {
  right: 0px;
}

/*.hidden{
  display: none;
}
.active span{
  display: none;
}
.active .hidden{
  display: block;
}*/
.banner-ease-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 16px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 2px solid var(----, #0038CC);
  background: var(----, #F0F0F0);
 /* margin-top: 32px;*/
}

body.dark-theme .banner-ease-lang {
  border: 2px solid var(----, #FF0);
  background: var(--neitral-3, #1C1F21) !important;
}

.banner-text {
  color: var(----, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.09px;
}

.banner-logo {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-buttons {
  border-top: 1px solid var(--neitral-1, #677279);
  background: var(----, #FFF);
}

.footer-buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 16px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer {
  background: var(----, #F0F0F0);
}

.footer .line {
  width: 1px;
  display: block;
  border-right: 1px solid #677279;
  height: 100%;
  min-height: 384px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-wrapper {
  position: relative;
  min-height: 200px;
  height: 100%;
  max-width: 1410px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid var(--neitral-1, #677279);
}

.footer-wrapper p {
  margin: 0;
  color: var(----, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.09px;
}

.footer-wrapper p a {
  color: var(----, #000);
}

.footer-copy__wrapper {
  max-width: 1410px;
  padding: 16px;
  margin: 0 auto;
}

.footer-socials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 32px;
  height: 32px;
}

.footer-socials__item.vk {
  background: var(--VK, #4D7198);
}

.footer-socials__item.facebook {
  background: var(--Facwbook, #3B5998);
}

.footer-socials__item.youtube {
  background: var(--Youtube, #C4302B);
}

.footer-socials__item.telegram {
  background: var(--ColorTelegram, #27A7E7);
}

.footer-socials__item.instagram {
  background: var(--Instagram, linear-gradient(45deg, #FFDF9E 0%, #FFD088 30.29%, #E56969 53.37%, #D35F7A 68.75%, #8A49A1 100%));
}

.footer-adress, .footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.adress-block, .phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.adress-block .thirdy-button {
  position: relative;
  left: -24px;
}

.footer-logo {
  height: 100%;
  width: 26%;
  position: relative;
  height: 384px;
}

.footer-logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
  height: 140px;
  background-image: url(../images/museum-building.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-title {
  max-width: 1410px;
  padding: 16px;
  margin: 0 auto;
  position: relative;
}
.main-title svg {
  position: absolute;
  left: 786px;
  top: 16px;
}

.child-menu {
  width: 100%;
  border-top: 1px solid var(--neitral-1, #677279);
  background: var(----, #F0F0F0);
}

.child-menu__wrapper {
  max-width: 1450px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

/*inner page style start*/
.page {
  background: var(----, #FFF);
}

.page__wrapper {
  max-width: 1448px;
  margin: 0 auto;
}

.page-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page-block__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 50%;
  padding: 16px 16px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.page-block__content h3,
.page__wrapper h3{
  margin-bottom: 16px;
}
.page-block__content.spojler-block{
  padding-top: 0;
  padding-bottom: 0;
}
.page-block:first-child .page-block__content.spojler-block{
  padding-top: 16px;
}
.page-block:last-child .page-block__content.spojler-block{
  padding-bottom: 16px;
}

.page-block__img {
  width: 50%;
  position: sticky;
  padding-top: 32px;
  top: 0;
  right: 0;
}

.title-block {
  margin-bottom: 16px;
}

.page-img img {
  width: 100%;
  max-width: 100%;
}

.page-img__title {
  color: var(----, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.09px;
  padding: 32px;
}

/*модальное окно с термином*/
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-height: 730px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid var(--neitral-1, #677279);
  background: var(----, #F0F0F0);
  padding-top: 56px;
  position: relative;
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 8px 16px 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.close-modal {
  cursor: pointer;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
}

h2.modal-title {
  text-align: left;
  width: 100%;
}

.modal-content {
  padding-right: 45%;
  padding-bottom: 32px;
}

button.clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}

.modal__title-block {
  position: relative;
}

.modal .page-sound-button {
  top: 10px;
  right: 0px;
}
.modal .page-sound-button.active{
  right: -12px;
}

.reference-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.reference-modal__wrapper,
.dictionary-modal__wrapper {
  width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reference-modal.modal-visible {
  display: block;
}

.modal-visible {
  -webkit-animation: hidden 0.4s ease forwards;
  animation: hidden 0.4s ease forwards;
}

@-webkit-keyframes hidden {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes hidden {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.reference-link {
  color: var(----, #0038CC);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline;
}

.reference-link:hover {
  text-decoration: underline;
}

body.dark-theme .reference-link {
  color: var(----, #FF0) !important;
}

/*словарь*/
h2.dictionary-title {
  color: var(----, #000);
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 150% */
  padding-right: 64px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  padding-left: 32px;
}

.dictionary-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.dictionary-modal .modal {
  padding-top: 0;
  max-height: calc(100vh - 64px);
}

.dictionary-modal .modal__wrapper {
  padding: 32px;
  padding-bottom: 0;
}

.dictionary-modal .modal__wrapper p:last-child {
  margin-bottom: 0;
}

.dictionary-modal .modal__wrapper .modal-content {
  border-bottom: 1px solid var(--neitral-1, #677279);
}

.dictionary-modal .modal__wrapper:last-of-type .modal-content {
  border: none;
}

.dictionary-modal h3 {
  color: var(----, #000);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.085px;
}

/* spojler style */
.spojler {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid var(--Neitral-0, #A1AAB0);
}

.spojler_title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: var(----, #F0F0F0);
  cursor: pointer;
  padding-right: 64px;
}
.spojler .spojler_title>h3{
  margin: 0;
}

.spojler_title.active ~ .spojler_hidden_text {
  padding: 16px;
  visibility: visible;
  max-height: 99999999px;
}

.spojler_title::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 20px;
  background-image: url(../images/icons/expand-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.spojler_title.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.spojler_hidden_text {
  position: relative;
  padding: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
}

p.help-block {
  position: relative;
}

p {
  position: relative;
}
.rules{
  width: 100%;
  position: relative;
}
.help-button, .rules .thirdy-button  {
  position: absolute;
  bottom: -18px;
  right: 0;
}

.spojler_hidden_text p:last-child {
  margin-bottom: 0;
  min-height: 28px;
}
.page-block__content.listening-text p:last-child{
  margin-bottom: 0;
}

/* кнопка для прокрутки вверх */
#scrollToTopBtn {
  display: none; /* Скрываем кнопку по умолчанию */
  position: fixed; /* Фиксируем положение на экране */
  bottom: 0; /* Отступ от нижнего края */
  right: 32px; /* Отступ от правого края */
  cursor: pointer;
  /* Дополнительные стили для плавного появления (по желанию) */
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topBtn-wrapper:hover {
  background-color: #F0F0F0;
}

/* Класс для отображения кнопки */
#scrollToTopBtn.show {
  display: block;
  opacity: 1;
}

.topBtn-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  min-height: 56px;
  padding: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 24px 24px 0 0;
  border: 1px solid var(--neitral-1, #677279);
  background: var(----, #FFF);
}
.topBtn-wrapper span {
  color: var(----, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.09px;
}

.dictionary-block__content {
  width: 65%;
  max-width: 908px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  border-bottom: 2px solid #677279;
  padding-bottom: 0;
}
.dictionary-block__content p:last-child{
  margin-bottom: 0;
}
.dictionary-block__content hr{
 margin: 0;
}
.dictionary-block__content p+ul{
  /* margin-top: 32px; */
}
.dictionary-block__content hr {
  background: var(----, #FFF);
  border-color: #FFF;
  /* margin-top: 24px;
  margin-bottom: 24px; */
  margin-bottom: 16px;
}
.dictionary-block__content hr:last-child{
  display: none;
}
.dictionary-block__content:last-child {
  border: none;
}
.dictionary-block__content .page-sound-button {
  right: 0;
}
.dictionary-block__content .page-sound-button.active {
  right: -16px;
}

.dictionary-block {
  padding-left: 32px;
}

.dictionary-block .title-block {
  margin-bottom: 24px;
}

.use-block {
  padding-left: 32px;
  padding-top: 16px;
}
.use-block p {
  max-width: 908px;
  padding-right: 37%;
  position: relative;
}
.use-block p .img {
  position: absolute;
  left: 64%;
  bottom: 2px;
  border: 1px solid var(--Neitral-0, #A1AAB0);
  padding: 8px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.use-block p .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.use-block__content {
  max-width: 908px;
  position: relative;
  padding-bottom: 32px;
}
.use-block__content .page-sound-button {
  right: 0;
}

/*form style start*/
form {
  width: 100%;
}

.form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid var(--neitral-1, #677279);
  background: var(----, #FFF);
}
.form-row span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  /* -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; */
}

label.thirdy-button:has(input[type=radio]:checked) {
  background: var(----, #0038CC);
  color: var(----, #E0EBFF);
}

.form-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 724px;
  max-width: 1000px;
  padding: 88px 32px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-text:first-child,
.form-text.first-child {
  padding-top: 32px;
}
.form-text .page-sound-button {
  top: 24px;
}

.form-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 724px;
  max-width: 1000px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.form-textarea .page-sound-button {
  top: 32px;
}

.textarea-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid var(--neitral-1, #677279);
  background: var(----, #F0F0F0);
}
.textarea-row span {
  color: var(----, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.09px;
  width: 100%;
}
.textarea-row button,
.textarea-row input[type="submit"] {
  padding-top: 16px;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY();
      -ms-transform: translateY();
          transform: translateY();
}
/***news***/
.news-container{
  max-width: 1410px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
  margin: 0 auto;
}
.news-list__wrapper{
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.news-item{
  position: relative;
  display: flex;
width: 100%;

/* flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 32px; */
border: 1px solid var(--Neitral--1, #C8CDD0);
background: #FFF;
}
.news-title{
color: #000;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 145.455% */
letter-spacing: 0.033px;
margin-bottom:16px;
}
.news-title a{
 color: #000; 
}
.news-date{
  color: #000;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
letter-spacing: 0.27px;
text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
  padding-left: 32px;
  position: relative;
  background-image: url(../images/icons/day.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.news-info{
padding: 24px 0 22px 32px;
width: 848px;
max-width: 65%;
position: relative;
}
.news-preview p{
margin: 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
align-self: stretch;
overflow: hidden;
color: #000;
text-overflow: ellipsis;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
letter-spacing: 0.09px;
}
.news-preview p:not(::first-child){
  display: none;
}
.read-more-btn{
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.news-image{
  margin-left: 16px;
  width: 514px;
  max-width: 50%;
  height: 100%;
  line-height: 0;
}
.news-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-text{
  max-width: 650px;
}
.news-preview{
  max-width: 430px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
align-self: stretch;
overflow: hidden;
}
.blog-page-previous{
  color:  #0038CC;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
font-variant: small-caps;
letter-spacing: 0.25px;
}
.blog-page-navigation{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
}
.blog-page-navigation a{
  color: #0038CC;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
font-variant: small-caps;
letter-spacing: 0.25px;
}
.blog-page-navigation span{
  color: var(--neitral-2, #383E42);
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
font-variant: small-caps;
letter-spacing: 0.25px;
}
.inner-news__wrapper{
      /* position: relative; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.inner-news__text{
  padding-left: 32px;
  padding-right: 162px;
  width: 855px;
  max-width: 78%;
  flex-shrink: 0;
  position: relative;
}
.inner-news__text .page-sound-button{
  top: 6px;
}
.news-info .page-sound-button{
  top: 16px;
}
.images-block-wrapper{
  padding-top: 16px;
  top: 16px;
  position: sticky;

}
.news-images-block{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-images-block img{
  width: 100%;
  height: 388px;
  object-fit: contain;
}
.news-images_title{
  background: rgba(255, 254, 253, 0.80);
  display: flex;
padding: 32px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
color: var(----, #000);
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */
letter-spacing: 0.09px;
}
.inner-news-container{
  max-width: 1528px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 43px;
  padding-right: 75px;
}
.child-title.inner-news__title{
  padding-right: 8px;
}