.container {
  position: relative;
  width: 100%;
  max-width: max(100%, 430px);
  margin-inline: auto;
  padding-inline: 12px
}

.container-left,
.container-right {
  padding: 0;
  position: relative;
  width: 100vw;
  max-width: calc(100vw - (100vw - 430px)/2)
}

.container-right {
  margin-left: auto;
  margin-right: 0;
  padding-left: 12px
}

.container-left {
  margin-right: auto;
  margin-left: 0;
  padding-right: 12px
}

:root {
  --active: #fbcf4d;
  --text: #000
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

*,
:active,
:focus {
  outline: 0
}

html {
  display: flex;
  flex-direction: column
}

html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

html:not(.loaded) .header-fixed {
  opacity: 0
}

html.safari {
  -webkit-text-size-adjust: 100%
}

html.safari input,
html.safari textarea {
  font-size: 16px !important
}

html.safari input {
  -webkit-appearance: none;
  appearance: none
}

@supports not (-webkit-hyphens:none) {
  body {
    padding-right: 0 !important
  }
}

.header__mobile,
body,
html {
  scrollbar-gutter: stable
}

.header__mobile.scrollbar-auto,
body.scrollbar-auto,
html.scrollbar-auto {
  scrollbar-gutter: auto
}

.wrapper,
body,
html {
  min-height: 100%
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0;
  overflow-x: clip;
  font-family: OpenSans;
  color: #000;
  -webkit-tap-highlight-color: transparent
}

body.no-scroll {
  overflow-y: hidden
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: clip
}

.wrapper>* {
  width: 100%
}

.main {
  flex: 1 1 auto
}

.lg-on #wpadminbar,
.lg-on [data-fixed] {
  z-index: 0
}

a,
button,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit
}

a,
button,
li {
  background: 0 0;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer
}

ul li {
  list-style: none;
  cursor: default
}

button,
strong {
  font: inherit
}

input,
textarea {
  border: 0;
  background: 0 0;
  text-decoration: none;
  color: inherit;
  font-family: OpenSans;
  -webkit-appearance: none;
  appearance: none
}

input::placeholder,
textarea::placeholder {
  font: inherit;
  color: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  width: calc(100% + 13px);
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  textarea {
    scrollbar-color: #fcdc7f #dfe4ec;
    scrollbar-width: thin
  }
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track-piece {
  background-color: #dfe4ec;
  border-radius: 4px
}

textarea::-webkit-scrollbar-thumb {
  background-color: #fcdc7f;
  border-radius: 4px
}

@supports (-webkit-hyphens:none) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important
  }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

button,
input,
textarea {
  box-shadow: 0 0 0 1px transparent;
  transition: all .3s
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 1px #fac21b
}

a {
  box-shadow: 0 0 0 1px transparent
}

a:focus-visible {
  box-shadow: 0 0 0 1px #fbcf4d
}

img {
  max-width: 100%;
  object-fit: contain
}

picture {
  display: flex;
  justify-content: center;
  height: 100%
}

[data-digits-counter] {
  display: inline-block;
  white-space: nowrap
}

[data-lines] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

[data-lines].active {
  -webkit-line-clamp: unset;
  overflow: visible
}

.input-wrapper,
.input-wrapper p {
  display: grid
}

.logo {
  display: flex
}

.button,
.menu li,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li {
  position: relative;
  z-index: 2
}

.menu-item:not(.menu-item-has-children) .menu-item-arrow {
  display: none
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.hover-translate {
  transition: translate .4s;
  cursor: pointer
}

.hover-translate:focus-visible {
  translate: 0 -3px
}

.hover-scale {
  transition: all .4s;
  cursor: pointer
}

.hover-scale [class*=-img] {
  overflow: hidden
}

.hover-scale [class*=-img] img {
  transition: .4s ease-in
}

.hover-scale:focus-visible [class*=-img] img {
  scale: 1.02
}

.hover-icon img,
.hover-icon svg {
  transition: all .4s
}

.hover-icon:focus-visible img,
.hover-icon:focus-visible svg {
  scale: 1.08
}

svg {
  transition: all .4s
}

sup {
  font-size: .5em
}

.underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.underline:focus-visible {
  text-decoration-color: transparent
}

.hover-underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s;
  text-decoration-color: transparent
}

