:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
  --color-primary: #f17b2b;
  --color-primary-bg: #edeff0;
  --color-white: #fff;
  --color-black: #202020;
  --color-text: #333;
  --color-border: #e5e5e5;
  --color-gray: #d9d9d9;
  --container-max-width: 1200px;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.tr {
  transition: all 0.4s ease;
}
.pointer {
  cursor: pointer;
}
.hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  height: 100%;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  background-color: var(--color-primary-bg);
}
h1,
h2,
h3,
h4,
h5,
h6,
.front-h1 .field--name-title,
.field--name-field-bg-title {
  font-family: "Oswald", sans-serif;
}
#page {
  min-height: 100vh;
  max-width: 1627px;
  width: calc(100% - 30px);
  margin: 22px auto 0;
  border-radius: 8px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  #page {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}
.page-bottom {
  margin: clamp(5px, 1vw, 12px) auto clamp(5px, 2vw, 30px);
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(13px, 0.8vw, 16px);
  line-height: 34px;
  color: #939393;
}
.page-bottom a {
  color: inherit;
  text-decoration: none;
}
.page-bottom a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 360px) {
  .page-bottom {
    margin: 5px auto;
  }
}
.page-title-section {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: clamp(16px, 4vw, 45px) 0 0;
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: #202020;
  text-decoration: none;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
@media screen and (max-width: 575px) {
  .page-title-section {
    margin-bottom: 6px;
  }
}
.page-title-section__dot {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background: #202020;
  border-radius: 3px;
  transition: background 180ms ease;
}
.page-title-section__text {
  display: block;
  color: inherit;
}
.page-title-section:hover,
.page-title-section:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}
.page-title-section:hover .page-title-section__dot,
.page-title-section:focus-visible .page-title-section__dot {
  background: var(--color-primary);
}
body.not-front #page {
  margin-top: clamp(0px, 4vw, 43px);
}
@media screen and (max-width: 575px) {
  body.not-front #page {
    margin: 0;
  }
}
body.not-front .page-bottom {
  margin: clamp(5px, 1vw, 12px) auto clamp(5px, 1vw, 30px);
}
.bibliography-block .is-hidden,
.bibliography-block [hidden] {
  display: none !important;
}
.region-mobile-select.is-hidden,
.region-filter-mobile__line.is-hidden,
.region-mobile-select[hidden],
.region-filter-mobile__line[hidden] {
  display: none !important;
}
.container {
  max-width: var(--container-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#main {
  flex: 1;
}
#scrollToTop {
  width: clamp(38px, 3.7vw, 70px);
  height: clamp(38px, 3.7vw, 70px);
  right: clamp(15px, 3.75vw, 38px);
  bottom: clamp(65px, 10vw, 188px);
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 10;
  transition: all 0.4s ease;
  padding: 0;
}
#scrollToTop img {
  width: clamp(20px, 1.4vw, 28px);
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
.node__meta {
  display: none;
}
#header .header-top {
  margin: clamp(15px, 3vw, 28px) 0 20px;
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  #header .header-top {
    margin-bottom: 0;
  }
}
#header .header-icon {
  flex: 0 0 clamp(39px, 4vw, 55px);
  width: clamp(39px, 4vw, 55px);
  height: clamp(39px, 4vw, 55px);
  margin-right: clamp(6px, 1vw, 8px);
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
#header .header-icon img {
  display: block;
  width: clamp(17px, 2vw, 24px);
  height: clamp(17px, 2vw, 24px) !important;
  object-fit: contain;
  pointer-events: none;
}
#header .header-icon:hover {
  background: #fafafa;
  color: #171717;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.11), 0 3px 8px rgba(0, 0, 0, 0.04);
}
#header .header-icon:active {
  transform: translateY(0);
}
#header .header-icon:focus {
  outline: none;
}
#header .header-icon:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 4px;
}
#header .header-panel {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-14px);
  transition: width 280ms ease, height 220ms ease, opacity 180ms ease, transform 280ms ease, margin-right 280ms ease;
}
#header .header-panel.active {
  height: 36px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  margin-right: 16px;
}
#header .header-panel > * {
  flex: 0 0 auto;
}
#header .header-panel .region,
#header .header-panel nav,
#header .header-panel .block {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 0;
}
#header .header-panel .nav,
#header .header-panel ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(10px, 2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-panel li {
  margin: 0;
  padding: 0;
}
#header .header-panel a {
  padding: 0;
  color: var(--color-black);
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(13px, 1vw, 18px);
  line-height: clamp(17px, 1.5vw, 20px);
}
#header .header-panel a:hover,
#header .header-panel a.is-active {
  color: var(--color-primary);
}
#header #header-panel-menu.active {
  width: auto;
  max-width: 620px;
}
#header #header-panel-search {
  background: transparent;
  border-radius: 8px;
}
#header #header-panel-search.active {
  width: clamp(190px, 40vw, 435px);
  height: clamp(39px, 4vw, 50px);
}
#header #header-panel-search > * {
  width: 100%;
  flex: 1 1 auto;
}
#header #header-panel-search .region,
#header #header-panel-search .block,
#header #header-panel-search form {
  width: 100%;
  height: 100%;
  margin: 0;
}
#header #header-panel-search form {
  position: relative;
  display: flex;
  align-items: center;
}
#header #header-panel-search .form-item-keys {
  width: 100%;
  height: 100%;
  margin: 0;
}
#header #header-panel-search .form-search {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 clamp(42px, 4vw, 52px) 0 clamp(14px, 2vw, 20px);
  background: var(--color-white);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.2;
  color: var(--color-black);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
