@charset "UTF-8";
:root {
  --color-primary: #009975;
  --color-primary-hover: #008366;
  --color-secondary: rgb(44, 191, 242);
  --color-secondary-hover: rgb(9, 159, 202);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
  font-family: "Tilda Sans", Arial, sans-serif;
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--color-secondary);
  text-underline-offset: 2px;
  transition: 0.2s;
}
a:hover {
  color: var(--color-secondary-hover);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

input, textarea, button, select {
  font-family: inherit;
}

.body-14 {
  font-size: 14px;
  line-height: 1.5;
}

.body-18 {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
}

.body-20 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
}

.body-24 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.body-32 {
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.5;
}

.fw-300 {
  font-weight: 300;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-light {
  color: rgb(122, 122, 122);
}

.bg-lightblue {
  background-color: #f2f7fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-center {
  text-align: center;
}

.btn {
  background: var(--color-primary);
  color: #fff !important;
  text-decoration: none;
  outline: none;
  border: 0;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  transition: 0.2s;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.btn:hover {
  background: var(--color-primary-hover);
}
.btn--xl {
  padding: clamp(16px, 2.5vw, 24px) clamp(40px, 4vw, 60px);
}

h1, .h1 {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 600;
  line-height: 1.23;
}

h2, .h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 600;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

h4, .h4 {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 600;
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.banner {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), var(--bg-image) center/cover no-repeat;
  width: 100%;
  background-blend-mode: darken;
  color: #fff;
  padding: 48px 0 clamp(64px, 6vw, 96px);
  text-align: center;
}
.banner__title {
  max-width: 960px;
  margin: 0 auto 24px;
}
.banner__snippet {
  max-width: 600px;
  margin: 0 auto clamp(32px, 5vw, 64px);
}
.banner__action {
  position: relative;
  display: inline-flex;
}
.banner__arrow {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 45px;
  transform: translate(-180%, -20%);
}

.brands-slider {
  padding: clamp(48px, 6vw, 96px) 0;
}
.brands-slider__slider {
  position: relative;
}
.brands-slider .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-slider .swiper-slide img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.brands-slider .swiper-button-prev::after,
.brands-slider .swiper-button-next::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  background-color: rgb(232, 232, 232);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}

.stat {
  background-color: #f2f7fa;
  padding: clamp(48px, 6vw, 96px) 0;
}
.stat__title {
  margin-bottom: clamp(24px, 2vw, 40px);
}
.stat__snippet {
  max-width: 560px;
  margin: 0 auto clamp(32px, 5vw, 64px);
}
.stat__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (width >= 1024px) {
  .stat__image {
    flex: 0 0 540px;
  }
}
.stat__action {
  margin-top: clamp(32px, 6vw, 64px);
}
@media (width < 1160px) {
  .stat__wrapper {
    flex-direction: column;
  }
}
@media (width < 768px) {
  .stat__action .btn {
    width: 100%;
  }
}

.statitem {
  display: flex;
  text-align: right;
  gap: 20px;
}
@media (width >= 1024px) {
  .statitem--reverse {
    text-align: left;
    flex-direction: row-reverse;
  }
}
.statitem + .statitem {
  margin-top: 44px;
}
.statitem__title {
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
  font-weight: 600;
}
.statitem__img {
  flex: 0 0 50px;
}
.statitem__img img {
  width: 100%;
  height: auto;
}
@media (width < 1160px) {
  .statitem {
    flex-direction: row-reverse;
    text-align: left;
    justify-content: flex-end;
  }
  .statitem__img {
    flex: 0 0 44px;
  }
  .statitem + .statitem {
    margin-top: 32px;
  }
}

.seo-content {
  padding: clamp(48px, 6vw, 96px) 0;
  text-align: center;
}
.seo-content__wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.seo-content__title {
  margin-bottom: 40px;
}
.seo-content strong {
  color: var(--color-secondary);
  font-weight: 700;
}
.seo-content__divider {
  position: relative;
  max-width: 100px;
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 0 auto 40px;
}

.specialization {
  background: #f2f2f2;
  padding: clamp(48px, 6vw, 96px) 0;
}
.specialization__title {
  margin-bottom: clamp(24px, 3vw, 40px);
}
.specialization__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 3vw, 40px);
}
@media (width < 992px) {
  .specialization__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width < 576px) {
  .specialization__grid {
    grid-template-columns: 1fr;
  }
}