.hover-underline:focus-visible {
  text-decoration-color: currentColor
}

[hidden] {
  display: none !important
}

[data-scrolling] * {
  -webkit-user-select: none;
  user-select: none
}

.flex {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: end
}

.justify-start {
  justify-content: start
}

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-start {
  align-items: start;
  align-content: start
}

.align-end {
  align-items: end;
  align-content: end
}

.col,
.grid {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.55;
  color: #24303e
}

.crumbs li:not(:last-child) {
  color: #fbcf4d;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s;
  text-decoration-color: transparent
}

.crumbs li:not(:last-child):focus-visible {
  text-decoration-color: currentColor
}

.crumbs li:last-child {
  pointer-events: none
}

.crumbs li:last-child a {
  cursor: default
}

.crumbs li:not(:last-child) {
  position: relative
}

.crumbs li:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  color: #fbcf4d
}

.crumbs li:nth-last-child(2):before {
  color: #24303e
}

.text-block {
  text-wrap: pretty
}

.text-block>:last-child {
  margin-bottom: 0
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong {
  font-weight: 700
}

.text-block h2 {
  color: #333
}

.text-block h2,
.text-block h3 {
  text-transform: uppercase;
  line-height: .9;
  font-family: Reforma;
  font-weight: 500
}

.text-block h4 {
  font-weight: 600
}

.text-block p:last-child {
  margin-bottom: 0
}

.text-block ol,
.text-block ul {
  display: grid
}

.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul {
  padding-top: 10px
}

.text-block ol li>*,
.text-block ul li>* {
  display: contents
}

.text-block ul>li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.text-block ul>li:before {
  content: "";
  margin-top: 5px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  align-items: center;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.591.293a1 1 0 0 1 1.415 0l5.298 5.298a1 1 0 0 1 0 1.415l-5.298 5.298a1 1 0 0 1-1.415 0L.293 7.006a1 1 0 0 1 0-1.415L5.59.293z' fill='%23FBCF4D'/%3E%3C/svg%3E") 50%/contain no-repeat
}

.text-block ol {
  list-style: none;
  counter-reset: a
}

.text-block ol>li,
.text-block ol>li:before {
  display: flex;
  align-items: center
}

.text-block ol>li:before {
  counter-increment: a;
  content: counter(a);
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-self: flex-start;
  border-radius: 50%;
  background: #fbcf4d;
  font: inherit
}

.text-block ol ol {
  padding-left: 20px
}

.text-block blockquote {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  background: #f0f0f0;
  font-style: italic
}

.text-block blockquote:before {
  content: "";
  margin-top: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.082 12.231l-.22-.537a58.36 58.36 0 0 1 1.88-3.808c.733-1.351 1.498-2.702 2.295-4.053.814-1.35 1.611-2.629 2.393-3.833h3.051a461.006 461.006 0 0 0-1.83 4.126 170.892 170.892 0 0 0-1.758 4.272c-.554 1.4-1.034 2.678-1.44 3.833H9.081zm-8.911 0L0 11.694a66.953 66.953 0 0 1 1.855-3.808c.717-1.351 1.465-2.702 2.247-4.053C4.899 2.483 5.688 1.204 6.47 0h3.1c-.44.977-.895 2.002-1.367 3.076A188.296 188.296 0 0 0 6.86 6.274c-.44 1.075-.862 2.124-1.27 3.15-.39 1.009-.74 1.945-1.049 2.807H.171z' fill='%23000'/%3E%3C/svg%3E") 50%/contain no-repeat
}

.text-block mark {
  background: #fcd870
}

.text-block a {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.text-block a:focus-visible {
  color: #fbcf4d
}

.text-block .table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 9px;
  overflow-x: auto;
  overflow-y: hidden
}

@supports (-moz-appearance:none) {
  .text-block .table {
    scrollbar-color: #fcdc7f #dfe4ec;
    scrollbar-width: thin
  }
}

.text-block .table::-webkit-scrollbar {
  height: 4px
}

.text-block .table::-webkit-scrollbar-track-piece {
  background: #dfe4ec;
  border-radius: 4px
}

.text-block .table::-webkit-scrollbar-thumb {
  background: #fcdc7f;
  border-radius: 4px
}

.text-block table {
  width: 100%;
  border-collapse: collapse
}

.text-block table thead {
  font-weight: 800
}

.text-block table td,
.text-block table th {
  border: 1px solid #d8d8d8;
  padding: 16px;
  text-align: left
}

.text-block table tr>:last-child {
  text-align: right
}

.text-block table tbody strong {
  font-weight: 600
}

.pagination__items,
.pagination__items li {
  display: flex;
  justify-content: center
}

.pagination__items li {
  align-items: center;
  border-radius: 10px;
  font-weight: 600
}

.pagination__items li.active {
  background: #fbcf4d;
  font-weight: 600;
  color: #000
}

.pagination__items li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  color: #fbcf4d;
  border: 1.39px solid #a3a8ba;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #a3a8ba
}