#header #header-panel-search .form-search::placeholder {
  color: var(--color-black);
}
#header #header-panel-search .form-search:hover {
  border-color: var(--color-black);
}
#header #header-panel-search .form-search:focus {
  outline: none;
  border-color: var(--color-black);
  box-shadow: none;
}
#header #header-panel-search .form-actions {
  position: absolute;
  top: 50%;
  right: clamp(12px, 1.5vw, 18px);
  margin: 0;
  transform: translateY(-50%);
}
#header #header-panel-search .search-form__submit {
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  padding: 0;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center / contain no-repeat;
  font-size: 0;
  box-shadow: none;
  cursor: pointer;
}
#header #header-panel-search .search-form__submit:hover,
#header #header-panel-search .search-form__submit:focus,
#header #header-panel-search .search-form__submit:active {
  border: 0;
  outline: none;
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center / contain no-repeat;
  box-shadow: none;
}
@media (max-width: 576px) {
  .region-navigation {
    width: 100%;
    overflow: hidden;
  }
  .region-navigation .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .region-navigation .nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .region-navigation .nav-item {
    flex: 0 0 calc((100% - 85px) / 2);
    min-width: 0;
    margin: 0;
  }
}
.front-section {
  margin-top: clamp(45px, 5vw, 61px);
}
.wr_front_content {
  position: relative;
  text-align: center;
  padding: clamp(0px, 5vw, 49px) 0 clamp(15px, 4vw, 61px);
  overflow: hidden;
}
@media screen and (max-width: 360px) {
  .wr_front_content {
    padding-top: 0;
  }
}
.wr_front_content .front-h1 {
  position: relative;
  z-index: 2;
  margin: clamp(40px, 8vw, 100px) 0 clamp(21px, 7vw, 87px);
}
.wr_front_content .front-h1 .field--name-title {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 39px);
  line-height: clamp(36px, 4vw, 58px);
  color: var(--color-primary);
}
.wr_front_content .front-content,
.wr_front_content .region-content,
.wr_front_content #block-vesta-theme-content,
.wr_front_content article,
.wr_front_content .node__content {
  position: static;
}
.wr_front_content .field--name-field-bg-title {
  position: absolute;
  top: clamp(6px, 5vw, 49px);
  left: calc(50% - 1px);
  transform: translateX(-50%);
  z-index: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(74px, 13vw, 172px);
  line-height: clamp(109px, 21vw, 255px);
  color: var(--color-primary-bg);
  pointer-events: none;
}
@media screen and (max-width: 360px) {
  .wr_front_content .field--name-field-bg-title {
    top: 0;
  }
}
.wr_front_content .field--name-body {
  position: relative;
  z-index: 2;
  max-width: clamp(330px, 80vw, 970px);
  margin: 0 auto;
}
.wr_front_content .field--name-body p {
  font-size: clamp(14px, 2.5vw, 22px);
  line-height: clamp(18px, 3vw, 28px);
  text-align: center;
  color: var(--color-black);
}
.search {
  margin: clamp(18px, 5vw, 57px) auto 0;
}
.search form {
  position: relative;
  display: flex;
  align-items: center;
}
.search .form-item-keys {
  width: 100%;
  margin: 0;
}
.search .form-search {
  width: 100%;
  padding: 17px clamp(21px, 5vw, 68px) 21px clamp(26px, 4vw, 46px);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: clamp(14px, 2.3vw, 22px);
  line-height: clamp(18px, 3.5vw, 28px);
  color: var(--color-black);
}
@media screen and (max-width: 575px) {
  .search .form-search {
    padding: 23px 21px 23px 26px;
  }
}
.search .form-search::placeholder {
  color: var(--color-black);
}
.search .form-search:focus {
  outline: none;
  border-color: var(--color-black);
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
}
.search .form-actions {
  position: absolute;
  top: 50%;
  right: clamp(21px, 4vw, 46px);
  transform: translateY(-50%);
  margin: 0;
}
.search .search-form__submit {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center center / 24px 24px no-repeat;
  font-size: 0;
  box-shadow: none;
  cursor: pointer;
}
.search .search-form__submit:hover,
.search .search-form__submit:focus,
.search .search-form__submit:active {
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center center / 24px 24px no-repeat;
  outline: none;
  box-shadow: none;
}
.cards .view-sections .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(6px, 2vw, 30px);
}
@media screen and (max-width: 767px) {
  .cards .view-sections .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .cards .view-sections .view-content {
    gap: 6px;
  }
}
.cards .view-sections .taxonomy-term {
  position: relative;
}
.cards .view-sections .taxonomy-term:hover h2 a,
.cards .view-sections .taxonomy-term:focus-within h2 a {
  color: #f17b2b;
}
.cards .view-sections .taxonomy-term .field--name-field-section-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.cards .view-sections .taxonomy-term .field--name-field-section-image img {
  width: 100%;
  max-height: 226px;
  display: block;
  position: relative;
  z-index: 0;
}
.cards .view-sections .taxonomy-term .field--name-field-section-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 38.61%, rgba(26, 26, 26, 0.91) 84.39%);
  pointer-events: none;
  z-index: 1;
}
.cards .view-sections .taxonomy-term h2 {
  position: absolute;
  bottom: clamp(12px, 3vw, 23px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cards .view-sections .taxonomy-term h2 a {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: clamp(18px, 3vw, 27px);
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
}
.cards .view-sections .taxonomy-term h2 a:hover,
.cards .view-sections .taxonomy-term h2 a:focus-visible {
  color: #f17b2b;
}
@media screen and (max-width: 360px) {
  .about {
    margin-top: 31px;
  }
}
.about .about-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(259px, 40vw, 522px);
  align-items: center;
  gap: clamp(15px, 6vw, 54px);
}
@media screen and (max-width: 575px) {
  .about .about-item {
    grid-template-columns: 1fr;
  }
}
.about .about-item__label {
  margin: 0 0 clamp(6px, 1vw, 18px);
}
.about .about-item__label a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: var(--color-black);
}
.about .about-item__label a::before {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--color-black);
  border-radius: 3px;
}
.about .about-item__title {
  max-width: clamp(202px, 30vw, 272px);
  margin: 0 0 clamp(6px, 1vw, 17px);
}
.about .about-item__title a {
  font-weight: 700;
  font-size: clamp(20px, 1.5vw, 27px);
  line-height: clamp(30px, 3vw, 37px);
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: "Oswald";
}
@media screen and (max-width: 575px) {
  .about .about-item__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .about .about-item__title {
    max-width: 202px;
  }
}
.about .about-item__body {
  max-width: 570px;
  margin: 0 0 clamp(29px, 4vw, 56px);
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: var(--color-black);
}
.about .about-item__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2vw, 19px) clamp(36px, 4vw, 48px);
  background: var(--color-primary);
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 19px);
  line-height: clamp(18px, 3vw, 26px);
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.4s ease;
}
.about .about-item__link a:hover,
.about .about-item__link a:focus-visible {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 575px) {
  .about .about-item__content {
    order: 2;
  }
}
.about .about-item__image img {
  display: block;
  width: 100%;
  max-width: 522px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .about .about-item__image {
    order: 1;
    margin: 0 auto;
  }
  .about .about-item__image img {
    max-width: 259px;
  }
}
.socials .field--name-field-socials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(6px, 1.5vw, 30px);
  align-items: stretch;
}
.socials .paragraph--type--socials {
  position: relative;
  width: 100%;
  height: auto;
  min-height: clamp(222px, 20vw, 269px);
  padding: clamp(21px, 4vw, 54px) clamp(6px, 4vw, 43px) clamp(25px, 4vw, 48px) clamp(6px, 4vw, 57px);
  background: var(--color-primary-bg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .socials .paragraph--type--socials {
    padding: 21px 6px 25px 6px;
  }
}
.socials .field--name-field-title-social {
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: var(--color-black);
}
.socials .field--name-field-socials > .field__item {
  display: flex;
}
.socials .field--name-field-description-social {
  max-width: 378px;
}
.socials .field--name-field-description-social p {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  margin: 0;
  color: var(--color-black);
}
.socials .field--name-field-link-social {
  position: absolute;
  top: 36px;
  right: 43px;
  display: flex;
  align-items: center;
}
.socials .field--name-field-link-social::before {
  content: "";
  position: relative;
  width: clamp(52px, 8vw, 70px);
  height: clamp(52px, 8vw, 70px);
  border-radius: 50%;
  margin-right: -15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.socials .field--name-field-link-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 8vw, 70px);
  height: clamp(52px, 8vw, 70px);
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}
.socials .field--name-field-link-social a::after {
  content: "";
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px);
  background: url("/sites/all/themes/vesta_theme/image/icons/arrow-right.svg") center / contain no-repeat;
  transition: filter 180ms ease;
}
.socials .field--name-field-link-social a:hover,
.socials .field--name-field-link-social a:focus-visible {
  border-color: #202020;
}
.socials .field--name-field-link-social a:hover::after,
.socials .field--name-field-link-social a:focus-visible::after {
  filter: brightness(0);
}
.socials .field--name-field-socials > .field__item:nth-child(1) .field--name-field-link-social::before {
  background-image: url("/sites/all/themes/vesta_theme/image/icons/vk.svg");
}
.socials .field--name-field-socials > .field__item:nth-child(2) .field--name-field-link-social::before {
  background-image: url("/sites/all/themes/vesta_theme/image/icons/rutube.svg");
}
@media screen and (max-width: 767px) {
  .socials .field--name-field-link-social {
    position: static;
    order: 2;
    margin: 20px 0 0;
    align-self: flex-start;
  }
  .socials .field--name-field-description-social {
    order: 3;
    margin-top: 20px;
  }
}
#footer {
  padding-top: clamp(45px, 4vw, 52px);
}
#footer .footer-logo img {
  width: clamp(212px, 15vw, 270px);
  max-height: clamp(54px, 4vw, 69px);
}
@media screen and (max-width: 575px) {
  #footer .footer-logo img {
    margin-bottom: 21px;
  }
}
#footer .footer-inner {
  border-top: 1px solid var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 clamp(32px, 3vw, 41px);
}
@media screen and (max-width: 575px) {
  #footer .footer-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  #footer .footer-inner {
    padding-top: 28px;
  }
}
#footer .footer-info {
  text-align: right;
  font-size: clamp(13px, 1vw, 18px);
  line-height: clamp(19px, 3vw, 28px);
  color: var(--color-black);
}
#footer .footer-info a {
  color: var(--color-black);
}
#footer .footer-info a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 575px) {
  #footer .footer-info {
    text-align: center;
  }
}
.view-materials-for-tags .view-filters,
.view-cards-with-facts .view-filters {
  display: none;
}
.view-cards-with-facts .view-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section-page__line {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: var(--color-gray);
}
.section-article-output {
  display: none;
  margin: -18px 0 34px;
}
.section-tag-urls__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(3px, 0.9vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-tag-urls__item {
  margin: 0;
  padding: 0;
}
.section-tag-urls__line {
  width: 100%;
  height: 1px;
  margin: clamp(24px, 5vw, 68px) 0;
  background: #d9d9d9;
}
.section-tag-urls__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2vw, 14px) clamp(11px, 3vw, 35px);
  background: #edeff0;
  border-radius: 8px;
  border: 0;
  font-size: clamp(13px, 1.5vw, 19px);
  line-height: clamp(17px, 2vw, 25px);
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.section-tag-urls__link.has-icon {
  justify-content: space-between;
  padding: clamp(7px, 1vw, 10px) clamp(16px, 4vw, 25px);
  gap: clamp(13px, 2vw, 21px);
}
.section-tag-urls__link:hover,
.section-tag-urls__link:focus-visible,
.section-tag-urls__link.is-active {
  background: #f47b20;
  color: #ffffff;
  text-decoration: none;
}
.section-tag-urls__link:hover .section-tag-urls__icon img,
.section-tag-urls__link:focus-visible .section-tag-urls__icon img,
.section-tag-urls__link.is-active .section-tag-urls__icon img {
  filter: brightness(0) invert(1);
}
.section-tag-urls__link:focus-visible {
  outline: 2px solid #f47b20;
  outline-offset: 3px;
}
.section-tag-urls__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(30px, 3vw, 38px);
  width: clamp(30px, 3vw, 38px);
  height: clamp(27px, 3vw, 34px);
}
.section-tag-urls__icon img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  transition: filter 0.2s ease;
}
.section-tag-urls__text {
  display: block;
}
.section-info-output {
  display: none;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 2vw, 26px);
  color: #202020;
}
.section-info-output p {
  margin: 0 0 10px;
}
.section-info-output p:last-child {
  margin-bottom: 0;
}
.section-info-output .article-text__item h2,
.section-info-output .material-info-text__item h2,
.section-info-output .article-text__item h3,
.section-info-output .material-info-text__item h3,
.section-info-output .article-text__item h4,
.section-info-output .material-info-text__item h4 {
  margin: 20px 0 14px;
  font-family: "Oswald";
  font-weight: 700;
  font-size: clamp(20px, 2vw, 27px);
  line-height: clamp(28px, 3vw, 40px);
  text-transform: uppercase;
  color: #f17b2b;
}
.section-info-output .article-text__item h2:first-child,
.section-info-output .material-info-text__item h2:first-child,
.section-info-output .article-text__item h3:first-child,
.section-info-output .material-info-text__item h3:first-child,
.section-info-output .article-text__item h4:first-child,
.section-info-output .material-info-text__item h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .section-tag-urls {
    overflow: hidden;
  }
  .section-tag-urls__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section-tag-urls__list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .section-tag-urls__item {
    flex: 0 0 auto;
  }
}
.related-materials-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 30px);
  align-items: stretch;
}
.related-materials-list__item {
  min-width: 0;
}
@media screen and (max-width: 575px) {
  .related-materials-list {
    grid-template-columns: 1fr;
  }
}
.field--name-field-link-to-material {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(6px, 1.5vw, 30px);
  align-items: stretch;
}
.field--name-field-link-to-material > .field__item {
  display: flex;
}
.field--name-field-link-to-material .paragraph--type--promo-cards {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(232px, 20vw, 269px);
  padding: clamp(21px, 4vw, 54px) clamp(6px, 4vw, 46px) clamp(21px, 4vw, 44px) clamp(6px, 4vw, 57px);
  background: #edeff0;
  border-radius: 8px;
}
@media screen and (max-width: 360px) {
  .field--name-field-link-to-material .paragraph--type--promo-cards {
    padding: 21px 6px;
  }
}
.field--name-field-link-to-material .field--name-field-promo-cards-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: #202020;
  max-width: 300px;
  margin: 0 0 clamp(6px, 2vw, 16px);
}
@media screen and (max-width: 360px) {
  .field--name-field-link-to-material .field--name-field-promo-cards-title {
    margin: 0 0 6px;
  }
}
.field--name-field-link-to-material .field--name-field-promo-cards-text {
  margin-bottom: 6px;
}
.field--name-field-link-to-material .field--name-field-promo-cards-text p {
  margin: 0;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #202020;
}
.field--name-field-link-to-material .field--name-field-promo-link {
  position: absolute;
  top: 36px;
  right: clamp(33px, 4vw, 43px);
}
.field--name-field-link-to-material .field--name-field-promo-link a {
  display: block;
  width: clamp(52px, 8vw, 70px);
  height: clamp(52px, 8vw, 70px);
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  font-size: 0;
  background: url("/sites/all/themes/vesta_theme/image/icons/arrow-right.svg") center / clamp(20px, 3vw, 28px) clamp(20px, 3vw, 28px) no-repeat;
  transition: border-color 180ms ease, filter 180ms ease;
}
.field--name-field-link-to-material .field--name-field-promo-link a:hover,
.field--name-field-link-to-material .field--name-field-promo-link a:focus-visible {
  border-color: #202020;
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  .field--name-field-link-to-material .field--name-field-promo-link {
    position: static;
    margin-top: auto;
    align-self: flex-start;
  }
  .field--name-field-link-to-material .paragraph--type--promo-cards {
    justify-content: flex-start;
  }
}
.section-extra-block {
  display: grid;
  grid-template-columns: 1fr clamp(373px, 41vw, 570px);
  gap: clamp(29px, 4vw, 44px);
  align-items: start;
  margin: 0 0 clamp(45px, 6vw, 92px);
}
@media screen and (max-width: 767px) {
  .section-extra-block {
    grid-template-columns: 1fr;
  }
  .section-extra-block .section-extra-block__right {
    order: 1;
  }
  .section-extra-block .section-extra-block__left {
    order: 2;
  }
}
.section-extra-block .section-extra-block__left,
.section-extra-block .section-extra-block__right {
  min-width: 0;
}
.section-extra-block__label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 clamp(6px, 1vw, 18px);
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: #202020;
}
.section-extra-block__label::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #202020;
  border-radius: 3px;
}
.section-extra-block__title {
  max-width: 303px;
  margin: 0 0 clamp(6px, 1vw, 17px);
  font-family: "Oswald";
  font-weight: 700;
  font-size: clamp(20px, 2vw, 27px);
  line-height: clamp(30px, 3vw, 40px);
  text-transform: uppercase;
  color: #f17b2b;
}
.section-extra-block .field--name-body {
  max-width: 556px;
  margin: 0 0 clamp(29px, 4vw, 56px);
}
.section-extra-block .field--name-body p {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 2vw, 26px);
  color: #202020;
}
.section-extra-block .field--name-field-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2vw, 21px) clamp(48px, 5vw, 61px) clamp(14px, 2vw, 20px) clamp(48px, 5vw, 61px);
  background: #f17b2b;
  border-radius: 8px;
  font-size: clamp(14px, 1.2vw, 19px);
  line-height: clamp(18px, 2vw, 25px);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.section-extra-block .field--name-field-link a:hover,
