@import url("https://fonts.googleapis.com/css2?family=Forum&family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: #2c5545;
}
@media (any-hover: hover) {
  a:hover {
    color: rgb(26.6046511628, 51.3953488372, 41.7209302326);
  }
}

a,
button {
  cursor: pointer;
  border: none;
  transition: all 0.5s ease;
}

html {
  overflow: hidden auto;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #d9e4e0;
}
html::-webkit-scrollbar-thumb {
  background-color: #2c5545;
}

body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #edf0ef;
  color: #3a4040;
}

.container,
[class*=__container] {
  max-width: 1362px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1362px) {
  .container,
  [class*=__container] {
    max-width: 100%;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  margin-top: 93px;
}
@media (max-width: 1362px) {
  body main {
    margin-top: 145px;
  }
}
@media (max-width: 1023.8px) {
  body main {
    margin-top: 93px;
  }
}
@media (max-width: 767.8px) {
  body main {
    margin-top: 65px;
  }
}
body footer {
  margin-top: auto;
}

.btn {
  white-space: nowrap;
  display: flex;
  padding: 10px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #d1dab1;
  color: #3a4040;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  min-width: 184px;
}
.btn:hover {
  background: #bbc793;
}

.btn--arrow {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn--arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M8.98529 0.500186L9.48529 0.500186L9.48529 0.000186222L8.98529 0.000186285L8.98529 0.500186ZM0.146459 8.63191C-0.0488029 8.82718 -0.0488033 9.14376 0.146459 9.33902C0.341721 9.53428 0.658304 9.53428 0.853566 9.33902L0.146459 8.63191ZM8.98529 6.15704L9.48529 6.15704V0.500186L8.98529 0.500186L8.48529 0.500186V6.15704L8.98529 6.15704ZM8.98529 0.500186L8.98529 0.000186285L3.32844 0.000186011L3.32844 0.500186V1.00019L8.98529 1.00019L8.98529 0.500186ZM8.98529 0.500186L8.63174 0.146633L0.146459 8.63191L0.500012 8.98547L0.853566 9.33902L9.33885 0.85374L8.98529 0.500186Z' fill='%232C5545' /%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
.btn--arrow:hover::after {
  transform: scaleY(-1);
}

.btn--outline {
  background: transparent;
  border: 1px solid #d1dab1;
}

.form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__row {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 767.8px) {
  .form__row {
    flex-direction: column;
  }
}
.form__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form__item input {
  outline: none;
  width: 100%;
  padding: 16px 20px;
  border-radius: 30px;
  border: 1px solid #d1dab1;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.form__item input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.form__controle {
  display: flex;
  flex-direction: column-reverse;
}
.form .btn {
  width: 100%;
}

.wpcf7-acceptance label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
  background: #d1dab1;
}
.wpcf7-acceptance label .wpcf7-list-item-label {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.wpcf7-acceptance label .wpcf7-list-item-label::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 40px;
  border: 1px solid #d1dab1;
  transition: all 0.5s ease;
}
.wpcf7-acceptance label .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #fff;
}

.search {
  width: 100%;
}
.search input {
  width: 100%;
  display: flex;
  padding: 10px 14px 10px 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #d1dab1;
  outline: none;
  background: transparent 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%3Ccircle cx='9.21601' cy='9.21549' r='5.88495' stroke='%232C5545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.67 16.6694L13.377 13.3764' stroke='%232C5545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 14px center/20px no-repeat;
}

.breadcrumbs {
  margin: 20px 0 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: auto;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M8.5 3.02022L8.85355 3.37378L9.20711 3.02022L8.85355 2.66667L8.5 3.02022ZM0.5 2.52022C0.223858 2.52022 2.57269e-07 2.74408 2.33127e-07 3.02022C2.08986e-07 3.29636 0.223858 3.52022 0.5 3.52022L0.5 2.52022ZM5.83333 5.68689L6.18689 6.04044L8.85355 3.37378L8.5 3.02022L8.14645 2.66667L5.47978 5.33334L5.83333 5.68689ZM8.5 3.02022L8.85355 2.66667L6.18689 2.6588e-06L5.83333 0.353556L5.47978 0.707109L8.14645 3.37378L8.5 3.02022ZM8.5 3.02022L8.5 2.52022L0.5 2.52022L0.5 3.02022L0.5 3.52022L8.5 3.52022L8.5 3.02022Z' fill='%232C5545' /%3E%3C/svg%3E%0A") center center/8px no-repeat;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item a {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.breadcrumbs__item span {
  color: #2c5545;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  white-space: nowrap;
}

