@import url(https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/*========== Import: ==========*/
@font-face {
  font-family: 'Red October';
  src: url(../fonts/RedOctoberLight.eot);
  src: local("Red October Light"), local("RedOctoberLight"), url(../fonts/RedOctoberLight.eot?#iefix) format("embedded-opentype"), url(../fonts/RedOctoberLight.woff2) format("woff2"), url(../fonts/RedOctoberLight.woff) format("woff"), url(../fonts/RedOctoberLight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Red October';
  src: url(../fonts/RedOctober.eot);
  src: local("Red October"), local("RedOctober"), url(../fonts/RedOctober.eot?#iefix) format("embedded-opentype"), url(../fonts/RedOctober.woff2) format("woff2"), url(../fonts/RedOctober.woff) format("woff"), url(../fonts/RedOctober.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Red October';
  src: url(../fonts/RedOctober-Fat.eot);
  src: local("RedOctober-Fat"), url(../fonts/RedOctober-Fat.eot?#iefix) format("embedded-opentype"), url(../fonts/RedOctober-Fat.woff2) format("woff2"), url(../fonts/RedOctober-Fat.woff) format("woff"), url(../fonts/RedOctober-Fat.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

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

* {
  font: inherit;
}

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

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

body {
  background-color: white;
  background-color: var(--color-bg, white);
}

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

form.header__search.open_mobile:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 61%;
  height: 1px;
  background-color: #010101;
  transition: width 0.3s ease;
}
.header_fixed form.header__search.open_mobile:after {
  bottom: -7px;
}
.header_fixed form.header__search.open_mobile input {
  opacity: 1;
  width: 90px;
  height: auto;
  display: block;
  visibility: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

button, input, textarea, select {
  margin: 0;
}

.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

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

img, video, svg {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/*/reset*/
/*@include bgSvg(your-png-file-without-extension);*/
/* Colors */
/*base*/
html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Source Serif 4", serif;
  color: #010101;
  height: 100%;
}

.sticky {
  position: sticky;
  top: 79px;
}

.inline {
  display: inline;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1470px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper_theme_aside {
  display: grid;
  margin-top: 38px;
  grid-template-columns: minmax(auto, 349px) auto minmax(auto, 349px);
  grid-gap: 25px;
}

@media (min-width: 1047px) {
  .wrapper_theme_aside {
    margin-top: 78px;
    margin-top: calc(0.06042 * 100vw + -8.34441px);
  }
}

@media (min-width: 1429px) {
  .wrapper_theme_aside {
    margin-top: 78px;
  }
}

@media (max-width: 1279px) {
  .wrapper_theme_aside {
    display: block;
  }
}

@media (max-width: 1047px) {
  .wrapper_theme_aside-mrg {
    margin-top: 0;
  }
}

.wrapper_theme_aside-column {
  display: grid;
  margin-top: 38px;
  grid-template-columns: 1fr minmax(auto, 349px);
  grid-gap: 25px;
}

@media (min-width: 1047px) {
  .wrapper_theme_aside-column {
    margin-top: 78px;
    margin-top: calc(0.06042 * 100vw + -8.34441px);
  }
}

@media (min-width: 1429px) {
  .wrapper_theme_aside-column {
    margin-top: 78px;
  }
}

@media (max-width: 1430px) {
  .wrapper_theme_aside-column {
    grid-template-columns: 900px 2fr;
  }
}

@media (max-width: 1279px) {
  .wrapper_theme_aside-column {
    display: block;
  }
  .wrapper_theme_aside-column .aside-right {
    display: none;
  }
}

.wrapper_theme_aside-row {
  display: block;
  margin-top: 38px;
}

@media (min-width: 1047px) {
  .wrapper_theme_aside-row {
    margin-top: 78px;
    margin-top: calc(0.06042 * 100vw + -8.34441px);
  }
}

@media (min-width: 1429px) {
  .wrapper_theme_aside-row {
    margin-top: 78px;
  }
}

.aside-left {
  border-right: 1px solid rgba(1, 1, 1, 0.2);
  padding-right: 25px;
  transition: .35s;
}


@media (max-width: 1279px) {
  .aside-left {
    display: none;
  }
}

.aside-right {
  border-left: 1px solid rgba(1, 1, 1, 0.2);
  padding-left: 25px;
}

@media (max-width: 1279px) {
  .aside-right {
    display: none;
  }
}

.aside-box {
  background: #FFF;
  padding-bottom: 58px;
}

.aside-box:last-child {
  margin-bottom: 0;
}

.aside-box .category-preview {
  margin-bottom: 20px;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*  transition: max-width 0.2s linear;*/
}

.header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  word-break: break-word;
  /*    top: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 1000;
        width: 100%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    position: relative;
    background-color: #fff;
    z-index: 5;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  
  z-index: 99;
  transition: .3s;
}
.header_fixed .header__acide {
  display: none;
}

.header_with_opened_menu {
  height: 100vh;
  bottom: 0;
}

.main-content {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  word-break: break-word;
}

.footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  word-break: break-word;
  margin-top: 100px;
}

@media (min-width: 1047px) {
  .footer {
    margin-top: 168px;
    margin-top: calc(0.10272 * 100vw + 21.2145px);
  }
}

@media (min-width: 1429px) {
  .footer {
    margin-top: 168px;
  }
}

/*title*/
.title {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-family: "Source Serif 4", serif;
  color: #010101;
}

.title_size_exlg {
  font-size: 20px;
}

@media (min-width: 1047px) {
  .title_size_exlg {
    font-size: 36px;
    font-size: calc(0.02417 * 100vw + 1.46224px);
  }
}

@media (min-width: 1429px) {
  .title_size_exlg {
    font-size: 36px;
  }
}

.title_size_lg {
  font-size: 16px;
}

@media (min-width: 1047px) {
  .title_size_lg {
    font-size: 28px;
    font-size: calc(0.01813 * 100vw + 2.09668px);
  }
}

@media (min-width: 1429px) {
  .title_size_lg {
    font-size: 28px;
  }
}

.title_size_m {
  font-size: 18px;
}

@media (min-width: 1047px) {
  .title_size_m {
    font-size: 24px;
    font-size: calc(0.00906 * 100vw + 11.04834px);
  }
}

@media (min-width: 1429px) {
  .title_size_m {
    font-size: 24px;
  }
}

.title_size_s {
  font-size: 16px;
}

@media (min-width: 1047px) {
  .title_size_s {
    font-size: 18px;
    font-size: calc(0.00302 * 100vw + 13.68278px);
  }
}

@media (min-width: 1429px) {
  .title_size_s {
    font-size: 18px;
  }
}

.title_size_xs {
  font-size: 14px;
}

@media (min-width: 1047px) {
  .title_size_xs {
    font-size: 16px;
    font-size: calc(0.00302 * 100vw + 11.68278px);
  }
}

@media (min-width: 1429px) {
  .title_size_xs {
    font-size: 16px;
  }
}

.title.color-white {
  color: #FFF;
}

.title_theme_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.title_theme_download:after {
  content: "";
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.title-polygon {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  margin-left: -26px;
  margin-right: -26px;
  background: #d1e2ce;
  /* or 31px */
  margin-bottom: 28px;
  padding: 4px 25px 5px 25px;
  text-transform: uppercase;
  color: #010101;
  position: relative;
}

@media (max-width: 1047px) {
  .title-polygon {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .title-polygon {
    margin-left: -15px;
    margin-right: -15px;
    padding: 4px 15px 5px 15px;
  }
}

.title-polygon:first-letter {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  font-family: "Red October";
  text-transform: uppercase;
}

@media (max-width: 1047px) {
  .title-polygon:first-letter {
    font-size: 32px;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags__link {
  background: rgba(105, 160, 93, 0.1);
  color: rgba(1, 1, 1, 0.5);
  padding: 7px 12px 8px 12px;
}

@media (max-width: 1047px) {
  .tags__link {
    white-space: nowrap;
    min-width: auto;
  }
}

@media (max-width: 1047px) {
  .tags {
    overflow-x: auto;
    word-wrap: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }
  .tags::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.tags-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 28px;
  margin-bottom: 58px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1047px) {
  .tags-autor {
    margin-bottom: 38px;
  }
}

.tags-autor__link {
  background: #68A05D;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  /* identical to box height */
  text-transform: uppercase;
  padding: 9px 15px 8px 15px;
}

@media (max-width: 1047px) {
  .tags-autor__link {
    white-space: nowrap;
    min-width: auto;
  }
}

.tags-autor__close {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.tags-autor__close:before, .tags-autor__close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #fff;
}

.tags-autor__close:hover:before, .tags-autor__close:hover:after {
  background-color: #fff;
}

.tags-autor__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tags-autor__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1047px) {
  .tags-autor {
    overflow-x: auto;
    word-wrap: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }
  .tags-autor::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

/*description*/
.description {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  /* or 27px */
  position: relative;
  z-index: 2;
}

@media (min-width: 1047px) {
  .description {
    font-size: 18px;
    font-size: calc(0.00302 * 100vw + 13.68278px);
  }
}

@media (min-width: 1429px) {
  .description {
    font-size: 18px;
  }
}

.description.color-white {
  color: #FFF;
}

.description hr {
  background: rgba(34, 40, 47, 0.5);
  height: 1px;
  margin-bottom: 50px;
}

@media (min-width: 1047px) {
  .description hr {
    margin-bottom: 76px;
    margin-bottom: calc(0.03927 * 100vw + 19.87613px);
  }
}

@media (min-width: 1429px) {
  .description hr {
    margin-bottom: 76px;
  }
}

.description strong {
  font-weight: 600;
}

.description__hr-block {
  min-height: 38px;
}

@media (min-width: 1047px) {
  .description__hr-block {
    min-height: 58px;
    min-height: calc(0.03021 * 100vw + 14.82779px);
  }
}

@media (min-width: 1429px) {
  .description__hr-block {
    min-height: 58px;
  }
}

.description__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  color: #010101;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.description__picture img {
  margin-bottom: 12px;
  object-fit: contain;
}

@media screen and (max-width: 1047px) {
  .description__picture img {
    object-fit: contain;
    width: 100%;
    max-height: 300px;
    object-position: center;
  }
}

.description__picture-title {
  font-weight: 700;
}

.description__picture-name {
  font-weight: 400;
}

.description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

@media (min-width: 1047px) {
  .description__content {
    gap: 28px;
    gap: calc(0.01511 * 100vw + 6.4139px);
  }
}

@media (min-width: 1429px) {
  .description__content {
    gap: 28px;
  }
}

.description__content a {
  color: #007542;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.description__content h3 + div > ul,
.description__content h3 + ul {
  margin-top: 16px;
}

.description__content ul + h3,
.description__content div + h3 {
  margin-top: 16px;
}

.description__content ul {
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (min-width: 1047px) {
  .description__content ul {
    gap: 10px;
    gap: calc(0 * 100vw + 10px);
  }
}

@media (min-width: 1429px) {
  .description__content ul {
    gap: 10px;
  }
  .description__content ul:has(p) {
    gap: 0;
  }
}

.description__content h3 + div > ol,
.description__content h3 + ol {
  margin-top: 16px;
}

.description__content ol {
  list-style: decimal inside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (min-width: 1047px) {
  .description__content ol {
    gap: 10px;
    gap: calc(0 * 100vw + 10px);
  }
}

@media (min-width: 1429px) {
  .description__content ol {
    gap: 10px;
  }
}

.description__content h2, .description__content h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* identical to box height, or 29px */
  color: #010101;
}

.description__content h2 {
  font-size: 18px;
}

.description__content h3 {
  font-size: 16px;
}

@media (min-width: 1047px) {
  .description__content h2, .description__content h3 {
    font-size: 24px;
    font-size: calc(0.00906 * 100vw + 11.04834px);
  }
}

@media (min-width: 1429px) {
  .description__content h2 {
    font-size: 24px;
  }

  .description__content h3 {
    font-size: 18px;
  }
}

/*img*/
picture, img {
  display: block;
  position: relative;
}

/*button*/
.btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #007542;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.category-preview .btn {
  margin-bottom: 2px;
}

.btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.29231 12.5L0 11.2077L8.86154 2.34615H0.923077V0.5H12V11.5769H10.1538V3.63846L1.29231 12.5Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.btn-theme_back:after {
  display: none;
}

.btn-theme_back:before {
  background-image: url("data:image/svg+xml,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_0_2288)'%3e %3cpath d='M16.0568 7.58627L16.0568 9.41387L3.52473 9.41387L9.13807 15.0272L7.83264 16.3326L7.03335e-05 8.50007L7.83264 0.667503L9.13807 1.97293L3.52473 7.58627L16.0568 7.58627Z' fill='%23007542'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_0_2288'%3e %3crect width='12' height='12' fill='white' transform='translate(8.48535 16.9854) rotate(-135)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.btn-theme_search:after {
  background-image: url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1977 6.34859C10.1977 8.75038 8.25062 10.6974 5.84883 10.6974C3.44704 10.6974 1.5 8.75038 1.5 6.34859C1.5 3.94679 3.44704 1.99976 5.84883 1.99976C8.25062 1.99976 10.1977 3.94679 10.1977 6.34859ZM9.43493 10.9694C8.44458 11.7391 7.20023 12.1974 5.84883 12.1974C2.61861 12.1974 0 9.57881 0 6.34859C0 3.11837 2.61861 0.499756 5.84883 0.499756C9.07905 0.499756 11.6977 3.11837 11.6977 6.34859C11.6977 7.70039 11.2391 8.94508 10.469 9.93556L13.9998 13.4664L12.9658 14.5003L9.43493 10.9694Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.btn-arrow {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: transparent;
  padding-left: 38px;
  padding-right: 38px;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* identical to box height */
  color: #007542;
  border: 1px solid #007542;
  height: 52px;
  position: relative;
}

.btn-arrow:after {
  background-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.29231 12.5L0 11.2077L8.86154 2.34615H0.923077V0.5H12V11.5769H10.1538V3.63846L1.29231 12.5Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-arrow_theme_secondary {
  color: #fff;
  border: 1px solid #007542;
  background: #007542;
}

.btn-arrow_theme_secondary:after {
  background-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.29231 12.5L0 11.2077L8.86154 2.34615H0.923077V0.5H12V11.5769H10.1538V3.63846L1.29231 12.5Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1047px) {
  .btn-container {
    flex-flow: column wrap;
    align-items: start;
  }
}

.btn-container_alignment_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-container_alignment_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btn-container_alignment_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-card_theme_content.full .btn-container_alignment_between {
  position: relative;
  z-index: 6;
}



.btn-download {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
  margin-top: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007542;
  margin: 0 auto;
}

.btn-download:after {
  background-image: url("data:image/svg+xml,%3csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.21659 9.6673L-5.3908e-07 9.6673L6.24934 15.951L12.3613 9.66729L6.99102 9.6673C7.65029 5.74514 11.0291 2.76209 15.1083 2.76209C19.1875 2.76209 22.5663 5.74514 23.2256 9.66729L26 9.66729C25.327 4.21218 20.7121 1.00199e-06 15.1083 1.24694e-06C9.50449 1.49189e-06 4.88959 4.21218 4.21659 9.6673ZM23.7887 17.8154C25.0248 16.2134 25.7665 14.349 26 12.4294L23.2118 12.4294C23.0058 13.6309 22.5388 14.791 21.7971 15.8267L23.7887 17.8154ZM16.4818 19.2103L16.4818 22C18.3909 21.7652 20.2314 21.0056 21.8246 19.7627L19.8743 17.8154C18.8442 18.5336 17.6904 19.0169 16.4818 19.2103ZM10.3423 17.8016L8.39197 19.7489C9.98521 20.9918 11.8257 21.7652 13.7348 22L13.7348 19.2103C12.5399 19.0169 11.3724 18.5336 10.3423 17.8016Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-filter {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  background: #007542;
  border: 1px solid #007542;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*date*/
.date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  color: rgba(1, 1, 1, 0.5);
}

.category {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #010101;
}

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

.category_theme_badges:before {
  content: "";
  width: 9px;
  display: block;
  height: 9px;
  background: #007542;
}

.category-preview {
  border-bottom: 1px solid #010101;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-preview__title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  /* or 31px */
  text-transform: uppercase;
  color: #010101;
  white-space: nowrap;
}

.category-preview__title:first-letter {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  font-family: "Red October";
  text-transform: uppercase;
}

.category-preview__title.big {
  font-size: 16px;
  margin-top: -12px;
}

@media (min-width: 1047px) {
  .category-preview__title.big {
    font-size: 24px;
    font-size: calc(0.01208 * 100vw + 6.73112px);
  }
}

@media (min-width: 1429px) {
  .category-preview__title.big {
    font-size: 24px;
  }
}

.category-preview__title.big:first-letter {
  font-size: 32px;
}

@media (min-width: 1047px) {
  .category-preview__title.big:first-letter {
    font-size: 42px;
    font-size: calc(0.01511 * 100vw + 20.4139px);
  }
}

@media (min-width: 1429px) {
  .category-preview__title.big:first-letter {
    font-size: 42px;
  }
}

/*margin*/
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

/*scrolling*/
.scrolling {
  overflow-x: auto;
  word-wrap: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-snap-align: start;
}

.scrolling::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*close-popup*/
.close-popup {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.close-popup:before, .close-popup:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #010101;
}

.close-popup:hover:before, .close-popup:hover:after {
  background-color: #22282F;
}

.close-popup:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-popup:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*search-input*/
/*figure-block*/
/*block*/
.block-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

/*tabs-block*/
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.no-desctop {
  display: none;
}

@media (max-width: 1047px) {
  .no-desctop {
    display: block;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 100%;
  /* identical to box height, or 16px */
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #010101;
  background-repeat: no-repeat;
  background-position: center center;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::after {
  border-color: #010101;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::after {
  background-color: #68A05D;
  border-color: #010101;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::after {
  border-color: #010101;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::after {
  border-color: #68A05D;
  background-color: #68A05D;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%278%27 viewBox=%270 0 10 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M1 3.72727L3.82353 7L9 1%27 stroke=%27white%27/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::after {
  background-color: #e9ecef;
}

.main-content-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  background: url(../images/back-404.jpg) no-repeat;
  background-size: cover;
}

.main-content-404:after {
  content: "";
  position: absolute;
  width: 365px;
  height: 365px;
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3csvg width='365' height='365' viewBox='0 0 365 365' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M178.977 0H98.6266C70.8761 0.00566359 44.2641 11.0513 24.6435 30.7077C5.02295 50.3641 -5.99944 77.0215 -5.99944 104.817V185.276H74.3292C102.08 185.276 128.694 174.235 148.319 154.583C167.943 134.931 178.971 108.276 178.977 80.4801V0Z' fill='%237FAE95'/%3e %3cpath d='M86.504 185.206H86.4987C35.4131 185.206 -6 226.686 -6 277.855V277.86C-6 329.028 35.4131 370.508 86.4987 370.508H86.504C137.59 370.508 179.003 329.028 179.003 277.86V277.855C179.003 226.686 137.59 185.206 86.504 185.206Z' fill='%23007542'/%3e %3cpath d='M365 370.995L179.027 370.995L179.027 185.022C228.35 185.022 275.653 204.615 310.53 239.492C345.407 274.369 365 321.672 365 370.995Z' fill='%23A2BF7F'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .main-content-404:after {
    width: 265px;
    height: 265px;
    background-size: 265px 265px;
  }
}

@media (max-width: 1047px) {
  .main-content-404:after {
    display: none;
  }
}

.main-content-404:before {
  content: "";
  position: absolute;
  width: 181px;
  height: 367px;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3csvg width='181' height='367' viewBox='0 0 181 367' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M187.051 -6V98.4841C187.045 120.364 178.346 141.347 162.868 156.816C147.389 172.285 126.399 180.975 104.512 180.973H-0.000457764V76.489C0.00526428 54.6114 8.7018 33.6318 24.1768 18.163C39.6519 2.69426 60.6385 -5.99714 82.522 -6L187.051 -6Z' fill='%237FAE95'/%3e %3cpath d='M187.023 273.497V366.995H-0.000823975V273.497C-0.000823975 261.219 2.41826 249.061 7.11823 237.717C11.8182 226.374 18.7071 216.066 27.3915 207.384C36.0759 198.702 46.3858 191.816 57.7325 187.117C69.0792 182.418 81.2405 180 93.5221 180C118.322 180.006 142.105 189.859 159.639 207.392C177.173 224.926 187.023 248.704 187.023 273.497Z' fill='%2368A05D'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .main-content-404:before {
    width: 100px;
    height: 203px;
    background-size: 100px 203px;
  }
}

@media (max-width: 1047px) {
  .main-content-404:before {
    display: none;
  }
}

.main-content-404__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.main-content-404__logo {
  display: block;
  width: 163px;
}

@media (min-width: 1047px) {
  .main-content-404__logo {
    width: 343px;
    width: calc(0.15625 * 100vw + 43.15625px);
  }
}

@media (min-width: 1919px) {
  .main-content-404__logo {
    width: 274px;
  }
}

.main-content-404__num {
  font-style: normal;
  font-weight: 700;
  font-size: 290px;
  line-height: 100%;
  font-size: 130px;
  text-transform: uppercase;
}

@media (min-width: 1047px) {
  .main-content-404__num {
    font-size: 290px;
    font-size: calc(0.24169 * 100vw + -55.37764px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__num {
    font-size: 232px;
  }
}

.main-content-404__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #010101;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 1047px) {
  .main-content-404__title {
    font-size: 48px;
    font-size: calc(0.03625 * 100vw + -3.80665px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__title {
    font-size: 38px;
  }
}

@media (min-width: 1047px) {
  .main-content-404__title {
    line-height: 48px;
    line-height: calc(0.03021 * 100vw + 4.82779px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__title {
    line-height: 38px;
  }
}

.main-content-404__description {
  text-align: center;
  color: rgba(1, 1, 1, 0.5);
  margin-bottom: 28px;
  max-width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width: 1047px) {
  .main-content-404__description {
    margin-bottom: 70px;
    margin-bottom: calc(0.06344 * 100vw + -20.66163px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__description {
    margin-bottom: 70px;
  }
}

@media (min-width: 1047px) {
  .main-content-404__description {
    font-size: 24px;
    font-size: calc(0.00906 * 100vw + 11.04834px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__description {
    font-size: 20px;
  }
}

@media (min-width: 1047px) {
  .main-content-404__description {
    line-height: 28px;
    line-height: calc(0.01057 * 100vw + 12.88973px);
  }
}

@media (min-width: 1429px) {
  .main-content-404__description {
    line-height: 22px;
  }
}

@media (max-width: 1047px) {
  .main-content-404__description {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**/
:root {
  --text-color: #222222;
  --progress-color: #2ecc71;
  --progress-height: .5rem;
}

/* progress bar container */
.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: .5rem;
  height: var(--progress-height);
}

/* progress bar */
.progress-bar-container__progress {
  height: .5rem;
  height: var(--progress-height);
  background-color: #2ecc71;
  background-color: var(--progress-color);
  width: 0%;
  float: left;
}

/* post content and container */
.post-container {
  padding: 2rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  overflow: scroll;
}

.post-container h1,
.post-container h2 {
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.post-container p {
  line-height: 2;
  margin-bottom: 1.5rem;
}

/*autoComplete*/
.autoComplete_wrapper, #autoCompleteMap {
  display: block;
  position: relative;
  width: 100%;
}

.autoComplete_wrapper .no-result, #autoCompleteMap .no-result {
  margin-bottom: 25px;
}

.autoComplete_wrapper > input::-webkit-input-placeholder, #autoCompleteMap::-webkit-input-placeholder {
  color: rgba(34, 40, 47, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input::-moz-placeholder, #autoCompleteMap::-moz-placeholder {
  color: rgba(34, 40, 47, 0.5);
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:-ms-input-placeholder, #autoCompleteMap:-ms-input-placeholder {
  color: rgba(34, 40, 47, 0.5);
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input::-ms-input-placeholder, #autoCompleteMap::-ms-input-placeholder {
  color: rgba(34, 40, 47, 0.5);
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input::placeholder, #autoCompleteMap::placeholder {
  color: rgba(34, 40, 47, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:hover::-webkit-input-placeholder, #autoCompleteMap:hover::-webkit-input-placeholder {
  color: #22282F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:hover::-moz-placeholder, #autoCompleteMap:hover::-moz-placeholder {
  color: #22282F;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:hover:-ms-input-placeholder, #autoCompleteMap:hover:-ms-input-placeholder {
  color: #22282F;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:hover::-ms-input-placeholder, #autoCompleteMap:hover::-ms-input-placeholder {
  color: #22282F;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:hover::placeholder, #autoCompleteMap:hover::placeholder {
  color: #22282F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.autoComplete_wrapper > input:focus {
  /*    color: #ff7a7a;
        border: .06rem solid rgba(255, 122, 122, .8)*/
}

.autoComplete_wrapper > ul {
  position: absolute;
  width: 215px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 290px;
  margin-top: 20px;
  padding: 15px 20px 0 20px;
  z-index: 4;
  border: 1px solid rgba(1, 1, 1, 0.2);
  margin-left: -27px;
  list-style: none;
  background-color: #fff;
  outline: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.autoComplete_wrapper > ul:empty, .autoComplete_wrapper > ul[hidden] {
  display: block;
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.autoComplete_wrapper > ul > li, #autoCompleteMapList > li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
  color: #22282F;
  margin-bottom: 15px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: red;
  font-weight: 700;
}

.autoComplete_wrapper > ul > li:hover, #autoCompleteMapList > li:hover {
  cursor: pointer;
  color: red;
  background-color: transparent;
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  color: red;
}

#autoCompleteMapList {
  margin-top: 40px;
}

#autoCompleteMapList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#autoCompleteMapList > li:after {
  border: 1px solid rgba(34, 40, 47, 0.3);
  border-radius: 60px;
  content: "";
  width: 15px;
  height: 15px;
}

#autoCompleteMapList > li.active:after {
  background: #fff;
  border: 3px solid #A10A12;
  border-radius: 60px;
  content: "";
  width: 15px;
  height: 15px;
}

/*========== Components: ==========*/
/*header*/
.header__acide {
  font-size: 20px;
  font-style: normal;
  background: #68A05D;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 120%;
  color: #FFF;
  /* or 43px */
  text-transform: uppercase;
}

@media (min-width: 1047px) {
  .header__acide {
    font-size: 36px;
    font-size: calc(0.02417 * 100vw + 1.46224px);
  }
}

@media (min-width: 1429px) {
  .header__acide {
    font-size: 36px;
  }
}

@media (min-width: 1047px) {
  .header__acide {
    min-height: 83px;
    min-height: calc(0.08398 * 100vw + -24.41602px);
  }
}

@media (min-width: 1279px) {
  .header__acide {
    min-height: 83px;
  }
}

.header__logo {
  max-width: 156px;
  max-height: 121px;
}
.header_fixed .header__logo {
  min-width: 156px;
}
@media screen and (max-width: 1047px) {
  .header_fixed .header__logo {
    min-width: unset;
  }
}
.header__logo-horizontal {
  display: none;
}
.header_fixed .header__logo-vertical {
  display: none;
}
.header_fixed .header__logo-horizontal {
  display: block;
}
@media (max-width: 1279px) {
  .header__logo {
    max-width: 120px;
    max-height: 93px;
  }
}

@media (max-width: 1047px) {
  .header__logo {
    max-width: 71px;
    max-height: 55px;
    margin-right: calc(-50% - 30px);
    margin-left: calc(-50% - 220px);
  }
  .header_fixed .header__logo-vertical {
  display: block;
  }
  .header_fixed .header__logo-horizontal {
    display: none;
  }
}

.header__container .header__wrapper {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-flow: row wrap;
  gap: 10px;
}
.header_fixed .header__wrapper  {
  margin-bottom: 0;
  flex-flow: row;
  align-items: center;
  column-gap: 50px;
}
.header__search {
  min-width: 208px;
  padding-bottom: 8px;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #010101;
  position: relative;
}
.header_fixed .header__search {
  margin: 0;
  padding: 0;
  order: 3;
  align-self: center;
  width: 20px;
  min-width: unset;
  border-color: transparent;
  transition: .3s;
}

.header_fixed .header__search_open {
  padding-bottom: 8px;
  width: 100%;
  max-width: 208px;
  border-color: #010101;
}

@media (max-width: 1047px) {
  .header__search {
    border-bottom: 0;
    margin-bottom: 5px;
  }
  .header_fixed .header__search {
    order: unset;
    min-width: 208px;
    transition: none;
  }
}

.header__search-button {
  background-image: url("data:image/svg+xml,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1977 5.84883C10.1977 8.25062 8.25062 10.1977 5.84883 10.1977C3.44704 10.1977 1.5 8.25062 1.5 5.84883C1.5 3.44704 3.44704 1.5 5.84883 1.5C8.25062 1.5 10.1977 3.44704 10.1977 5.84883ZM9.43493 10.4696C8.44458 11.2393 7.20023 11.6977 5.84883 11.6977C2.61861 11.6977 0 9.07905 0 5.84883C0 2.61861 2.61861 0 5.84883 0C9.07905 0 11.6977 2.61861 11.6977 5.84883C11.6977 7.20063 11.2391 8.44532 10.469 9.4358L13.9998 12.9666L12.9658 14.0006L9.43493 10.4696Z' fill='%23010101'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-size: contain;

}

.header_fixed .header__search-button {
  display: none;
}

.header__search_open .header__search-button {
  display: block;
}

@media (max-width: 1047px) {
  .header__search-button {
    border-bottom: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .header_fixed .header__search-button {
    display: block;
  }
}

.header__search input {
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* identical to box height, or 14px */
  color: #010101;
}

.header__search input::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.50);
  opacity: 1;
}

.header__search input::-moz-placeholder {
  color: rgba(1, 1, 1, 0.50);
  opacity: 1;
}

.header__search input:-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.50);
  opacity: 1;
}

.header__search input::-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.50);
  opacity: 1;
}

.header__search input::placeholder {
  color: rgba(1, 1, 1, 0.50);
  opacity: 1;
}
.header_fixed .header__search input::placeholder {
  color: rgba(1, 1, 1, 0.50);
}
.header_fixed .header__search input {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
  transition: .3s;
}
 .header__search.header__search_open input {
  display: block;
  opacity: 1;
  width: 100%;
  visibility: visible;
  height: unset;
}
@media (max-width: 1047px) {
  .header__search input {
    width: 90px;
  }
  .header__search input::-webkit-input-placeholder {
    opacity: 0;
  }
  .header__search input::-moz-placeholder {
    opacity: 0;
  }
  .header__search input:-ms-input-placeholder {
    opacity: 0;
  }
  .header__search input::-ms-input-placeholder {
    opacity: 0;
  }
  .header__search input::placeholder {
    opacity: 0;
  }
}
.header__search-togger {
  display: none;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1977 5.84883C10.1977 8.25062 8.25062 10.1977 5.84883 10.1977C3.44704 10.1977 1.5 8.25062 1.5 5.84883C1.5 3.44704 3.44704 1.5 5.84883 1.5C8.25062 1.5 10.1977 3.44704 10.1977 5.84883ZM9.43493 10.4696C8.44458 11.2393 7.20023 11.6977 5.84883 11.6977C2.61861 11.6977 0 9.07905 0 5.84883C0 2.61861 2.61861 0 5.84883 0C9.07905 0 11.6977 2.61861 11.6977 5.84883C11.6977 7.20063 11.2391 8.44532 10.469 9.4358L13.9998 12.9666L12.9658 14.0006L9.43493 10.4696Z' fill='%23010101'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.header_fixed .header__search-togger {
  display: inline-block;
}

.header__search-togger.header__search-togger_active {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M11 1.10786L9.89214 0L5.5 4.39214L1.10786 0L0 1.10786L4.39214 5.5L0 9.89214L1.10786 11L5.5 6.60786L9.89214 11L11 9.89214L6.60786 5.5L11 1.10786Z' fill='%23010101'/%3E%3C/svg%3E");
}
@media (max-width: 1047px) {
  .header__search {
    width: 90px;
  }
  .header_fixed .header__search-togger {
    display: none;
  }
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  min-width: 208px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.header_fixed .header-social {
  display: none;
}

.header-social__link {
  width: 26px;
  height: 26px;
  background: rgba(1, 1, 1, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-social__link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header-social__link:hover {
  background: #007541;
}

.header-social-mobile {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.header__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  word-wrap: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-snap-align: start;
  width: 100%;
}
.header_fixed .header__nav {
  max-width: 1077px;
}

.header__nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (max-width: 1450px) {
  .header__nav {
    gap: 30px;
  }
}

.header__nav-link {
  padding: 30px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  line-height: 100%;
  min-width: auto;
  white-space: nowrap;
  /* identical to box height, or 18px */
  color: #010101;
}

.header__nav-link.selected a{
  font-weight: 600;
}

.header__nav-link.active {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  color: #007542;
}

.header__nav.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 35px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  max-width: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}

@media (max-width: 1450px) {
  .header__nav.fixed {
    padding-right: 30px;
  }
}

@media (max-width: 1047px) {
  .header__nav.fixed {
    display: none;
  }
}

@media (max-width: 1047px) {
  .header__nav {
    display: none;
  }
}

@media (max-width: 1047px) {
  .header__nav {
    display: none !important;
  }
}

.header__nav-dropdown {
  background: #FFF;
  padding: 30px 52px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  left: -100%;
  top: 100%;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  opacity: 0;
  visibility: hidden;
}
.header__nav-link_menu {

}

.header__nav-link_menu > a {
  color: #007542;
  font-weight: 700;
}
.header__nav-link_menu:hover .header__nav-dropdown{
    opacity: 1;
    visibility: visible;
}
.header__nav-dropdown .header__nav-link-dropdown {
  font-size: 1rem;
  color: #010101;
  font-weight: 400;
}

.header__mobile-menu {
  background: #FFF;
  position: relative;
  display: none;
  border-top: 1px solid rgba(1, 1, 1, 0.2);
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 38px 15px;
}

.header__mobile-menu.active {
  display: block;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header__mobile-menu-link {
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.header__mobile-menu-link:after {
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.29231 12.5L0 11.2077L8.86154 2.34615H0.923077V0.5H12V11.5769H10.1538V3.63846L1.29231 12.5Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
}

.header__mobile-menu-link:last-child {
  border-bottom: 0;
}

@media (min-width: 1048px) {
  .header__mobile-menu {
    display: none !important;
  }
}

.header__mobile-burger {
  display: none;
  width: 30px;
  height: 32px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: -17px;
}

@media (max-width: 1047px) {
  .header__mobile-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__mobile-burger .line {
  width: 30px;
  height: 2px;
  background-color: #007542;
  border-radius: 2px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__mobile-burger:hover, .header__mobile-burger.active {
  background-color: transparent;
}

.header__mobile-burger:hover .line, .header__mobile-burger.active .line {
  background-color: #007542;
}

.header__mobile-burger.active {
  gap: 11px;
}

.header__mobile-burger.active .line:nth-child(2) {
  opacity: 0;
}

.header__mobile-burger.active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}

.header__mobile-burger.active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}

.header__container {
  padding-top: 10px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
  padding-bottom: 10px;
}

.header_fixed .header__container  {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1047px) {
  .header__container {
    padding-top: 30px;
    padding-top: calc(0.03906 * 100vw + -19.96094px);
  }
}

@media (min-width: 1279px) {
  .header__container {
    padding-top: 30px;
  }
}

@media (min-width: 1047px) {
  .header__container {
    padding-bottom: 20px;
    padding-bottom: calc(0.01953 * 100vw + -4.98047px);
  }
}

@media (min-width: 1279px) {
  .header__container {
    padding-bottom: 0px;
  }
}

@media (max-width: 1047px) {
  .header__container {
    min-height: 76px;
  }

  .header_with_opened_menu .header__container{
    height: 100%;
  }
  .header__container.fixed {
    position: fixed;
    background-color: #FFF;
    top: 0px;
    z-index: 10;
  }

  .header_fixed .header__container  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1047px) {
  .header .header-social {
    display: none;
  }
}

/*footer*/
.footer {
  background: #F7F7F7;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 1047px) {
  .footer {
    padding-top: 68px;
    padding-top: calc(0.03021 * 100vw + 24.82779px);
  }
}

@media (min-width: 1429px) {
  .footer {
    padding-top: 68px;
  }
}

@media (min-width: 1047px) {
  .footer {
    padding-bottom: 68px;
    padding-bottom: calc(0.03021 * 100vw + 24.82779px);
  }
}

@media (min-width: 1429px) {
  .footer {
    padding-bottom: 68px;
  }
}

@media (max-width: 580px) {
  .footer {
    padding-bottom: 166px;
    margin-top: unset;
    position: relative;
  }
}

.footer__row {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: minmax(auto, 156px) minmax(auto, 800px) minmax(auto, 217px) auto;
}
.footer__column.column-nav .footer__nav {
  display: block;
}
.footer__column.column-nav .footer__nav .footer__nav-link {
  margin-right: 20px;
}
@media (max-width: 1279px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .footer__row {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-areas: "nav" "subscription" "social" "logo";
    display: grid;
  }
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 580px) {
  .footer__column.column-logo {
    grid-area: auto;
  }
}

@media (max-width: 580px) {
  .footer__column.column-nav {
    grid-area: auto;
  }
}

@media (max-width: 580px) {
  .footer__column.column-subscription {
    grid-area: subscription;
  }
}

@media (max-width: 580px) {
  .footer__column.column-social {
    grid-area: auto;
  }
}

.footer__logo {
  max-width: 158px;
  max-height: 151px;
}

@media (max-width: 580px) {
  .footer__logo {
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-transform: uppercase;
  color: #010101;
}

@media (max-width: 580px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}

.footer__copy {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-top: auto;
}

@media (max-width: 1279px) {
  .footer__copy {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .footer__copy {
    position: inherit;
    bottom: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.footer__policy {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-top: auto;
  /* identical to box height, or 21px */
  text-decoration-line: underline;
  color: #007542;
}

@media (max-width: 1279px) {
  .footer__policy {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .footer__policy {
    position: absolute;
    bottom: 97px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer__subscription-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__subscription-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.footer__subscription-form {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 216px  auto;
}

.footer__subscription-form-input {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  color: rgba(1, 1, 1, 0.5);
  background: transparent;
  border: 1px solid rgba(1, 1, 1, 0.2);
}

.footer__subscription-form-input::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
  opacity: 1;
}

.footer__subscription-form-input::-moz-placeholder {
  color: rgba(1, 1, 1, 0.5);
  opacity: 1;
}

.footer__subscription-form-input:-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
  opacity: 1;
}

.footer__subscription-form-input::-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
  opacity: 1;
}

.footer__subscription-form-input::placeholder {
  color: rgba(1, 1, 1, 0.5);
  opacity: 1;
}

@media (max-width: 580px) {
  .footer__subscription-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .header-social {
  margin-right: auto;
  margin-left: auto;
  min-width: inherit;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

@media (max-width: 1279px) {
  .article-card {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.article-card:last-child {
  border-bottom: 0;
}

.article-card_theme_aside {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
  padding-top: 18px;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article-card_theme_aside:last-child {
  padding-bottom: 0px;
}

.article-card_theme_content {
  padding-bottom: 28px;
  border-top: 1px solid rgba(1, 1, 1, 0.2);
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*cursor: pointer;*/
  -webkit-text-decoration: none;
  text-decoration: none;
}
.article-card_theme_content.full {
  position: relative;
}

@media (max-width: 1279px) {
  .article-card_theme_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.article-card_theme_content:first-child {
  border-top: 0 !important;
}

.article-card_theme_content.no-img {
  grid-template-columns: 1fr;
  min-height: 214px;
}

@media (max-width: 1279px) {
  .article-card_theme_content.full {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1279px) and (max-width: 1047px) {
  .article-card_theme_content.full .article-overlay:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .article-card_theme_content.no-img {
    min-height: 25vw;
  }
}

@media screen and (max-width: 550px) {
  .article-card_theme_content.no-img {
    min-height: 155px;
  }
}

.article-card_theme_content.last-child {
  border-bottom: 0 !important;
}

.article-card_theme_content.last-child {
  padding-bottom: 0px;
}

.article-card_theme_content:first-child {
  padding-top: 0px;
}

.article-card_theme_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  gap: 18px;
  padding: 40px;
}

.article-card_theme_content.full .article-card_theme_overlay {
  position: relative;
}

@media (max-width: 1047px) {
  .article-card_theme_overlay {
    position: relative;
    padding: 0;
    gap: 8px;
  }
}

.article-card_theme_overlay .category {
  color: #FFF;
}

.article-card_theme_content.full .article-card_theme_overlay .category {
  position: relative;
  z-index: 6;
}

@media (max-width: 1047px) {
  .article-card_theme_overlay .category {
    color: inherit;
  }
}

.article-card_theme_overlay .title {
  color: #FFF;
  margin-top: auto;
}

@media (max-width: 1047px) {
  .article-card_theme_overlay .title {
    margin-top: 0;
    color: inherit;
  }
}

.article-card_theme_overlay .date {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1047px) {
  .article-card_theme_overlay .date {
    color: rgba(1, 1, 1, 0.5);
  }
}

.article-announcement {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #007542;
  /* identical to box height */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #FFFFFF;
  padding-right: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

@media (max-width: 1047px) {
  .article-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-photo {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  width: 100%;
  height: 182px;
  object-position: center;
}

.article-card_theme_content.full .article-photo {
  height: 100%;
}
@media screen and (max-width: 1047px) {
  .article-photo {
    height: 195px;
  }
}

.article-photo_theme_m {
  height: 182px;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .article-photo_theme_m {
    max-width: 100%;
    max-height: 100%;
    height: inherit;
  }
}

.article-photo_theme_s {
  max-width: 200px;
  height: 157px;
}

@media (max-width: 1279px) {
  .article-photo_theme_s {
    max-width: 100%;
    max-height: 100%;
    height: inherit;
  }
}

.article-photo_theme_xs {
  max-width: 128px;
  height: 157px;
}

@media (max-width: 1279px) {
  .article-photo_theme_xs {
    max-width: 100%;
    max-height: 100%;
    height: inherit;
  }
}

.article-photo_theme_xxs {
  width: 54px;
  height: 54px;
}

.article-overlay {
  position: relative;
}
.article-card_theme_content.full > .article-overlay,
.article-card__detail-link {
  position: absolute;
  width: 100%;
  height: calc(100% - 56px);
}
.article-card__detail-link {
  z-index: 5;
  background-color: transparent;
}
@media screen and (max-width: 1047px) {
  .article-card_theme_content.full > .article-overlay {
    position: relative;
    height: unset;
    max-height: 400px;
  }

  .article-card__detail-link {
    display: none;
  }
}
.article__photo-wrapper {
  position: relative;
  display: block;
  z-index: 3;
}
.article__photo-wrapper::after {
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  position: absolute;
  z-index: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: block;
}

@media (max-width: 1279px) {
  .article-overlay {
    width: 100%;
  }
  .article-overlay .article-photo {
    margin-bottom: 18px;
  }
}

.article-overlay:after {
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  position: absolute;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: block;
}

.article-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.article-description_theme_overlay {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1047px) {
  .article-description_theme_overlay {
    color: rgba(1, 1, 1, 0.5);
    margin-bottom: 0;
  }
}

.article-category-box {
  display: grid;
  grid-column-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 58px;
}

@media (max-width: 1279px) {
  .article-category-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .article-category-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1047px) {
  .article-category-box {
    grid-template-columns: 1fr;
  }
  
}

@media (max-width: 567px) {
  .article-photo_theme_s {
    height: 98px;
    width: 124px;
  }
}

.article-category-box_theme_biographie {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

@media (min-width: 1047px) {
  .article-category-box_theme_biographie {
    margin-top: 58px;
    margin-top: calc(0.03021 * 100vw + 14.82779px);
  }
}

@media (min-width: 1429px) {
  .article-category-box_theme_biographie {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .article-category-box_theme_biographie {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .article-category-box_theme_biographie {
    grid-template-columns: 1fr;
  }
}

.article-category-hr {
  margin-top: 78px;
  margin-bottom: 78px;
  height: 1px;
  background: rgba(1, 1, 1, 0.2);
}

.article-category__tags {
  position: absolute;
  bottom: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #010101;
  
}

.article-category__tags span {
  background: #FFF;
  padding: 10px 24px 10px 24px;
}

.article-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
  position: relative;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article-category__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  color: rgba(1, 1, 1, 0.5);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  overflow: auto;
  background: rgba(34, 40, 47, 0.6);
}

@media (max-width: 1047px) {
  .modal {
    padding: 15px 15px 0 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.modal.modal-show {
  -webkit-animation: fadeIn 0.1s ease-in-out forwards;
          animation: fadeIn 0.1s ease-in-out forwards;
}

.modal.modal-hide {
  -webkit-animation: fadeOut 0.1s ease-in-out 0.1s forwards;
          animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

#modal-search .modal-content {
  width: 298px;
}

#modal-search .modal-content .title {
  margin-bottom: 18px;
}

@media (min-width: 1047px) {
  #modal-search .modal-content .title {
    margin-bottom: 28px;
    margin-bottom: calc(0.01511 * 100vw + 6.4139px);
  }
}

@media (min-width: 1429px) {
  #modal-search .modal-content .title {
    margin-bottom: 28px;
  }
}

#modal-search .modal-content .description {
  border-left: 1px solid #007542;
  border-right: 1px solid #007542;
  position: relative;
  border-top: 1px solid #007542;
  border-bottom: 1px solid #007542;
  padding: 10px;
}

#modal-search .modal-content .description:after {
  position: absolute;
  width: 100%;
  height: 171px;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

#modal-search .modal-content .description__content {
  max-height: 621px;
  overflow-y: auto;
  padding: 0 10px 120px 00px;
  scrollbar-color: #007542 transparent;
  scrollbar-width: thin;
}

#modal-search .modal-content .description__content::-webkit-scrollbar {
  width: 2px;
  /* Ширина всего элемента навигации */
}

#modal-search .modal-content .description__content::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет дорожки */
}

#modal-search .modal-content .description__content::-webkit-scrollbar-thumb {
  background-color: #007542;
  /* Цвет бегунка */
  border-radius: 30px;
  /* Округление бегунка */
  border: 0;
  /* Оформление границ бегунка */
}

#modal-policy .modal-content {
  max-width: 795px;
}

#modal-policy .modal-content .title {
  margin-bottom: 18px;
}

@media (min-width: 1047px) {
  #modal-policy .modal-content .title {
    margin-bottom: 28px;
    margin-bottom: calc(0.01511 * 100vw + 6.4139px);
  }
}

@media (min-width: 1429px) {
  #modal-policy .modal-content .title {
    margin-bottom: 28px;
  }
}

#modal-policy .modal-content .description {
  border-left: 1px solid #007542;
  border-right: 1px solid #007542;
  position: relative;
  border-top: 1px solid #007542;
  border-bottom: 1px solid #007542;
  padding: 10px;
}

#modal-policy .modal-content .description:after {
  position: absolute;
  width: calc(100% - 30px);
  height: 171px;
  bottom: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

#modal-policy .modal-content .description.scroll-after:after {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#modal-policy .modal-content .description.scroll-before:before {
  position: absolute;
  width: calc(100% - 30px);
  height: 171px;
  top: 5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

#modal-policy .modal-content .description__content {
  max-height: 521px;
  overflow-y: auto;
  padding: 0 10px 0 0px;
  scrollbar-color: #007542 transparent;
  scrollbar-width: thin;
}

#modal-policy .modal-content .description__content::-webkit-scrollbar {
  width: 2px;
  /* Ширина всего элемента навигации */
}

#modal-policy .modal-content .description__content::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет дорожки */
}

#modal-policy .modal-content .description__content::-webkit-scrollbar-thumb {
  background-color: #007542;
  /* Цвет бегунка */
  border-radius: 30px;
  /* Округление бегунка */
  border: 0;
  /* Оформление границ бегунка */
}

.modal-content {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 38px;
}

@media (max-width: 1429px) {
  .modal-content {
    padding: 50px 15px 50px 15px;
  }
}

@media (max-width: 1047px) {
  .modal-content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.modal.modal-show .modal-content {
  -webkit-animation: fadeInDown 0.3s ease-in-out forwards;
          animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal.modal-hide .modal-content {
  -webkit-animation: fadeOutUp 0.2s ease-in-out forwards;
          animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-close {
  position: absolute;
  top: 28px;
  right: 28px;
}

@media (max-width: 1429px) {
  .modal-close {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.autor-alphabet-num {
  margin-top: 18px;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

@media (max-width: 1430px) {
  .autor-alphabet-num {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .autor-alphabet-num {
    overflow-x: auto;
    word-wrap: normal;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }
  .autor-alphabet-num::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.autor-alphabet-num__item.active {
  color: #007542;
  border-bottom: 1px solid  #007542;
}

.autor-alphabet-box {
  margin-top: 20px;
}

@media (min-width: 1047px) {
  .autor-alphabet-box {
    margin-top: 30px;
    margin-top: calc(0.01511 * 100vw + 8.4139px);
  }
}

@media (min-width: 1429px) {
  .autor-alphabet-box {
    margin-top: 30px;
  }
}

.autor-alphabet-box__letter {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  font-family: "Red October";
  /* or 38px */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.autor-alphabet-box__row {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 54px;
  position: relative;
}

.autor-alphabet-box__row:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  background: #FFF;
  width: 100%;
}

@media (max-width: 991px) {
  .autor-alphabet-box__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1047px) {
  .autor-alphabet-box__row {
    grid-template-columns: 1fr;
  }
}

.autor-alphabet-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.autor-alphabet-box__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  color: rgba(1, 1, 1, 0.5);
}

.autor-alphabet-box__item {
  padding-bottom: 18px;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.autor-filter {
  margin-top: 38px;
}

.about-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20px;
}

@media (min-width: 1047px) {
  .about-slider__nav {
    margin-bottom: 58px;
    margin-bottom: calc(0.03021 * 100vw + 14.82779px);
  }
}

@media (min-width: 1429px) {
  .about-slider__nav {
    margin-bottom: 58px;
  }
}

.about-slider__nav-prev, .about-slider__nav-next {
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.about-slider__nav-prev svg:hover path, .about-slider__nav-next svg:hover path {
  fill: #007542;
  fill-opacity: 1;
}
.about-slider__box {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "scrolling date";
}
.sticky-widget {
  padding: 100px 0 0;
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .sticky-widget {
    padding: 80px 0 0;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .about-slider__box {
    grid-gap: 30px;
    grid-template-areas: "date date" "scrolling scrolling";
  }
  .sticky-widget {
    padding: 40px 0 0;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about-slider__box { 
    padding-bottom: 20px;
  }
  .sticky-widget {
    grid-area: date;
    height: 165px;
  }
}
.about-slider__scrolling {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .about-slider__scrolling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-overflow-style: none;
    scrollbar-width: none;
    word-wrap: normal;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }
  .about-slider__scrolling::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) { 
  .about-slider__scrolling  {
    grid-area: scrolling;
  }
}

.about-slider__date {
  grid-area: date;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  overflow: hidden;
  height: 100%;
}
.about-slider__date .swiper-wrapper {
  height: 100% !important;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .about-slider__date {
    overflow-x: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    word-wrap: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-overflow-style: none;
    scrollbar-width: none;
    word-wrap: normal;
    width: 100%;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-snap-align: start;
  }
  .about-slider__date::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.about-slider__date-slide {
  font-style: normal;
  font-weight: 600;
  font-size: 218px;
  line-height: 90%;
  /* or 196px */
  text-align: center;
  text-transform: uppercase;
  color: rgba(1, 1, 1, 0.1);

}
.about-slider__date .swiper-slide.swiper-slide-active:last-child {
  margin-top: -50%;
  transform: translateY(43%);
}

@media (max-width: 1400px) {
  .about-slider__date-slide {
    font-size: 140px;
  }
  .about-slider__date .swiper-slide.swiper-slide-active:last-child {
    
  }
}

@media (max-width: 991px) {
  .about-slider__date-slide {
    font-size: 78px;
    min-width: 200px;
  }
  .about-slider__date .swiper-slide.swiper-slide-active:last-child {
    margin-top: -135px;
  }
}
@media (max-width: 767px) { 
  .about-slider__date .swiper-slide.swiper-slide-active:last-child {
    margin-top: unset;
    transform: unset;
  }
}

.about-slider__date-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
}
.about-slider__date-circle .year-circle rect {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
          transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  fill: none;
  stroke: rgba(1, 1, 1, 0.2);
  stroke-width: 1.25;
  stroke-dasharray: 1;
  stroke-dashoffset: 2;
  rx: 223px;
  ry: 223px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.about-slider__date-circle .year-circle rect.year-circle_c2 {
  stroke: #007542;
  stroke-dashoffset: .999;
  stroke-width: .75;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .about-slider__date-circle .year-circle rect,
  .about-slider__date-circle .year-circle rect.year-circle_c2{
    stroke-width: 2;
  }
}
.about-slider__date-circle svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 1400px) {
  .about-slider__date-circle svg {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .about-slider__date-circle svg {
    width: 163px;
    height: 163px;
  }
}

@media (max-width: 991px) {
  .about-slider__date-circle svg {
    min-width: 240px;
  }
}

.about-slider__date-slide.swiper-slide-active {
  font-style: normal;
  font-weight: 600;
  font-size: 278px;
  line-height: 90%;
 
  /* or 250px */
  text-align: center;
  text-transform: uppercase;
  color: #007542;
}

@media (max-width: 1400px) {
  .about-slider__date-slide.swiper-slide-active {
    font-size: 160px;
  }
}

@media (max-width: 991px) {
  .about-slider__date-slide.swiper-slide-active {
    font-size: 98px;
  }
}

.about-slider__item {
  padding-bottom: 38px;
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* border-bottom: 1px solid rgba(1, 1, 1, 0.2); */
}

.about-slider__item .title {
  color: #007542;
}

@media (min-width: 1047px) {
  .about-slider__item {
    padding-bottom: 58px;
    padding-bottom: calc(0.03021 * 100vw + 14.82779px);
  }
}

@media (min-width: 1429px) {
  .about-slider__item {
    padding-bottom: 58px;
  }
}

@media (min-width: 1047px) {
  .about-slider__item {
    padding-top: 58px;
    padding-top: calc(0.03021 * 100vw + 14.82779px);
  }
}

@media (min-width: 1429px) {
  .about-slider__item {
    padding-top: 58px;
  }
}

.about-slider__item:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .about-slider__item {
    min-width: 345px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.search-page__row {
  padding-bottom: 38px;
}

.search-page__result {
  color: #010101;
  font-size: 18px;
  line-height: 120%;
}

.search-page__result span {
  color: #007542;
}

.search-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(1, 1, 1, 0.05);
}

.search-page__form-loop {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M15.2107 8.35537C15.2107 12.1415 12.1415 15.2107 8.35537 15.2107C4.56925 15.2107 1.5 12.1415 1.5 8.35537C1.5 4.56925 4.56925 1.5 8.35537 1.5C12.1415 1.5 15.2107 4.56925 15.2107 8.35537ZM13.4779 14.9567C12.0632 16.0561 10.2858 16.7107 8.35537 16.7107C3.74083 16.7107 0 12.9699 0 8.35537C0 3.74083 3.74083 0 8.35537 0C12.9699 0 16.7107 3.74083 16.7107 8.35537C16.7107 10.2867 16.0555 12.0649 14.9552 13.4799L19.9988 18.5235L18.5218 20.0006L13.4779 14.9567Z' fill='%23007542'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}

.search-page__form-input {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  border: 0;
  width: 100%;
  background: transparent;
  text-transform: uppercase;
}

@media (max-width: 1047px) {
  .search-page__form-input {
    font-size: 18px;
  }
}

.search-page__form-input::-webkit-input-placeholder {
  color: #010101;
  opacity: 1;
}

.search-page__form-input::-moz-placeholder {
  color: #010101;
  opacity: 1;
}

.search-page__form-input:-ms-input-placeholder {
  color: #010101;
  opacity: 1;
}

.search-page__form-input::-ms-input-placeholder {
  color: #010101;
  opacity: 1;
}

.search-page__form-input::placeholder {
  color: #010101;
  opacity: 1;
}

.search-page__form-clear {
  width: 14px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath id='Vector' d='M14 1.63218L12.59 0.221436L7 5.81437L1.41 0.221436L0 1.63218L5.59 7.22511L0 12.818L1.41 14.2288L7 8.63585L12.59 14.2288L14 12.818L8.41 7.22511L14 1.63218Z' fill='%23010101'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
}

.search-page__form-clear:hover, .search-page__form-clear:focus {
  background-color: transparent;
}
#ARTICLES_ELEMENT_WRAPPER {
  position: relative;
}

#ARTICLES_PAGEN_WRAPPER {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}



/*# sourceMappingURL=main.css.map*/