:root {
  --orange: #FEA115;
  --blue-100: #3E6FF8;
  --blue-50: #BDCCE2;
  --blue-30: #E7F0FE;
  --blue-10: #F2F7FC;
  --neutral-100: #121F54;
  --neutral-50: #59607D;
  --neutral-30: #CCC;
  --neutral-0: #FFF;
}

/* stylelint-disable property-no-vendor-prefix */
/***
  The new CSS reset - version 1.11.1 (last updated 24.10.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
  Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
  - The "symbol *" part is to solve Firefox SVG sprite bug
  - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *, button, ol, input)) {
  all: unset;
  display: revert;
}

.button {
  all: unset;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element */
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

:root {
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

::selection {
  background-color: var(--orange);
  color: var(--neutral-100);
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2.7rem;
  font-weight: var(--font-weight-regular);
  font-family: "Source Sans 3", sans-serif;
  color: var(--neutral-50);
}

.h1 {
  font-size: 6.8rem;
  line-height: 1.1;
  font-weight: var(--font-weight-regular);
  color: var(--neutral-100);
}

.h2 {
  font-size: 5.2rem;
  color: var(--neutral-100);
  font-family: "Source Sans 3", sans-serif;
}
.h2--regular {
  line-height: 1;
  font-weight: var(--font-weight-regular);
  font-family: "Source Sans 3", sans-serif;
  display: inline-block;
  font-size: 5.2rem;
}
@media (width <= 560px) {
  .h2--regular {
    font-size: 3.2rem;
    width: 100%;
  }
}
.h2--bold {
  line-height: 1.1;
  font-weight: var(--font-weight-bold);
  font-family: "Source Sans 3", sans-serif;
  font-size: 5.2rem;
}
@media (width <= 560px) {
  .h2--bold {
    font-size: 3.2rem;
  }
}
@media (width <= 560px) {
  .h2 {
    font-size: 30px;
    line-height: 33px;
  }
}

.h3 {
  font-size: 3rem;
  line-height: 1.1;
  color: var(--neutral-100);
}
.h3--semibold {
  font-weight: var(--font-weight-semibold);
}

.header-subtext {
  font-size: 2.4rem;
  color: var(--neutral-100);
}
.header-subtext--regular {
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
}
.header-subtext--semibold {
  line-height: 1.1;
  font-weight: var(--font-weight-semibold);
}
@media (width <= 560px) {
  .header-subtext {
    font-size: 20px;
    line-height: 23.2px;
  }
}

.btn-text {
  line-height: 1.16;
  font-weight: var(--font-weight-bold);
  color: var(--neutral-100);
}
.btn-text--small {
  font-size: 1.6rem;
}
.btn-text--large {
  font-size: 2rem;
  text-align: center;
}

.menu-text {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
  color: var(--neutral-100);
}

.p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: var(--font-weight-regular);
  color: var(--neutral-50);
}

.subtext {
  font-size: 1.5rem;
  line-height: 1.2;
}
.subtext--regular {
  font-weight: var(--font-weight-regular);
  color: var(--neutral-50);
}
.subtext--semibold {
  font-weight: var(--font-weight-semibold);
  color: #585667;
}
.subtext a {
  color: #23527c;
  text-decoration: underline;
}

.caption {
  font-size: 1.2rem;
  color: var(--neutral-100);
}
.caption--regular {
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
}
.caption--semibold {
  line-height: 1.16;
  font-weight: var(--font-weight-semibold);
}

