@font-face {
  font-family: GolosText;
  font-display: swap;
  src: url(../fonts/GolosText-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: GolosText;
  font-display: swap;
  src: url(../fonts/GolosText-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HSESans;
  font-display: swap;
  src: url(../fonts/HSESans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HSESans;
  font-display: swap;
  src: url(../fonts/HSESans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url(../fonts/icomoon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HSESans;
  font-display: swap;
  src: url(../fonts/HSESans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
[class*="icon-"]::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-short:before {
  content: "";
}
.icon-arrow-t:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-crumbarrow:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-star:before {
  content: "";
}
:root {
  --textColor: #212121;
  --bgColor: #f5f5f5;
  --blueColor: #0f2857;
  --menuBlue: #376bcb;
  --menuBlue: #012e6f;
  --bgBlue: #dce6ff;
  --whiteColor: #ffffff;
  --purpleColor: #e2d7ff;
  --darkPurple: #ac93f0;
  --starPurple: #aa6cff;
  --yellowColor: #d9f173;
  --redColor: #ff0000;
  --grayColor: #e3e3e3;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
a:active,
a:focus {
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  height: 100%;
  min-width: 360px;
}
body {
  color: var(--textColor);
  line-height: 1;
  font-family: HSESans;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: HSESans;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--bgColor);
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 80.625rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.button {
  border: 2px solid var(--blueColor);
  background-color: var(--blueColor);
  min-width: 16.75rem;
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--whiteColor);
  border-radius: 1.25rem;
  transition: background-color 0.3s;
}
.button--fw {
  width: 100%;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.input {
  width: 100%;
  display: block;
  caret-color: inherit;
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-webkit-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus:-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-ms-input-placeholder {
  opacity: 0;
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
textarea.input {
  resize: none;
  padding: 0 0;
}
.rating {
  display: inline-block;
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.3125rem;
}
.rating__item {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.0625rem;
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==)
    0 0/1.125rem no-repeat;
  transition: all 0.3s;
}
.rating__item--active {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K)
    0 0/1.125rem no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.0625rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K)
    0 0/1.125rem no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.3125rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[data-rating="set"] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-rating="set"] .rating__input {
  cursor: pointer;
}
.menu__list {
  row-gap: 0.625rem;
}
.menu__list > li:last-child .sub-menu,
.menu__list > li:nth-last-child(2) .sub-menu,
.menu__list > li:nth-last-child(3) .sub-menu {
  left: auto;
  right: 0;
}
.menu__list > li > a {
  background-color: var(--whiteColor);
  border-radius: 0.625rem;
  font-family: GolosText;
  font-size: 1.125rem;
  line-height: 122.222222%;
  transition: color 0.3s;
}
.menu-item-has-children {
  position: relative;
  transition: color 0.3s;
  width: 220px;
}
.menu-item-has-children._active > a {
  border-radius: 0.625rem 0.625rem 0 0;
  color: var(--blueColor);
}
.menu-item-has-children > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.4375rem;
}
.menu-item-has-children > a::after {
  content: "";
  font-size: 0.875rem;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.0625rem;
  height: 1.0625rem;
  flex: 0 0 12.0625rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
}
.menu-item-has-children > ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  overflow: hidden;
  background-color: var(--whiteColor);
  border-radius: 0 0 0.625rem 0.625rem;
}
.touch .menu-item-has-children > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-item-has-children > ul > li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.menu-item-has-children > ul > li:last-child {
  margin-bottom: 0.9375rem;
}
.menu-item-has-children > ul > li > a {
  display: inline-block;
  font-family: GolosText;
  font-size: 1rem;
  line-height: 118.75%;
  transition: color 0.3s;
}
.icon-menu {
  display: none;
}
[data-showmore-button] span:last-child {
  display: none;
}
._showmore-active [data-showmore-button] span {
  display: none;
}
._showmore-active [data-showmore-button] span:last-child {
  display: block;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.title {
  font-weight: 600;
  line-height: 135.416667%;
  color: var(--blueColor);
}
.title-s {
  color: var(--blueColor);
  font-weight: 600;
}
.socs-block {
  display: flex;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.3125rem;
  flex-wrap: wrap;
}
.socs-block__link {
  width: 1.6875rem;
  flex: 0 0 1.6875rem;
  aspect-ratio: 1/1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.article-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.article-item.article-item--white .article-item__content {
  background-color: rgba(0, 0, 0, 0);
  color: var(--whiteColor);
}
.article-item.article-item--white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(40, 118, 223, 0) 0, #0f2857 80.46%);
  z-index: 1;
}
.article-item.article-item--white .article-item__name a:hover:hover {
  /*font-weight:600;*/
  color: #fff;
}
.article-item.article-item--white a.article-item__bottomtag:hover {
  font-weight: 600;
  color: #fff;
}
.article-item.article-item--yellow {
  background-color: var(--yellowColor);
}
.article-item.article-item--yellow .article-item__content {
  background-color: rgba(0, 0, 0, 0);
}
.article-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article-item__tags {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.article-item a.article-item__tag {
  transition: color 0.3s, background-color 0.3s;
}
.article-item__tag {
  padding: 0.25rem 0.625rem;
  border-radius: 0.625rem;
  background-color: var(--whiteColor);
  font-size: 1rem;
  line-height: 137.5%;
}
.article-item__content {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  display: flex;
  flex-direction: column;
}
.article-item__name a {
  transition: color 0.3s;
}
.article-item__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.9375rem;
}
.article-item__bottomtags {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  row-gap: 0.125rem;
}
.article-item__bottomtag {
  line-height: 140%;
  font-weight: 600;
  opacity: 0.7;
}
.article-item a.article-item__bottomtag {
  transition: color 0.3s, opacity 0.3s;
}
.article-item__time {
  line-height: 140%;
  font-weight: 600;
  opacity: 0.7;
  margin-left: auto;
}
.section-block {
  padding: 4.375rem 0;
}
.section-block.section-block--blue {
  background-color: var(--bgBlue);
}
.section-block.section-block--notpadd {
  padding-top: 0;
}
.section-block__container {
  display: grid;
  gap: 2.5rem;
}
.section-block__button {
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 600;
  min-width: 16.75rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--purpleColor);
  border-radius: 1.25rem;
  transition: background-color 0.3s;
}
.crumbs {
  padding-bottom: 1.875rem;
}
.crumbs__container {
  display: flex;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.625rem;
  flex-wrap: wrap;
}
.crumbs__link {
  line-height: 135.714286%;
  font-size: 0.875rem;
  transition: color 0.3s;
}
.crumbs__link:not(:last-child) {
  display: flex;
  gap: 0.9375rem;
}
.crumbs__link:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(78, 104, 255, 0.4);
  transition: color 0.3s;
  line-height: 135.714286%;
}
.crumbs__link:last-child {
  opacity: 0.4;
  pointer-events: none;
}
.termin-basis {
  border-radius: 1.25rem;
  background-color: var(--purpleColor);
}
.termin-basis:not(:last-child) {
  margin-bottom: 4.375rem;
}
.termin-basis__title {
  font-weight: 600;
  color: var(--blueColor);
}
.termin-basis__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.termin-basis__list {
  line-height: 140%;
}
.termin-basis__item {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
}
.termin-basis__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.termin-basis__item::before {
  color: var(--starPurple);
}
.termin-basis__image img {
  max-width: 100%;
  width: 100%;
  border-radius: 1.25rem;
}
.pagging {
  margin-top: 2.5rem;
}
.pagging__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 1.1875rem;
  -moz-column-gap: 1.1875rem;
  column-gap: 1.1875rem;
  row-gap: 0.4375rem;
}
.pagging__item {
  font-size: 1.125rem;
  line-height: 133.333333%;
  padding: 0.25rem 0.625rem;
  border-radius: 0.1875rem;
  transition: background-color 0.3s;
}
.pagging__item._active {
  background-color: var(--purpleColor);
}
.audios-block__item {
  border-radius: 1.25rem;
  background-color: var(--whiteColor);
  transition: background-color 0.3s;
  border: 2px solid #fff;
}
.audios-block__image {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  align-self: flex-start;
}
.audios-block__image::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: var(--whiteColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  color: var(--blueColor);
}
.audios-block__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.audios-block__image img {
  width: 100%;
}
.audios-block__name {
  line-height: 120%;
}
.audios-block__duration:not(:last-child) {
  margin-bottom: 0.625rem;
}
.audios-block__bottom {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  opacity: 0.7;
}
.header {
  padding: 0.9375rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--bgColor);
  z-index: 10;
}
.header__top {
  display: flex;
  gap: 1.5625rem;
  align-items: center;
}
.header__logo {
  width: 7.4375rem;
  flex: 0 0 7.4375rem;
  aspect-ratio: 119/46;
  margin-right: auto;
}
.header__topnavlink {
  font-family: GolosText;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 500;
  color: var(--blueColor);
  transition: color 0.3s;
}
.header__bottom {
  display: flex;
  gap: 1.25rem;
}
.header__searchholder {
  font-size: 1.625rem;
  padding: 0.8125rem;
  border-radius: 0.625rem;
  background-color: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
.header__searchcont {
  position: relative;
}
.header__searchform {
  display: flex;
  border-radius: 0.625rem;
  background-color: var(--whiteColor);
}
.header__searchinput {
  padding: 0.9375rem;
  font-size: 1.125rem;
  outline: 0;
  border-radius: 0.625rem 0 0 0.625rem;
  font-family: GolosText;
}
.header__searchformbutton {
  font-size: 1.625rem;
  padding: 0.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
.footer {
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: var(--whiteColor);
  padding-bottom: 1.875rem;
}
.footer__logo {
  aspect-ratio: 135/52;
}
.footer__menu {
  display: flex;
  gap: 1.875rem;
}
.footer__columntop {
  font-size: 1.125rem;
  line-height: 133.333333%;
  color: var(--blueColor);
  font-weight: 600;
}
.footer__columntop:not(:last-child) {
  margin-bottom: 1rem;
}
.footer a.footer__columntop {
  transition: color 0.3s;
}
.footer__item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.footer__link {
  line-height: 135.714286%;
  transition: color 0.3s;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: space-between;
  line-height: 135.714286%;
}
.footer a.footer__pol {
  transition: color 0.3s;
}
.footer__dev a {
  transition: color 0.3s;
}
.first__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first__title {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 162.5%;
  position: relative;
}
.first__title:not(:last-child) {
  margin-bottom: 1.6875rem;
}
.first__title span {
  position: relative;
  z-index: 1;
}
.first__title::before {
  content: "";
  position: absolute;
  background-color: var(--purpleColor);
  border-radius: 1.25rem;
}
.first__subtitle {
  text-align: center;
  line-height: 140%;
}
.first__topitems {
  position: relative;
}
.first__topitems::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--bgBlue);
}
.first__topitems .article-item {
  position: relative;
  z-index: 1;
}
.first__bottomitems {
  padding-bottom: 4.375rem;
}
.news__text {
  line-height: 140%;
}
.news__item {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  min-height: 15.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.news__itembottom {
  padding: 1.25rem;
  background-color: var(--whiteColor);
  position: relative;
  z-index: 1;
}
.news__name {
  font-size: 1.125rem;
  transition: color 0.3s;
}
.news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: flex-start;
}
.news__tags a.news__tag {
  transition: color 0.3s, background-color 0.3s;
}
.news__tags button.news__tag {
  transition: color 0.3s, background-color 0.3s;
}
.news__lefttag {
  margin-right: 0.625rem;
  padding: 0.375rem 0.9375rem;
  border-radius: 0.75rem;
  color: var(--blueColor);
  background-color: var(--whiteColor);
  line-height: 135.714286%;
  display: flex;
  align-items: center;
}
.news__tag {
  border: 1px solid var(--blueColor);
  padding: 0.3125rem 0.875rem;
  border-radius: 0.75rem;
  color: var(--blueColor);
  background-color: var(--whiteColor);
  line-height: 135.714286%;
}
.selections:not(:last-child) {
  margin-bottom: 4.375rem;
}
.selections__body {
  border-radius: 1.25rem;
  background-color: var(--purpleColor);
}
.selections__title {
  font-weight: 600;
  color: var(--blueColor);
}
.selections__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.selections__text {
  line-height: 140%;
}
.selections__image img {
  max-width: 100%;
  width: 100%;
  border-radius: 1.25rem;
}
.basis:not(:last-child) {
  margin-bottom: 4.375rem;
}
.basis__body {
  border-radius: 1.25rem;
  background-color: var(--purpleColor);
}
.basis__image img {
  max-width: 100%;
  width: 100%;
  border-radius: 1.25rem;
}
.basis__text {
  line-height: 140%;
}
.basis__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.basis__list {
  line-height: 140%;
}
.basis__item {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
}
.basis__item::before {
  color: var(--starPurple);
}
.nyscard {
  position: relative;
}
.nyscard__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nyscard__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
/* .nyscard__bg::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:1} */
.nyscard__container {
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
}
.nyscard__title {
  color: var(--whiteColor);
}
.nyscard__title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.nyscard__text {
  font-size: 1.25rem;
  line-height: 140%;
}
.nyscard__link {
  font-weight: 600;
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 140%;
  background-color: var(--whiteColor);
  color: var(--blueColor);
  transition: color 0.3s, background-color 0.3s;
}
.feed {
  padding: 4.375rem 0;
}
.feed__left {
  border-radius: 1.25rem;
}
.feed__lefttitle:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.feed__lefttext {
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--blueColor);
}
.feed__input {
  padding: 0.875rem 1.25rem;
  border: 1px solid var(--blueColor);
  border-radius: 1.875rem;
}
.feed__input._form-error {
  border-color: var(--redColor);
}
.feed__checkboxlabel {
  cursor: pointer;
}
.feed__checkboxlabel._form-error .feed__checkboxtext::before {
  border-color: var(--redColor);
}
.feed__checkboxinput {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.feed__checkboxinput:focus-visible + .feed__checkboxtext:before {
  box-shadow: 0 0 5px #000;
}
.feed__checkboxinput:checked + .feed__checkboxtext:before {
  background: url(../img/check-w.svg) center/.75rem 0.75rem no-repeat
    var(--blueColor);
}
.feed__checkboxtext {
  display: inline-flex;
  position: relative;
  gap: 0.9375rem;
  color: var(--blueColor);
  transition: color 0.3s;
  line-height: 140%;
}
.feed__checkboxtext a {
  text-decoration: underline;
}
.feed__checkboxtext:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 1.1875rem;
  width: 1.1875rem;
  height: 1.1875rem;
  border: 1px solid var(--blueColor);
  border-radius: 0.25rem;
}
.feed__checkboxtext span {
  align-self: center;
}
.feed__button {
  background-color: var(--blueColor);
  text-align: center;
  padding: 0.6875rem;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--whiteColor);
  border-radius: 1.875rem;
  transition: background-color 0.3s;
}
.feed__right {
  border-radius: 1.25rem;
  background-color: var(--bgBlue);
}
.feed__righttext {
  line-height: 140%;
  color: var(--blueColor);
}
.feed__socs {
  display: flex;
  flex-wrap: wrap;
}
.feed__soc {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.feed__soc img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.termin {
  padding-bottom: 4.375rem;
}
.termin__cont:not(:last-child) {
  margin-bottom: 4.375rem;
}
.termin__top {
  border-radius: 1.25rem;
  overflow: hidden;
}
.termin__image {
  aspect-ratio: 941/485;
}
.termin__image img {
  width: 100%;
}
.termin__title {
  background-color: var(--whiteColor);
  line-height: 120.833333%;
}
.termin__nav {
  border-radius: 1.25rem;
  background-color: var(--purpleColor);
}
.termin__nav + .termin__nycard {
  margin-top: 1.25rem;
}
.termin__navtitle {
  font-size: 1.25rem;
  line-height: 135%;
}
.termin__navtitle:not(:last-child) {
  margin-bottom: 1.25rem;
}
.termin__navitem:not(:last-child) {
  margin-bottom: 0.75rem;
}
.termin__navlink {
  font-size: 1rem;
  line-height: 137.5%;
  font-weight: 600;
  transition: color 0.3s, opacity 0.3s;
}
.termin__navlink._navigator-active {
  opacity: 1;
  color: var(--blueColor);
}
.termin__text {
  line-height: 140%;
  font-weight: 600;
}
.termin__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.termin__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.termin__content h2 {
  font-weight: 600;
  line-height: 100%;
  color: var(--blueColor);
}
.termin__content h2:not(:last-child),
.termin__content h3:not(:last-child),
.termin__content h4:not(:last-child) {
  margin-bottom: 2.125rem;
}
.termin__content h2:not(:first-child),
.termin__content h3:not(:first-child),
.termin__content h4:not(:first-child) {
  margin-top: 2.125rem;
}
.termin__content picture {
  display: block;
}
.termin__content img,
.termin__content picture {
  max-width: 100%;
  border-radius: 1.25rem;
}
.termin__content p {
  line-height: 140%;
  position: relative;
}
.termin__content p + ol,
.termin__content p + p,
.termin__content p + ul,
.termin__content p + img {
  margin-top: 1.25rem;
}
.termin__content p:has(.termin__question) {
  padding-right: 1.875rem;
}
.termin__content ul:not(.termin-basis__list) {
  line-height: 140%;
  background-color: var(--whiteColor);
  border-radius: 1.25rem;
}
.termin__content ul:not(.termin-basis__list) li {
  position: relative;
  padding-left: 1.375rem;
}
.termin__content ul:not(.termin-basis__list) li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.termin__content ul:not(.termin-basis__list) li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: var(--starPurple);
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
}
.termin__content ul:not(.termin-basis__list) + ol,
.termin__content ul:not(.termin-basis__list) + p,
.termin__content ul:not(.termin-basis__list) + ul {
  margin-top: 1.25rem;
}
.termin__content ul:not(.termin-basis__list).termin__otherlist li::before {
  content: "";
  height: 0.1875rem;
  border-radius: 0.1875rem;
}
.termin__content ol {
  line-height: 140%;
  background-color: var(--whiteColor);
  border-radius: 1.25rem;
  list-style-type: none;
  counter-reset: item;
}
.termin__content ol li {
  position: relative;
  padding-left: 2.1875rem;
}
.termin__content ol li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.termin__content ol li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  background-color: var(--starPurple);
  border-radius: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--whiteColor);
}
.termin__content ol + ol,
.termin__content ol + p,
.termin__content ol + ul {
  margin-top: 1.25rem;
}
/* .termin__content blockquote{background-color:var(--purpleColor);border-radius:.25rem} */
.termin__content blockquote p {
  background-color: var(--purpleColor);
  border-radius: 0.25rem;
  display: inline;
}
.termin__content strong {
  font-size: 1.5rem;
}
.termin__content span.strong {
  border-bottom: 2px dashed;
  border-radius: 0;
}
.termin__content span.strong:hover {
  border-color: #aa6cff;
  cursor: pointer;
}
.termin__table {
  max-width: 100%;
  overflow: auto;
}
.termin__table table {
  width: 100%;
  min-width: 58.8125rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--blueColor);
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.termin__table table th {
  color: var(--blueColor);
}
.termin__table table td,
.termin__table table th {
  padding: 1.875rem 2.5rem;
  text-align: left;
  width: 25%;
  border-bottom: 1px solid #0f2857;
}
.termin__table table tr:last-child td {
  border-bottom: none;
}
.termin__table table thead tr:first-child th:first-child {
  border-top-left-radius: 1.25rem;
}
.termin__table table thead tr:first-child th:last-child {
  border-top-right-radius: 1.25rem;
}
.termin__table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1.25rem;
}
.termin__table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1.25rem;
}
.termin__textitems > div {
  border-radius: 1.25rem;
  background-color: var(--whiteColor);
  margin-top: 0 !important;
}
.termin__decor {
  background: url(../img/decor.svg) 0 0 / contain no-repeat;
  aspect-ratio: 290/42;
  background-size: 290px;
  width: 100%;
  height: 50px;
  background-position-x: center;
}
.termin__quotes {
  background-color: var(--yellowColor);
  border-radius: 1.25rem;
  line-height: 140%;
  margin: 2.5rem 0;
  font-weight: 700;
  position: relative;
}
.termin__quotes span {
  content: "〟";
  font-weight: 400;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.termin__quotes.termin__quotes--border {
  background-color: rgba(0, 0, 0, 0);
  color: var(--blueColor);
}
.termin__quotes.termin__quotes--border::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270%25%27 y=%270%25%27 width=%27100%25%27 height=%27100%25%27 fill=%27transparent%27 stroke=%27midnightblue%27 stroke-width=%275px%27 stroke-dasharray=%2740 40 40 40%27 rx=%2720%27/%3E%3C/svg%3E");
  -webkit-mask: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-size: 50% 100%;
  mask-size: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-radius: 20px;
}
.termin__content .termin__question {
  width: 1.6875rem;
  height: 1.6875rem;
  position: absolute;
  border-radius: 50%;
  background-color: var(--whiteColor);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.0705882353);
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blueColor);
  right: -30px;
  margin-top: -35px;
  cursor: pointer;
}
.termin__content .termin__question:hover {
  background-color: #aa6cff !important;
  color: white !important;
}
.termin__blue {
  font-weight: 600;
  color: var(--blueColor);
}
.termin__termin-basis:not(:last-child) {
  margin-bottom: 2.5rem;
}
.termin__termin-basis:not(:first-child) {
  margin-top: 2.5rem;
}
.termin__videocont {
  border-radius: 1.25rem;
  overflow: hidden;
}
.termin__videocont:not(:last-child) {
  margin-bottom: 2.5rem;
}
.termin__videocont:not(:first-child) {
  margin-top: 2.5rem;
}
.termin__videocont iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 720/405;
  width: 100%;
}
.termin__author {
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  grid-auto-flow: row;
  border-radius: 1.25rem;
  background-color: var(--whiteColor);
}
.termin__author:not(:first-child) {
  margin-top: 2.375rem;
}
.termin__authorimage {
  border-radius: 50%;
  -o-object-position: top;
  object-position: top;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.termin__authorname {
  grid-row: 2;
  line-height: 140%;
}
.termin__authorname:hover {
  text-decoration: underline;
}
.termin__authorposition {
  line-height: 140%;
  grid-row: 3;
}
.termin__authordesc {
  line-height: 140%;
}
.termin__pagelink {
  padding: 0.8125rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  background-color: var(--blueColor);
  color: var(--whiteColor);
  min-width: 16.75rem;
  text-align: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  transition: background-color 0.3s;
}
.termin__pagelink::before {
  width: 2.125rem;
  height: 2.125rem;
  flex: 0 0 2.125rem;
  border-radius: 0.4375rem;
  background-color: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blueColor);
  font-size: 0.875rem;
}
.termin__pagelink--prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.termin__pagelink--next {
  flex-direction: row-reverse;
}
.search-page + .selections {
  margin-top: 4.375rem;
}
.search-page__searchform {
  display: flex;
  border-radius: 1.25rem;
  background-color: var(--whiteColor);
}
.search-page__searchinput {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  outline: 0;
  border-radius: 1.25rem 0 0 1.25rem;
}
.search-page__searchformbutton {
  font-size: 1.625rem;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
.search-page__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.search-page__title span {
  color: var(--textColor);
  opacity: 0.4;
}
.search-page__tabsnavigationcont {
  position: relative;
}
.search-page__tabsnavigationcont:not(:last-child) {
  margin-bottom: 0.625rem;
}
.search-page__tabsnavigationcont::after {
  content: "";
  position: absolute;
  right: -0.0625rem;
  top: 0;
  height: 2.3rem;
  background: linear-gradient(
    89.23deg,
    rgba(255, 255, 255, 0) 0.58%,
    #f5f5f5 65.76%
  );
  z-index: 1;
  pointer-events: none;
}
.section-block.section-block--blue .section-block__title.title::first-letter,
.search-page__title.title::first-letter,
.crumbs__link::first-letter {
  text-transform: uppercase;
}
.search-page__tabsnavigation {
  display: flex;
  overflow: auto;
}
.search-page__tabstitle {
  border-radius: 0.75rem;
  background-color: var(--whiteColor);
  color: var(--blueColor);
  padding: 0.5625rem 0.9375rem;
  line-height: 135.714286%;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.3s, background-color 0.3s;
}
.search-page__tabstitle._tab-active {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.search-page__tabstitle._active {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.search-page__tabsbody .articles-block {
  padding-top: 2.5rem;
}
.search-page__tagscont {
  position: relative;
}
.search-page__tagscont::after {
  content: "";
  position: absolute;
  right: -0.0625rem;
  top: 0;
  height: 2rem;
  background: linear-gradient(
    89.23deg,
    rgba(255, 255, 255, 0) 0.58%,
    #f5f5f5 65.76%
  );
  z-index: 1;
  pointer-events: none;
}
.search-page__tabstags {
  display: flex;
  gap: 0.625rem;
  overflow: auto;
}
.search-page__tabstags a.search-page__tabstag {
  transition: color 0.3s, background-color 0.3s;
}
.search-page__tabstags .search-page__tabstag.active {
  color: var(--whiteColor);
  background-color: var(--blueColor);
}
.search-page__tabstags button.search-page__tabstag {
  transition: color 0.3s, background-color 0.3s;
}
.search-page__tabstag {
  border: 1px solid var(--blueColor);
  padding: 0.25rem 0.875rem;
  border-radius: 0.75rem;
  color: var(--blueColor);
  background-color: var(--whiteColor);
  line-height: 150%;
  white-space: nowrap;
}
.search-page__more {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rubric {
  background-color: var(--whiteColor);
  border-radius: 1.25rem;
}
.rubric__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.rubric__text {
  line-height: 140%;
}
.rubric__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.rubric__image img {
  width: 100%;
  border-radius: 1.25rem;
}
.author:not(:last-child) {
  margin-bottom: 3.75rem;
}
.author__image img {
  width: 100%;
}
.author__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.author__row {
  line-height: 140%;
}
.author__row:not(:last-child) {
  margin-bottom: 1.25rem;
}
.author__row p:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.author__info {
  opacity: 0.7;
}
.author__info:not(:last-child) {
  margin-bottom: 1.25rem;
}
.author__socs {
  margin-top: auto;
}
.author__sectitle:not(:last-child) {
  margin-bottom: 1.875rem;
}
.podcast:not(:last-child) {
  margin-bottom: 0rem;
}
.podcast__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.podcast__image {
  width: 100%;
}
.podcast__duration {
  opacity: 0.4;
  line-height: 140%;
}
.podcast__duration:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__desc {
  line-height: 140%;
}
.podcast__desc:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__desc a {
  word-break: break-word;
  color: var(--blueColor);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}
.podcast__text {
  line-height: 140%;
}
.podcast__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__text span {
  background-color: var(--purpleColor);
  border-radius: 0.625rem;
}
.podcast__text a {
  word-break: break-word;
  color: var(--blueColor);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}
.podcast__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__show {
  display: flex;
  flex-direction: column;
}
.podcast__show:not(:last-child) {
  margin-bottom: 4.375rem;
}
.podcast__timecodestop {
  line-height: 140%;
  font-weight: 600;
}
.podcast__timecodestop:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__timecode {
  line-height: 140%;
}
.podcast__timecode a {
  word-break: break-word;
  font-weight: 600;
  color: var(--blueColor);
  transition: color 0.3s;
  margin-right: 0.9375rem;
}
.podcast__bottom {
  padding: 1.25rem;
  background-color: var(--purpleColor);
  border-radius: 1.25rem;
  line-height: 140%;
}
.podcast__bottom:not(:first-child) {
  margin-top: 2.5rem;
}
.podcast__bottomrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.podcast__bottomrow:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcast__bottomrow a {
  word-break: break-word;
  font-weight: 600;
  color: var(--blueColor);
  transition: color 0.3s;
  margin-right: 0.9375rem;
}
.podcast__showmore {
  align-self: center;
  margin-top: 1.25rem;
}
.podcast__footer {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background-color: var(--grayColor);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .podcast__footer:not(:last-child){margin-bottom:4.375rem} */
.podcast__comments {
  margin-top: 4.375rem;
}
.podcast__footerleft {
  display: flex;
  gap: 1.875rem;
}
.podcast__eye {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 1rem;
  line-height: 137.5%;
}
.podcast__eye::before {
  color: var(--blueColor);
  font-size: 1.5625rem;
}
.podcast__rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 137.5%;
}
.podcast__socscont {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.podcast__socstext {
  opacity: 0.6;
  font-size: 1rem;
  line-height: 137.5%;
}
.podcast__commentsimage {
  width: 100%;
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.0705882353);
}
.audios__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.podcasts-page__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcasts-page__toptext {
  line-height: 140%;
}
.podcasts-page__toptext:not(:last-child) {
  margin-bottom: 1.25rem;
}
.podcasts-page__tabs {
  margin-top: 2.5rem;
}
.podcasts-page__tabstitle {
  font-size: 1.5rem;
  line-height: 133.333333%;
  color: var(--blueColor);
}
.podcasts-page__tabscontent {
  background-color: var(--bgBlue);
  border-radius: 0 0 1.25rem 1.25rem;
}
.podcasts-page__tabstoptext {
  line-height: 140%;
}
.podcasts-page__tabstoptext:not(:last-child) {
  margin-bottom: 2.5rem;
}
.podcasts-page__morebutton {
  margin-top: 2.5rem;
  display: block;
}
.dictionary-page__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.dictionary-page__buttons {
  display: flex;
  flex-wrap: wrap;
}
.dictionary-page__buttons:not(:last-child) {
  margin-bottom: 2.5rem;
}
.dictionary-page__button {
  line-height: 133.333333%;
  border-radius: 6.25rem;
  transition: color 0.3s, background-color 0.3s;
  color: var(--blueColor);
}
.dictionary-page__button._active {
  color: var(--whiteColor);
  background-color: var(--blueColor);
}
.dictionary-page__letter {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--blueColor);
  line-height: 133.333333%;
}
.dictionary-page__letter:not(:last-child) {
  margin-bottom: 1.375rem;
}
.dictionary-page__item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.dictionary-page__link {
  font-size: 1.125rem;
  line-height: 133.333333%;
  transition: color 0.3s;
}
.article-page__topitem {
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  background-color: var(--whiteColor);
}
.article-page__topitem img {
  width: 100%;
}
.article-page__topbottom {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 137.5%;
}
.article-page__topbottomleft {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
}
.article-page__topbottomtags {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
}
.article-page__topbottomtag {
  color: var(--blueColor);
  transition: color 0.3s;
}
.article-page__topbottomtag::before {
  content: "#";
}
.article-page__topbottomduration {
  opacity: 0.4;
}
.article-page__topbottomtime {
  opacity: 0.4;
}
.otherarticles__body {
  border-radius: 1.25rem;
  background-color: var(--bgBlue);
}
.otherarticles__top {
  display: flex;
  gap: 0.625rem;
  overflow: auto;
}
.otherarticles__top:not(:last-child) {
  margin-bottom: 0.625rem;
  padding-bottom: 0.725rem;
}
.otherarticles__top a.otherarticles__toplink {
  transition: color 0.3s, background-color 0.3s;
}
.otherarticles__top button.otherarticles__toplink {
  transition: color 0.3s, background-color 0.3s;
}
.otherarticles__toplink {
  padding: 0.5rem 0.9375rem;
  border-radius: 0.75rem;
  color: var(--blueColor);
  background-color: var(--whiteColor);
  line-height: 150%;
  white-space: nowrap;
}
.otherarticles__bottom::-webkit-scrollbar {
  width: 0;
}
.otherarticles__bottom {
  display: flex;
  gap: 0.625rem;
  overflow: auto;
  padding-bottom: 0.725rem;
}
.otherarticles__bottom a.otherarticles__bottomlink {
  transition: color 0.3s, background-color 0.3s;
}
.otherarticles__bottom button.otherarticles__bottomlink {
  transition: color 0.3s, background-color 0.3s;
}
.otherarticles__bottomlink {
  border: 1px solid var(--blueColor);
  padding: 0.25rem 0.875rem;
  border-radius: 0.75rem;
  color: var(--blueColor);
  line-height: 150%;
  white-space: nowrap;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #fff;
  color: #212121;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.0705882353);
  max-width: 288px !important;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
@media (min-width: 29.99875em) {
  .articles-block .article-item:nth-child(5n + 1),
  .articles-block .article-item:nth-child(5n + 2) {
    min-height: 23.875rem;
  }
  .articles-block .article-item:nth-child(5n + 3),
  .articles-block .article-item:nth-child(5n + 4),
  .articles-block .article-item:nth-child(5n + 5) {
    min-height: 27.0625rem;
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 1),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 2),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 3) {
    min-height: 27.0625rem;
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 4),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 5) {
    min-height: 23.875rem;
  }
  .section-block__articles .article-item:nth-child(5n + 1),
  .section-block__articles .article-item:nth-child(5n + 2),
  .section-block__articles .article-item:nth-child(5n + 3) {
    min-height: 27.0625rem;
  }
  .section-block__articles .article-item:nth-child(5n + 4),
  .section-block__articles .article-item:nth-child(5n + 5) {
    min-height: 23.875rem;
  }
  .audios-block__item {
    display: flex;
    gap: 0.9375rem;
  }
  .audios-block__image {
    flex: 0 0 9.9375rem;
    aspect-ratio: 1/1;
  }
  .audios-block__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .audios-block__bottom {
    margin-top: auto;
  }
  .footer__menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news__items {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  .news__item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .termin__author {
    grid-template-rows: 1fr auto auto auto 1fr;
    grid-template-columns: 8rem 1fr;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
  }
  .termin__authorimage {
    grid-row: 1/8;
  }
  .termin__authorname:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .termin__authordesc {
    grid-row: 4;
  }
  .dictionary-page__body {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 2.5rem;
  }
  .dictionary-page__column {
    flex: 0 1 calc((100% - 30px) / 2);
  }
}
@media (min-width: 47.99875em) {
  .menu__body .header__topnavlist {
    display: none;
  }
  .title-s {
    font-size: 2.25rem;
    line-height: 136.111111%;
  }
  .articles-block {
    display: flex;
    flex-wrap: wrap;
  }
  .article-item__content {
    padding: 1.25rem;
  }
  .article-item__bottom {
    margin-top: 1.875rem;
  }
  .article-item__bottomtag {
    font-size: 1rem;
  }
  .article-item__time {
    font-size: 1rem;
  }
  .article-item__text {
    font-size: 1.125rem;
  }
  .section-block.section-block--blue {
    padding: 4.375rem 0;
  }
  .section-block__container {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  .section-block__content {
    grid-column: 1/3;
  }
  .section-block__articles {
    display: flex;
    flex-wrap: wrap;
  }
  .termin-basis {
    padding: 1.875rem;
  }
  .termin-basis__title {
    font-size: 1.75rem;
    line-height: 135.714286%;
  }
  .termin-basis__list {
    font-size: 1.375rem;
  }
  .termin-basis__list:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .termin-basis__item::before {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
  }
  .audios-block__item {
    padding: 1.25rem;
  }
  .audios-block__image::before {
    width: 1.875rem;
    height: 1.875rem;
  }
  .audios-block__name {
    font-size: 1.5rem;
  }
  .audios-block__name:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .audios-block__duration {
    font-size: 1rem;
    line-height: 137.5%;
  }
  .audios-block__bottom {
    font-size: 1rem;
    line-height: 137.5%;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
  .header__topnavlist {
    display: flex;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    row-gap: 1.25rem;
    row-gap: 0.3125rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer {
    padding-top: 3.4375rem;
  }
  .first__top {
    padding-bottom: 2.75rem;
  }
  .first__title::before {
    top: 0.625rem;
    left: -2.5rem;
    width: calc(100% + 3.6875rem);
    bottom: 0;
  }
  .first__topitems {
    padding-top: 3.85rem;
    padding-bottom: 3.85rem;
  }
  .first__bottomitems {
    padding-top: 3.75rem;
  }
  .news__item {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .selections__body {
    padding: 1.875rem 2.5rem 2.5rem 2.5rem;
  }
  .selections__title {
    font-size: 1.5rem;
    line-height: 135.714286%;
  }
  .selections__text {
    font-size: 1.375rem;
  }
  .selections__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .basis__body {
    padding: 2.5rem;
  }
  .basis__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .basis__text {
    font-size: 1.375rem;
  }
  .basis__list {
    display: flex;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    row-gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 1.375rem;
  }
  .basis__list:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .basis__item {
    flex: 0 1 calc((100% - 15px) / 2);
  }
  .basis__item::before {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
  }
  .nyscard {
    padding: 3.75rem 0;
  }
  /* .nyscard__bg::before{background:linear-gradient(90deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%)} */
  .nyscard__link {
    padding: 1rem 3.125rem;
  }
  .feed__left {
    padding: 2.5rem 1.875rem;
    background: url(../img/feed.svg) top 0 right 0 / cover no-repeat
      var(--whiteColor);
  }
  .feed__lefttext:not(:last-child) {
    margin-bottom: 1.1875rem;
  }
  .feed__form > .b-unisender-form {
    display: grid;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    row-gap: 0.75rem;
    grid-template-columns: 1fr 12.875rem;
  }
  .feed__input {
    order: 0;
  }
  .feed__checkbox {
    order: 2;
    grid-column: 1/3;
  }
  .feed__button {
    order: 1;
  }
  .feed__right {
    padding: 2.5rem 1.875rem;
  }
  .feed__righttitle:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .feed__righttext:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .feed__righttext {
    font-size: 1.125rem;
    max-width: 23.125rem;
  }
  .feed__socs {
    gap: 0.9375rem;
  }
  .feed__soc {
    width: 3.6875rem;
    height: 3.6875rem;
    flex: 0 0 3.6875rem;
  }
  .termin__nav {
    padding: 1.875rem;
  }
  .termin__text {
    font-size: 1.875rem;
  }
  .termin__content img + img,
  .termin__content img + ol,
  .termin__content img + picture,
  .termin__content img + ul,
  .termin__content picture + img,
  .termin__content picture + ol,
  .termin__content picture + picture,
  .termin__content picture + ul {
    margin-top: 2.5rem;
  }
  .termin__content img + p,
  .termin__content picture + p {
    margin-top: 1rem;
  }
  .termin__content p {
    font-size: 1.375rem;
  }
  .termin__content p + img,
  .termin__content p + picture {
    margin-top: 2.5rem;
  }
  .termin__content ul:not(.termin-basis__list) {
    font-size: 1.375rem;
    padding: 1.25rem;
  }
  .termin__content ul:not(.termin-basis__list) li::before {
    top: 0.625rem;
  }
  .termin__content ul:not(.termin-basis__list) + img,
  .termin__content ul:not(.termin-basis__list) + picture {
    margin-top: 2.5rem;
  }
  .termin__content ul:not(.termin-basis__list).termin__otherlist li {
    padding-left: 2.3125rem;
  }
  .termin__content ul:not(.termin-basis__list).termin__otherlist li::before {
    top: 0.9375rem;
    width: 1.6875rem;
  }
  .termin__content ol {
    font-size: 1.375rem;
    padding: 1.25rem;
  }
  .termin__content ol li::before {
    top: 0.5625rem;
  }
  .termin__content ol + img,
  .termin__content ol + picture {
    margin-top: 2.5rem;
  }
  .termin__table:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__textitems:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__textitems:not(:first-child) {
    margin-top: 2.5rem;
  }
  .termin__textitems > div {
    font-size: 1.25rem;
    padding: 1.25rem;
  }
  .termin__decor:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__decor:not(:first-child) {
    margin-top: 2.5rem;
  }
  .termin__quotes {
    font-size: 2.5rem;
  }
  .termin__blue:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__blue:not(:first-child) {
    margin-top: 2.5rem;
  }
  .termin__author {
    padding: 1.25rem;
  }
  .termin__authorname {
    font-size: 1.25rem;
  }
  .termin__authorposition {
    font-size: 1.125rem;
  }
  .termin__authorposition:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
  .termin__authordesc {
    font-size: 1.125rem;
  }
  .termin__bottom {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
  }
  .search-page__searchform:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .search-page__tabsnavigationcont::after {
    width: 3.6875rem;
  }
  .search-page__tabsnavigation {
    gap: 1.25rem;
    padding-right: 3.6875rem;
  }
  .search-page__tagscont::after {
    width: 3.6875rem;
  }
  .search-page__tabstags {
    padding-right: 3.6875rem;
  }
  .search-page__more {
    margin-top: 3.5rem;
  }
  .rubric {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
  }
  .rubric:not(:last-child) {
    margin-bottom: 3.75rem;
    display: grid;
    grid-template-columns: calc(65% - 30px) 35%;
  }
  .rubric__text {
    font-size: 0.95625rem;
  }
  .rubric__image {
    flex: 0 0 21.875rem;
  }
  .author {
    display: flex;
    gap: 2.5rem;
    flex-direction: row-reverse;
  }
  .author__image {
    flex: 0 0 19.9375rem;
    align-self: flex-start;
  }
  .author__image img {
    border-radius: 1.25rem;
  }
  .author__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .author__row {
    font-size: 1.25rem;
  }
  .author__info {
    font-size: 1.25rem;
    line-height: 140%;
  }
  .podcast__audio:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .podcast__image {
    border-radius: 3.125rem;
  }
  .podcast__duration {
    font-size: 1.25rem;
  }
  .podcast__desc {
    font-size: 1.625rem;
  }
  .podcast__text {
    font-size: 1.25rem;
  }
  .podcast__timecodestop {
    font-size: 1.625rem;
  }
  .podcast__timecode {
    font-size: 1.25rem;
  }
  .podcast__timecode:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .podcast__bottom {
    font-size: 1.25rem;
    margin-bottom: 3.125rem;
  }
  .podcasts-page__toptext {
    font-size: 1.25rem;
  }
  .podcasts-page__tabstoptext {
    font-size: 1.25rem;
  }
  .podcasts-page__morebutton {
    margin-left: auto;
    margin-right: auto;
  }
  .dictionary-page__button {
    font-size: 1.75rem;
    padding: 0.25rem 0.9375rem;
  }
  .dictionary-page__column {
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .article-page__topcontent {
    padding: 1.25rem 2.5rem;
  }
  .article-page__topname:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .otherarticles__body {
    padding: 2.5rem;
  }
  .otherarticles__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .otherarticles__top {
    padding-right: 3.6875rem;
  }
  .otherarticles__bottom {
    padding-right: 3.6875rem;
  }
}

@media (min-width: 61.99875em) {
  .wrapper {
    padding-top: 4.9rem;
  }
  .menu-item-has-children._active > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-item-has-children > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .article-item__text {
    margin-top: 0;
    font-size: 0;
    opacity: 0;
    transition: margin-top 0.3s, font-size 0.3s, opacity 0.1s ease;
  }
  .touch .article-item__text {
    margin-top: 0.9375rem;
    opacity: 1;
    font-size: 1.125rem;
  }
  .termin-basis {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: space-between;
  }
  .termin-basis__content {
    flex: 0 1 52.468427%;
  }
  .termin-basis__image {
    flex: 0 1 42.93915%;
  }
  .audios-block {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
  .audios-block__item {
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .header__top:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .header__bottom {
    justify-content: space-between;
  }
  .footer__top {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
    justify-content: space-between;
  }
  .footer__top:not(:last-child) {
    margin-bottom: 1.375rem;
  }
  .footer__logo {
    flex: 0 0 8.4375rem;
  }
  .footer__menu {
    flex: 0 1 43.5625rem;
  }
  .first {
    padding-top: 0.75rem;
  }
  .first__subtitle {
    font-size: 1.5rem;
  }
  .news__top {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
  }
  .news__top:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .news__text {
    font-size: 1.25rem;
    flex: 0 0 15.625rem;
  }
  .news__items {
    flex: 1 1 auto;
  }
  .selections__body {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .selections__content {
    flex: 0 1 41.1875rem;
  }
  .selections__text {
    font-size: 1.5rem;
  }
  .selections__image {
    flex: 0 0 29.4375rem;
  }
  .basis__body {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .basis__image {
    flex: 0 1 33.25rem;
  }
  .basis__content {
    flex: 0 0 33.125rem;
  }
  .feed__body {
    display: flex;
    gap: 0.625rem;
  }
  .feed__left {
    padding: 2.5rem 1.25rem;
    flex: 1 1 50%;
  }
  .feed__right {
    padding: 2.5rem 1.25rem;
    max-width: 35.1875rem;
    flex: 1 1 50%;
  }
  .termin__cont {
    grid-template-columns: calc(100% - 21.8125rem) 19.3125rem;
    align-items: flex-start;
    display: grid;
    gap: 2.5rem;
  }
  .termin__right {
    position: sticky;
    top: 9.25rem;
    grid-row: 1/3;
    grid-column: 2/3;
  }
  /* .termin__navlink{opacity:.4} */
  .termin__nycard {
    text-align: center;
    color: var(--whiteColor);
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
    padding: 7.5rem 1.375rem;
  }
  .termin__nycardbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .termin__nycardbg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* .termin__nycardbg::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.6)} */
  .termin__nycardtitle {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 133.333333%;
    font-weight: 600;
  }
  .termin__nycardtitle:not(:last-child) {
    margin-bottom: 1rem;
  }
  .termin__nycardtext {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 130%;
  }
  .termin__nycardlink {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-top: 1.625rem;
    border-radius: 1.25rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 133.333333%;
    background-color: var(--whiteColor);
    color: var(--blueColor);
    padding: 0.8125rem;
    width: 100%;
    transition: color 0.3s, background-color 0.3s;
  }
  .termin__quotes {
    padding: 2.5rem 7.875rem 2.5rem 2.5rem;
    font-size: 2.8125rem;
  }
  .termin__quotes span {
    font-size: 6.25rem;
    top: 3.125rem;
    right: 2.5625rem;
  }
  .termin__authorname {
    font-size: 1.375rem;
  }
  .rubric {
    padding: 2.5rem;
  }
  .rubric__text {
    font-size: 1.16875rem;
  }
  .rubric__image {
    flex: 0 0 26.875rem;
  }
  .podcast__desc {
    font-size: 1.75rem;
  }
  .podcast__text {
    font-size: 1.375rem;
  }
  .podcast__timecodestop {
    font-size: 1.875rem;
  }
  .podcast__timecode {
    font-size: 1.375rem;
  }
  .podcast__bottom {
    font-size: 1.375rem;
  }
  .podcasts-page__toptext {
    font-size: 1.375rem;
  }
  .podcasts-page__hiddenbutton {
    display: none;
  }
  .podcasts-page__tabsnavigation {
    display: flex;
    gap: 1.25rem;
  }
  .podcasts-page__tabstitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 33.333%;
    padding: 1.5625rem 0.9375rem 0.9375rem 0.9375rem;
    border-radius: 3.125rem 3.125rem 0 0;
    background-color: var(--whiteColor);
    transition: color 0.3s, background-color 0.3s;
  }
  .podcasts-page__tabstitle._tab-active {
    background-color: var(--blueColor);
    color: var(--whiteColor);
  }
  .podcasts-page__tabscontent {
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
  }
  .podcasts-page__tabstoptext {
    font-size: 1.375rem;
  }
  .dictionary-page__column {
    flex: 0 1 calc((100% - 90px) / 4);
  }
}
@media (any-hover: hover) and (min-width: 61.99875em) {
  .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 61.99875em) and (any-hover: hover) {
  .termin__nycardlink:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .podcasts-page__tabstitle:hover {
    background-color: var(--blueColor);
    color: var(--whiteColor);
  }
}
@media (min-width: 82.5em) {
  .menu__list > li > a {
    padding: 0.9375rem 1.875rem;
  }
  .menu__list .sub-menu a {
    padding: 0.2375rem 1.875rem;
  }

  .menu-item-has-children > ul > li > a {
    padding: 0 1.875rem;
  }
  .title {
    font-size: 2.55rem;
  }
  .articles-block {
    gap: 2.5rem;
  }
  .articles-block .article-item:nth-child(5n + 1),
  .articles-block .article-item:nth-child(5n + 2) {
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .articles-block .article-item:nth-child(5n + 3),
  .articles-block .article-item:nth-child(5n + 4),
  .articles-block .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 80px) / 3);
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 1),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 2),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 80px) / 3);
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 4),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .article-item__name {
    font-size: 1.5rem;
  }
  .section-block__articles {
    gap: 2.5rem;
  }
  .section-block__articles .article-item:nth-child(5n + 1),
  .section-block__articles .article-item:nth-child(5n + 2),
  .section-block__articles .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 80px) / 3);
  }
  .section-block__articles .article-item:nth-child(5n + 4),
  .section-block__articles .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .termin-basis__list {
    font-size: 1.5rem;
  }
  .first__title {
    font-size: 2.55rem;
  }
  .first__topitems {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .news__top {
    gap: 2.5rem;
  }
  .news__text {
    flex: 0 0 18.9375rem;
    font-size: 1.25rem;
  }
  .basis__body {
    padding: 3.75rem;
  }
  .basis__content {
    flex: 0 0 37.5rem;
  }
  .basis__text {
    font-size: 1.5rem;
  }
  .basis__list {
    font-size: 1.5rem;
  }
  .feed__left {
    padding-right: 9.75rem;
  }
  .termin__title {
    padding: 1.25rem 2.5rem 1.875rem 2.5rem;
  }
  .termin__content h2 {
    font-size: 2.4rem;
  }
  .termin__content h3 {
    font-size: 2.25rem;
  }
  .termin__content h4 {
    font-size: 2.1rem;
  }
  .termin__content h5 {
    font-size: 1.7rem;
  }
  .termin__content p {
    font-size: 1.5rem;
  }
  .termin__content ul:not(.termin-basis__list) {
    font-size: 1.5rem;
  }
  .termin__content ol {
    font-size: 1.5rem;
  }
  .termin__textitems {
    flex-wrap: wrap;
    display: flex;
    gap: 1.25rem;
  }
  .termin__textitems > div {
    flex: 1 1 calc((100% - 40px) / 3);
    align-self: flex-start;
  }
  .termin__quotes {
    font-size: 2.65rem;
  }
  .termin__authorname {
    font-size: 1.5rem;
  }
  .search-page__title span {
    font-size: 2rem;
  }
  .rubric__text {
    font-size: 1.275rem;
  }
  .podcast__desc {
    font-size: 1.875rem;
  }
  .podcast__text {
    font-size: 1.5rem;
  }
  .podcast__timecodestop {
    font-size: 2rem;
  }
  .podcast__timecode {
    font-size: 1.5rem;
  }
  .podcast__bottom {
    font-size: 1.5rem;
  }
  .podcasts-page__toptext {
    font-size: 1.5rem;
  }
  .podcasts-page__tabsnavigation {
    gap: 2.5rem;
  }
  .podcasts-page__tabstoptext {
    font-size: 1.5rem;
  }
}
@media (min-width: 100em) {
  .menu__list {
    -webkit-column-gap: 1.115rem;
    -moz-column-gap: 1.115rem;
    column-gap: 1.115rem;
  }
}
@media (max-width: 82.5em) {
  .menu__list > li > a {
    padding: 0.9075rem;
  }
  .menu-item-has-children > ul > li > a {
    padding: 0 0.9375rem;
  }
  .title {
    font-size: 2.5rem;
  }
  .articles-block {
    gap: 1.25rem;
  }
  .articles-block .article-item:nth-child(5n + 1),
  .articles-block .article-item:nth-child(5n + 2) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .articles-block .article-item:nth-child(5n + 3),
  .articles-block .article-item:nth-child(5n + 4),
  .articles-block .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 1),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 2),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 4),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .article-item__name {
    font-size: 1.5rem;
  }
  .section-block__articles {
    gap: 1.25rem;
  }
  .section-block__articles .article-item:nth-child(5n + 1),
  .section-block__articles .article-item:nth-child(5n + 2),
  .section-block__articles .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .section-block__articles .article-item:nth-child(5n + 4),
  .section-block__articles .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .first__title {
    font-size: 2.625rem;
  }
  .termin__title {
    padding: 1.875rem;
  }
  .termin__content h2 {
    font-size: 2.4rem;
  }
  .termin__content h3 {
    font-size: 2.25rem;
  }
  .termin__content h4 {
    font-size: 2.1rem;
  }
  .termin__textitems > div:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .search-page__title span {
    font-size: 1.875rem;
  }
}