@media (max-width: 767.8px) {
  .breadcrumbs {
    margin: 20px 0 20px;
    padding-bottom: 10px;
    gap: 5px;
  }
  .breadcrumbs__item {
    gap: 5px;
  }
  .breadcrumbs__item a {
    font-size: 12px;
  }
  .breadcrumbs__item span {
    font-size: 12px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  padding-top: 90px;
  background: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  transform: translateX(200%);
}
.mobile-menu._active {
  transform: translateX(0);
}
.mobile-menu__container {
  flex: 1;
  min-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 54px;
}
.mobile-menu__top {
  margin-bottom: 20px;
}
.mobile-menu__top .btn {
  width: 100%;
  max-width: 100%;
}
.mobile-menu__list {
  width: 100%;
  margin-bottom: 30px;
}
.mobile-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.mobile-menu__list ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu__list ul li a {
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.mobile-menu__contacts {
  margin-top: auto;
  border-top: 1px solid rgba(44, 85, 69, 0.3);
  padding-top: 20px;
}
.mobile-menu__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu__item span {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.mobile-menu__item span + a {
  color: #2c5545;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.mobile-menu__item p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.mobile-menu__item p a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: underline;
}
.mobile-menu__socila {
  margin-bottom: 30px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header.header-show {
  background: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.header__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__contacts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.header__socila {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.header__socila a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.header__socila a img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.header__socila a:hover {
  background: #d1dab1;
}
.header__link {
  display: flex;
  flex-direction: column;
}
.header__link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  background: #3a4040;
  border-radius: 30px;
  padding: 5px;
}
.header__burger {
  display: none;
}
.header .logo img {
  max-width: 140px;
}
.header .menu {
  padding: 10px 0 10px 15px;
}
.header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .menu ul a {
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.header .menu ul a:hover {
  color: #d1dab1;
}

@media (max-width: 1362px) {
  .header__container {
    flex-direction: column;
    gap: 0;
  }
  .header__left {
    width: 100%;
    justify-content: space-between;
  }
  .header__right {
    width: 100%;
    justify-content: space-between;
  }
  .header__burger {
    display: none;
  }
  .header .logo img {
    max-width: 140px;
  }
  .header .menu {
    width: 100%;
    padding: 10px 0 10px 15px;
  }
  .header .menu ul {
    width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 1023.8px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
  .header__left {
    width: auto;
    justify-content: flex-start;
  }
  .header__right {
    display: none;
  }
  .header__burger {
    display: flex;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 3px;
    border-radius: 30px;
    border: 1px solid #2c5545;
    color: #3a4040;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }
  .header__burger::after {
    content: "";
    width: 7px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M0 1.11V0H7.44V1.11H0ZM0 3.39V2.28H7.44V3.39H0ZM0 5.67V4.56H7.44V5.67H0Z' fill='%233A4040' /%3E%3C/svg%3E%0A") center center/contain no-repeat;
  }
  .header__burger._close {
    border: 1px solid #2c5545;
    background: #2c5545;
    color: #d1dab1;
  }
  .header__burger._close::after {
    background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M0 1.11V0H7.44V1.11H0ZM0 3.39V2.28H7.44V3.39H0ZM0 5.67V4.56H7.44V5.67H0Z' fill='%23d1dab1' /%3E%3C/svg%3E%0A") center center/contain no-repeat;
  }
}
@media (max-width: 767.8px) {
  .header {
    padding: 2px 0;
  }
  .header .logo img {
    max-width: 91px;
  }
  .header__socila {
    display: none;
  }
  .header__link a {
    font-size: 12px;
  }
}
.footer {
  background: #edf0ef;
  padding: 120px 0 60px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.footer__top .logo img {
  max-width: 264px;
}
.footer__contacts {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.footer__contacts .btn {
  max-width: 270px;
}
.footer__block {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__item span {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.footer__item a {
  white-space: nowrap;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.64px;
}
.footer__item p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.footer__item p a {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: underline;
}
.footer__item + p {
  margin: 0;
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.footer__socila {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer__socila a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.footer__socila a img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.footer__socila a:hover {
  background: #d1dab1;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__info a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-decoration: underline;
  white-space: nowrap;
}
.footer__copyright {
  margin: 0;
  color: #727272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.footer__menu {
  width: 100%;
  max-width: 985px;
  padding-top: 30px;
  border-top: 1px solid rgba(44, 85, 69, 0.5);
}
.footer__menu .btn {
  display: none;
}
.footer__menu .menu {
  width: 100%;
}
.footer__menu .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__menu .menu ul a {
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.footer__menu .menu ul a:hover {
  color: #d1dab1;
}

@media (max-width: 1362px) {
  .footer {
    padding-top: 90px;
  }
  .footer__container {
    gap: 40px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__top .logo img {
    max-width: 250px;
  }
  .footer__block {
    gap: 20px;
  }
  .footer__item span {
    font-size: 14px;
  }
  .footer__item a {
    font-size: 28px;
  }
  .footer__item p {
    font-size: 14px;
  }
  .footer__item p a {
    font-size: 12px;
  }
  .footer__item + p {
    font-size: 12px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer__info {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__menu {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023.8px) {
  .footer {
    padding-top: 90px;
  }
  .footer__container {
    gap: 40px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__top .logo img {
    max-width: 166px;
  }
  .footer__block {
    gap: 20px;
    flex: 1 1 33%;
  }
  .footer__item a {
    font-size: 24px;
  }
  .footer__item p {
    font-size: 16px;
  }
  .footer__item p a {
    font-size: 14px;
  }
  .footer__item + p {
    font-size: 14px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer__info {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__menu {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.8px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .footer__block {
    gap: 20px;
    flex: 1 1 auto;
  }
  .footer__block .btn {
    display: none;
  }
  .footer__contacts {
    flex-direction: column;
    gap: 30px;
  }
  .footer__item {
    flex: 1 1 auto;
  }
  .footer__item a {
    font-size: 24px;
  }
  .footer__item p {
    font-size: 16px;
  }
  .footer__item p a {
    font-size: 14px;
  }
  .footer__item + p {
    font-size: 14px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .footer__info {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .footer__menu {
    width: 100%;
    max-width: 100%;
  }
  .footer__menu .btn {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__menu .menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}
.popup {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  z-index: 9999;
}

.popup::before {
  content: "";
  background: rgba(16, 12, 12, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transition: all 0.5s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  max-width: 380px;
  padding: 50px 40px;
  width: 100%;
  transform: scale(0);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  background: #2c5545;
  border-radius: 20px;
}
.popup__body._big {
  max-width: 610px;
}

@media (max-width: 767px) {
  .popup__body {
    padding: 50px 20px;
  }
}
.popup__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 30;
  background: transparent;
}

.popup__close::after,
.popup__close::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:hover::after,
.popup__close:hover::before,
.popup__close:focus-visible::after,
.popup__close:focus-visible::before {
  background: #d1dab1;
}

.popup__title {
  margin: 0;
  color: #3a4040;
  font-family: "Forum", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.popup__title span {
  display: inline-block;
  margin: 2px -5px;
  border-radius: 5px;
  padding: 0 6px;
  background: #d1dab1;
}

.popup__text {
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
}

.popup__form {
  margin-top: 30px;
}

.popup__form .btn {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.hero {
  margin: 65px 0 120px;
}
.hero__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  margin-bottom: 50px;
}
.hero__header.flex-start {
  align-items: flex-start;
}
.hero__header .--col {
  max-width: 650px;
}
.hero__header .--row {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 10px;
  margin-top: 30px;
}
.hero__header .--row .btn {
  flex: 1 1 auto;
  max-width: 370px;
}
.hero__header h1 {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__header h1 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.hero__header p {
  margin: 0;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.hero__cover {
  margin: 0 10px;
  max-width: 100%;
}
.hero__cover img {
  width: 100%;
  aspect-ratio: 142/45;
  border-radius: 30px;
  object-fit: cover;
}

@media (max-width: 1362px) {
  .hero__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .hero__header .btn {
    max-width: 100%;
  }
}
@media (max-width: 1362px) {
  .hero {
    margin: 60px 0 90px;
  }
  .hero__header {
    margin-bottom: 40px;
  }
  .hero__header .--row {
    flex-direction: column;
  }
  .hero__header h1 {
    font-size: 32px;
  }
  .hero__cover img {
    aspect-ratio: 179/100;
  }
}
.mission {
  margin-top: -223px;
  margin-bottom: 120px;
}
.mission__box {
  margin: 0 auto;
  max-width: 874px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 80px 56px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mission__box h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.mission__box h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.mission__box p {
  color: #3a4040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.mission__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.mission__item {
  flex: 1 1 calc(25% - 20px);
  position: relative;
}
.mission__item:nth-child(3n) .mission__head, .mission__item:nth-child(3n) .mission__content {
  background: #2c5545;
}
.mission__item:nth-child(3n) .mission__head span,
.mission__item:nth-child(3n) .mission__head p, .mission__item:nth-child(3n) .mission__content span,
.mission__item:nth-child(3n) .mission__content p {
  color: #fff;
}
.mission__item:nth-child(3n) .mission__head::after, .mission__item:nth-child(3n) .mission__head::before {
  background: #2c5545;
}
.mission__item:nth-child(3n) .mission__icon div {
  background: #d1dab1;
}
.mission__head {
  width: 70%;
  min-height: 135px;
  padding: 30px 20px 50px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.mission__head::after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 30px;
  border-radius: 0 30px 0 0;
}
.mission__head::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: 111%;
  top: 73px;
  border-radius: 0 28px 0 0;
}
.mission__head span {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.mission__icon {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 30%;
  background-color: #edf0ef;
  border-radius: 40px;
  padding: 0 10px 10px;
  color: #d1dab1;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.mission__icon div {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #3a4040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: -60px;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 0 30px 30px 30px;
}
.mission__content p {
  margin-top: 20px;
  color: #2c5545;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

@media (max-width: 1362px) {
  .mission__wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .mission__item {
    flex: 1 1 calc(50% - 20px);
  }
  .mission__head::after {
    left: 80%;
  }
  .mission__head::before {
    width: 120px;
    left: auto;
    right: -108px;
    top: 64px;
  }
  .mission__icon div {
    height: 60px;
  }
}
@media (max-width: 767.8px) {
  .mission {
    margin-top: -60px;
    margin-bottom: 90px;
  }
  .mission__box {
    margin: 0 auto;
    padding: 60px 15px;
  }
  .mission__box h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .mission__box p {
    font-size: 14px;
  }
  .mission__wrapper {
    margin-top: 40px;
  }
  .mission__item {
    flex: 1 1 100%;
  }
  .mission__head::after {
    left: 80%;
  }
  .mission__head::before {
    width: 120px;
    left: auto;
    right: -102px;
    top: 64px;
  }
  .mission__icon div {
    height: 60px;
  }
}
.complecks {
  margin: 120px 10px;
  padding: 50px 0 40px;
  border-radius: 30px;
  background: #d9e4e0;
}
.complecks__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 50px;
}
.complecks__header div {
  flex: 1 1 50%;
}
.complecks__header h2 {
  flex: 1 1 50%;
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.complecks__header h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  margin: 1px 0;
  color: #fff;
}
.complecks__header p {
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.complecks__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.complecks__item {
  flex: 1 1 calc(33.33% - 20px);
  padding: 30px;
  border-radius: 30px;
  background: #e7efec;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.complecks__item h2 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Forum", serif;
  color: #3a4040;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.complecks__item:hover {
  background: #2c5545;
}
.complecks__item:hover h2 {
  color: #fff;
}
.complecks__item:hover .complecks__image {
  opacity: 0;
  visibility: hidden;
}
.complecks__item:hover .complecks__content {
  visibility: visible;
  opacity: 1;
}
.complecks__item:hover .complecks__number {
  background: #d1dab1;
  border-color: #d1dab1;
}
.complecks__number {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #2c5545;
  color: #2c5545;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}
.complecks__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.complecks__image img {
  max-width: 300px;
  min-height: 161px;
}
.complecks__content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  min-height: 161px;
}
.complecks__content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  opacity: 0.7;
}
.complecks__box {
  position: relative;
}
.complecks .btn {
  margin-top: auto;
}

@media (max-width: 1362px) {
  .complecks__header {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .complecks__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  .complecks__item {
    padding: 20px;
  }
  .complecks__item h2 {
    font-size: 20px;
  }
  .complecks__number {
    width: 40px;
    height: 40px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid #2c5545;
    color: #2c5545;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
  }
  .complecks__image {
    visibility: hidden;
    opacity: 0;
  }
  .complecks__content {
    visibility: visible;
    opacity: 1;
    margin-bottom: 74px;
  }
  .complecks__content p {
    color: #3a4040;
  }
}
@media (max-width: 1023.8px) {
  .complecks__wrapper {
    flex-direction: column;
  }
  .complecks__item {
    flex: 1 1 auto;
  }
}
@media (max-width: 767.8px) {
  .complecks {
    margin: 90px 10px;
    padding: 40px 4px;
  }
  .complecks__header {
    margin-bottom: 38px;
  }
  .complecks__header h2 {
    font-size: 25px;
  }
  .complecks__item h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .complecks__item:hover {
    background: #fff;
  }
  .complecks__item:hover h2 {
    color: #3a4040;
  }
  .complecks__item:hover .complecks__number {
    background: transparent;
    border-color: #3a4040;
  }
  .complecks__number {
    margin-bottom: 20px;
  }
  .complecks__content {
    min-height: auto;
  }
  .complecks__content p {
    font-size: 12px;
  }
}
.review__grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.review__item {
  flex: 0 0 calc(33.333% - 20px);
  position: relative;
}
.review__head {
  width: calc(100% - 120px);
  margin-left: auto;
  min-height: 122px;
  padding: 30px 20px 0px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.review__head::before {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #fff;
  position: absolute;
  left: -85px;
  top: 40px;
  border-radius: 0;
}
.review__head h3 {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.review__head p {
  margin: 0;
  margin-top: 6px;
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  position: relative;
  z-index: 2;
}
.review__avatar {
  position: absolute;
  top: -5px;
  left: 0;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  border: 10px solid #edf0ef;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.review__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.review__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: -10px;
  padding: 40px 20px 68px;
  background: #fff;
  border-radius: 30px 0 30px 30px;
}
.review__content p {
  margin-bottom: 40px;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

@media (max-width: 1362px) {
  .review__item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767.8px) {
  .review__item {
    flex: 0 0 100%;
  }
  .review__content {
    padding: 30px 20px;
  }
  .review__content p {
    margin: 0;
  }
}
.review-block {
  margin: 120px 0;
}
.review-block__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.review-block__head {
  flex: 0 0 427px;
  display: flex;
  flex-direction: column;
}
.review-block__head h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.review-block__head h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.review-block__head p {
  margin: 0;
  color: #3a4040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.review-block__controle {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.review-block__controle--mobile {
  display: none;
}
.review-block__prev, .review-block__next {
  width: 50px;
  height: 50px;
  border: 1px solid #2c5545;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.review-block__prev:hover, .review-block__next:hover {
  background: #2c5545;
}
.review-block__prev:hover svg path, .review-block__next:hover svg path {
  fill: #fff;
}
.review-block__wrapper {
  flex: 1 1 auto;
  position: relative;
}
.review-block__slider {
  flex: 0 0 auto;
  max-width: 873px;
  overflow: hidden;
}

@media (max-width: 1362px) {
  .review-block {
    margin: 90px 0;
  }
  .review-block__container {
    flex-direction: column;
    gap: 20px;
  }
  .review-block__head {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
  }
  .review-block__controle {
    display: none;
  }
  .review-block__slider {
    max-width: 100%;
  }
  .review-block__controle--mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 767.8px) {
  .review-block__head h2 {
    font-size: 28px;
  }
}
.contacts {
  border-radius: 30px;
  background: url("../img/contacts_cover.jpg") center center/cover no-repeat;
  padding: 60px 25px;
  margin: 120px 10px;
}
.contacts__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.contacts__left {
  max-width: 741px;
  width: 100%;
}
.contacts__left h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.contacts__left h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.contacts__left p {
  margin: 0;
  max-width: 430px;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.contacts__right {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 33px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contacts__item p {
  margin: 0;
  color: #3a4040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts__item p a {
  color: #3a4040;
  font-weight: 700;
}
.contacts__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.contacts__top h3 {
  margin: 0;
  color: #2c5545;
  font-size: 24px;
  font-style: normal;
  font-family: "Forum", serif;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.contacts__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #d1dab1;
}

@media (max-width: 1362px) {
  .contacts {
    margin: 90px 10px;
  }
  .contacts__container {
    flex-direction: column;
    gap: 140px;
  }
}
@media (max-width: 767.8px) {
  .contacts {
    padding: 50px 0px 20px;
  }
  .contacts__left h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .contacts__right {
    padding: 20px;
    gap: 20px;
  }
  .contacts__item p {
    font-size: 14px;
  }
  .contacts__top h3 {
    font-size: 16px;
  }
}
.advice {
  margin: 120px 0;
}
.advice__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.advice__header h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.advice__header h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.advice__header p {
  margin: 0;
  max-width: 538px;
  font-size: 14px;
}
.advice__header .btn {
  margin-top: 40px;
  max-width: 260px;
}
.advice__wrapper {
  max-width: 650px;
  width: 100%;
}
.advice__wrapper .btn-mobile {
  display: none;
}
.advice__wrapper .accordion-item {
  padding: 20px;
  background-color: #d9e4e0;
  border-radius: 30px;
  border-bottom: 0;
  margin-bottom: 5px;
}
.advice__wrapper .accordion-header span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
}

@media (max-width: 1362px) {
  .advice__container {
    flex-direction: column;
    gap: 30px;
  }
  .advice__header .btn {
    display: none;
  }
  .advice__wrapper {
    max-width: 100%;
  }
  .advice__wrapper .btn-mobile {
    display: flex;
    max-width: 370px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767.8px) {
  .advice {
    margin: 90px 0;
  }
  .advice__header h2 {
    font-size: 20px;
  }
  .advice__wrapper .accordion-header span {
    font-size: 16px;
  }
}
.form-help {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1420px;
  border-radius: 30px;
  background: #2c5545;
  color: #ffffff;
  padding: 60px 0 86px;
}
@media (max-width: 1362px) {
  .form-help {
    margin: 0 16px;
  }
}
.form-help__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 52px;
}
.form-help__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form-help__content h2 {
  margin: 0;
  color: #3a4040;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.form-help__content h2 span {
  display: inline-block;
  margin: 2px -5px;
  border-radius: 5px;
  padding: 0 6px;
  background: #d1dab1;
}
.form-help__content p {
  max-width: 456px;
  margin: 0;
  margin-top: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  opacity: 0.7;
}
.form-help__form {
  flex: 1 1 auto;
  max-width: 650px;
  width: 100%;
}

@media (max-width: 1023.8px) {
  .form-help {
    margin: 0 16px;
    margin-top: 90px;
  }
  .form-help__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
  }
  .form-help__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .form-help__content h2 span {
    margin: 2px -4px;
  }
}
@media (max-width: 767.8px) {
  .form-help {
    padding: 50px 0;
  }
  .form-help__container {
    gap: 30px;
  }
  .form-help__content {
    gap: 30px;
  }
  .form-help__content h2 {
    font-size: 28px;
  }
}
.article__content {
  max-width: 873px;
}
.article__content h1 {
  margin: 0;
  margin-bottom: 30px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.article__content p {
  color: #3a4040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 15px 0;
}
.article__link {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2c5545;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.article__link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M8.5 3.02022L8.85355 3.37378L9.20711 3.02022L8.85355 2.66667L8.5 3.02022ZM0.5 2.52022C0.223858 2.52022 2.57269e-07 2.74408 2.33127e-07 3.02022C2.08986e-07 3.29636 0.223858 3.52022 0.5 3.52022L0.5 2.52022ZM5.83333 5.68689L6.18689 6.04044L8.85355 3.37378L8.5 3.02022L8.14645 2.66667L5.47978 5.33334L5.83333 5.68689ZM8.5 3.02022L8.85355 2.66667L6.18689 2.6588e-06L5.83333 0.353556L5.47978 0.707109L8.14645 3.37378L8.5 3.02022ZM8.5 3.02022L8.5 2.52022L0.5 2.52022L0.5 3.02022L0.5 3.52022L8.5 3.52022L8.5 3.02022Z' fill='%232C5545' /%3E%3C/svg%3E%0A") center center/8px no-repeat;
  transform: scale(-1);
}

@media (max-width: 767.8px) {
  .article__content h1 {
    font-size: 34px;
  }
  .article__content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .article__link {
    margin-top: 30px;
  }
}
.case {
  margin-bottom: 120px;
}
.case__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  margin-bottom: 50px;
}
.case__header.flex-start {
  align-items: flex-start;
}
.case__header div {
  flex: 1 1 50%;
}
.case__header h1 {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.case__header h1 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.case__header p {
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.case__category {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.case__btn {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  background: transparent;
  color: #3a4040;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.case__btn:hover {
  color: #d1dab1;
  background: #3a4040;
}
.case__btn:active {
  transform: scale(0.98);
}
.case__btn.--active {
  color: #d1dab1;
  background: #3a4040;
}
.case .case-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.case .accordion-header {
  position: relative;
}
.case .accordion-header span {
  flex: 1;
}
.case__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.case__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #2c5545;
}
.case__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.case__item:hover .case__arrow {
  transform: rotate(-135deg);
}
.case__item:hover .case__content {
  color: #2c5545;
}
.case__cover img {
  width: 150px;
  height: 150px;
  border-radius: 30px;
  object-fit: cover;
}
.case__content {
  flex: 1;
  color: #3a4040;
}
.case__content p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.case__arrow {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #2c5545;
  transition: all 0.5s ease;
}
.case__footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.case__footer .btn {
  max-width: 370px;
  width: 100%;
}

@media (max-width: 1023.8px) {
  .case__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 50px;
  }
  .case__header div {
    flex: 1 1 auto;
  }
  .case__header p {
    max-width: 60%;
  }
}
@media (max-width: 767.8px) {
  .case {
    margin-bottom: 90px;
  }
  .case__header {
    gap: 0px;
  }
  .case__header h1 {
    font-size: 32px;
  }
  .case__header p {
    max-width: 100%;
  }
  .case__btn {
    padding: 10px;
    font-size: 11px;
  }
  .case__items {
    gap: 20px;
  }
  .case__item {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 80px;
  }
  .case .case-content {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 80px;
  }
  .case__cover img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .case__content p {
    margin: 0;
    font-size: 16px;
  }
  .case .accordion-buttom {
    position: absolute;
    bottom: 30px;
    right: 0px;
  }
  .case__footer {
    margin-top: 40px;
  }
}
.case-block {
  margin: 120px 0;
}
.case-block__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}
.case-block__header div {
  flex: 1 1 50%;
}
.case-block__header h2 {
  flex: 1 1 50%;
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.case-block__header h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.case-block__header p {
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.case-block__wrapper {
  display: flex;
  gap: 40px;
}
.case-block__cover {
  flex: 1 1 50%;
}
.case-block__cover img {
  border-radius: 30px;
  max-width: 100%;
  aspect-ratio: 63/43;
}
.case-block__content {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.case-block__content .btn {
  margin-top: auto;
}

.accordion {
  margin-bottom: 30px;
}
.accordion-item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(44, 85, 69, 0.2);
  transition: all 0.5s ease;
}
.accordion-item.active .accordion-buttom {
  transform: rotate(180deg);
}
.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.accordion-header span {
  font-family: "Forum", serif;
  color: #3a4040;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}
.accordion-buttom {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 10px 25px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  transition: all 0.5s ease;
  background: #2c5545 url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M4.35352 12.5L3.99996 12.8536L4.35352 13.2071L4.70707 12.8536L4.35352 12.5ZM4.85352 0.5C4.85352 0.223858 4.62966 5.09925e-08 4.35352 4.76995e-08C4.07737 4.44066e-08 3.85352 0.223858 3.85352 0.5L4.35352 0.5L4.85352 0.5ZM0.353516 8.5L-3.77161e-05 8.85355L3.99996 12.8536L4.35352 12.5L4.70707 12.1464L0.707069 8.14645L0.353516 8.5ZM4.35352 12.5L4.70707 12.8536L8.70707 8.85355L8.35352 8.5L7.99996 8.14645L3.99996 12.1464L4.35352 12.5ZM4.35352 12.5L4.85352 12.5L4.85352 0.5L4.35352 0.5L3.85352 0.5L3.85352 12.5L4.35352 12.5Z' fill='%23D1DAB1' /%3E%3C/svg%3E%0A") center center/12px no-repeat;
}
.accordion-body {
  transition: all 0.5s ease;
}
.accordion-body p {
  align-self: stretch;
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

@media (max-width: 1023.8px) {
  .case-block {
    margin: 90px 0;
  }
  .case-block__header {
    flex-direction: column;
    gap: 0px;
  }
  .case-block__cover {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .case-block__header {
    margin-bottom: 30px;
  }
  .case-block__header h2 {
    font-size: 28px;
  }
  .case-block__cover {
    display: none;
  }
  .accordion-header span {
    font-size: 18px;
  }
}
.services {
  margin-bottom: 120px;
}
.services__grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.services__item {
  flex: 0 0 calc(33.333% - 20px);
  border-radius: 30px;
  background: #d9e4e0;
  padding: 40px 30px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.5s ease;
}
.services__item h2 {
  margin: 0;
  font-family: "Forum", serif;
  color: #2c5545;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.services__item:hover {
  background: #2c5545;
}
.services__item:hover h2 {
  color: #fff;
}
.services__item:hover .services__content p {
  color: #fff;
}
.services__item:hover .services__menu a {
  color: #d1dab1;
}
.services__item:hover .services__number {
  background-color: #d1dab1;
  color: #2c5545;
}
.services__number {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background: #2c5545;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.services__content {
  margin: 20px 0;
}
.services__content p {
  margin: 0;
  color: #3a4040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.services__menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.services__menu a {
  color: #2c5545;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-decoration: underline;
}
.services .btn {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1362px) {
  .services__item {
    flex: 0 0 calc(50% - 20px);
    padding: 30px 20px;
  }
  .services__item h2 {
    font-size: 20px;
  }
  .services__content p {
    font-size: 14px;
  }
}
@media (max-width: 767.8px) {
  .services {
    margin-bottom: 90px;
  }
  .services__item {
    flex: 0 0 100%;
    padding: 30px 20px;
  }
  .services__item h2 {
    font-size: 18px;
  }
  .services__content p {
    font-size: 12px;
  }
}
.blog__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 55px;
  margin-bottom: 80px;
}
.blog__content h1 {
  margin: 0;
  margin-bottom: 30px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.blog__content h1 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.blog__content p {
  max-width: 558px;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.blog__content .btn {
  margin-top: 40px;
  max-width: 370px;
  width: 100%;
}
.blog__images img {
  max-width: 650px;
  aspect-ratio: 13/8;
  border-radius: 30px;
}

@media (max-width: 1023.8px) {
  .blog__wrapper {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
  .blog__content h1 {
    font-size: 34px;
  }
  .blog__content p {
    font-size: 14px;
  }
  .blog__images img {
    max-width: 100%;
  }
}
@media (max-width: 767.8px) {
  .blog__wrapper {
    gap: 30px;
    margin-bottom: 60px;
  }
  .blog__content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .blog__content p {
    font-size: 12px;
  }
}
.price {
  margin-bottom: 120px;
}
.price__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 50px;
}
.price__header h1,
.price__header h2 {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.price__header h1 span,
.price__header h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.price__header h2 {
  font-size: 48px;
}
.price__header p {
  margin: 0;
  max-width: 650px;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.price__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.price__card {
  flex: 0 0 calc(33.33% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.price__card:nth-child(2n) .price__head, .price__card:nth-child(2n) .price__content {
  background: #2c5545;
  color: #fff;
}
.price__card:nth-child(2n) .price__head h2, .price__card:nth-child(2n) .price__content h2 {
  color: #fff;
}
.price__card:nth-child(2n) .price__head p, .price__card:nth-child(2n) .price__content p {
  color: #fff;
  opacity: 0.7;
}
.price__card:nth-child(2n) .price__head::after, .price__card:nth-child(2n) .price__head::before {
  background: #2c5545;
}
.price__head {
  width: 60%;
  min-height: 135px;
  padding: 30px 20px 50px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.price__head::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 30px;
  border-radius: 0 30px 0 0;
}
.price__head::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: 139%;
  top: 73px;
  border-radius: 0 28px 0 0;
}
.price__head h2 {
  margin: 0;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.price__summ {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 40%;
  border: 10px solid #edf0ef;
  padding: 19px 10px;
  background-color: #3a4040;
  border-radius: 40px;
  font-size: 16px;
  color: #d1dab1;
  text-align: center;
  z-index: 3;
}
.price__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: -60px;
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 0 30px 30px 30px;
}
.price__content p {
  margin-bottom: 40px;
  color: #3a4040;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.price__content .btn {
  margin-top: auto;
  width: 100%;
}

@media (max-width: 1362px) {
  .price__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .price__header h1,
  .price__header h2 {
    font-size: 45px;
    gap: 30px;
  }
  .price__card {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 1023.8px) {
  .price__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .price__header h1,
  .price__header h2 {
    font-size: 45px;
    gap: 30px;
  }
  .price__card {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.8px) {
  .price {
    margin-bottom: 90px;
  }
  .price__header h1 {
    font-size: 32px;
  }
  .price__header h2 {
    font-size: 28px;
  }
  .price__wrapper {
    gap: 30px;
  }
  .price__head::before {
    left: 137%;
    top: 73px;
  }
  .price__head h2 {
    font-size: 20px;
  }
  .price__summ {
    font-size: 14px;
  }
}
.personal {
  margin: 120px 0;
}
.personal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.personal__header h2 {
  margin: 0;
  margin-bottom: 30px;
  color: #2c5545;
  font-family: "Forum", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.personal__header h2 span {
  display: inline-flex;
  border-radius: 5px;
  background: #2c5545;
  padding: 5px;
  width: auto;
  color: #fff;
}
.personal__header p {
  margin: 0;
  max-width: 412px;
  color: #3a4040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.personal__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.personal__card {
  flex: 0 0 calc(33.333% - 20px);
}
.personal__cover {
  margin-bottom: 10px;
}
.personal__cover img {
  aspect-ratio: 427/480;
  object-fit: cover;
  border-radius: 30px;
}
.personal__content {
  border-radius: 30px;
  background: #3a4040;
  padding: 30px 20px 58px;
}
.personal__content h3 {
  margin: 0;
  color: #fff;
  font-family: "Forum", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.personal__content span {
  color: #d1dab1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.personal__content div {
  margin-top: 40px;
}
.personal__content div p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  opacity: 0.7;
}
.personal__footer {
  margin-top: 40px;
  display: none;
}

@media (max-width: 1023.8px) {
  .personal {
    margin: 90px 0;
  }
  .personal__card {
    flex: 0 0 calc(50% - 20px);
  }
  .personal__content h3 {
    font-size: 20px;
  }
  .personal__content div {
    margin-top: 30px;
  }
}
@media (max-width: 767.8px) {
  .personal__header h2 {
    font-size: 28px;
  }
  .personal__header p {
    font-size: 14px;
  }
  .personal__header .btn {
    display: none;
  }
  .personal__card {
    flex: 0 0 100%;
  }
  .personal__cover {
    margin-bottom: 5px;
  }
  .personal__cover img {
    aspect-ratio: 179/201;
  }
  .personal__content div p {
    font-size: 12px;
  }
  .personal__footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .personal__footer .btn {
    width: 100%;
  }
}