.postcard {
  position: relative;
}
.postcard__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: clamp(10px, 2vw, 20px);
}
.postcard__image:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 60px);
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 60px, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.5) 100%);
  transform: translateY(60px);
  z-index: 1;
  transition: 0.2s;
}
.postcard__image:hover:before {
  transform: translateY(0);
}
.postcard__image img {
  position: absolute;
  top: 0;
  lefT: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postcard__title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  padding: clamp(24px, 2vw, 30px) clamp(16px, 2vw, 20px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
}
@media (width < 576px) {
  .postcard__image {
    padding-bottom: 66%;
  }
}

.c-form {
  background: #fff;
  padding: clamp(48px, 6vw, 96px) 0;
}
.c-form__cf {
  max-width: 760px;
  margin: 0 auto;
}
.c-form__cf label {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  margin-bottom: 4px !important;
}

.c-form__cf button{
	font-size: clamp(14px,2vw,16px);
}

.c-form .wpcf7-form-control {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
}
.c-form .cf7mls_next,
.c-form .cf7mls_back {
  background: var(--color-primary) !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  color: #fff !important;
  transition: 0.2s;
}
.c-form .cf7mls_next:hover,
.c-form .cf7mls_back:hover {
  background: var(--color-primary-hover) !important;
}
.c-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.c-form .wpcf7-submit {
  display: block;
  margin-top: 24px;
}
.c-form .cf7mls_next::after {
  content: "→";
  margin-left: 5px;
}
.c-form .cf7mls_back::before {
  content: "←";
  margin-right: 5px;
}
.c-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.c-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-form .wpcf7-list-item {
  margin-left: 0;
}
.c-form [type=checkbox] {
  appearance: none;
  border: 2px solid #000;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  opacity: 0.6;
  position: relative;
  transition: all 0.2s;
  vertical-align: middle;
  width: 20px;
  flex: 0 0 20px;
}
.c-form [type=checkbox]:checked {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=) no-repeat center/80%;
}
.c-form .sent .fieldset-cf7mls-wrapper {
  display: none;
}
.c-form .sent .wpcf7-response-output {
  background: #62c584;
  color: #fff;
  padding: 20px !important;
  text-align: center;
  border: 0 !important;
  margin: 0 !important;
  display: block !important;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.recent {
  background: #f2f7fa;
  padding: clamp(48px, 6vw, 96px) 0;
}
.recent__title {
  margin-bottom: 40px;
}
.recent__snippet {
  margin: 0 auto clamp(32px, 4vw, 64px);
}
.recent__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media (width < 1160px) {
  .recent__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (width < 768px) {
  .recent__grid {
    grid-template-columns: 1fr;
  }
}

.projectcard {
  background: #fff;
  height: 100%;
  text-decoration: none;
  display: block;
}
.projectcard__image img {
  aspect-ratio: 360/250;
  object-fit: cover;
  width: 100%;
}
.projectcard__content {
  padding: clamp(20px, 2.5vw, 30px);
}
.projectcard__title {
  margin-bottom: 10px;
}

.page-banner {
  padding: clamp(56px, 6vw, 96px) 0 clamp(56px, 8vw, 128px);
  background: var(--color-secondary);
  color: #fff;
  text-align: center;
}
.page-banner__top {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: clamp(20px, 3.5vw, 40px);
  letter-spacing: 2.5px;
  font-size: clamp(12px, 2vw, 16px);
}
.page-banner__title {
  margin-bottom: clamp(24px, 3.5vw, 40px);
  font-size: clamp(32px, 6vw, 64px);
}
.page-banner__snippet {
  max-width: 960px;
  margin: 0 auto;
}

.steps {
  padding: clamp(48px, 7vw, 96px) 0;
}
.steps__wrapper {
  padding: 0 100px;
}
@media (width < 1160px) {
  .steps__wrapper {
    padding: 0;
  }
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.step__index {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  color: var(--color-secondary);
  border: 2px solid currentColor;
  border-radius: 100%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.step__title {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 600;
  margin-bottom: clamp(10px, 2vw, 14px);
  color: var(--color-secondary);
}
.step__snippet {
  font-size: clamp(16px, 2.5vw, 22px);
  line-height: 1.6;
}
.step + .step {
  margin-top: 56px;
}
@media (width < 768px) {
  .step {
    gap: 16px;
  }
  .step__index {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .step + .step {
    margin-top: 32px;
  }
}

.career {
  position: relative;
  overflow: hidden;
  background: #efefef;
}
.career__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
}
.career__content {
  padding: clamp(48px, 6vw, 96px) 0;
}
.career__image img {
  top: -150px;
  bottom: -150px;
  height: calc(100% + 300px);
  position: absolute;
  right: 0;
  width: 30%;
  object-fit: cover;
}
.career__snippet {
  max-width: 800px !important;
}
.career__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 30px);
}
@media (width < 1160px) {
  .career__wrapper {
    display: block;
  }
  .career__image {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .career__image img {
    position: static;
    width: 100%;
  }
}

.feature__icon {
  width: clamp(60px, 4vw, 70px);
  margin-bottom: clamp(12px, 2vw, 20px);
}
.feature__icon img {
  width: 100%;
  height: auto;
}
.feature__title {
  font-weight: 600;
  font-size: clamp(15px, 2vw, 20px);
  color: var(--color-secondary);
  margin-bottom: clamp(14px, 2vw, 16px);
  line-height: 1.35;
}
.feature__snippet {
  font-size: clamp(14px, 2vw, 15px);
  line-height: 1.5;
}

.map {
  padding: clamp(48px, 6vw, 96px) 0;
}
.map__wrapper {
  display: grid;
  grid-template-columns: 46fr 66fr;
  gap: clamp(32px, 3vw, 40px);
}
.map__title {
  margin-bottom: 30px;
}
.map__snippet {
  margin-bottom: 30px;
}
.map__frame {
  min-height: 320px;
}
.map__frame iframe {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 0;
}
@media (width < 768px) {
  .map__wrapper {
    grid-template-columns: 1fr;
  }
}

.advantages {
  padding: 96px 0;
  background: #f2f7fa;
}
.advantages__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
}

.advitem {
  text-align: center;
}
.advitem__icon {
  width: 100px;
  margin: 0 auto 24px;
}
.advitem__icon img {
  width: 100%;
}
.advitem__title {
  font-size: 30px;
  margin-bottom: 24px;
}
.advitem__snippet {
  line-height: 1.55;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 246;
  box-shadow: 0 0 0 1px #eee;
  padding: 0 40px;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__logo {
  flex: 0 0 188px;
}
.header__menu, .header__action {
  flex: 0 0 calc(50% - 118px);
}
.header__menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.header__menu ul a {
  display: block;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
.header__menu ul li:first-child a {
  padding-left: 0;
}
.header__phone {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.header__phone:hover {
  text-decoration: underline;
}
.header__action {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.header__mobile {
  display: none;
}
@media (width <= 1360px) {
  .header {
    padding: 0 20px;
  }
}
@media (width < 1280px) {
  .header__logo {
    flex: 0 0 148px;
  }
  .header__menu, .header__action {
    flex: 0 0 calc(50% - 104px);
  }
  .header__phone {
    font-size: 16px;
  }
  .header__menu ul a {
    padding: 4px 12px;
  }
}
@media (width < 1160px) {
  .header {
    box-shadow: unset;
  }
  .header__wrapper {
    position: fixed;
    background: #fff;
    max-width: 360px;
    min-width: 280px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    display: flex;
    flex-direction: column;
    padding: 64px 20px 24px;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.2s;
  }
  .header__action {
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
  }
  .header__menu ul {
    flex-direction: column;
  }
  .header__menu a {
    padding: 6px 0;
  }
  .header__menu:after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    top: 48px;
    position: absolute;
  }
  .header__mobile {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 0 1px #eee;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 222;
  }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    outline: none;
    background: transparent;
  }
  .header__burger svg {
    width: 32px;
    height: auto;
  }
  .header__mlogo {
    padding: 0 4px;
  }
  .header__mlogo img {
    max-width: 140px;
  }
  .header__logo {
    order: 0;
    flex: 0 0 auto;
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .header__logo img {
    max-width: 100px;
  }
  .header__menu {
    order: 1;
  }
  .header__action {
    order: 2;
  }
  .header__close {
    position: absolute;
    top: 11px;
    right: 8px;
  }
  .header__menu, .header__action {
    flex: 0 0 auto;
  }
}

.paranja {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 224;
}

@media (width < 1160px) {
  .show-menu .header__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .show-menu .paranja {
    opacity: 1;
    visibility: visible;
  }
  .show-menu {
    overflow: hidden;
  }
}
.section-title {
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: clamp(24px, 3vw, 40px);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 600;
}

.section-snippet {
  max-width: 560px;
  margin: 0 auto clamp(32px, 4vw, 64px);
  text-align: center;
  font-size: clamp(16px, 2.75vw, 24px);
}

.footer {
  background: var(--color-secondary);
  color: #fff;
  padding: clamp(40px, 6vw, 76px) 0;
}
.footer__logo {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 56px;
}
.footer__heading {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer__links a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  font-size: clamp(14px,2vw,16px);
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__copy {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.footer__phone {
  text-align: center;
  margin-top: 10px;
}
.footer__phone a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer__phone a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .footer__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: clamp(32px, 4vw, 56px);
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.image-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.info {
  padding: 70px 0;
}
.info p {
  margin-bottom: 20px;
}
.info h1, .info h2, .info h3, .info h4, .info h5, .info h6 {
  margin-bottom: 0.5em;
}
.info ul, .info ol {
  padding-left: 1em;
  margin-bottom: 1em;
}

.wpcf7-form-control {
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2vw, 20px);
  outline: 0;
}

.wpcf7-checkbox {
  padding: 0;
  border: 0 !important;
}

.wpcf7-form-control-wrap select {
  position: relative;
  appearance: none;
}

.wpcf7-form-control-wrap:has(select):after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  bottom: 0;
  content: " ";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0;
}

.wpcf7-spinner {
  display: none;
}

.cpopup {
  padding: 0 !important;
  max-width: 560px;
}
.cpopup__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 16px;
}
.cpopup__snippet {
  margin-bottom: 24px;
}
.cpopup__form {
  padding: 28px 32px 36px;
}
.cpopup .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px !important;
}

.submitting .btn,
.state-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  background: #222 !important;
}

.submitting .btn:before,
.state-loading:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0iIiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U5QjQzRSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CjwvY2lyY2xlPgo8L3N2Zz4=) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.post-thumbnail {
  margin-bottom: 24px;
}

.breadcrumbs {
  margin-bottom: 16px;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.page-numbers {
  width: 44px;
  height: 44px;
  background: var(--color-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}

.page-numbers:hover {
  background: var(--color-secondary-hover);
}

.page-numbers.current {
  background: var(--color-primary);
  opacity: 0.9;
}

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