.article-card {
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
}
.article-card-wrapper:hover {
  text-decoration: none;
}
.article-card__thumbnail {
  border-radius: 1.2rem;
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.article-card__description {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media (width <= 768px) {
  .article-card__title {
    text-align: start;
  }
}
.article-card__excerpt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: var(--font-weight-regular);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__metadata {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.article-card__separator {
  border-radius: 50%;
  width: 0.267em;
  height: 0.267em;
  background-color: var(--neutral-50);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  width: 100%;
  gap: 0.6rem;
}
@media (max-width: 1248px) {
  .article-tags {
    margin-top: 0;
  }
}
.article-tags__tag {
  border-radius: 4px;
  background-color: #EAEFFF;
  font-weight: var(--font-weight-semibold);
}
.article-tags__tag--small {
  padding: 3px 8px;
  font-size: 1.1rem;
  line-height: 1.257;
  color: #3E6FF8;
  height: fit-content;
}
.article-tags__tag--small:hover, .article-tags__tag--small:focus {
  text-decoration: none;
}
.article-tags__tag--large {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  font-size: 1.8rem;
  color: var(--blue-100);
}
.article-tags__tag--large a {
  color: var(--blue-100);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2.7rem;
  padding-left: 2.7rem;
  background-color: var(--orange);
  color: var(--neutral-0);
  text-align: center;
}
.button:hover {
  cursor: pointer;
}
.button--small {
  border-radius: 5.6rem;
  height: 4.8rem;
}
.button--large {
  border-radius: 3.5rem;
  height: 7.3rem;
}
.button--circle {
  position: relative;
}
.button__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  background-color: var(--neutral-0);
}
.button__circle .arrow {
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/button-circle-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.button--circle .button__text {
  padding-right: 8rem;
  padding-left: 4rem;
}
.button--circle .button__circle {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
}
.button--circle:hover .button__circle .arrow {
  transform: rotate(-180deg);
}

.featured-article-card {
  display: flex;
  column-gap: 4rem;
}
@media (width <= 1024px) {
  .featured-article-card {
    display: flex;
    flex-direction: column;
    row-gap: 1.8rem;
  }
}
.featured-article-card__thumbnail {
  border-radius: 1.2rem;
  width: 55%;
  height: auto;
}
@media (width <= 1024px) {
  .featured-article-card__thumbnail {
    width: 100%;
  }
}
.featured-article-card__description {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  width: 45%;
}
@media (width <= 1024px) {
  .featured-article-card__description {
    width: 100%;
  }
}
.featured-article-card__header {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.input {
  transition-property: border-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border: 0.1rem solid var(--blue-50);
  border-radius: 0.6rem;
  height: 4.8rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  background-color: var(--neutral-0);
  color: var(--neutral-50);
}
.input:focus-within, .input:focus, .input:hover {
  border-color: var(--blue-100);
  outline: none;
}
.input::placeholder {
  color: #585F7B;
  opacity: 1;
}
.input--select {
  appearance: none;
  background-image: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/select-icon.svg");
  background-repeat: no-repeat;
  background-position: right 1.8rem center;
}
.input--select:focus {
  border-color: var(--blue-50);
}

.leave-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.8rem 2.4rem 0.6rem rgba(5, 64, 155, 0.0509803922);
  border-radius: 1.2rem;
  padding-right: 3.8rem;
  padding-left: 5rem;
}
@media (width <= 1024px) {
  .leave-request {
    display: flex;
    flex-direction: column-reverse;
    margin-right: auto;
    margin-left: auto;
    max-width: 90vw;
    padding-bottom: 2.4rem;
  }
}
@media (width <= 560px) {
  .leave-request {
    padding: 0 21.5px 25px;
  }
}
@media (width <= 1024px) {
  .leave-request__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.leave-request__heading {
  margin-bottom: 1.375rem;
}
@media (width <= 1248px) {
  .leave-request__heading {
    font-size: 4.8rem;
  }
}
@media (width <= 1024px) {
  .leave-request__heading {
    text-align: center;
  }
}
@media (width <= 560px) {
  .leave-request__heading {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 0.5rem;
  }
}
.leave-request__text {
  margin-bottom: 4.225rem;
  max-width: 56ch;
}
@media (width <= 1024px) {
  .leave-request__text {
    margin-bottom: 1.8rem;
    max-width: 48ch;
    text-align: center;
  }
}
@media (width <= 560px) {
  .leave-request__text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (width <= 1024px) {
  .leave-request .button {
    width: fit-content;
  }
}
@media (width <= 560px) {
  .leave-request .button {
    height: 48px;
    width: 65%;
  }
  .leave-request .button__text {
    padding: 0;
    font-size: 16px;
    line-height: 18.5px;
  }
  .leave-request .button__circle {
    display: none;
  }
}
.leave-request__image {
  max-width: 400px;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
}
.pagination--numbered {
  column-gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: var(--font-weight-semibold);
  padding-left: 0;
}
@media (width <= 480px) {
  .pagination--numbered {
    column-gap: 0.8rem;
  }
}
.pagination--dotted {
  column-gap: 1.7rem;
}
.pagination__previous-page-button, .pagination__next-page-button, .pagination__page {
  cursor: pointer;
}
.pagination__previous-page-button, .pagination__next-page-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 560px) {
  .pagination__previous-page-button, .pagination__next-page-button {
    display: none;
  }
}
.pagination--numbered .pagination__previous-page-button, .pagination--numbered .pagination__next-page-button {
  width: 2.4rem;
  height: 2.4rem;
}
.pagination--numbered .pagination__page {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination--numbered .pagination__page a:hover, .pagination--numbered .pagination__page a:active, .pagination--numbered .pagination__page a:focus {
  text-decoration: none;
}
.pagination--numbered .pagination__page--default {
  color: var(--neutral-100);
}
.pagination--numbered .pagination__page--current {
  background-color: var(--blue-30);
  color: var(--blue-100);
}
.pagination--dotted .pagination__previous-page-button, .pagination--dotted .pagination__next-page-button {
  width: 3.8rem;
  height: 3.8rem;
}
.pagination--dotted .pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.7rem;
}
.pagination--dotted .pagination__page {
  border-radius: 0.3rem;
  height: 0.6rem;
}
.pagination--dotted .pagination__page--default {
  width: 0.6rem;
  background-color: #D9D9D9;
}
.pagination--dotted .pagination__page--current {
  width: 2.9rem;
  background-color: var(--orange);
}
.pagination__dots {
  width: 1.8rem !important;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 1.6rem;
  border-radius: 2rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #FAFCFC;
}
@media (width <= 1024px) {
  .subscribe-form {
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 1.2rem;
  }
}
@media (width >= 1025px) {
  .subscribe-form__image {
    transform: rotate(14.93deg);
  }
}
.subscribe-form__text {
  color: #5a607b;
}
@media (width <= 1024px) {
  .subscribe-form__text {
    text-align: center;
  }
}
.subscribe-form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.2rem;
}
@media (width >= 1025px) {
  .subscribe-form__email-input {
    flex-basis: 29.7rem;
  }
}
@media (width <= 1024px) {
  .subscribe-form__email-input {
    width: 100%;
  }
}
@media (width <= 1024px) {
  .subscribe-form__button {
    width: 100%;
  }
}
.subscribe-form__form {
  display: flex;
  gap: 10px;
}
@media (width <= 1024px) {
  .subscribe-form__form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.subscribe-form__form input[type=email] {
  max-width: 300px;
}
@media (width <= 1024px) {
  .subscribe-form__form input[type=email] {
    max-width: 100%;
  }
}

.subscribe-modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(45, 45, 45, 0.5294117647);
  display: none;
  z-index: 100;
}
.subscribe-modal-wrapper_active {
  display: flex;
}

.subscribe-modal {
  row-gap: 2.8rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 1.4rem;
  width: 39.6rem;
  padding: 2.6rem 2.4rem 3.2rem 3.2rem;
  background-color: #FAFCFC;
}
.subscribe-modal__header {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.subscribe-modal__heading {
  margin: 0;
  width: 13ch;
  font-size: 3.8rem;
  line-height: 1;
  color: #333;
}
.subscribe-modal__heading--regular {
  font-weight: var(--font-weight-regular);
  font-size: 3.8rem;
  color: #333;
  line-height: 1;
}
.subscribe-modal__heading--bold {
  font-weight: var(--font-weight-bold);
  font-size: 3.8rem;
  color: #333;
  line-height: 1;
}
.subscribe-modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  background-image: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}
.subscribe-modal__submit-button {
  padding-right: 0;
  padding-left: 0;
}
.subscribe-modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
  width: 29.7rem;
}
.subscribe-modal__form .wpcf7-form-control-wrap {
  width: 100%;
}
.subscribe-modal__email, .subscribe-modal__phone, .subscribe-modal__company-size, .subscribe-modal__submit-button {
  width: 100%;
}
.subscribe-modal__company-size {
  display: flex;
  align-items: center;
}
.subscribe-modal__user-agreement-checkbox-wrapper {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.subscribe-modal__user-agreement-checkbox-wrapper .wpcf7-form-control-wrap {
  width: auto;
}
.subscribe-modal__user-agreement-checkbox {
  position: relative;
  appearance: none;
  border: 0.1rem solid var(--blue-50);
  border-radius: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--neutral-0);
}
.subscribe-modal__user-agreement-checkbox:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  transform: rotate(45deg) translateX(-50%);
  border-right: 0.1rem solid var(--blue-100);
  border-bottom: 0.1rem solid var(--blue-100);
  width: 0.5rem;
  height: 1.3rem;
}
.subscribe-modal__user-agreement-checkbox-label {
  font-size: 1.4rem;
}
.subscribe-modal__user-agreement-checkbox-label .caption--regular {
  color: #5a607b;
}
.subscribe-modal__user-agreement-checkbox-label .caption--semibold {
  color: #162051;
}
.subscribe-modal__user-agreement-link {
  text-decoration-line: underline;
}

.subscribe {
  display: flex;
  flex-direction: column;
  row-gap: 3.4rem;
  border-radius: 1.2rem;
  padding: 2.4rem;
  background-color: #F2F7FC;
  background-image: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/subscribe-decor.svg");
  background-repeat: no-repeat;
  background-position: top right;
}
@media (width <= 1024px) {
  .subscribe {
    row-gap: 2.2rem;
    padding: 1.2rem;
  }
}
.subscribe__text {
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
  font-family: "Source Sans 3", sans-serif;
}
.subscribe__text--semibold {
  font-weight: var(--font-weight-semibold);
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (width <= 560px) {
  .subscribe__text {
    font-size: 24px;
    line-height: 26.4px;
  }
}
.subscribe__button {
  font-size: 1.5rem;
}

.tag-selection-option {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  border-radius: 0.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.257;
}
.tag-selection-option__name {
  font-weight: var(--font-weight-semibold);
}
.tag-selection-option__articles-count {
  font-weight: var(--font-weight-regular);
}
.tag-selection-option--active {
  background-color: var(--blue-100);
  color: var(--neutral-0);
}
.tag-selection-option--enabled {
  border: 0.1rem solid #ECECEC;
  background-color: var(--neutral-0);
}
.tag-selection-option--enabled:hover {
  border-color: var(--blue-100);
  cursor: pointer;
}
.tag-selection-option--enabled .tag-selection-option__name {
  color: #272727;
}
.tag-selection-option--enabled .tag-selection-option__articles-count {
  color: #9A9A9A;
}
.tag-selection-option--enabled:hover .tag-selection-option__name, .tag-selection-option--enabled:hover .tag-selection-option__articles-count {
  color: var(--blue-100);
}

.up-button {
  position: fixed;
  z-index: 998;
  bottom: 2rem;
  left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1.22rem 3.19rem 0.9125rem rgba(5, 64, 155, 0.1607843137);
  border-radius: 50%;
  width: 7.3rem;
  height: 7.3rem;
  background-color: var(--neutral-0);
  background-image: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/up-button-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

header {
  background-color: #2f80ed;
}

.outer-wrapper {
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 8rem;
}
@media (width <= 480px) {
  .outer-wrapper {
    padding-top: 70px;
    padding-bottom: 11rem;
  }
}

.inner-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 110rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.latest-articles {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "heading heading" "articles aside" "pagination pagination";
  column-gap: 3.2rem;
}
@media (width <= 1024px) {
  .latest-articles {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.latest-articles__heading {
  margin-bottom: 4rem;
}
@media (width <= 1024px) {
  .latest-articles__heading {
    margin-bottom: 3.2rem;
  }
}
.latest-articles > .latest-articles__heading {
  grid-area: heading;
}
@media (width <= 1024px) {
  .latest-articles > .latest-articles__heading {
    align-self: flex-start;
  }
}
.latest-articles__list {
  margin-bottom: 4.8rem;
}
@media (width <= 1024px) {
  .latest-articles__list {
    margin-bottom: 2.6rem;
  }
}
@media (width >= 561px) {
  .latest-articles__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 3rem;
  }
}
@media (width <= 560px) {
  .latest-articles__list {
    display: flex;
    flex-direction: column;
    row-gap: 2.6rem;
  }
}
.latest-articles > .latest-articles__list {
  grid-area: articles;
}
.latest-articles__aside {
  display: flex;
  flex-direction: column;
  row-gap: 6.8rem;
}
@media (width >= 1025px) {
  .latest-articles > .latest-articles__aside {
    grid-area: aside;
    align-self: start;
  }
}
@media (width <= 1024px) {
  .latest-articles > .latest-articles__aside {
    display: none;
  }
}
@media (width <= 1024px) {
  .latest-articles .pagination {
    margin-bottom: 4.2rem;
  }
}
.latest-articles > .pagination {
  grid-area: pagination;
}
@media (width >= 1025px) {
  .latest-articles > .pagination {
    justify-self: center;
  }
}
@media (width <= 1024px) {
  .latest-articles > .pagination {
    align-self: center;
  }
}
@media (width >= 1025px) {
  .latest-articles > .subscribe {
    display: none;
  }
}
@media (width <= 1024px) {
  .latest-articles > .subscribe {
    align-self: center;
    max-width: 34.3rem;
  }
}

.tag-selection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (width >= 1025px) {
  .tag-selection--horizontal {
    display: none;
  }
}
@media (width <= 1024px) {
  .tag-selection--horizontal {
    margin-bottom: 3.2rem;
    padding-bottom: 5px;
    width: 100%;
  }
}
.tag-selection--horizontal .tag__previous-page-button {
  left: 0;
}
.tag-selection--horizontal .tag__previous-page-button::before {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/tag-scroll-left-arrow.svg");
  left: 0;
  line-height: 0;
  justify-content: flex-start;
  background: linear-gradient(90deg, #FFFFFF, transparent);
}
.tag-selection--horizontal .tag__next-page-button {
  right: 0;
}
.tag-selection--horizontal .tag__next-page-button::after {
  height: 100%;
  width: 50px;
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/tag-scroll-right-arrow.svg");
  right: 0;
  line-height: 0;
  justify-content: flex-end;
  background: linear-gradient(270deg, #FFFFFF, transparent);
}
.tag-selection--horizontal .tag-selection__tags .tag-selection-option--enabled, .tag-selection--horizontal .tag-selection__tags .tag-selection-option--active {
  width: max-content;
}
.tag-selection__scroll-button, .tag-selection--horizontal .tag__previous-page-button, .tag-selection--horizontal .tag__previous-page-button::before, .tag-selection--horizontal .tag__next-page-button, .tag-selection--horizontal .tag__next-page-button::after {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  width: 25px;
  cursor: pointer;
}

.popular-articles {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media (width <= 768px) {
  .popular-articles {
    row-gap: 3.2rem;
  }
}
.popular-articles__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem 3rem;
}
@media (width <= 768px) {
  .popular-articles__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.6rem;
  }
}
.popular-articles__content > .article-card-wrapper:first-of-type {
  grid-column: 1/-1;
}
@media (width <= 768px) {
  .popular-articles .article-card-wrapper {
    width: 100%;
  }
}

.articles-carousel {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin-bottom: 8rem;
}
@media (width <= 560px) {
  .articles-carousel {
    margin-bottom: 42px;
  }
}
.articles-carousel__body {
  width: 100%;
}
@media (width <= 1024px) {
  .articles-carousel__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.6rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 52rem;
    width: 100%;
  }
}
.articles-carousel__body > .articles-carousel__thumbs {
  grid-area: thumbs;
}
.articles-carousel__thumbnail {
  width: 50%;
  max-width: 520px;
  height: fit-content;
  border-radius: 12px;
}
@media (width <= 1024px) {
  .articles-carousel__thumbnail {
    width: 100%;
    max-width: none;
  }
}
.articles-carousel__items {
  display: flex;
}
.articles-carousel__body > .articles-carousel__items {
  grid-area: items;
}
.articles-carousel__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (width >= 1025px) {
  .articles-carousel__item {
    gap: 30px;
    margin-bottom: 2.4rem;
    flex-direction: row;
  }
}
.articles-carousel__info {
  padding-bottom: 70px;
  width: 50%;
}
@media (width <= 1024px) {
  .articles-carousel__info {
    padding-bottom: 50px;
    width: 100%;
  }
}
.articles-carousel .article-tags {
  margin-bottom: 1.2rem;
}
.articles-carousel__article-title {
  margin-bottom: 0.8rem;
}
@media (width <= 1248px) {
  .articles-carousel__article-title {
    font-size: 2.4rem;
    line-height: 0.967;
  }
}
@media (width <= 1024px) {
  .articles-carousel__article-title {
    font-size: 2rem;
    line-height: 1;
  }
}
@media (width <= 1248px) {
  .articles-carousel__excerpt {
    font-size: 1.8rem;
    line-height: 1.333;
  }
}
@media (width <= 1024px) {
  .articles-carousel__excerpt {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.articles-carousel__read-button {
  margin-top: 12px;
  width: max-content;
}
.articles-carousel__read-button:hover {
  text-decoration: none;
  color: var(--neutral-0);
}
@media (width >= 1025px) {
  .articles-carousel__read-button {
    margin-top: 24px;
    margin-bottom: 3.2rem;
  }
}
@media (width <= 1024px) {
  .articles-carousel__read-button {
    width: 100%;
  }
}
.articles-carousel__body > .articles-carousel__read-button {
  grid-area: read-button;
}
.articles-carousel__body > .pagination {
  width: fit-content;
  position: absolute;
  bottom: 55px;
  left: calc(50% + 15px);
  z-index: 1;
}
@media (width <= 1024px) {
  .articles-carousel__body > .pagination {
    bottom: 0;
    left: auto;
  }
}

.latest-articles {
  margin-bottom: 6rem;
}

.popular-articles {
  margin-bottom: 4.8rem;
}

.subscribe-form {
  margin-bottom: 4.8rem;
}

.article-decor-left-1 {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/article-decor-left.svg");
  position: absolute;
  z-index: -1;
  left: 0;
  top: 11%;
}
@media (width <= 1024px) {
  .article-decor-left-1 {
    display: none;
  }
}

.article-decor-left-2 {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/article-decor-left.svg");
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 14.5%;
}
@media (width <= 1024px) {
  .article-decor-left-2 {
    display: none;
  }
}

.article-decor-right-1 {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/article-decor-right.svg");
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 37%;
}
@media (width <= 1024px) {
  .article-decor-right-1 {
    display: none;
  }
}

.outer-wrapper::before {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/article-decor-left.svg");
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5%;
}
@media (width <= 1024px) {
  .outer-wrapper::before {
    display: none;
  }
}
.outer-wrapper::after {
  content: url("https://siberian.pro/wp-content/themes/lpunity/assets/img/article-decor-right.svg");
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 26%;
}
@media (width <= 1024px) {
  .outer-wrapper::after {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */