@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Pathway+Gothic+One&family=Raleway:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
    --font-family: "Montserrat", sans-serif;
    --second-family: "Unbounded", sans-serif;
    --third-family: "Wix Madefor Display", sans-serif;
    --font3: "Inter", sans-serif;
}

html {
  color: var(--c-text);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "Wix Madefor Display", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}

.admin-bar header {
  top: 32px;
}

main {
  display: block;
}

img {
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-family: "Arial", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.hidden, [hidden] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.site, section {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-between-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid {
  margin: 0 -8px -16px;
}
@media screen and (max-width: 768px) {
  .grid {
    margin: 0 -6px -12px;
  }
}
@media screen and (max-width: 576px) {
  .grid {
    margin: 0 0 -6px;
  }
}

.grid-item-2 {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 768px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
  }
}

.grid-item-3 {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-3 {
    width: calc(50% - 16px);
    margin: 0 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-3 {
    width: 100%;
    margin: 0 0 12px;
  }
}

.grid-item-4 {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-4 {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .grid-item-4 {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-first {
  padding: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-first {
    padding: 120px 0 60px;
  }
}

.container {
  max-width: 1296px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.container-large {
  max-width: 956px;
}

.container-small {
  max-width: 800px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-text);
  margin: 0;
}

h1, .h1 {
  font-size: 64px;
  line-height: 104%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 118%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

h5, .h5 {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

a {
  color: var(--c-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, figure {
  margin: 0 0 16px;
}

.m-top {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .m-top {
    margin-top: 35px;
  }
}

.m-top-m {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .m-top-m {
    margin-top: 24px;
  }
}

.m-top-s {
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .m-top-s {
    margin-top: 12px;
  }
}

ul, ol {
  padding-left: 25px;
}

.background {
  background-size: cover;
  background-position: center;
}

.button, input[type=submit] {
  padding: 17px 59px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--c-color);
  cursor: pointer;
  border-radius: 8px;
}

.button-primari {
  background-color: var(--c-color);
}
.button-primari:hover {
  background-color: var(--c-color);
  border-color: var(--c-color);
}

.no-margin {
  margin: 0 !important;
}

.medium {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .medium {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .no-medium {
    display: none !important;
  }
}

.small {
  display: none;
}
@media screen and (max-width: 576px) {
  .small {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .no-small {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

#shadow-host-companion {
  padding: 0;
}

[data-aos=fade-up] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
}

.aos-animate {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
}

.office-template-default {
  background-color: #FBF2E1;
}

.archive {
  background-color: #FBF2E1;
}

.event-archive {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #FBF2E1;
}
.event-archive .event-archive__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 85px;
  line-height: 85px;
  color: #052D1E;
  max-width: 720px;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .event-archive .event-archive__title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .event-archive .event-archive__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .event-archive .event-archive__title {
    font-size: 33px;
    line-height: 33px;
  }
}

.event-month {
  margin-bottom: 48px;
}
.event-month .event-month__title {
  display: inline-block;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #FDF8F0;
  background-color: #115442;
}
@media screen and (max-width: 576px) {
  .event-month .event-month__title {
    font-size: 14px;
    line-height: 14px;
  }
}
.event-month .event-month__title.old {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}
.event-month .event-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .event-month .event-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-month .event-card {
  background: #FDF8F0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.event-month .event-card.old {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
}
.event-month .event-card:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.event-card__image img {
  width: 100%;
  display: block;
}

.event-card__content {
  padding: 15px;
}
.event-card__content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #052D1E;
}
@media screen and (max-width: 576px) {
  .event-card__content h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}

.event-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 576px) {
  .event-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.event-date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11.15px;
  line-height: 16.22px;
  color: #052D1E;
}

.archive_events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid #052D1E;
  width: 227px;
  color: #052D1E;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}
.archive_events span {
  position: relative;
  padding-right: 25px;
}
.archive_events span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.archive_events:hover {
  border: 1px solid #052D1E;
  background: #052D1E;
  color: #ffffff;
}
.archive_events:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}

.single-event {
  background-color: #FBF2E1;
  padding-top: 100px;
}
.single-event .single-event__content {
  background-color: #FDF8F0;
  padding: 24px;
}
.single-event .single-event__content .single-event__content-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 386px 1fr;
  grid-template-columns: 386px 1fr;
  gap: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .single-event .single-event__content .single-event__content-column {
    gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .single-event .single-event__content .single-event__content-column {
    gap: 40px;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .single-event .single-event__content .single-event__content-column {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.single-event .single-event__content .single-event__content-column .single-event__content-row img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .single-event .single-event__content .single-event__content-column .single-event__content-row img {
    max-width: 350px;
  }
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 33px;
  line-height: 33px;
  color: #052D1E;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__title {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__meta {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__meta .single-event__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #052D1E;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__meta .single-event__date svg {
  width: 20px;
  margin-right: 3px;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__meta .single-event__time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #052D1E;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__meta .single-event__time svg {
  width: 20px;
  margin-right: 3px;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .single-event__description {
  max-width: 480px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 45px;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .hero_information-block__button {
  display: inline-block;
  background: #FAE013;
  border: 1px solid transparent;
  width: 235px;
  color: #052D1E;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .hero_information-block__button span {
  position: relative;
  padding-right: 25px;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .hero_information-block__button span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .hero_information-block__button:hover {
  border: 1px solid #052D1E;
  background: #052D1E;
  color: #ffffff;
}
.single-event .single-event__content .single-event__content-column .single-event__content-row .hero_information-block__button:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.single-event .single-event__content form {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .single-event .single-event__content form {
    max-width: 100%;
    width: 100%;
  }
}
.single-event .single-event__content form .single-event__form .form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1100px) {
  .single-event .single-event__content form .single-event__form .form-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .single-event .single-event__content form .single-event__form .form-column {
    gap: 0;
  }
}
.single-event .single-event__content form .single-event__form .form-column .form-row {
  margin-bottom: 35px;
}
.single-event .single-event__content form .single-event__form .form-column .form-row label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #8D8D8D;
}
.single-event .single-event__content form .single-event__form .form-column .form-row input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8D8D8D;
  height: 40px;
}
.single-event .single-event__content form .single-event__form .form-column .form-row .wpcf7-not-valid {
  border-bottom: 1px solid #9E0057;
}
.single-event .single-event__content form .single-event__form .form-column .form-row .wpcf7-not-valid-tip {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #9E0057;
  font-size: 14px;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper {
  margin-bottom: 33px;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-spinner {
  display: none;
  opacity: 0;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-submit {
  display: inline-block;
  background: #FAE013;
  border: 1px solid transparent;
  width: 217px;
  color: #052D1E;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-submit span {
  position: relative;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-submit span::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-submit:hover {
  border: 1px solid #115442;
  background: #115442;
  color: #ffffff;
}
.single-event .single-event__content form .single-event__form .main-contact__submit-wrapper .wpcf7-submit:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.single-event .single-event__content form .single-event__form .single-event__privacy {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}
.single-event .single-event__content form .single-event__form .single-event__privacy a {
  color: #052D1E;
  text-decoration: underline;
}
.single-event .single-event__content form .single-event__form .single-event__privacy a:hover {
  text-decoration: none;
}
.single-event .single-event__content form .single-event__form .wpcf7-response-output {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 26.4px;
  color: #052D1E;
  font-size: 14px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  max-width: 1248px;
  width: 100%;
  height: 72px;
  border-radius: 4px;
  background-color: #FDF8F0;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 9999;
  -webkit-box-shadow: 0px 7px 15.6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 15.6px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .header {
    width: 95%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.header.active {
  top: 0;
  max-width: 100%;
  border-radius: 0;
}
.header .header-guts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.header .header-guts .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-guts .header-button {
  width: 163px;
  height: 48px;
  border: 1px solid #052D1E;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #052D1E;
  border-radius: 4px;
}
.header .header-guts .header-button span {
  position: relative;
  padding-right: 25px;
}
.header .header-guts .header-button span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header-guts .header-button:hover {
  background-color: #052D1E;
  color: #ffffff;
}
.header .header-guts .header-button:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.header .header-guts .humburger {
  height: 100%;
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .header .header-guts .humburger {
    display: block;
  }
}
.header .header-guts .humburger .burger {
  width: 20px;
  height: 2px;
  background: #052D1E;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.header .header-guts .humburger .burger::before, .header .header-guts .humburger .burger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #052D1E;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .header-guts .humburger .burger::before {
  top: -7px;
}
.header .header-guts .humburger .burger::after {
  top: 7px;
}
.header .header-guts .humburger.active .burger {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .header-guts .humburger.active .burger::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header-guts .humburger.active .burger::after {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .header-guts .main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 1200px) {
  .header .header-guts .main-menu-wrapper {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }
}
@media (max-width: 1100px) {
  .header .header-guts .main-menu-wrapper {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header .header-guts .main-menu-wrapper {
    position: fixed;
    top: -10000%;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fdf2e5;
    z-index: 999;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    padding: 30px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.header .header-guts .main-menu-wrapper.active {
  top: 70px;
}
.header .header-guts .main-menu-wrapper .header-lang-switcher {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #FBF2E1;
  border-radius: 4px;
  gap: 6px;
}
@media screen and (max-width: 992px) {
  .header .header-guts .main-menu-wrapper .header-lang-switcher {
    margin-bottom: 30px;
  }
}
.header .header-guts .main-menu-wrapper .header-lang-switcher li {
  width: 26px;
  height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-guts .main-menu-wrapper .header-lang-switcher .current-lang {
  border: 1px solid #052D1E;
  color: #052D1E;
  border-radius: 4px;
}
.header .header-guts .main-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .header .header-guts .main-menu .menu-list {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .header .header-guts .main-menu .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.header .header-guts .main-menu .menu-list .menu-item {
  position: relative;
}
.header .header-guts .main-menu .menu-list .menu-item a {
  font-family: "Monseratt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #052D1E;
}
.header .header-guts .main-menu .menu-list .menu-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #052D1E;
  bottom: -2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .header-guts .main-menu .menu-list .menu-item:hover::before {
  width: 100%;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #115442;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer .footer-content {
  background-color: #105A46;
  border-radius: 4px;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  .footer .footer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.footer .footer-content .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-content .footer-content__map img {
  width: 100%;
  height: auto;
}
.footer .footer-content .footer-content__description .footer-content__description-guts {
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.footer .footer-content .footer-content__description .footer-content__description-guts img {
  max-width: 74px;
  height: auto;
}
.footer .footer-content .footer-content__description .footer-content__description-guts svg {
  max-width: 74px;
  height: auto;
}
.footer .footer-content .footer-content__description .footer-content__description-guts h4 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  color: #FDF8F0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer .footer-content .footer-content__description .footer-content__description-guts ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-content .footer-content__description .footer-content__description-guts ul {
    margin-bottom: 60px;
  }
}
.footer .footer-content .footer-content__description .footer-content__description-guts ul li a img {
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-content .footer-content__description .footer-content__description-guts ul li:hover a img {
  opacity: 0.6;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .mail-link {
  position: relative;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FDF8F0;
  line-height: 21.6px;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .mail-link:hover {
  opacity: 0.6;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .mail-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3333 6.88672V15.2201C18.3333 15.7726 18.1138 16.3025 17.7231 16.6932C17.3324 17.0839 16.8025 17.3034 16.25 17.3034H3.74996C3.19743 17.3034 2.66752 17.0839 2.27682 16.6932C1.88612 16.3025 1.66663 15.7726 1.66663 15.2201V6.88672' stroke='%23FDF8F0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3333 6.88607C18.3333 6.33353 18.1138 5.80363 17.7231 5.41293C17.3324 5.02223 16.8025 4.80273 16.25 4.80273H3.74996C3.19743 4.80273 2.66752 5.02223 2.27682 5.41293C1.88612 5.80363 1.66663 6.33353 1.66663 6.88607L8.89579 11.4C9.2269 11.6069 9.6095 11.7166 9.99996 11.7166C10.3904 11.7166 10.773 11.6069 11.1041 11.4L18.3333 6.88607Z' stroke='%23FDF8F0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .tel-link {
  position: relative;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FDF8F0;
  line-height: 21.6px;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .tel-link:hover {
  opacity: 0.6;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .tel-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2515 18.3216L12.2606 18.328C13.0477 18.8291 13.9822 19.0468 14.9096 18.9449C15.8371 18.843 16.702 18.4278 17.3616 17.7678L17.9345 17.1949C18.0615 17.068 18.1622 16.9173 18.2309 16.7515C18.2996 16.5857 18.335 16.4079 18.335 16.2284C18.335 16.0489 18.2996 15.8712 18.2309 15.7054C18.1622 15.5395 18.0615 15.3889 17.9345 15.262L15.518 12.8472C15.3911 12.7203 15.2404 12.6196 15.0746 12.5508C14.9088 12.4821 14.731 12.4468 14.5515 12.4468C14.372 12.4468 14.1943 12.4821 14.0284 12.5508C13.8626 12.6196 13.712 12.7203 13.5851 12.8472C13.3288 13.1034 12.9814 13.2473 12.6191 13.2473C12.2568 13.2473 11.9093 13.1034 11.6531 12.8472L7.78914 8.98238C7.53299 8.72616 7.3891 8.37869 7.3891 8.01639C7.3891 7.65409 7.53299 7.30663 7.78914 7.05041C7.9161 6.92352 8.01682 6.77286 8.08554 6.60703C8.15426 6.4412 8.18963 6.26346 8.18963 6.08396C8.18963 5.90446 8.15426 5.72672 8.08554 5.56089C8.01682 5.39506 7.9161 5.2444 7.78914 5.11752L5.37348 2.70277C5.11726 2.44663 4.76979 2.30273 4.40749 2.30273C4.04519 2.30273 3.69773 2.44663 3.44151 2.70277L2.86765 3.27572C2.2078 3.93536 1.79274 4.80038 1.69105 5.72784C1.58936 6.6553 1.80713 7.5897 2.30837 8.37665L2.31384 8.38575C4.96102 12.3023 8.33446 15.6752 12.2515 18.3216V18.3216Z' stroke='%23FDF8F0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .address {
  position: relative;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FDF8F0;
  line-height: 21.6px;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .address:hover {
  opacity: 0.6;
}
.footer .footer-content .footer-content__description .footer-content__description-guts .address-block .address::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8608 9.89112C16.8608 15.27 11.3516 18.5837 10.2067 19.2149C10.1433 19.2499 10.072 19.2682 9.99961 19.2682C9.92718 19.2682 9.85593 19.2499 9.79251 19.2149C8.64676 18.5837 3.13928 15.27 3.13928 9.89112C3.13928 5.60315 5.71207 2.60156 10 2.60156C14.288 2.60156 16.8608 5.60315 16.8608 9.89112Z' stroke='%23FDF8F0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5697 9.46163C6.5697 10.3714 6.93112 11.244 7.57444 11.8873C8.21776 12.5306 9.09029 12.892 10.0001 12.892C10.9099 12.892 11.7824 12.5306 12.4257 11.8873C13.069 11.244 13.4305 10.3714 13.4305 9.46163C13.4305 8.55184 13.069 7.67931 12.4257 7.03598C11.7824 6.39266 10.9099 6.03125 10.0001 6.03125C9.09029 6.03125 8.21776 6.39266 7.57444 7.03598C6.93112 7.67931 6.5697 8.55184 6.5697 9.46163V9.46163Z' stroke='%23FDF8F0' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.footer .copyright-section {
  border-top: 1px solid #FDF8F0;
  padding-top: 24px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .copyright-section p {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .footer .copyright-section p {
    font-size: 12px;
    line-height: 12px;
  }
}

.popup-contact {
  background-color: #FBF2E1;
  border: 1px solid #F7E5C2;
  border-radius: 4px;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 630px;
  max-width: 100%;
  height: 710px;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 665px) {
  .popup-contact {
    height: 100vh;
    width: 95%;
  }
}
.popup-contact.open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* конечное положение */
  pointer-events: auto;
}
.popup-contact .modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 35px;
}
@media screen and (max-width: 665px) {
  .popup-contact .modal-guts {
    padding: 15px;
  }
}
.popup-contact .modal-guts .popup-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popup-contact .modal-guts .popup-contact__header .popup-contact__close {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #F7E5C2;
  border-radius: 4px;
  cursor: pointer;
}
.popup-contact .modal-guts .popup-contact__header .popup-contact__close::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.60217 0.805714L7.79646 0L4.60217 3.19429L1.40789 0L0.602173 0.805714L3.79646 4L0.602173 7.19429L1.40789 8L4.60217 4.80571L7.79646 8L8.60217 7.19429L5.40789 4L8.60217 0.805714Z' fill='%23052D1E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup-contact .modal-guts .contact-section__content-column h2 {
  max-width: 320px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #052D1E;
  margin-bottom: 20px;
}
@media screen and (max-width: 665px) {
  .popup-contact .modal-guts .contact-section__content-column h2 {
    max-width: 90%;
    font-size: 24px;
    line-height: 24px;
  }
}
.popup-contact .modal-guts .main-contact__row {
  display: -ms-grid;
  display: grid;
  gap: 34px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
@media screen and (max-width: 665px) {
  .popup-contact .modal-guts .main-contact__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.popup-contact .modal-guts .main-contact__row .row-item label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row .row-item input {
  background: transparent;
  width: 240px;
  height: 35px;
  border-bottom: 1px solid #828282;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #052D1E;
}
@media screen and (max-width: 665px) {
  .popup-contact .modal-guts .main-contact__row .row-item input {
    width: 100%;
  }
}
.popup-contact .modal-guts .main-contact__row .row-item .wpcf7-not-valid {
  border-bottom: 1px solid #9E0057;
}
.popup-contact .modal-guts .main-contact__row .row-item .wpcf7-not-valid-tip {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #9E0057;
  font-size: 14px;
}
.popup-contact .modal-guts .main-contact__row-textarea {
  margin-bottom: 30px;
}
.popup-contact .modal-guts .main-contact__row-textarea label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea {
  background: transparent;
  border-bottom: 1px solid #828282;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  resize: none;
  height: 40px;
  width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #052D1E;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea::-webkit-input-placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea::-moz-placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea:-ms-input-placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea::-ms-input-placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-textarea textarea::placeholder {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .main-contact__row-checker {
  margin-bottom: 30px;
}
.popup-contact .modal-guts .main-contact__row-checker .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 10px;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 2rem;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  z-index: 2;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  color: #828282;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #828282;
  pointer-events: none;
  z-index: 0;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #052D1E;
}
.popup-contact .modal-guts .cat-checker .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #052D1E;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-spinner {
  display: none;
  opacity: 0;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-submit {
  display: inline-block;
  background: #FAE013;
  border: 1px solid transparent;
  width: 217px;
  color: #052D1E;
  padding: 18px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-submit span {
  position: relative;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-submit span::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-submit:hover {
  border: 1px solid #115442;
  background: #115442;
  color: #ffffff;
}
.popup-contact .modal-guts .main-contact__submit-wrapper .wpcf7-submit:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.popup-contact .modal-guts .policy {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.64px;
  color: #828282;
  padding-top: 24px;
  margin-bottom: 0;
}
.popup-contact .modal-guts .policy a {
  text-decoration: underline;
}
.popup-contact .modal-guts .wpcf7-response-output {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 26.4px;
  color: #052D1E;
  font-size: 14px;
}

.popup-contact__overlay {
  position: fixed;
  z-index: -10; /* ниже формы по умолчанию */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, z-index 0s linear 0.4s;
  transition: opacity 0.4s ease, z-index 0s linear 0.4s; /* отложенная смена z-index */
}
.popup-contact__overlay.open {
  opacity: 1;
  z-index: 99998;
  -webkit-transition: opacity 0.4s ease, z-index 0s;
  transition: opacity 0.4s ease, z-index 0s;
}

.lem-news-page {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #FDF8F0;
}
@media screen and (max-width: 768px) {
  .lem-news-page {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.lem-news-page .page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 85px;
  line-height: 85px;
  color: #052D1E;
}
@media screen and (max-width: 768px) {
  .lem-news-page .page-title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .lem-news-page .page-title {
    font-size: 33px;
    line-height: 35px;
  }
}
.lem-news-page .featured-news-grid {
  margin-top: 44px;
  margin-bottom: 44px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lem-news-page .featured-news-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.lem-news-page .featured-news-grid .featured-news-item {
  border-radius: 4px;
  padding: 20px;
  background-color: #FBF2E1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.lem-news-page .featured-news-grid .featured-news-item a img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.lem-news-page .featured-news-grid .featured-news-item a .post-meta {
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.lem-news-page .featured-news-grid .featured-news-item a .post-meta .post-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #052D1E;
}
.lem-news-page .featured-news-grid .featured-news-item a .post-meta .post-date svg {
  width: 15px;
}
.lem-news-page .featured-news-grid .featured-news-item a h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #052D1E;
  text-decoration: none;
  max-width: 465px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .lem-news-page .featured-news-grid .featured-news-item a h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.lem-news-page .featured-news-grid .featured-news-item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.lem-news-page .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .lem-news-page .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .lem-news-page .news-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.lem-news-page .news-grid .news-item {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.lem-news-page .news-grid .news-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.lem-news-page .news-grid .news-item .post-meta {
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.lem-news-page .news-grid .news-item .post-meta .post-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #052D1E;
}
.lem-news-page .news-grid .news-item .post-meta .post-date svg {
  width: 15px;
}
.lem-news-page .news-grid .news-item h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #052D1E;
}
@media screen and (max-width: 992px) {
  .lem-news-page .news-grid .news-item h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.lem-news-page .news-grid .news-item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.single-post-container {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #FDF8F0;
}
@media screen and (max-width: 768px) {
  .single-post-container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.single-post-container .single-post {
  max-width: 640px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #898989;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .single-post-container .single-post {
    padding: 0 15px;
  }
}
.single-post-container .single-post .single-post-thumbnail {
  width: 100%;
  height: 370px;
  border-radius: 4px;
}
.single-post-container .single-post .single-post-thumbnail img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.single-post-container .single-post .single-post-meta {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #052D1E;
}
.single-post-container .single-post .single-post-meta svg {
  width: 15px;
}
.single-post-container .single-post .single-post-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #052D1E;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single-post-container .single-post .single-post-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.single-post-container .single-post .single-post-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .single-post-container .single-post .single-post-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-post-container .single-post .single-post-content p a {
  color: #000000;
  text-decoration: underline;
}
.single-post-container .single-post .single-post-content p a:hover {
  text-decoration: none;
}
.single-post-container .single-post .single-post-content figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-post-container .single-post .single-post-content figure figcaption {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
}
.single-post-container .single-post .single-post-content figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.single-post-container .single-post .single-post-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin: 30px 0 15px;
  font-weight: 600;
  color: #000000;
}
.single-post-container .single-post .single-post-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 25px 0 12px;
  font-weight: 600;
  color: #000000;
}
.single-post-container .single-post .single-post-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 20px 0 10px;
  font-weight: 600;
  color: #000000;
}
.single-post-container .single-post .single-post-content h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0 8px;
  font-weight: 600;
  color: #000000;
}
.single-post-container .single-post .single-post-content h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 12px 0 6px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  .single-post-container .single-post .single-post-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-post-container .single-post .single-post-content h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .single-post-container .single-post .single-post-content h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .single-post-container .single-post .single-post-content h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .single-post-container .single-post .single-post-content h5 {
    font-size: 13px;
    line-height: 18px;
  }
  .single-post-container .single-post .single-post-content h6 {
    font-size: 12px;
    line-height: 14px;
  }
}
.single-post-container .single-post .single-post-content > *:last-child {
  margin-bottom: 0 !important;
}
/*@import "../fonts/fonts.css";*/

.button {
  display: inline-block;
  background: #FAE013;
  border: 1px solid transparent;
  color: #052D1E;
  padding: 13px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease;
  line-height: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (max-width: 576px) {
  .button {
    font-size: 12px;
  }
}
.button span {
  position: relative;
  padding-right: 25px;
}
.button span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transition:background-image 0.3s;
}
@media (max-width: 576px) {
  .button span::before {
    bottom: -3px;
  }
}
.button:hover {
  background: #052D1E;
  color: #ffffff;
  border-color: #052D1E;
}
.button:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.button--brdr {
  border: 1px solid #052D1E;
  color: #052D1E;
  background-color: transparent;
}
.button--brdr span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6L12 10L8 14' stroke='%23052D1E' stroke-width='1.5'/%3E%3C/svg%3E");
}
.button--brdr:hover {
  background-color: #052D1E;
  color:  #fff;
}

.button--brdr2:hover {
  background-color: #052D1E20;
  color:  #052D1E;
}
.button--brdr:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.2124L12 10.2124L8 14.2124' stroke='%23FEFEFE' stroke-width='1.5'/%3E%3C/svg%3E");
}
.button--icon {
  padding-top: 11px;
  padding-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.button--icon span {
  padding: 0;
}
.button--icon span:before {
  content: none;
}
.button--icon img {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
}
.button--no-arrow span {
  padding: 0;
}
.button--no-arrow span:before {
  content: none;
}
.button--clr-yellow {
  color: #FAE013;
}
.button--white {
  background-color: #fff;
}
.button--no-brdr {
  border: none;
  background: transparent;
  padding: 0;
  gap: 12px;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
}

.button--sm {
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 6.5px 16px;
  line-height: 1.215;
}
.button--rnded {
  border-radius: 30px;
}

.row-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}