/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -285px !important;
    margin-right: -285px !important;
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #F5F5F5;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #747474;
  box-shadow: 0 0 20px 5px #747474;
}

a {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #9BAE03;
}

ul li {
  list-style-position: outside;
  color: #1A2214;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
ul li::marker {
  color: #9BAE03;
}

ol li {
  list-style-position: outside;
  color: #1A2214;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content li {
  margin-left: 20px;
}
.content ol li::marker {
  color: #9BAE03;
}

p {
  margin-bottom: 15px;
  color: #434343;
  font-size: 16px;
  line-height: 24px;
}
strong {
	font-weight: 700;
}

h1.page-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #1A2214;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
h1.page-title:before {
  content: url("../images/tag.png");
  margin-right: 15px;
  display: flex;
  flex-shrink: 0;
}

h2 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #1A2214;
}

h3 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #1A2214;
}

h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #1A2214;
}

h5 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1A2214;
}

h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
}

figure.wp-block-image {
  position: sticky;
  top: 80px;
}

.breadcrumbs {
  padding: 65px 0 30px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1A2214;
}
.breadcrumbs a,
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs a:hover,
.breadcrumbs span.current-item {
  color: #9BAE03;
}

.container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  background-color: #F0F2E8;
  color: #1A2214;
  border-radius: 1px;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 20px 40px;
  border: none;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-top: 8px solid #9BAE03;
  border-left: 8px solid #9BAE03;
  box-sizing: border-box;
  pointer-events: none;
}
.btn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-bottom: 8px solid #9BAE03;
  border-right: 8px solid #9BAE03;
  box-sizing: border-box;
  pointer-events: none;
}
.btn:hover {
  background-color: #9BAE03;
  color: #fff;
}
.btn.invert {
  background-color: #f6c4df;
  color: #fff;
}

#main,
#primary {
  min-height: 95vh;
  padding-left: 350px;
}

#main.front-page .frontpage__slider {
  overflow: hidden;
  height: 100vh;
}
#main.front-page section.swiper-slide {
  height: 100%;
  box-sizing: border-box;
}
#main.front-page section.swiper-slide .wp-block-group__inner-container {
  height: 100%;
  display: none;
}
#main.front-page section.swiper-slide:first-child .wp-block-group__inner-container {
  display: block;
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
  margin: 0 10px;
}
.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
  color: #9BAE03;
}
.navigation.pagination a.prev {
  margin-right: 150px;
  margin-left: -150px;
}
.navigation.pagination a.next {
  margin-right: -150px;
  margin-left: 150px;
}

/*========= 404 ==========*/
main.error-page .error__holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
main.error-page .error__image {
  max-width: 600px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}
main.error-page h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}
main.error-page .btn {
  margin: 80px auto 0;
}

/*============ HEADER =================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 65px 75px 50px;
  overflow-y: auto;
}
#header a.logo__holder {
  display: flex;
  margin-bottom: 40px;
}
#header a.logo__holder img {
  object-fit: contain;
  width: 100%;
}
#header .lang__selector {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#header .lang__selector .lang-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #BDBDBD;
  text-transform: uppercase;
  transition: color 0.3s ease-in, font-weight 0.3s ease-in;
}
#header .lang__selector .lang-item:first-of-type:after {
  content: "/";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #BDBDBD;
  margin: 0 4px;
}
#header .lang__selector .lang-item:hover a, #header .lang__selector .lang-item.current-lang a {
  font-weight: 800;
  color: #1A2214;
}
#header .menu__holder {
  list-style-type: none;
  margin-bottom: 30px;
}
#header .menu__holder li {
  margin-bottom: 20px;
}
#header .menu__holder li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1A2214;
}
#header .menu__holder li a:hover {
  color: #9BAE03;
}
#header .menu__holder li.active a {
  color: #9BAE03;
}
#header .phones__block {
  margin-bottom: 30px;
  position: relative;
}
#header .phones__block:before {
  content: url("../images/phone.svg");
  position: absolute;
  left: -25px;
  top: 1px;
}
#header .emails__block {
  margin-bottom: 30px;
  position: relative;
}
#header .emails__block .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .emails__block:before {
  content: url("../images/mail.svg");
  position: absolute;
  left: -25px;
  top: 1px;
}
#header .phones__block .block__title,
#header .emails__block .block__title {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 5px;
}
#header .phones__block .phone__item,
#header .emails__block .email__item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
}
#header .phones__block .phone__item:hover,
#header .emails__block .email__item:hover {
  color: #9BAE03;
}
#header .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-left: -25px;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
#header .burger.open_menu span {
  background-color: #9BAE03;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
#header .burger.open_menu.clicked {
  background-color: #9BAE03;
}
#header .burger.open_menu.clicked span {
  background-color: #fff;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 40px 60px 40px 55px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: -10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #9BAE03;
}
#header #mobile-mnu a.logo__holder {
  display: flex;
  margin-bottom: 40px;
}
#header #mobile-mnu a.logo__holder img {
  object-fit: contain;
  width: 100%;
}
#header #mobile-mnu .lang__selector {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
#header #mobile-mnu .lang__selector .lang-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #BDBDBD;
  text-transform: uppercase;
  transition: color 0.3s ease-in, font-weight 0.3s ease-in;
}
#header #mobile-mnu .lang__selector .lang-item:first-of-type:after {
  content: "/";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #BDBDBD;
  margin: 0 4px 0 0;
}
#header #mobile-mnu .lang__selector .lang-item:hover a, #header #mobile-mnu .lang__selector .lang-item.current-lang a {
  font-weight: 800;
  color: #1A2214;
}
#header #mobile-mnu .menu__holder {
  display: block;
  list-style-type: none;
  margin-bottom: 60px;
}
#header #mobile-mnu .menu__holder li {
  margin-bottom: 20px;
}
#header #mobile-mnu .menu__holder li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
}
#header #mobile-mnu .menu__holder li a:hover {
  color: #9BAE03;
}
#header #mobile-mnu .menu__holder li.active a {
  color: #9BAE03;
}
#header #mobile-mnu .phones__block {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#header #mobile-mnu .phones__block:before {
  content: url("../images/phone.svg");
  position: absolute;
  left: -25px;
  top: 1px;
}
#header #mobile-mnu .emails__block {
  display: block;
  margin-bottom: 40px;
  position: relative;
}
#header #mobile-mnu .emails__block:before {
  content: url("../images/mail.svg");
  position: absolute;
  left: -25px;
  top: 1px;
}
#header #mobile-mnu .phones__block .block__title,
#header #mobile-mnu .emails__block .block__title {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 5px;
}
#header #mobile-mnu .phones__block .phone__item,
#header #mobile-mnu .emails__block .email__item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
}
#header #mobile-mnu .phones__block .phone__item:hover,
#header #mobile-mnu .emails__block .email__item:hover {
  color: #9BAE03;
}
#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-left: -25px;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*========== ARCHIVE NEWS =========*/
#main.archive-news {
  padding-bottom: 110px;
}
#main.archive-news .archive__holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  align-items: stretch;
  margin-bottom: 60px;
}
#main.archive-news .news__item {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 1px;
}
#main.archive-news .news__item.nopreview {
  background-color: #fff;
  padding: 40px 35px 30px;
  border: 2px solid #fff;
  transition: border-color 0.3s ease-in;
}
#main.archive-news .news__item.nopreview .nopreview {
  order: 2;
  margin: auto auto 0;
  width: 100%;
  object-fit: contain;
  display: block;
  max-width: 155px;
  filter: grayscale(1) contrast(0);
  opacity: 0.3;
  transition: filter 0.3s ease-in, opacity 0.3s ease-in;
}
#main.archive-news .news__item.nopreview .item__info {
  order: 0;
  margin-bottom: 20px;
}
#main.archive-news .news__item.nopreview .item__title {
  order: 1;
  margin-bottom: 70px;
}
#main.archive-news .news__item.nopreview:hover {
  border-color: #9BAE03;
}
#main.archive-news .news__item.nopreview:hover .nopreview {
  opacity: 1;
  filter: none;
}
#main.archive-news .news__item.with-preview {
  border-bottom: 2px solid #9BAE03;
}
#main.archive-news .news__item.with-preview .item__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 31/24;
  margin-bottom: 15px;
}
#main.archive-news .news__item.with-preview .item__info {
  margin-top: auto;
  margin-bottom: 10px;
}
#main.archive-news .news__item.with-preview .item__title {
  transition: color 0.3s ease-in;
  margin-bottom: 40px;
}
#main.archive-news .news__item.with-preview:hover .item__title {
  color: #9BAE03;
}
#main.archive-news .news__item .item__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#main.archive-news .news__item .item__info .item__city {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #828282;
}
#main.archive-news .news__item .item__info .item__city svg {
  margin-right: 10px;
}
#main.archive-news .news__item .item__info .item__date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
  color: #1A2214;
  margin-left: auto;
}
#main.archive-news .news__item .item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1A2214;
}

/*============ SINGLE NEWS ============*/
#main.single-news {
  padding-bottom: 110px;
}
#main.single-news a.btn.back {
  margin-top: 80px;
}