.pagination__items li a:focus-visible {
  background: #fbcf4d;
  border-color: #fbcf4d;
  color: #000
}

body {
  font-weight: 300;
  line-height: 1.45
}

.section-bg {
  background: #1d2428
}

.title {
  line-height: 1;
  color: #fff;
  font-family: Reforma;
  font-weight: 500;
  text-transform: uppercase
}

.title span {
  color: #fbcf4d
}

.title-2 {
  color: #333
}

.title-2,
.title-3 {
  text-transform: uppercase;
  line-height: .9;
  font-family: Reforma;
  font-weight: 500
}

.title-4 {
  font-weight: 600
}

.button {
  padding: .625em 1.75em;
  background: #fbcf4d;
  border-radius: 6px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap
}

.button:focus-visible {
  background: color-mix(in srgb, #000 12%, #fbcf4d)
}

.button-more {
  display: inline-flex
}

.tags_list {
  display: flex;
  flex-wrap: wrap
}

.tag {
  padding: .5em .8em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f0f0f0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s;
  color: inherit;
}

.tag:focus-visible {
  background: #ddd
}

.tag_active {
  color: #fbcf4d
}

.gray-text {
  color: #a4a4a4
}

.semibold-text {
  font-weight: 600
}

.header-main {
  position: relative;
  z-index: 1
}

.header-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  background: linear-gradient(270deg, transparent, rgba(0, 0, 0, .7));
  pointer-events: none
}

.header-main-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  align-items: center
}

.header-main__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.header-main__bg-right {
  object-position: right
}

.header-main__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: #fff
}

.header-main__text {
  color: #fff;
  font-weight: 500
}

.header-main .author {
  margin-top: 16px;
  color: #fff;
  text-decoration: none;
}

.header-main .author__name {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .1lh;
  transition: all .4s
}

.header-main__tags .tag:hover {
    color: #fbcf4d;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.news__item {
  background: #f0f0f0;
  overflow: hidden
}

.news__item-img {
  position: relative;
  width: 100%;
  max-height: 240px;
  aspect-ratio: 418/234;
  overflow: hidden
}

.news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.news__item-tags {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.news__item-tag {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: .5em .875em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase
}

.news__item-content {
  display: grid;
  align-content: start
}

.news__item-date {
  line-height: 1.45;
  color: #aaa
}

.news__item-title {
  font-weight: 700;
  line-height: 1.35;
  transition: all .4s
}

.news__item-text {
  line-height: 1.35
}

.single-news-wrapper {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr minmax(340px, 32.3846153846%)
}

.single-news__top {
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: #f0f0f0;
  border-radius: 20px
}

.single-news__top,
.single-news__top-left,
.single-news__top-right {
  display: flex;
  align-items: center
}

.single-news__top-right {
  flex: 0 1 44%;
  justify-content: space-between
}

.single-news__top-right span {
  font-weight: 500
}

.single-news button.single-news__item:focus-visible {
  color: #fbcf4d
}

.single-news button.single-news__item:focus-visible svg {
  fill: #fbcf4d
}

.single-news__item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap
}