@media (max-width: 61.99875em) {
  .wrapper {
    padding-top: 4.9rem;
  }
  .title {
    font-size: 2.125rem;
  }
  .articles-block .article-item:nth-child(5n + 3),
  .articles-block .article-item:nth-child(5n + 4),
  .articles-block .article-item:nth-child(5n + 5) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 1),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 2),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .article-item__name {
    font-size: 1.375rem;
  }
  .article-item__text {
    margin-top: 0.9375rem;
  }
  .section-block__articles .article-item:nth-child(5n + 1),
  .section-block__articles .article-item:nth-child(5n + 2),
  .section-block__articles .article-item:nth-child(5n + 3) {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .termin-basis__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .audios-block__item {
    width: 100%;
  }
  .audios-block__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer__top:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .footer__logo {
    width: 8.4375rem;
  }
  .footer__logo:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .first__title {
    font-size: 2.375rem;
  }
  .first__subtitle {
    font-size: 1.25rem;
  }
  .news__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .news__text {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
  .selections__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .basis__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .feed__left:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .termin__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__title {
    padding: 0.9375rem;
    line-height: 120%;
  }
  .termin__right:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__navlink {
    color: var(--blueColor);
  }
  .termin__nycard {
    display: none;
  }
  .termin__content h2 {
    font-size: 1.7rem;
  }
  .termin__content h3 {
    font-size: 1.4rem;
  }
  .termin__content h4 {
    font-size: 1.2rem;
  }

  .termin__content h2:not(:first-child),
  .termin__content h3:not(:first-child),
  .termin__content h4:not(:first-child) {
    margin-top: 1.5rem;
  }
  .termin__content h2:not(:last-child),
  .termin__content h3:not(:last-child),
  .termin__content h4:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .termin__quotes {
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
  .termin__quotes span {
    font-size: 3.75rem;
    top: 1.875rem;
    right: 0.625rem;
  }
  .search-page__title span {
    font-size: 1.625rem;
  }
  .rubric {
    padding: 1.25rem 0.9375rem;
  }
  .podcasts-page__tabs {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .podcasts-page__hiddenbutton {
    padding: 1.5625rem 2.1875rem 0.9375rem 2.1875rem;
    border-radius: 3.125rem 3.125rem 0 0;
    background-color: var(--blueColor);
    color: var(--whiteColor);
    font-size: 1.5rem;
    line-height: 133.333333%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-weight: 700;
  }
  .podcasts-page__hiddenbutton::before {
    font-size: 1.125rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .podcasts-page__hiddenbutton._active::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .podcasts-page__tabsnavigation {
    background-color: var(--bgBlue);
    padding: 0.9375rem 0;
  }
  .podcasts-page__tabstitle {
    display: block;
    padding: 0 2.1875rem;
    width: 100%;
    text-align: left;
  }
  .podcasts-page__tabstitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .podcasts-page__tabstitle:last-child {
    position: relative;
  }
  .podcasts-page__tabstitle:last-child::before {
    content: "";
    position: absolute;
    left: 2.1875rem;
    right: 2.1875rem;
    bottom: -0.9375rem;
    height: 0.0625rem;
    background-color: var(--blueColor);
  }
  .podcasts-page__tabscontent {
    padding: 1.875rem 0.9375rem;
  }
  .podcasts-page__tabstoptext {
    padding: 0 1.25rem;
  }
}

@media (min-width: 1045px) {
  .menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .menu__body .header__searchform {
    display: none;
  }
  .header__searchform {
    position: absolute;
    z-index: 3;
    right: 0;
    top: calc(100% + 0.3125rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 21.5625rem;
  }
  .header__searchform._active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s;
  }
  .menu-item-has-children > ul {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 100%;
    z-index: 3;
  }
}

@media (max-width: 1045px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: -100%;
    top: 0;
    padding: 5.6875rem 0.9375rem 2.375rem 0.9375rem;
    transition: left 0.3s;
    background-color: var(--bgColor);
    z-index: 4;
    overflow: auto;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 5.6875rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    background-color: var(--bgColor);
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu-item-has-children {
    width: 100%;
  }
  .menu__list {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .menu__list > li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .menu__list > li > a {
    width: 100%;
  }
  .menu-item-has-children._active > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-item-has-children > a {
    width: 100%;
    justify-content: space-between;
  }
  .menu-item-has-children > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-item-has-children > ul > li > a {
    width: 100%;
    padding: 0.3125rem 0.9375rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.1875rem;
    z-index: 5;
    flex: 0 0 2.5rem;
    border-radius: 0.5625rem;
    background-color: var(--whiteColor);
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.375rem;
    position: absolute;
    width: calc(100% - 0.75rem);
    height: 0.1875rem;
    background-color: var(--blueColor);
    border-radius: 0.1875rem;
  }
  .icon-menu::before {
    top: 0.625rem;
  }
  .icon-menu::after {
    bottom: 0.625rem;
  }
  .icon-menu span {
    top: calc(50% - 0.09375rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::after,
  .menu-open .icon-menu::before {
    height: 0.125rem;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__logo {
    position: relative;
    z-index: 5;
  }
  .header__right {
    position: relative;
    z-index: 5;
  }
  .header__bottom .header__searchcont {
    display: none;
  }
  .header__searchform:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .header__top {
    margin-bottom: 0 !important;
  }

  .__active .header__bottom .header__searchcont {
    display: none;
  }
  .__active .header__top:not(:last-child) {
    margin-bottom: 0rem;
  }
}

@media (min-width: 1045px) and (max-width: 1600px) {
  .header.__active .header__bottom {
    display: none;
  }

  .header.__active .header__top {
    margin-bottom: 0;
  }
}

@media (any-hover: hover) and (max-width: 61.99875em) {
  .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .title {
    line-height: 134.375%;
    font-size: 2rem;
  }
  .article-item__text {
    display: none;
  }
  .menu-item-has-children {
    width: 100%;
  }
  .title-s {
    font-size: 2rem;
    line-height: 134.375%;
  }
  .articles-block .article-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .article-item__content {
    padding: 0.9375rem 1.25rem;
  }
  .article-item__bottom {
    margin-top: 1.25rem;
  }
  .article-item__text {
    font-size: 1rem;
  }
  .section-block.section-block--blue {
    padding: 2.5rem 0;
  }
  .section-block__button {
    order: 1;
  }
  .section-block__articles .article-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .termin-basis {
    padding: 2.5rem 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .termin-basis__title {
    font-size: 2rem;
    line-height: 134.375%;
  }
  .termin-basis__list {
    font-size: 1.125rem;
  }
  .termin-basis__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin-basis__item::before {
    margin-top: 0.1875rem;
    font-size: 1.25rem;
  }
  .termin-basis__button {
    width: 100%;
  }
  .audios-block__item {
    padding: 1.25rem 0.9375rem;
  }
  .audios-block__image::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .audios-block__name {
    font-size: 1.5rem;
  }
  .audios-block__name:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .audios-block__duration {
    line-height: 140%;
  }
  .audios-block__bottom {
    line-height: 140%;
  }
  .header__top .header__topnav {
    display: none;
  }
  .header__topnavlist:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .header__topnavitem:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .header__topnavlink {
    padding: 0.3125rem 0;
  }
  .header__searchform:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .footer {
    padding-top: 1.875rem;
  }
  .first__top {
    padding-bottom: 2.5rem;
  }
  .first__title {
    line-height: 135%;
    font-size: 2rem;
    padding: 0 1.5625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .first__title::before {
    left: 0;
    width: 100%;
    top: -0.125rem;
    bottom: -0.4375rem;
  }
  .first__subtitle {
    font-size: 1.125rem;
  }
  .first__topitems {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .first__bottomitems {
    padding-top: 2.5rem;
  }
  .news__text {
    margin-top: -0.625rem;
  }
  .selections__body {
    padding: 2.5rem 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .selections__title {
    font-size: 2rem;
    line-height: 134.375%;
  }
  .selections__text {
    font-size: 1.125rem;
  }
  .selections__text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .selections__button {
    width: 100%;
  }
  .basis__body {
    padding: 2.5rem 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .basis__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .basis__text {
    font-size: 1.125rem;
  }
  .basis__list {
    font-size: 1.125rem;
  }
  .basis__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .basis__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .basis__item::before {
    margin-top: 0.1875rem;
    font-size: 1.25rem;
  }
  .basis__button {
    width: 100%;
  }
  .nyscard {
    padding: 4.875rem 0;
  }
  /* .nyscard__bg::before{background:linear-gradient(149.1deg,rgba(0,0,0,.6) 37.74%,rgba(0,0,0,0) 100%)} */
  .nyscard__container {
    text-align: center;
  }
  .nyscard__link {
    padding: 1rem;
    width: 100%;
  }
  .feed__left {
    padding: 1.25rem 0.9375rem 9.8125rem 0.9375rem;
    background: url(../img/feed-small.svg) bottom 0 right 0 / cover no-repeat
      var(--whiteColor);
  }
  .feed__lefttext:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .feed__input:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .feed__checkbox:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .feed__checkboxtext {
    font-size: 0.75rem;
  }
  .feed__button {
    width: 100%;
  }
  .feed__right {
    padding: 1.25rem 0.9375rem;
  }
  .feed__righttitle:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .feed__righttext:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .feed__righttext {
    max-width: 17.5rem;
  }
  .feed__socs {
    gap: 0.6875rem;
  }
  .feed__soc {
    width: 2.6875rem;
    height: 2.6875rem;
    flex: 0 0 2.6875rem;
  }
  .termin__nav {
    padding: 1.25rem 0.9375rem;
  }
  .termin__text {
    font-size: 1.5rem;
  }
  .termin__content img + img,
  .termin__content img + ol,
  .termin__content img + picture,
  .termin__content img + ul,
  .termin__content picture + img,
  .termin__content picture + ol,
  .termin__content picture + picture,
  .termin__content picture + ul {
    margin-top: 1.875rem;
  }
  .termin__content img + p,
  .termin__content picture + p {
    margin-top: 1rem;
  }
  .termin__content p {
    font-size: 1.125rem;
  }
  .termin__content strong {
    font-size: 1.125rem;
  }
  .termin__content p + img,
  .termin__content p + picture {
    margin-top: 1.875rem;
  }
  .termin__content ul:not(.termin-basis__list) {
    font-size: 1.125rem;
    padding: 1.25rem 0.9375rem;
  }
  .termin__content ul:not(.termin-basis__list) li::before {
    top: 0.4375rem;
  }
  .termin__content ul:not(.termin-basis__list) + img,
  .termin__content ul:not(.termin-basis__list) + picture {
    margin-top: 1.875rem;
  }
  .termin__content ul:not(.termin-basis__list).termin__otherlist li {
    padding-left: 1.625rem;
  }
  .termin__content ul:not(.termin-basis__list).termin__otherlist li::before {
    width: 1.0625rem;
    top: 0.9375rem;
  }
  .termin__content ol {
    font-size: 1.125rem;
    padding: 1.25rem 0.9375rem;
  }
  .termin__content ol li::before {
    top: 0.1875rem;
  }
  .termin__content ol + img,
  .termin__content ol + picture {
    margin-top: 1.875rem;
  }
  .termin__table:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .termin__textitems:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .termin__textitems:not(:first-child) {
    margin-top: 1.875rem;
  }
  .termin__textitems > div {
    font-size: 1.125rem;
    padding: 1.25rem 0.9375rem;
  }
  .termin__decor:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .termin__decor:not(:first-child) {
    margin-top: 1.875rem;
  }
  .termin__decor {
    background-size: 180px;
    height: 30px;
  }
  .termin__quotes {
    font-size: 2rem;
  }
  .termin__blue:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .termin__blue:not(:first-child) {
    margin-top: 1.875rem;
  }
  .termin__author {
    padding: 1.25rem 0.9375rem;
  }
  .termin__authorname {
    font-size: 1.125rem;
  }
  .termin__authorposition {
    font-size: 1rem;
  }
  .termin__authordesc {
    font-size: 1rem;
  }
  .termin__pagelink:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .search-page__searchform:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .search-page__title {
    line-height: 118.75%;
  }
  .search-page__title span {
    line-height: 133.333333%;
    font-size: 1.5rem;
  }
  .search-page__tabsnavigationcont::after {
    width: 2.75rem;
  }
  .search-page__tabsnavigation {
    gap: 0.625rem;
    padding-right: 2.75rem;
    padding-bottom: 0.625rem;
  }
  .search-page__tabsnavigation .news__lefttag {
    display: none;
  }
  .search-page__tagscont::after {
    width: 2.75rem;
  }
  .search-page__tabstags {
    padding-right: 2.75rem;
    padding-bottom: 0.625rem;
  }
  .search-page__more {
    margin-top: 2.5rem;
    width: 100%;
  }
  .rubric:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .rubric__content:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .rubric__text {
    font-size: 0.95625rem;
  }
  .author__image {
    max-width: 17.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .author__image img {
    border-radius: 50%;
  }
  .author__content:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .author__row {
    font-size: 1.125rem;
  }
  .author__info {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .podcast__audio:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .podcast__image {
    border-radius: 1.5625rem;
  }
  .podcast__duration {
    font-size: 0.875rem;
  }
  .podcast__desc {
    font-size: 1.5rem;
  }
  .podcast__text {
    font-size: 1.125rem;
  }
  .podcast__timecodestop {
    font-size: 1.5rem;
  }
  .podcast__timecode {
    font-size: 1.125rem;
  }
  .podcast__timecode:not(:last-child) {
    margin-bottom: 1rem;
  }
  .podcast__bottom {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .podcasts-page__toptext {
    font-size: 1.125rem;
  }
  .podcasts-page__tabstoptext {
    font-size: 1.125rem;
  }
  .podcasts-page__morebutton {
    width: 100%;
  }
  .dictionary-page__button {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .article-page__topcontent {
    padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
  }
  .article-page__topname:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .otherarticles__body {
    padding: 1.25rem 0.9375rem;
  }
  .otherarticles__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .otherarticles__top {
    padding-right: 2.75rem;
  }
  .otherarticles__bottom {
    padding-right: 2.75rem;
  }
}
@media (max-width: 29.99875em) {
  .termin__content .termin__question {
    right: -10px;
    margin-top: -30px;
  }
  .footer__list {
    column-count: 2;
  }
  .footer__logo {
    display: none;
  }
  .articles-block .article-item:nth-child(5n + 1),
  .articles-block .article-item:nth-child(5n + 2) {
    min-height: 18.9375rem;
  }
  .articles-block .article-item:nth-child(5n + 3),
  .articles-block .article-item:nth-child(5n + 4),
  .articles-block .article-item:nth-child(5n + 5) {
    min-height: 15.75rem;
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 1),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 2),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 3) {
    min-height: 15.75rem;
  }
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 4),
  .articles-block.articles-block--reverce .article-item:nth-child(5n + 5) {
    min-height: 18.9375rem;
  }
  .section-block__articles .article-item:nth-child(5n + 1),
  .section-block__articles .article-item:nth-child(5n + 2),
  .section-block__articles .article-item:nth-child(5n + 3) {
    min-height: 15.75rem;
  }
  .section-block__articles .article-item:nth-child(5n + 4),
  .section-block__articles .article-item:nth-child(5n + 5) {
    min-height: 18.9375rem;
  }
  .audios-block__image {
    aspect-ratio: 305/166;
  }
  .audios-block__image:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .footer__menu {
    flex-direction: column;
  }
  .news__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .feed__righttitle {
    font-size: 1.5rem;
    line-height: 133.333333%;
  }
  .termin__author {
    grid-template-columns: 5.125rem 1fr;
    grid-template-rows: 1fr auto auto 1fr auto;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .termin__authorimage {
    grid-row: 1/5;
  }
  .termin__authorname:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
  .termin__authordesc {
    margin-top: 0.625rem;
    grid-row: 5;
    grid-column: 1/3;
  }
  .dictionary-page__column:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 22.5em) {
  .termin__decor {
    width: 6.9375rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 100em) {
  .menu__list {
    -webkit-column-gap: clamp(
      1.25rem,
      -0.7893654814rem + 3.2893654814vw,
      2.5rem
    );
    -moz-column-gap: clamp(0.25rem, -0.9893654814rem + 2.1893654814vw, 2.5rem);
    column-gap: clamp(0.25rem, -0.9893654814rem + 2.1893654814vw, 2.5rem);
  }
}
/* @media (min-width:22.5em)and (max-width:82.5em){.termin__decor{width:clamp(6.9375rem ,2.765625rem + 18.5416666667vw ,18.0625rem)}} */
@media (any-hover: hover) {
  .button:hover {
    background-color: var(--bgColor);
    color: var(--menuBlue);
  }
  [data-rating="set"] .rating__items:hover .rating__item {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K)
      0 0/1.125rem no-repeat;
  }
  [data-rating="set"] .rating__item:hover ~ .rating__item {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==)
      0 0/1.125rem no-repeat;
  }
  [data-rating="set"] .rating__item:hover ~ .rating__item span {
    display: none;
  }
  .menu__list > li > a:hover {
    color: var(--bgColor);
    background: #0f2857;
  }
  .menu__list > li > a:hover + .sub-menu {
    color: var(--bgColor);
    background: #0f2857;
    transition: 0s;
  }
  .sub-menu:hover,
  .sub-menu:hover + .menu__list > a {
    color: var(--bgColor);
    background: #0f2857;
    transition: 0s;
  }
  .menu-item-has-children:hover > a {
    color: var(--bgColor);
    background: #0f2857;
    transition: 0s;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu-item-has-children > ul > li > a:hover {
    text-decoration: underline;
  }
  /* .menu-item-has-children>ul>li>a:hover{line-height:5px;margin-top:6px;margin-bottom:-2px}
.menu-item-has-children>ul>li>a:hover::after{content:'';width:100%;height:1px;background:#fff}
.menu-item-has-children>ul>li>a:hover:has(li){margin-bottom:0} */
  .socs-block__link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .article-item:hover .article-item__text {
    margin-top: 0.9375rem;
    opacity: 1;
    font-size: 1.125rem;
    transition: font-size 0.3s, margin-top 0.3s, opacity 0.1s ease 0.3s;
  }
  .article-item a.article-item__tag:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .article-item__name a:hover {
    color: var(--menuBlue); /*font-weight:600;font-size:1.48rem;*/
    transition: color 0.3s;
  }
  .termin__body p > a {
    display: contents;
    font-weight: 600;
    color: var(--blueColor);
  }
  .article-item.article-item--yellow .article-item__name a:hover {
    color: unset;
  }
  .article-item a.article-item__bottomtag:hover {
    color: var(--menuBlue);
    opacity: 1;
  }
  .section-block__button:hover {
    background-color: var(--darkPurple);
  }
  .crumbs__link:hover {
    color: var(--menuBlue);
  }
  .crumbs__link:hover::after {
    color: var(--menuBlue);
  }
  .pagging__item:hover {
    background-color: var(--purpleColor);
  }
  span.pagging__item:hover {
    background: none !important;
  }
  .audios-block__item:hover {
    border: 2px solid #0f2857;
  }
  .podcasts-page__tabsbody:not(:first-child) {
    margin-top: 2.5rem;
  }
  .header__topnavlink:hover {
    text-decoration: underline;
  }
  .header__searchholder:hover {
    color: var(--whiteColor);
    background: #0f2857;
  }
  .header__searchformbutton:hover {
    color: var(--menuBlue);
  }
  .footer a.footer__columntop:hover {
    color: var(--menuBlue);
  }
  .footer__link:hover {
    color: var(--menuBlue);
  }
  .footer a.footer__pol:hover {
    color: var(--menuBlue);
  }
  .footer__dev a:hover {
    color: var(--menuBlue);
  }
  /* .news__name:hover{font-weight:600;font-size:1.115rem} */
  .news__tags a.news__tag:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .news__tags button.news__tag:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .nyscard__link:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .feed__checkboxtext:hover {
    color: var(--menuBlue);
  }
  .feed__checkboxtext a:hover {
    text-decoration: none;
  }
  .feed__button:hover {
    background-color: var(--bgColor);
    color: var(--blueColor);
  }
  .feed__soc:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .termin__pagelink:hover {
    background-color: var(--menuBlue);
  }
  .search-page__searchformbutton:hover {
    color: var(--menuBlue);
  }
  .search-page__tabstitle:hover {
    background-color: var(--blueColor);
    color: var(--whiteColor);
  }
  .search-page__tabstags a.search-page__tabstag:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .search-page__tabstags button.search-page__tabstag:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .podcast__desc a:hover {
    color: var(--menuBlue);
  }
  .podcast__text a:hover {
    color: var(--menuBlue);
  }
  .podcast__timecode a:hover {
    color: var(--menuBlue);
  }
  .podcast__bottomrow a:hover {
    color: var(--menuBlue);
  }
  .dictionary-page__button:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .dictionary-page__link:hover {
    color: var(--menuBlue);
  }
  .article-page__topbottomtag:hover {
    color: var(--menuBlue);
  }
  .otherarticles__top a.otherarticles__toplink:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .otherarticles__top button.otherarticles__toplink:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .otherarticles__bottom a.otherarticles__bottomlink:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
  .otherarticles__bottom button.otherarticles__bottomlink:hover {
    color: var(--whiteColor);
    background-color: var(--blueColor);
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb--2 {
  margin-bottom: -1.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.b-unisender-checkbox__label a {
  display: inline;
}

.b-unisender-checkbox__input {
  transform: translateY(2px);
}

/* TODO */
@media (max-width: 1045px) {
  .menu-item-has-children {
    width: 100%;
  }
}

@media (max-width: 61.9988em) {
  .menu__body::after {
    content: "";
    height: 120%;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    background-color: var(--bgColor);
    z-index: -1;
  }

  .menu-open .menu__body::after {
    left: 0;
  }

  .section-block {
    padding: 2.375rem 0;
  }

  .selections {
    margin-bottom: 2.375rem !important;
  }

  .feed {
    padding: 2.375rem 0;
  }

  .termin {
    padding-bottom: 2.375rem;
  }

  .termin__cont:not(:last-child) {
    margin-bottom: 2.375rem;
  }

  /* .podcast__footer:not(:last-child) {
        margin-bottom: 1.375rem;
    } */

  .podcast__comments {
    margin-top: 1.375rem;
  }
}

.feed__lefttitle {
  display: block;
}

.termin__content .wp-caption {
  margin-block: 1.5rem;
  max-width: 100%;
}