/*============ FOOTER ===============*/
#footer {
  padding-left: 350px;
  background-color: #3A4F28;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer.fixed {
  display: none;
}
#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer .container .btn {
  background-color: #445833;
  color: #fff;
}
#footer .container .btn:hover {
  background-color: #9BAE03;
}
#footer .copyright,
#footer a.privacy {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
#footer a.privacy {
  text-decoration: underline;
}
#footer a.privacy:hover {
  color: #9BAE03;
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: fit-content;
  width: 560px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
  padding: 60px 80px;
  overflow-y: auto;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 40px;
  font-weight: 700;
  color: #1A2214;
  transform: rotate(45deg);
  cursor: pointer;
}
#footer .theme-modal .title {
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #1A2214;
}
#footer .theme-modal .subtitle {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  color: #1A2214;
}
#footer .theme-modal .form__holder {
  margin-top: 40px;
}
#footer .theme-modal .contact_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .theme-modal .contact_form .form_input {
  width: 100%;
  margin-bottom: 10px;
}
#footer .theme-modal .contact_form .form_input textarea,
#footer .theme-modal .contact_form .form_input input {
  height: 64px;
  width: 100%;
  border: 1px solid #1A2214;
  padding: 0 40px;
  font-size: 16px;
  line-height: 24px;
  color: #1A2214;
  background: transparent;
  outline: none;
}
#footer .theme-modal .contact_form .form_input textarea.wpcf7-not-valid,
#footer .theme-modal .contact_form .form_input input.wpcf7-not-valid {
  border-color: red;
}
#footer .theme-modal .contact_form .form_input textarea:focus,
#footer .theme-modal .contact_form .form_input input:focus {
  border-color: #9BAE03;
}
#footer .theme-modal .contact_form .form_input textarea {
  resize: none;
  height: 160px;
  padding: 20px 40px;
}
#footer .theme-modal .contact_form .submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#footer .theme-modal .contact_form .submit .apperance {
  font-size: 14px;
  line-height: 20px;
  color: #1A2214;
  max-width: 270px;
  width: 100%;
}
#footer .theme-modal .contact_form .submit .apperance a {
  text-decoration: underline;
  color: inherit;
}
#footer .theme-modal .contact_form .submit .apperance a:hover {
  color: #9BAE03;
}
#footer .theme-modal .contact_form .submit .btn {
  width: 100%;
  margin-bottom: 10px;
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1400px) {
  /*========== BASE CONFIG ========*/
  #footer,
#main,
#primary {
    padding-left: 300px;
  }
  /*========= HEADER ========*/
  #header {
    padding: 45px;
    width: 300px;
  }
  /*=========== ARCHIVE NEWS ==========*/
  #main.archive-news .archive__holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1240px) {
  /*======== ARCHIVE NEWS ===========*/
  #main.archive-news .news__item.nopreview {
    padding: 20px 15px 20px;
  }
}
@media (max-width: 1025px) {
  /*========== BASE CONFIG ========*/
  #footer,
#main,
#primary {
    padding-left: 0;
  }
  /*====== NAVIGATION ===========*/
  .navigation.pagination a.prev {
    margin-right: 100px;
    margin-left: -100px;
  }
  .navigation.pagination a.next {
    margin-right: -100px;
    margin-left: 100px;
  }
  /*======== HEADER =========*/
  #header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: fit-content;
    min-height: unset;
    padding: 15px;
    z-index: 10;
  }
  #header a.logo__holder,
#header .phones__block,
#header .lang__selector {
    margin-bottom: 0;
  }
  #header .emails__block,
#header .soc__holder,
#header .menu__holder {
    display: none;
  }
  #header .burger.open_menu {
    display: flex;
  }
}
@media (max-width: 769px) {
  /*====== NAVIGATION ===========*/
  .navigation.pagination a.prev {
    margin-right: 40px;
    margin-left: -40px;
  }
  .navigation.pagination a.next {
    margin-right: -40px;
    margin-left: 40px;
  }
  /*========== HEADER =========*/
  #header {
    gap: 10px;
    padding: 10px 15px;
  }
  #header .phones__block {
    display: none;
  }
  #header .lang__selector {
    flex-shrink: 0;
  }
  /*======== ARCHIVE NEWS ===========*/
  #main.archive-news .archive__holder {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  /*=========== FOOTER ==========*/
  #footer .container {
    flex-wrap: wrap;
    gap: 10px;
  }
  #footer .container .copyright {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  /*========== MODAL ==========*/
  #footer .theme-modal {
    padding: 20px 40px;
  }
  #footer .theme-modal .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 498px) {
  /*========= BASE CONFIG ==========*/
  h1.page-title,
h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
  /*====== NAVIGATION ===========*/
  .navigation.pagination a.prev {
    margin-right: 20px;
    margin-left: -20px;
  }
  .navigation.pagination a.next {
    margin-right: -20px;
    margin-left: 20px;
  }
  /*=========== HEADER ===========*/
  #header > a.logo__holder img {
    max-height: 30px;
  }
  /*======== ARCHIVE NEWS ===========*/
  #main.archive-news .archive__holder {
    grid-gap: 15px;
  }
  /*========== FOOTER ============*/
  #footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /*========== MODAL ==========*/
  #footer .theme-modal {
    padding: 20px;
  }
  #footer .theme-modal .title {
    font-size: 30px;
    line-height: 35px;
  }
  #footer .theme-modal .contact_form .form_input input {
    height: 50px;
  }
  #footer .theme-modal .contact_form .form_input textarea {
    height: 100px;
  }
}
@media (max-width: 375px) {
  /*========= BASE CONFIG ==========*/
  h1.page-title,
h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  /*======== ARCHIVE NEWS ===========*/
  #main.archive-news .archive__holder {
    grid-template-columns: 1fr;
  }
}

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