.single-news__item.active {
  color: #fbcf4d
}

.single-news__item svg {
  max-width: 23px;
  max-height: 18px;
  fill: #a4a4a4
}

.single-news__right {
  display: grid;
  align-content: start;
  align-items: start;
  z-index: 2;
}

.single-news__right-top {
  display: grid;
  padding-block: 20px;
  margin-block: -20px;
  background: #fff
}

.single-news__list {
  display: grid;
  font-weight: 600;
  counter-reset: a
}

.single-news__list a:hover{
  color: #fbcf4d;
  text-decoration: underline;
}
.single-news__list a:focus {
  color: #fbcf4d;
  text-decoration: underline;
}

.single-news__list-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px
}

.single-news__list-button.active:after {
  rotate: -180deg
}

.single-news__list-button:focus-visible {
  color: #fbcf4d
}

.single-news__list-button:after {
  content: "";
  width: 24px;
  height: 24px;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjcgNS41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjcgNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOSwwLjZMNC44LDQuOEwwLjYsMC42Ii8+Cjwvc3ZnPgo=) center/50% no-repeat;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjcgNS41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjcgNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOSwwLjZMNC44LDQuOEwwLjYsMC42Ii8+Cjwvc3ZnPgo=) center/50% no-repeat;
  background: currentColor;
  transition: all .4s
}

.single-news__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  counter-increment: a
}

.single-news__list li:before {
  content: counter(a) "."
}

.single-news__info {
  display: grid;
  background: #f0f0f0
}

.single-news__info p:not(:last-child) {
  margin-bottom: 0
}

.author {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center
}

.author__img {
    width: 94px;
}

.author__name {
  font-weight: 700
}

.learn-more {
  position: relative;
  z-index: 1
}

.learn-more__bg {
  position: absolute;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  z-index: 0;
  opacity: .5;
  max-height: 100%
}

.learn-more-wrapper {
  display: flex
}

.learn-more__col {
  display: grid;
  align-content: center;
  justify-items: start;
  background: #f0f0f0
}

.learn-more__img {
  width: 100%;
  /* height: 100%; */
  max-width: 448px;
  object-fit: cover
}

.learn-more_dark,
.learn-more_dark [class*=title] {
  color: #fff
}

.learn-more_dark .learn-more__col {
  background: #1c1c1c
}

.learn-more_dark .button {
  color: #000;
  text-decoration: none;
}

.related {
  display: grid
}

.related .news__item {
  display: grid;
  grid-template-columns: auto 1fr;
  background: 0 0;
  border-radius: 0
}

.related .news__item-tag {
  padding: 6px 10px
}

.related .news__item-content {
  padding: 0
}

.related .news__item-title {
  order: -1
}

.related .news__item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.social {
  background: #f0f0f0
}

.social,
.social__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.social__items {
  gap: 12px
}

.social__item {
  transition: all .4s
}

.social__item:focus-visible {
  scale: 1.1
}

.social__item svg {
  fill: #a4a4a4
}