.section-extra-block .field--name-field-link a:focus-visible {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.section-extra-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.section-extra-slider .swiper-wrapper {
  width: 100%;
  min-width: 0;
}
.section-extra-slider .swiper-slide {
  width: 100%;
  min-width: 0;
  border-radius: 8px;
}
.section-extra-slider .swiper-slide .field,
.section-extra-slider .swiper-slide .field__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section-extra-slider .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 373px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .section-extra-slider .swiper-slide img {
    max-height: 316px;
  }
}
.section-extra-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(48px, 4vw, 53px);
  height: clamp(48px, 4vw, 53px);
  padding: 0;
  border-radius: 50%;
  background: var(--color-white);
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-extra-slider__arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url("/sites/all/themes/vesta_theme/image/icons/arrow-right.svg") center / contain no-repeat;
}
.section-extra-slider__arrow:hover {
  background-color: #f7f7f7;
}
.section-extra-slider__arrow:focus {
  outline: none;
}
.section-extra-slider__arrow:focus-visible {
  outline: 2px solid #f17b2b;
  outline-offset: 3px;
}
.section-extra-slider__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.section-extra-slider__arrow--prev {
  left: clamp(5px, 2vw, 17px);
}
.section-extra-slider__arrow--prev::before {
  transform: rotate(180deg);
}
.section-extra-slider__arrow--next {
  right: clamp(5px, 2vw, 17px);
}
.section-extra-slider--single .section-extra-slider__arrow {
  display: none;
}
.view-materials-for-regions .view-filters {
  display: none;
}
.view-materials-for-regions .views-row {
  margin-bottom: 18px;
}
.fact-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(25px, 2vw, 31px) clamp(30px, 5vw, 43px) clamp(23px, 2vw, 31px) clamp(10px, 3vw, 34px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .fact-card {
    flex-direction: column;
  }
}
.fact-card h2,
.fact-card .node__meta {
  display: none;
}
.fact-card--without-image .fact-card__arrow {
  margin-left: 0;
}
.fact-card__content {
  flex: 1 1 auto;
  min-width: 0;
}
.fact-card__text {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #202020;
  margin-bottom: 6px;
}
.fact-card__text p {
  margin: 0;
}
.fact-card__text p + p {
  margin-top: 12px;
}
.fact-card__side {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}
.fact-card__image {
  position: relative;
  z-index: 2;
  width: clamp(79px, 8vw, 107px);
  height: clamp(79px, 8vw, 107px);
  flex: 0 0 clamp(79px, 8vw, 107px);
  border-radius: 50%;
  overflow: hidden;
}
.fact-card__image .field,
.fact-card__image .field__item {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fact-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}
.fact-card__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 8vw, 70px);
  height: clamp(52px, 8vw, 70px);
  flex: 0 0 clamp(52px, 8vw, 70px);
  margin-left: -15px;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  background: var(--color-white);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fact-card__arrow img {
  display: block;
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px) !important;
  object-fit: contain;
}
.node--type-bibliography .field--name-title {
  display: none;
}
.node--type-bibliography .bibliography-block__title {
  margin: 0 0 clamp(14px, 2vw, 22px);
  font-family: "Oswald";
  font-weight: 700;
  font-size: clamp(20px, 2vw, 27px);
  line-height: clamp(28px, 3vw, 40px);
  text-transform: uppercase;
  color: #f17b2b;
}
.node--type-bibliography .bibliography-block__text {
  margin: 0 0 clamp(24px, 4vw, 40px);
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(18px, 2vw, 26px);
  color: #202020;
}
.node--type-bibliography .bibliography-block__text p {
  margin: 0 0 14px;
}
.node--type-bibliography .bibliography-block__text p:last-child {
  margin-bottom: 0;
}
.node--type-bibliography .bibliography-block__text a {
  color: #f17b2b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.node--type-bibliography .bibliography-block__text a:hover {
  color: #202020;
}
.node--type-bibliography .bibliography-block__materials {
  position: relative;
  margin: 0;
}
.node--type-bibliography .bibliography-block__materials > .field > .field__items,
.node--type-bibliography .bibliography-block__materials > .field__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
  align-items: stretch;
}
.node--type-bibliography .bibliography-block__materials > .field > .field__items > .field__item,
.node--type-bibliography .bibliography-block__materials > .field__items > .field__item {
  display: flex;
  min-width: 0;
}
.node--type-bibliography .bibliography-block__materials > .field > .field__items > .field__item.is-hidden,
.node--type-bibliography .bibliography-block__materials > .field__items > .field__item.is-hidden {
  display: none;
}
.node--type-bibliography .bibliography-block__materials .material-card {
  width: 100%;
  height: 100%;
}
.node--type-bibliography .bibliography-block__toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: clamp(24px, 4vw, 38px) auto;
  padding: 0;
  background-color: #edeff0;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.node--type-bibliography .bibliography-block__toggle:hover {
  background-color: #dddddd;
  border-color: #777777;
  transform: translateY(2px);
}
.node--type-bibliography .bibliography-block__toggle:focus-visible {
  outline: 2px solid #f17b2b;
  outline-offset: 4px;
}
.node--type-bibliography .bibliography-block__toggle[aria-expanded="true"] {
  background-image: url("/sites/all/themes/vesta_theme/image/icons/select-arrow.svg");
  transform: rotate(180deg);
}
.node--type-bibliography .bibliography-block__toggle[aria-expanded="true"]:hover {
  transform: rotate(180deg) translateY(-2px);
}
.node--type-bibliography .bibliography-block.is-opened .bibliography-block__toggle::before {
  transform: rotate(-40deg);
}
.node--type-bibliography .bibliography-block.is-opened .bibliography-block__toggle::after {
  transform: rotate(40deg);
}
@media screen and (max-width: 575px) {
  .node--type-bibliography .bibliography-block__materials > .field > .field__items,
  .node--type-bibliography .bibliography-block__materials > .field__items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .node--type-bibliography .bibliography-block__toggle {
    width: 58px;
    height: 58px;
  }
  .node--type-bibliography .bibliography-block__toggle::before {
    left: 17px;
  }
  .node--type-bibliography .bibliography-block__toggle::after {
    right: 17px;
  }
}
.page--geography .geography-map-section {
  position: relative;
  margin: 0 0 clamp(38px, 8vw, 119px);
}
.page--geography .geography-map-section__inner {
  position: relative;
}
.page--geography .geography-map-section__hint {
  position: absolute;
  right: 6%;
  top: 38%;
  z-index: 2;
  width: clamp(56px, 8vw, 106px);
  height: clamp(53px, 8vw, 100px);
  transform: translateY(-50%);
  pointer-events: none;
}
.page--geography .geography-map-section__hint img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page--geography .geography-map-section__hint {
    right: 11%;
    top: 68%;
  }
}
.page--geography .geography-map-section__title {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(330px, 40vw, 569px);
  height: clamp(98px, 12vw, 169px);
  margin: 0;
}
.page--geography .geography-map-section__title #block-vesta-theme-page-title {
  margin: 0;
  padding: 0;
}
.page--geography .geography-map-section__title .page-title-bg {
  position: relative;
  width: 100%;
  height: clamp(78px, 12vw, 169px);
  overflow: visible;
}
.page--geography .geography-map-section__title .page-title-bg__text {
  position: absolute;
  display: block;
  right: 24%;
  top: 48%;
  z-index: 2;
  opacity: 1;
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(24px, 3vw, 39px);
  line-height: clamp(36px, 4vw, 58px);
  color: #f17b2b;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page--geography .geography-map-section__title .page-title-bg__text {
    right: 27%;
    top: 44%;
  }
}
.page--geography .geography-map-section__title .page-title-bg h1 {
  position: absolute;
  right: 5%;
  top: 16%;
  z-index: 1;
  margin: 0;
  font-family: "Oswald";
  font-size: clamp(66px, 8vw, 114.189px);
  line-height: clamp(78px, 12vw, 169px);
  color: #edeff0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page--geography .geography-map-section__title .page-title-bg h1 {
    right: 0;
  }
}
.page--geography .geography-map-section__map svg {
  max-width: clamp(330px, 80vw, 941px);
  max-height: clamp(247px, 60vw, 707px);
}
.page--geography .geography-map-section__city-link {
  position: absolute;
  right: 0;
  bottom: 24%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: clamp(12px, 2vw, 15px) 20px clamp(12px, 2vw, 16px);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(20px, 1.5vw, 22px);
  line-height: clamp(30px, 2.5vw, 33px);
  color: #f17b2b;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .page--geography .geography-map-section__city-link {
    padding: 12px 29px;
  }
}
.page--geography .geography-map-section__city-dot {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #f17b2b;
  box-shadow: 5px 8px 9.6px rgba(0, 0, 0, 0.28);
}
.page--geography .geography-map__svg {
  display: block;
  width: 100%;
  height: auto;
}
.page--geography .geography-map__permanent-dot {
  fill: #f17b2b;
  filter: drop-shadow(5px 8px 4.8px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}
.page--geography .geography-map__district-link {
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 767px) {
  .page--geography .geography-map-section__inner {
    display: flex;
    flex-direction: column;
  }
  .page--geography .geography-map-section__title {
    position: relative;
    order: 1;
    right: auto;
    bottom: auto;
    margin: 0 0 7px;
  }
  .page--geography .geography-map-section__map {
    order: 2;
  }
  .page--geography .geography-map-section__city-link {
    position: relative;
    order: 3;
    right: auto;
    bottom: auto;
    margin: 12px auto 0;
    align-self: flex-start;
  }
}
.geography-map-section__district-link--21 {
  pointer-events: none;
  cursor: default;
}
.geography-map-section__district-link--21:hover,
.geography-map-section__district-link--21:focus,
.geography-map-section__district-link--21:focus-visible,
.geography-map-section__district-link--21:active {
  outline: none;
}
.geography-map-section__district-link--21:hover path,
.geography-map-section__district-link--21:focus path,
.geography-map-section__district-link--21:focus-visible path,
.geography-map-section__district-link--21:active path {
  fill: #e9ecef;
  filter: none;
}
.wr_content h1 {
  margin: clamp(6px, 3vw, 31px) 0 0;
  font-family: "Oswald";
  font-weight: 700;
  font-size: clamp(20px, 3vw, 39px);
  line-height: clamp(30px, 4vw, 58px);
  text-transform: uppercase;
  color: #f17b2b;
  max-width: clamp(330px, 40vw, 538px);
  text-wrap: balance;
}
.wr_content p,
.wr_content li {
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: var(--color-black);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 0 clamp(24px, 5vw, 57px);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .form-item-keys {
  width: 100%;
  margin: 0;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .form-search {
  width: 100%;
  padding: clamp(17px, 2.2vw, 23px) clamp(56px, 6vw, 68px) clamp(17px, 2.2vw, 23px) clamp(26px, 4vw, 46px);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  font-size: clamp(14px, 2.3vw, 22px);
  line-height: clamp(18px, 3.5vw, 28px);
  color: var(--color-black);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .form-search::placeholder {
  color: var(--color-black);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .form-search:focus {
  outline: none;
  border-color: var(--color-black);
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 50%;
  right: clamp(21px, 4vw, 46px);
  transform: translateY(-50%);
  margin: 0;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .search-form__submit {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center center / 24px 24px no-repeat;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .search-form__submit:hover,
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .search-form__submit:focus,
.wr_content #block-vesta-theme-content .search-api-page-block-form-search .search-form__submit:active {
  background: url("/sites/all/themes/vesta_theme/image/icons/search.svg") center center / 24px 24px no-repeat;
  outline: none;
  box-shadow: none;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search + h2 {
  margin: 0 0 clamp(8px, 1.5vw, 16px);
  font-weight: 500;
  font-size: clamp(18px, 2vw, 26px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: #202020;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search + h2 + p {
  margin: 0 0 clamp(20px, 4vw, 40px);
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: clamp(16px, 3vw, 26px);
  color: var(--color-black);
  opacity: 0.7;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 {
  margin: 0 0 clamp(10px, 2vw, 16px);
  font-size: clamp(16px, 2.6vw, 20px);
  line-height: clamp(18px, 3.5vw, 30px);
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 a {
  color: var(--color-black);
  text-decoration: underline;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 a:hover,
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 a:focus {
  color: #f17b2b;
  text-decoration: none;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 + p {
  margin: 0 0 clamp(20px, 4vw, 40px);
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: var(--color-black);
  opacity: 0.75;
}
.wr_content #block-vesta-theme-content .search-api-page-block-form-search ~ h3 + p:empty {
  display: none;
}
.wr_content .page-title-bg--with-summary h1 {
  margin-bottom: clamp(6px, 2vw, 17px);
}
.wr_content .page-title-bg--without-summary h1 {
  margin-bottom: clamp(16px, 5vw, 68px);
}
@media screen and (max-width: 767px) {
  .wr_content .page-title-bg--without-summary h1 {
    margin-bottom: 16px;
  }
}
.wr_content .page-title-bg__summary {
  max-width: 569px;
  margin: 0;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #202020;
  margin-bottom: clamp(16px, 3vw, 68px);
}
.wr_content .page-title-bg__summary p {
  margin: 0;
}
.wr_content .page-title-row--taxonomy-section {
  margin: clamp(0px, 2vw, 35px) 0 clamp(15px, 5vw, 68px);
}
@media screen and (max-width: 575px) {
  .wr_content .page-title-row--taxonomy-section {
    margin: 0 0 15px;
  }
}
.wr_content .page-title-row--taxonomy-section .page-title-bg--taxonomy-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  align-items: center;
  min-height: clamp(157px, 30vw, 400px);
  overflow: visible;
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 71%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .wr_content .page-title-row--taxonomy-section .page-title-bg__image {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .wr_content .page-title-row--taxonomy-section .page-title-bg__image {
    width: 100%;
  }
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px !important;
  object-fit: contain;
  object-position: right center;
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__content {
  position: relative;
  z-index: 2;
  grid-column: 2;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding-bottom: 80px;
  min-width: 0;
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__heading {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 0;
  min-height: clamp(108px, 20vw, 169px);
}
.wr_content .page-title-row--taxonomy-section h1 {
  position: relative;
  grid-area: 1 / 1;
  z-index: 1;
  margin: 0;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(73.2px, 7vw, 114.189px);
  line-height: clamp(108px, 10vw, 169px);
  color: #edeff0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: none;
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__text {
  position: relative;
  grid-area: 1 / 1;
  z-index: 2;
  margin: 0;
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(24px, 4vw, 39px);
  line-height: clamp(36px, 5vw, 58px);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-primary);
}
.wr_content .page-title-row--taxonomy-section .page-title-bg__article-topic {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(0px, 2vw, 13px);
  text-align: right;
}
@media (max-width: 576px) {
  .wr_content .page-title-row--taxonomy-section .page-title-bg--taxonomy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    overflow: visible;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__content {
    position: relative;
    z-index: 2;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    margin-bottom: -160px;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__heading {
    width: fit-content;
    min-height: auto;
    margin-left: 0;
  }
  .wr_content .page-title-row--taxonomy-section h1 {
    text-align: left;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__text {
    text-align: center;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__article-topic {
    align-self: flex-end;
    margin-top: 0;
    text-align: center;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__image {
    position: relative;
    inset: auto;
    z-index: 1;
    order: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    pointer-events: none;
  }
  .wr_content .page-title-row--taxonomy-section .page-title-bg__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none !important;
    object-fit: contain;
    object-position: center;
  }
}
.field--name-field-photo.field__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(6px, 1.5vw, 30px);
}
@media screen and (max-width: 575px) {
  .field--name-field-photo.field__items {
    gap: 6px;
  }
}
.field--name-field-photo > .field__item {
  flex: 0 0 auto;
  width: auto;
}
.field--name-field-photo .media,
.field--name-field-photo .field--name-field-media-image,
.field--name-field-photo .field--name-field-media-image > .field__item,
.field--name-field-photo a.photoswipe {
  display: block;
  width: auto;
  border-radius: 8px;
}
.field--name-field-photo img {
  display: block;
  border-radius: 8px;
  width: 100%;
  max-height: clamp(142px, 30vw, 426px) !important;
  max-width: none;
  object-fit: contain;
}
@media screen and (max-width: 575px) {
  .field--name-field-photo > .field__item:first-child {
    width: 100%;
  }
  .field--name-field-photo > .field__item:first-child img {
    max-height: 246px !important;
  }
  .field--name-field-photo img {
    max-width: 100%;
    object-fit: cover;
  }
}
.view-display-id-block_2 .view-content,
.view-display-id-block_3 .view-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(6px, 1.5vw, 30px);
}
@media screen and (max-width: 575px) {
  .view-display-id-block_2 .view-content,
  .view-display-id-block_3 .view-content {
    gap: 6px;
    grid-template-columns: 1fr;
  }
}
.view-display-id-block_2 .views-row,
.view-display-id-block_3 .views-row {
  min-width: 0;
  height: 100%;
}
.material-card {
  position: relative;
  height: 100%;
  min-height: clamp(174px, 26vw, 269px);
  padding: clamp(15px, 3vw, 25px) clamp(15px, 3vw, 43px) clamp(17px, 3vw, 27px) clamp(8px, 3vw, 34px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.material-card:hover {
  box-shadow: 0 12px 30px rgba(23, 32, 38, 0.17);
}
.material-card:hover .material-card__arrow {
  border-color: var(--color-black);
}
.material-card:hover .material-card__arrow img {
  filter: brightness(0);
}
.material-card--featured {
  background: #edeff0;
}
.material-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #242424;
  text-decoration: none;
}
.material-card__link:hover,
.material-card__link:focus,
.material-card__link:active {
  color: #242424;
  text-decoration: none;
}
.material-card__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}
.material-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: clamp(5px, 2vw, 16px);
}
.material-card__title,
.material-card h2 {
  margin-top: clamp(15px, 2vw, 21px);
  max-width: clamp(173px, 20vw, 235px);
  font-family: "Oswald";
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
  line-height: clamp(24px, 3vw, 33px);
  text-transform: uppercase;
  color: #202020;
}
.material-card__media {
  display: flex;
  align-items: center;
  min-height: clamp(79px, 8vw, 107px);
}
.material-card__image {
  position: relative;
  z-index: 2;
  width: clamp(79px, 8vw, 107px);
  height: clamp(79px, 8vw, 107px);
  flex: 0 0 clamp(79px, 8vw, 107px);
  margin-right: -15px;
  overflow: hidden;
  border-radius: 50%;
  background: #e8e8e8;
}
.material-card__image .field,
.material-card__image .field__item {
  width: 100%;
  height: 100%;
}
.material-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.material-card__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: clamp(52px, 8vw, 70px);
  height: clamp(52px, 8vw, 70px);
  flex: 0 0 clamp(52px, 8vw, 70px);
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  transition: border-color 180ms ease, transform 180ms ease;
}
.material-card__arrow img {
  display: block;
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px) !important;
  object-fit: contain;
}
.material-card__featured {
  width: clamp(29px, 3vw, 34px);
  height: clamp(29px, 3vw, 34px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.material-card__summary {
  padding-right: clamp(40px, 5vw, 57px);
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #202020;
}
.material-card__summary p {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .material-card__summary {
    padding-right: 60px;
  }
}
.material-media-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}
.material-media-list .media-resource-card {
  order: 10;
}
.material-media-list .media-resource-card--audio {
  order: 1;
}
.material-media-list .media-resource-card--remote-video,
.material-media-list .media-resource-card--video {
  order: 2;
}
.material-media-list .media-resource-card--document {
  order: 3;
}
.media-resource-card {
  width: 100%;
  max-width: none;
  display: flex;
  gap: clamp(9px, 2vw, 61px);
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 152px;
  padding: clamp(28px, 3vw, 32px) clamp(12px, 4vw, 43px) 25px clamp(8px, 3vw, 34px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .media-resource-card {
    flex-direction: column;
  }
}
.media-resource-card__content {
  min-width: 0;
  width: 100%;
}
.media-resource-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 9px;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #f17b2b;
}
.media-resource-card__separator {
  margin: 0 2px;
}
.media-resource-card__actions {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
@media screen and (max-width: 575px) {
  .media-resource-card__actions {
    gap: 16px;
  }
}
.media-resource-card__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 46px;
  padding: 0;
  color: #303030;
  font: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.media-resource-card__action:hover,
.media-resource-card__action:focus {
  color: #303030;
  text-decoration: none;
}
.media-resource-card__action:hover .media-resource-card__action-icon,
.media-resource-card__action:focus .media-resource-card__action-icon {
  border-color: #f17b2b;
  transform: translateY(-2px);
}
.media-resource-card__action:focus-visible {
  outline: 2px solid #f17b2b;
  outline-offset: 3px;
  border-radius: 3px;
}
.media-resource-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-resource-card__description {
  max-width: 881px;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: clamp(16px, 3vw, 26px);
  color: #202020;
}
.media-resource-card__action-icon {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: clamp(52px, 5vw, 70px);
  height: clamp(52px, 5vw, 70px);
  margin-bottom: clamp(3px, 1vw, 11px);
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  transition: border-color 180ms ease, transform 180ms ease;
}
.media-resource-card__action-icon img {
  display: block;
  width: clamp(23px, 2.5vw, 31px);
  height: clamp(23px, 2.5vw, 31px) !important;
  object-fit: contain;
}
.media-resource-card__action-label {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: clamp(16px, 3vw, 21px);
  color: #202020;
  white-space: nowrap;
}
.media-resource-card__audio {
  display: none;
}
.node--type-different h2,
.node--type-photo h2 {
  display: none;
}
.node--type-standard-material .node__content {
  position: relative;
}
.material-info-field,
.article-field {
  position: relative;
  flex: 0 0 auto;
}
.material-info-toggle,
.article-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #a8a8a8;
  color: #202020;
  font: inherit;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.material-info-toggle:focus-visible,
.article-toggle:focus-visible {
  outline: 2px solid #f17b2b;
  outline-offset: 4px;
  border-radius: 6px;
}
.material-info-toggle--authors {
  width: clamp(65px, 7vw, 90px);
  height: clamp(65px, 7vw, 90px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.material-info-toggle--authors .material-info-toggle__icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.material-info-toggle--authors .material-info-toggle__icon img {
  display: block;
  width: clamp(35px, 4vw, 48px);
  height: clamp(28px, 3vw, 38px) !important;
  object-fit: contain;
  transition: filter 180ms ease;
}
.material-info-toggle--authors:hover,
.material-info-toggle--authors:focus-visible,
.material-info-toggle--authors[aria-expanded="true"] {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.material-info-toggle--authors:hover .material-info-toggle__icon img,
.material-info-toggle--authors:focus-visible .material-info-toggle__icon img,
.material-info-toggle--authors[aria-expanded="true"] .material-info-toggle__icon img {
  filter: brightness(0) invert(1);
}
.article-toggle {
  flex-direction: column;
  padding: clamp(5px, 1vw, 8px) clamp(13px, 2vw, 19px) clamp(15px, 2vw, 20px);
  height: clamp(65px, 7vw, 90px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.article-toggle__icon {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  margin-bottom: clamp(2px, 1vw, 5px);
  transition: border-color 180ms ease, transform 180ms ease;
}
.article-toggle__icon img {
  display: block;
  width: clamp(24px, 3vw, 34px);
  height: clamp(24px, 3vw, 34px) !important;
  object-fit: contain;
}
.article-toggle__text {
  display: block;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: clamp(17px, 2vw, 20px);
  color: #202020;
  text-align: center;
}
.article-toggle:hover,
.article-toggle:focus-visible,
.article-toggle[aria-expanded="true"] {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.article-toggle:hover .article-toggle__text,
.article-toggle:focus-visible .article-toggle__text,
.article-toggle[aria-expanded="true"] .article-toggle__text {
  color: var(--color-white);
}
.article-toggle:hover .article-toggle__icon img,
.article-toggle:focus-visible .article-toggle__icon img,
.article-toggle[aria-expanded="true"] .article-toggle__icon img {
  filter: brightness(0) invert(1);
}
.material-info-toggle--related {
  flex-direction: column;
  padding: clamp(8px, 1vw, 12px) clamp(8px, 2vw, 19px) clamp(13px, 2vw, 20px) clamp(8px, 2vw, 19px);
  height: clamp(65px, 7vw, 90px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.material-info-toggle--related .material-info-toggle__icon {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  margin-bottom: 4px;
  transition: border-color 180ms ease, transform 180ms ease;
}
.material-info-toggle--related .material-info-toggle__icon img {
  display: block;
  width: clamp(24px, 3vw, 34px);
  height: clamp(24px, 3vw, 34px) !important;
  object-fit: contain;
}
.material-info-toggle--related .material-info-toggle__text {
  display: block;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: clamp(17px, 2vw, 20px);
  color: #202020;
  text-align: center;
}
.material-info-toggle--related:hover,
.material-info-toggle--related:focus-visible,
.material-info-toggle--related[aria-expanded="true"] {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.material-info-toggle--related:hover .material-info-toggle__text,
.material-info-toggle--related:focus-visible .material-info-toggle__text,
.material-info-toggle--related[aria-expanded="true"] .material-info-toggle__text {
  color: var(--color-white);
}
.material-info-toggle--related:hover .material-info-toggle__icon img,
.material-info-toggle--related:focus-visible .material-info-toggle__icon img,
.material-info-toggle--related[aria-expanded="true"] .material-info-toggle__icon img {
  filter: brightness(0) invert(1);
}
.material-info-text,
.article-text {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 30;
  display: none;
  box-sizing: border-box;
  width: 600px;
  max-width: calc(100vw - 40px);
  max-height: 420px;
  padding: 24px;
  overflow-y: auto;
  color: #202020;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}
.material-info-text p,
.article-text p {
  margin: 0 0 12px;
}
.material-info-text p:last-child,
.article-text p:last-child {
  margin-bottom: 0;
}
.material-info-field.is-open > .material-info-text {
  display: block;
}
.article-field.is-open > .article-text {
  display: block;
}
.page-title-row {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 32px);
  width: 100%;
  min-width: 0;
}
.page-title-row .page-title-bg {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-title-row {
    gap: 0;
    flex-direction: column;
  }
}
.section-page__info-fields {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  justify-content: flex-end;
  gap: clamp(5px, 1vw, 7px);
  margin-top: 26px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .section-page__info-fields {
    margin: 0;
  }
}
.section-page__info-fields > .material-info-field,
.section-page__info-fields > .article-field {
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .section-page__info-fields {
    margin: 0 0 24px;
    justify-content: flex-start;
  }
}
.region-filter__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(6px, 1.5vw, 18px);
  position: relative;
}
.region-filter__districts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(6px, 1.5vw, 18px);
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .region-filter__districts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.region-filter__district {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px clamp(12px, 2vw, 25px);
  background: #edeff0;
  border-radius: 8px;
  font-size: clamp(13px, 2vw, 19px);
  line-height: clamp(17px, 3vw, 25px);
  text-align: center;
  color: #202020;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.region-filter__district:hover {
  background: #dddddd;
}
.region-filter__district.is-active {
  background: #f17b2b;
  color: var(--color-white);
}
.region-filter__arctic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 19px 22px;
  gap: 3px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: clamp(13px, 2vw, 18px);
  line-height: clamp(17px, 4vw, 23px);
  color: #202020;
  bottom: 145%;
  right: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .region-filter__arctic {
    bottom: 130%;
  }
}
@media screen and (max-width: 991px) {
  .region-filter__arctic {
    bottom: 120%;
  }
}
@media screen and (max-width: 767px) {
  .region-filter__arctic {
    bottom: 105%;
  }
}
.region-filter__arctic:hover {
  border-color: #f47b20;
}
.region-filter__arctic:hover,
.region-filter__arctic:focus-visible,
.region-filter__arctic.is-active {
  background: #f47b20;
  color: #ffffff;
  text-decoration: none;
}
.region-filter__arctic:hover .region-filter__arctic-icon img,
.region-filter__arctic:focus-visible .region-filter__arctic-icon img,
.region-filter__arctic.is-active .region-filter__arctic-icon img {
  filter: brightness(0) invert(1);
}
.region-filter__line {
  width: 100%;
  height: 1px;
  margin: clamp(24px, 5vw, 68px) 0;
  background: #d9d9d9;
}
.region-filter__region-group {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(6px, 1.5vw, 18px);
}
.region-filter__region-group.is-active {
  display: flex;
}
.region-filter__region {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: clamp(12px, 1.5vw, 14px) clamp(16px, 2vw, 25px);
  border-radius: 8px;
  background: #edeff0;
  font-size: clamp(13px, 2vw, 19px);
  line-height: clamp(23px, 3vw, 25px);
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.region-filter__region:hover {
  background: #dddddd;
  color: #202020;
  text-decoration: none;
}
.region-filter__region.is-active {
  background: #f47b20;
  color: var(--color-white);
}
.region-filter.is-arctic .region-filter__regions,
.region-filter.is-arctic .region-filter__line--bottom {
  display: none;
}
.region-filter-mobile {
  display: none;
}
@media (max-width: 576px) {
  .js-region-filter > .region-filter__top,
  .js-region-filter > .region-filter__line--top,
  .js-region-filter > .region-filter__regions {
    display: none !important;
  }
  .region-filter-mobile {
    display: grid;
    gap: 24px;
    width: 100%;
  }
  .region-filter-mobile__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .region-filter-mobile__top .region-mobile-select {
    min-width: 0;
  }
  .region-filter-mobile__line {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  .js-region-filter.is-arctic .region-filter__line--bottom {
    display: block !important;
  }
  .region-filter__arctic--mobile {
    position: static;
    inset: auto;
    bottom: auto;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 2px;
  }
  .region-filter__arctic--mobile .region-filter__arctic-icon {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .region-filter__arctic--mobile .region-filter__arctic-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .region-filter__arctic--mobile .region-filter__arctic-text {
    font-size: 13px;
    line-height: 17px;
    white-space: nowrap;
  }
  .region-filter__arctic--mobile:hover,
  .region-filter__arctic--mobile:focus-visible {
    color: #ffffff;
    background: var(--color-primary);
  }
  .region-filter__arctic--mobile:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }
  .region-filter__arctic--mobile.is-active {
    color: #ffffff;
    background: var(--color-primary);
  }
  .region-mobile-select {
    position: relative;
    width: 100%;
    padding: 9px 15px 9px 9px;
    overflow: hidden;
    background: #edeff0;
    border-radius: 8px;
  }
  .region-mobile-select,
  .region-mobile-select * {
    box-sizing: border-box;
  }
  .region-mobile-select__value {
    display: block;
    min-width: 0;
    padding: 6px 20px 6px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
  }
  .region-mobile-select__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 21px;
    width: 100%;
    padding: 0;
    font: inherit;
    font-size: 13px;
    line-height: 17px;
    color: #202020;
    text-align: left;
    cursor: pointer;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 8px;
  }
  .region-mobile-select__toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .region-mobile-select__arrow {
    position: static;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/sites/all/themes/vesta_theme/image/icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }
  .region-mobile-select__menu {
    max-height: 260px;
    padding: 2px 0 7px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .region-mobile-select__menu[hidden] {
    display: none;
  }
  .region-mobile-select__option {
    display: block;
    width: 100%;
    min-height: 27px;
    padding: 4px 14px;
    font: inherit;
    font-size: 13px;
    line-height: 23px;
    color: #303030;
    text-align: left;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 8px;
  }
  .region-mobile-select__option:hover,
  .region-mobile-select__option:focus-visible {
    background: rgba(255, 255, 255, 0.75);
  }
  .region-mobile-select__option:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
  }
  .region-mobile-select__option.is-selected {
    display: none;
  }
  .region-mobile-select.is-open .region-mobile-select__value {
    color: #ffffff;
    background: var(--color-primary);
  }
  .region-mobile-select.is-open .region-mobile-select__arrow {
    transform: rotate(180deg);
  }
  .region-mobile-select.is-disabled {
    opacity: 0.65;
  }
  .region-mobile-select.is-disabled .region-mobile-select__toggle {
    cursor: default;
  }
}
.wr_content .pager {
  margin: clamp(24px, 5vw, 57px) 0 0;
}
.wr_content .pager .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(6px, 1vw, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.wr_content .pager .page-item {
  margin: 0;
  padding: 0;
}
.wr_content .pager .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(34px, 4vw, 48px);
  height: clamp(34px, 4vw, 48px);
  padding: 0 clamp(10px, 1.5vw, 18px);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 10px 18px 3px rgba(0, 0, 0, 0.06);
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: clamp(16px, 2vw, 24px);
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wr_content .pager .page-link:hover,
.wr_content .pager .page-link:focus {
  color: var(--color-white);
  background: #f17b2b;
  border-color: #f17b2b;
  text-decoration: none;
  box-shadow: 0 14px 22px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  outline: none;
}
.wr_content .pager .page-item.is-active .page-link,
.wr_content .pager .page-item.active .page-link {
  color: var(--color-white);
  background: #f17b2b;
  border-color: #f17b2b;
  box-shadow: 0 14px 22px 4px rgba(0, 0, 0, 0.1);
  cursor: default;
  pointer-events: none;
}
.wr_content .pager .page-item.disabled .page-link {
  color: var(--color-black);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}
.wr_content .pager .pager__item--next .page-link,
.wr_content .pager .pager__item--last .page-link,
.wr_content .pager .pager__item--previous .page-link,
.wr_content .pager .pager__item--first .page-link {
  width: auto;
  min-width: clamp(94px, 12vw, 140px);
  padding: 0 clamp(14px, 2vw, 24px);
  font-weight: 500;
}
div#vpa-short-wrapper {
  display: grid;
  font-family: "PT Sans", sans-serif;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  max-width: 910px;
  padding: clamp(16px, 2.2vw, 26px) clamp(18px, 3vw, 36px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0px 16px 24.4px 6px rgba(0, 0, 0, 0.08);
  width: calc(100% - 26px);
  color: #202020;
  pointer-events: auto;
  transition: transform 0.25s ease, opacity 0.25s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
div#vpa-short-wrapper.vpa-slide {
  transform: translateY(12px);
  opacity: 0;
}
div#vpa-short-wrapper.vpa-visible {
  transform: translateY(0);
  opacity: 1;
}
.vpa-content {
  min-width: 0;
}
.vpa-content p {
  margin: 0;
  text-align: left;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: clamp(19px, 2vw, 25px);
  color: #202020;
}
.vpa-content a {
  color: #f17b2b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.vpa-content a:hover,
.vpa-content a:focus-visible {
  color: #d96414;
  text-decoration-color: transparent;
}
.vpa-content a:focus-visible {
  outline: 2px solid #f17b2b;
  outline-offset: 2px;
  border-radius: 4px;
}
.vpa-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.vpa-actions .btn,
.vpa-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(42px, 4vw, 48px);
  padding: 0 clamp(22px, 2.5vw, 34px);
  background: #f17b2b;
  border: 1px solid #f17b2b;
  border-radius: 8px;
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: clamp(17px, 2vw, 24px);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.vpa-actions .btn:hover,
.vpa-actions .btn-primary:hover,
.vpa-actions .btn:focus-visible,
.vpa-actions .btn-primary:focus-visible {
  box-shadow: 0 14px 22px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  outline: none;
  background: #f17b2b;
  border-color: #f17b2b;
}
.vpa-actions .btn:active,
.vpa-actions .btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}
@media (max-width: 360px) {
  div#vpa-short-wrapper {
    grid-template-columns: 1fr;
  }
  .vpa-actions {
    justify-content: flex-start;
  }
  .vpa-actions .btn,
  .vpa-actions .btn-primary {
    width: 100%;
  }
}