.social__item svg.x-icon {
  fill: none;
  stroke: #fff
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }

  .container-left,
  .container-right {
    width: calc(520px + (100vw - 520px)/2);
    max-width: none
  }

  .container-right {
    padding-right: 20px;
    padding-left: 0
  }

  .container-left {
    padding-right: 0;
    padding-left: 20px
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xs.swiper-navigation,
  .show-xs.swiper-pagination {
    display: none
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .container-left,
  .container-right {
    width: calc(720px + (100vw - 720px)/2)
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-sm.swiper-navigation,
  .show-sm.swiper-pagination {
    display: none
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-md.swiper-navigation,
  .show-md.swiper-pagination {
    display: none
  }

  .single-news__right {
    position: sticky;
    left: 0;
    top: 100px;
    z-index: 2
  }

  .single-news__list {
    max-height: calc(100vh - 87px - 89px - 80px);
    padding-right: 9px;
    width: calc(100% + 13px);
    overflow-y: auto;
    overflow-x: hidden
  }

  @supports (-moz-appearance:none) {
    .single-news__list {
      scrollbar-color: #fcdc7f #dfe4ec;
      scrollbar-width: thin
    }
  }

  .single-news__list::-webkit-scrollbar {
    width: 4px
  }

  .single-news__list::-webkit-scrollbar-track-piece {
    background-color: #dfe4ec;
    border-radius: 4px
  }

  .single-news__list::-webkit-scrollbar-thumb {
    background-color: #fcdc7f;
    border-radius: 4px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .container-left,
  .container-right {
    width: calc(1140px + (100vw - 1140px)/2)
  }

  .show-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-lg.swiper-navigation,
  .show-lg.swiper-pagination {
    display: none
  }
}

@media (min-width:1401px) {
  .container {
    width: 1300px
  }

  .container-left,
  .container-right {
    width: calc(1300px + (100vw - 1300px)/2)
  }

  .flex,
  .grid {
    gap: 16px
  }

  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xl.swiper-navigation,
  .show-xl.swiper-pagination {
    display: none
  }

  .crumbs {
    column-gap: 20px;
    margin-block: 32px
  }

  .crumbs li:not(:last-child):before {
    right: -10px
  }

  .text-block h2 {
    font-size: 70px;
    margin-bottom: 32px
  }

  .text-block h2:not(:first-child) {
    margin-top: 40px
  }

  .text-block h3 {
    font-size: 45px
  }

  .text-block h4 {
    font-size: 24px
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: 20px
  }

  .text-block ol,
  .text-block ul {
    gap: 20px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    margin-bottom: 40px
  }

  .text-block ol>li {
    gap: 16px
  }

  .text-block ol>li:before {
    flex-basis: 32px;
    width: 32px;
    height: 32px
  }

  .text-block blockquote {
    gap: 20px;
    padding: 48px
  }

  .text-block blockquote:before {
    width: 18px;
    height: 12px
  }

  .text-block .table:not(:last-child) {
    margin-bottom: 40px
  }

  .text-block table thead {
    font-size: 16px
  }

  .text-block table td,
  .text-block table th {
    padding-block: 12px;
    padding-inline: 20px
  }

  .pagination {
    margin-top: 40px
  }

  .pagination__items {
    gap: 14px
  }

  .pagination__items li {
    font-size: 16px
  }

  .pagination__items li.active {
    min-width: 50px;
    height: 50px
  }

  .pagination__items li a {
    min-width: 50px;
    height: 50px
  }

  .main {
    padding-bottom: 40px
  }

  body {
    font-size: 16px
  }

  .section__top {
    margin-bottom: 32px
  }

  .section {
    padding-block: 40px
  }

  .section-small {
    padding-block: 26.6666666667px
  }

  .section-small-top {
    padding-top: 26.6666666667px
  }

  .section-small-bottom {
    padding-bottom: 26.6666666667px
  }

  .section-bottom {
    padding-bottom: 40px
  }

  .section-top {
    padding-top: 40px
  }

  .section-bg {
    margin-block: 40px
  }

  .section-bg+.section-bg {
    margin-top: -40px
  }

  .title {
    font-size: 80px
  }

  .title-2 {
    font-size: 70px
  }

  .title-3 {
    font-size: 45px
  }

  .title-4 {
    font-size: 24px
  }

  .button {
    font-size: 18px
  }

  .button-more {
    margin-top: 32px
  }

  .tags_list {
    gap: 20px
  }

  .tag {
    font-size: 20px
  }

  .header-main {
    padding-block: 90px;
    min-height: 400px;
    margin-bottom: 40px
  }

  .header-main:after {
    width: 1200px
  }

  .header-main-wrapper {
    gap: 24px
  }

  .header-main__text {
    font-size: 18px
  }

  .header-main__tags {
    margin-bottom: 16px
  }

  .header-main .author__img {
    width: 64px;
    height: 64px
  }

  .news-wrapper {
    gap: 24px
  }

  .news__item,
  .news__item-img {
    border-radius: 20px
  }

  .news__item-tags {
    padding: 20px
  }

  .news__item-tag {
    font-size: 20px
  }

  .news__item-content {
    gap: 16px;
    padding-block: 24px;
    padding-inline: 36px
  }

  .news__item-date {
    font-size: 16px
  }

  .news__item-title {
    font-size: 18px
  }

  .single-news-wrapper {
    gap: 28px
  }

  .single-news__top {
    padding-block: 24px;
    padding-inline: 32px;
    margin-bottom: 40px
  }

  .single-news__top-left,
  .single-news__top-right {
    gap: 20px
  }

  .single-news__right,
  .single-news__right-top {
    gap: 24px;
  }

  .single-news__list {
    gap: 16px;
    font-size: 18px
  }

  .single-news__info {
    gap: 24px;
    padding: 48px
  }

  .single-news__info:not(:last-child) {
    margin-bottom: 40px
  }

  .author {
    gap: 16px
  }

  .author__name {
    font-size: 18px
  }

  .learn-more {
    margin-block: 40px
  }

  .learn-more__col {
    gap: 24px;
    padding-inline: 48px;
    padding-block: 65px
  }

  .related {
    gap: 24px;
    margin-top: 36px
  }

  .related .news__item {
    gap: 18px
  }

  .related .news__item-tag {
    font-size: 16px
  }

  .related .news__item-img {
    width: 184px;
    height: 184px
  }

  .related .news__item-content {
    gap: 12px
  }

  .social {
    padding: 24px;
    gap: 30px;
    border-radius: 20px
  }

  .social__item svg {
    width: 30px;
    height: 30px
  }
}

@media (max-width:1400px) {

  .flex,
  .grid {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xl.swiper-navigation,
  .hide-xl.swiper-pagination {
    display: none
  }

  .crumbs {
    column-gap: round(clamp(16px, 15.2px + .25vw, 20px), 1px);
    margin-block: round(clamp(20px, 17.6px + .75vw, 32px), 1px)
  }

  .crumbs li:not(:last-child):before {
    right: round(clamp(-10px, -7.6px - .125vw, -8px), 1px)
  }

  .text-block h2 {
    font-size: round(clamp(28px, 19.6px + 2.625vw, 70px), 1px);
    margin-bottom: round(clamp(20px, 17.6px + .75vw, 32px), 1px)
  }

  .text-block h2:not(:first-child) {
    margin-top: round(clamp(16px, 11.2px + 1.5vw, 40px), 1px)
  }

  .text-block h3 {
    font-size: round(clamp(24px, 19.8px + 1.3125vw, 45px), 1px)
  }

  .text-block h4 {
    font-size: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .text-block ol,
  .text-block ul {
    gap: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .text-block ol>li {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .text-block ol>li:before {
    flex-basis: round(clamp(24px, 22.4px + .5vw, 32px), 1px);
    width: round(clamp(24px, 22.4px + .5vw, 32px), 1px);
    height: round(clamp(24px, 22.4px + .5vw, 32px), 1px)
  }

  .text-block blockquote {
    gap: round(clamp(8px, 5.6px + .75vw, 20px), 1px);
    padding: round(clamp(16px, 9.6px + 2vw, 48px), 1px)
  }

  .text-block blockquote:before {
    width: round(clamp(14px, 13.2px + .25vw, 18px), 1px);
    height: round(clamp(10px, 9.6px + .125vw, 12px), 1px)
  }

  .text-block .table:not(:last-child) {
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .text-block table thead {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .text-block table td,
  .text-block table th {
    padding-block: round(clamp(8px, 7.2px + .25vw, 12px), 1px);
    padding-inline: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .pagination {
    margin-top: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .pagination__items {
    gap: round(clamp(8px, 6.8px + .375vw, 14px), 1px)
  }

  .pagination__items li {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .pagination__items li.active {
    height: round(clamp(32px, 28.4px + 1.125vw, 50px), 1px)
  }

  .pagination__items li.active,
  .pagination__items li a {
    min-width: round(clamp(32px, 28.4px + 1.125vw, 50px), 1px)
  }

  .pagination__items li a {
    height: round(clamp(32px, 28.4px + 1.125vw, 50px), 1px)
  }

  .main {
    padding-bottom: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  body {
    font-size: round(clamp(15px, 14.8px + .0625vw, 16px), 1px)
  }

  .section__top {
    margin-bottom: round(clamp(20px, 17.6px + .75vw, 32px), 1px)
  }

  .section {
    padding-block: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  .section-small {
    padding-block: round(clamp(16px, 13.8666666667px + .6666666667vw, 26.6666666667px), 1px)
  }

  .section-small-top {
    padding-top: round(clamp(16px, 13.8666666667px + .6666666667vw, 26.6666666667px), 1px)
  }

  .section-small-bottom {
    padding-bottom: round(clamp(16px, 13.8666666667px + .6666666667vw, 26.6666666667px), 1px)
  }

  .section-bottom {
    padding-bottom: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  .section-top {
    padding-top: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  .section-bg {
    margin-block: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  .section-bg+.section-bg {
    margin-top: round(clamp(-40px, -20.8px - 1vw, -24px), 1px)
  }

  .title {
    font-size: round(clamp(32px, 22.4px + 3vw, 80px), 1px)
  }

  .title-2 {
    font-size: round(clamp(28px, 19.6px + 2.625vw, 70px), 1px)
  }

  .title-3 {
    font-size: round(clamp(24px, 19.8px + 1.3125vw, 45px), 1px)
  }

  .title-4 {
    font-size: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .button {
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .button-more {
    margin-top: round(clamp(20px, 17.6px + .75vw, 32px), 1px)
  }

  .tags_list {
    gap: round(clamp(8px, 5.6px + .75vw, 20px), 1px)
  }

  .tag {
    font-size: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .header-main {
    padding-block: round(clamp(40px, 30px + 3.125vw, 90px), 1px);
    min-height: round(clamp(200px, 160px + 12.5vw, 400px), 1px);
    margin-bottom: round(clamp(24px, 20.8px + 1vw, 40px), 1px)
  }

  .header-main:after {
    width: round(clamp(400px, 240px + 50vw, 1200px), 1px)
  }

  .header-main-wrapper {
    gap: round(clamp(20px, 19.2px + .25vw, 24px), 1px)
  }

  .header-main__text {
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .header-main__tags {
    margin-bottom: round(clamp(8px, 6.4px + .5vw, 16px), 1px)
  }

  .header-main .author__img {
    width: round(clamp(48px, 44.8px + 1vw, 64px), 1px);
    height: round(clamp(48px, 44.8px + 1vw, 64px), 1px)
  }

  .news-wrapper {
    gap: round(clamp(12px, 9.6px + .75vw, 24px), 1px)
  }

  .news__item,
  .news__item-img {
    border-radius: round(clamp(16px, 15.2px + .25vw, 20px), 1px)
  }

  .news__item-tags {
    padding: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .news__item-tag {
    font-size: round(clamp(12px, 10.4px + .5vw, 20px), 1px)
  }

  .news__item-content {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    padding-block: round(clamp(20px, 19.2px + .25vw, 24px), 1px);
    padding-inline: round(clamp(16px, 12px + 1.25vw, 36px), 1px)
  }

  .news__item-date {
    font-size: round(clamp(14px, 13.6px + .125vw, 16px), 1px)
  }

  .news__item-title {
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .single-news-wrapper {
    gap: round(clamp(20px, 18.4px + .5vw, 28px), 1px)
  }

  .single-news__top {
    padding-block: round(clamp(16px, 14.4px + .5vw, 24px), 1px);
    padding-inline: round(clamp(12px, 8px + 1.25vw, 32px), 1px);
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .single-news__top-left,
  .single-news__top-right {
    gap: round(clamp(16px, 15.2px + .25vw, 20px), 1px)
  }

  .single-news__right {
    gap: round(clamp(20px, 19.2px + .25vw, 24px), 1px)
  }

  .single-news__right-top {
    gap: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .single-news__list {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px);
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .single-news__info {
    gap: round(clamp(16px, 14.4px + .5vw, 24px), 1px);
    padding: round(clamp(16px, 9.6px + 2vw, 48px), 1px)
  }

  .single-news__info:not(:last-child) {
    margin-bottom: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .author {
    gap: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .author__name {
    font-size: round(clamp(16px, 15.6px + .125vw, 18px), 1px)
  }

  .learn-more {
    margin-block: round(clamp(20px, 16px + 1.25vw, 40px), 1px)
  }

  .learn-more__col {
    padding-inline: round(clamp(16px, 9.6px + 2vw, 48px), 1px);
    padding-block: round(clamp(20px, 11px + 2.8125vw, 65px), 1px)
  }

  .learn-more__col,
  .related {
    gap: round(clamp(16px, 14.4px + .5vw, 24px), 1px)
  }

  .related {
    margin-top: round(clamp(12px, 7.2px + 1.5vw, 36px), 1px)
  }

  .related .news__item {
    gap: round(clamp(12px, 10.8px + .375vw, 18px), 1px)
  }

  .related .news__item-tag {
    font-size: round(clamp(12px, 11.2px + .25vw, 16px), 1px)
  }

  .related .news__item-img {
    width: round(clamp(120px, 107.2px + 4vw, 184px), 1px);
    height: round(clamp(120px, 107.2px + 4vw, 184px), 1px)
  }

  .related .news__item-content {
    gap: round(clamp(8px, 7.2px + .25vw, 12px), 1px)
  }

  .social {
    padding: round(clamp(12px, 9.6px + .75vw, 24px), 1px);
    gap: round(clamp(12px, 8.4px + 1.125vw, 30px), 1px);
    border-radius: round(clamp(16px, 15.2px + .25vw, 20px), 1px)
  }

  .social__item svg {
    width: round(clamp(24px, 22.8px + .375vw, 30px), 1px);
    height: round(clamp(24px, 22.8px + .375vw, 30px), 1px)
  }
}

@media (max-width:1199px) {
  .hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-lg.swiper-navigation,
  .hide-lg.swiper-pagination {
    display: none
  }

  .learn-more-wrapper {
    display: grid
  }

  .learn-more__img {
    max-width: 100%
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-md.swiper-navigation,
  .hide-md.swiper-pagination {
    display: none
  }

  .news-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .single-news__list br {
    display: none
  }

  .single-news-wrapper {
    grid-template-columns: 100%
  }

  .single-news__left,
  .single-news__right {
    display: contents
  }

  .single-news__top {
    order: -2
  }

  .single-news__right-top {
    order: -1
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-sm.swiper-navigation,
  .hide-sm.swiper-pagination,
  .learn-more__bg {
    display: none
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xs.swiper-navigation,
  .hide-xs.swiper-pagination {
    display: none
  }

  .news-wrapper {
    grid-template-columns: 100%
  }
}

@media (min-width:576px) and (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }
}

@media (max-width:1400px) and (min-width:992px) {
  .single-news__list {
    max-height: calc(100vh - 87px - 132px - 80px)
  }
}

@media (any-hover:hover) {
  .hover-active:hover {
    color: #fbcf4d
  }

  .hover-translate:hover {
    translate: 0 -3px
  }

  .hover-scale:hover [class*=-img] img {
    scale: 1.02
  }

  .hover-icon:hover img,
  .hover-icon:hover svg {
    scale: 1.08
  }

  .underline:hover {
    text-decoration-color: transparent
  }

  .crumbs li:not(:last-child):hover,
  .hover-underline:hover {
    text-decoration-color: currentColor
  }

  .text-block a:hover {
    color: #202020;
  }

  .pagination__items li a:hover {
    background: #fbcf4d;
    border-color: #fbcf4d;
    color: #000
  }

  .button:hover {
    background: color-mix(in srgb, #000 12%, #fbcf4d);
    color: black;
    text-decoration: none;
  }

  .tag:hover {
    background: #ddd;
    color: black;
    text-decoration: none;
  }
  .news__item:hover{
    color: black;
    text-decoration: none;
  }

  .single-news button.single-news__item:hover {
    color: #fbcf4d
  }

  .single-news button.single-news__item:hover svg {
    fill: #fbcf4d
  }

  .single-news__list-button:hover {
    color: #fbcf4d
  }

  .social__item:hover {
    scale: 1.1
  }
}