@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/mental-health/assets/fonts/Lato-Regular/Lato-Regular.ttf") format("truetype"), url("/wp-content/themes/mental-health/assets/fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("/wp-content/themes/mental-health/assets/fonts/Lato-Regular/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "LatoBold";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/mental-health/assets/fonts/Lato-Bold/Lato-Bold.ttf") format("truetype"), url("/wp-content/themes/mental-health/assets/fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("/wp-content/themes/mental-health/assets/fonts/Lato-Bold/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/mental-health/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("/wp-content/themes/mental-health/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("/wp-content/themes/mental-health/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2");
}
:root {
  --breakpoint-phone: 360px;
  --breakpoint-phablet: 576px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;
  --breakpoint-widescreen: 1280px;
  --breakpoint-largescreen: 1440px;
  --breakpoint-hdscreen: 1920px;
  --breakpoint-2kscreen: 2100px;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.overflow {
  height: 100dvh;
  overflow: hidden;
}

#wpadminbar {
  display: none;
}

.page-template-default {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page-template-no-footer-template {
  height: 100dvh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.page-template-no-footer-template .main-content {
  min-height: 0;
}

.main-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.grayscale-mode {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.container {
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container {
    padding: 0 1.25rem;
  }
}

.wp-block-heading {
  margin: 2rem auto;
  font-size: calc(2rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 1440px) {
  .wp-block-heading {
    font-size: 3rem;
  }
}

.wp-block-quote {
  display: none;
}

p {
  font-size: calc(1rem + 2 * (100vw - 360px) / 1080);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  p {
    font-size: 1.125rem;
  }
}

ul, ol {
  padding-left: 1rem;
}

.hidden {
  display: none !important;
}

.modal-body-hidden {
  overflow: hidden !important;
  height: 100vh;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  padding: 0 0.625rem;
}

.header {
  width: 100%;
  max-width: 82rem;
  height: 4.5rem;
  padding: 0.875rem 1.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 3.5rem;
    padding: 0.75rem 1.25rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__logo a img {
  height: 3.5rem;
}
.header__logo a:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .header__logo a img {
    height: 2.5rem;
  }
}
.header__mobile-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 2rem;
  border-radius: 40px;
  border: 1px solid rgba(197, 208, 172, 0.5);
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
  margin-left: 0.75rem;
}
@media (min-width: 1440px) {
  .header__mobile-main {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__mobile-main {
    display: none;
  }
}
.header__menu .menu-header-menu-container .header-menu,
.header__menu .menu-header-menu-english-container .header-menu {
  height: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.header__menu .menu-header-menu-container .header-menu .menu-item,
.header__menu .menu-header-menu-english-container .header-menu .menu-item {
  height: 1.25rem;
  margin: 0 0 0 1.75rem;
  position: relative;
  padding-right: 1.75rem;
  padding-bottom: 3rem;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a {
  width: 100%;
  height: 1.25rem;
  display: block;
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .header__menu .menu-header-menu-container .header-menu .menu-item a,
  .header__menu .menu-header-menu-english-container .header-menu .menu-item a {
    font-size: 1rem;
  }
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:before,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  border-radius: 4px;
  background: transparent;
  bottom: -0.5rem;
  left: 0;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:after,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  transform: rotate(45deg);
  opacity: 0.5;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:hover,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a:hover {
  color: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:hover:before,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a:hover:before {
  background: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .menu-item a:hover:after,
.header__menu .menu-header-menu-english-container .header-menu .menu-item a:hover:after {
  border-right: 1.5px solid #D3690F;
  border-bottom: 1.5px solid #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu {
  min-width: 12rem;
  list-style: none;
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 100;
  display: none;
  background: #FFFFFF;
  border-radius: 12px;
  border-bottom: 1px solid #F58220;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.08);
  padding: 0;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item {
  width: unset;
  height: unset;
  margin: 0;
  padding: 0;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item a {
  width: 100%;
  height: unset;
  display: block;
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-decoration: none;
  padding: 1rem;
}
@media (min-width: 1440px) {
  .header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a,
  .header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item a {
    font-size: 1rem;
  }
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a:hover,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item a:hover {
  background: #FEEFD6;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a:before, .header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item a:after,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item a:before,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item a:after {
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item:after,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item:after {
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item:first-child a,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item:first-child a {
  border-radius: 12px 12px 0 0;
}
.header__menu .menu-header-menu-container .header-menu .menu-item .sub-menu .menu-item:last-child a,
.header__menu .menu-header-menu-english-container .header-menu .menu-item .sub-menu .menu-item:last-child a {
  border-radius: 0 0 12px 12px;
}
.header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(1),
.header__menu .menu-header-menu-english-container .header-menu .menu-item:nth-child(1) {
  padding-right: 0;
  padding-bottom: 0;
  margin: 0 0 0 0.5rem;
}
.header__menu .menu-header-menu-container .header-menu .menu-item:nth-child(1) a:after,
.header__menu .menu-header-menu-english-container .header-menu .menu-item:nth-child(1) a:after {
  display: none;
}
.header__menu .menu-header-menu-container .header-menu .current-menu-parent a,
.header__menu .menu-header-menu-container .header-menu .current-menu-ancestor a,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-parent a,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-ancestor a {
  color: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .current-menu-parent a:before,
.header__menu .menu-header-menu-container .header-menu .current-menu-ancestor a:before,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-parent a:before,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-ancestor a:before {
  background: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .current-menu-parent a:after,
.header__menu .menu-header-menu-container .header-menu .current-menu-ancestor a:after,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-parent a:after,
.header__menu .menu-header-menu-english-container .header-menu .current-menu-ancestor a:after {
  border-right: 1.5px solid #D3690F;
  border-bottom: 1.5px solid #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .active a,
.header__menu .menu-header-menu-english-container .header-menu .active a {
  color: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .active a:before,
.header__menu .menu-header-menu-english-container .header-menu .active a:before {
  background: #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .active a:after,
.header__menu .menu-header-menu-english-container .header-menu .active a:after {
  border-right: 1.5px solid #D3690F;
  border-bottom: 1.5px solid #D3690F;
}
.header__menu .menu-header-menu-container .header-menu .active .sub-menu,
.header__menu .menu-header-menu-english-container .header-menu .active .sub-menu {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #C5D0AC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.header__icon:hover {
  border: 1px solid #6D8433;
}
.header__icon:active {
  border: 1px solid #9EA68A;
}
.header__icon:nth-child(2) {
  margin: 0 0.75rem;
}
@media screen and (max-width: 1200px) {
  .header__icon--eye, .header__icon--facebook {
    display: none;
  }
}
.header__icon .grayscale {
  display: none;
}
.header__icon.active .default {
  display: none;
}
.header__icon.active .grayscale {
  display: block;
}
.header__lang {
  width: 5.625rem;
  height: 2rem;
  border-radius: 32px;
  border: 1px solid rgba(197, 208, 172, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .header__lang {
    display: none;
  }
}
.header__lang:hover {
  border: 1px solid rgba(245, 130, 32, 0.3);
}
.header__lang span {
  display: block;
  width: 1px;
  height: 1rem;
  background: #C5D0AC;
  margin: 0 0.5rem;
}
.header__lang a {
  color: rgba(29, 53, 77, 0.5);
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .header__lang a {
    font-size: 0.75rem;
  }
}
.header__lang a.active {
  color: rgb(29, 53, 77);
  font-weight: 500;
}
.header__burger {
  margin-left: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .header__burger {
    display: none;
  }
}
.header__search {
  width: 100%;
  height: 0;
  background: #FFFFFF;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 4.5rem;
  z-index: 50;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header__search {
    top: 3.5rem;
  }
}
.header__search--active {
  height: 5.5rem;
  border-bottom: 1px solid #C5D0AC;
}
.header__wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 1.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__search-icon {
  position: absolute;
  left: 3rem;
  top: 2rem;
}
.header__search-form {
  width: 96%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__search-input {
  width: calc(100% - 8.5rem);
  height: 3rem;
  border-radius: 40px;
  border: 1px solid var(--Border, #C5D0AC);
  padding-left: 3.75rem;
  padding-right: 1rem;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: #060606;
}
@media (min-width: 1440px) {
  .header__search-input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .header__search-input {
    width: calc(100% - 3rem);
  }
}
.header__search-submit {
  width: 7.75rem;
  height: 2.75rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: #F58220;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .header__search-submit {
    font-size: 1rem;
  }
}
.header__search-close {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.header__search-close:hover path {
  stroke: #E66410;
}
.header__navigation {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  background: #FFFFFF;
  transition: all 0.3s;
  box-shadow: 0 4px 20px 0 rgba(32, 32, 32, 0.08);
  display: flex;
  flex-direction: column;
}
.header__navigation--active {
  width: 100%;
  height: 100dvh;
  padding: 0 1.25rem;
  overflow-y: auto;
}
@media screen and (min-width: 1201px) {
  .header__navigation--active {
    display: none;
  }
}
.header__navigation-top {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ECECED;
}
.header__navigation-top img {
  height: 2rem;
}
.header__mobile-menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0 0.25rem 0 0;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item {
  margin-bottom: 1.5rem;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item a,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item a {
  display: block;
  width: 100%;
  font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item a,
  .header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item a {
    font-size: 0.9375rem;
  }
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item a:after,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/chevron_down.svg");
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu {
  list-style: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu .menu-item:first-child,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu .menu-item:first-child {
  display: block;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu .menu-item:last-child,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu .menu-item a,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu .menu-item a {
  font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
}
@media (min-width: 1440px) {
  .header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu .menu-item a,
  .header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu .menu-item a {
    font-size: 0.9375rem;
  }
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu .menu-item a:after,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu .menu-item a:after {
  display: none;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item .sub-menu-active,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item .sub-menu-active {
  height: auto;
  margin-top: 1.5rem;
}
.header__mobile-menu .menu-header-menu-container .mobile-menu .menu-item:first-child,
.header__mobile-menu .menu-header-menu-english-container .mobile-menu .menu-item:first-child {
  display: none;
}
.header__navigation-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ECECED;
}
.header__navigation-bottom .header__lang {
  width: 7.5rem;
  height: 2.5rem;
  display: flex;
  margin: 0;
}
.header__navigation-bottom .header__lang span {
  margin: 0 17.5px;
}
.header__navigation-bottom .header__icons .header__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.header__icons {
  display: flex;
  align-items: center;
}
.header__icons .header__icon:nth-child(2) {
  margin-right: 0;
}

.mobile-submit {
  display: none;
}

@media screen and (max-width: 1200px) {
  .desktop-submit {
    display: none;
  }
  .mobile-submit {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }
}
.footer {
  width: 100%;
  min-height: 30.375rem;
  background: #1E354D;
  position: relative;
}
.footer__modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  display: none;
}
.footer__modal-content {
  margin-top: 15.25rem;
  width: 31.125rem;
  min-height: 18.4375rem;
  max-height: fit-content;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__modal-close {
  display: flex;
  justify-content: end;
  width: 100%;
}
.footer__modal-close img {
  cursor: pointer;
}
.footer .modal-message, .footer .footer__modal-error-message, .footer .footer__modal-success-message {
  font-size: calc(1.5rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.24px;
  margin-top: 1.25rem;
}
@media (min-width: 1440px) {
  .footer .modal-message, .footer .footer__modal-error-message, .footer .footer__modal-success-message {
    font-size: 1.5rem;
  }
}
.footer__modal-success-message {
  display: none;
}
.footer__modal-error-message {
  display: none;
}
.footer__modal-img {
  width: 8.75rem;
  margin-top: 2rem;
}
.footer__modal-dots {
  display: flex;
  justify-content: start;
  width: 100%;
}
.footer__wrapper {
  max-width: 82rem;
  padding: 2rem 1.25rem 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__wrapper {
    flex-direction: column;
    padding-top: 1.5rem;
  }
}
.footer__left {
  width: 34%;
  max-width: 21.063rem;
  margin-right: 40px;
}
@media screen and (max-width: 1150px) {
  .footer__left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__left {
    width: 100%;
    display: contents;
  }
}
.footer__logos {
  display: flex;
}
.footer__logo, .footer__polish-aid-logo {
  width: 10rem;
  height: 10rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer__logo:before, .footer__polish-aid-logo:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/footer-logo-dots.svg");
  position: absolute;
  right: -2rem;
  top: 0;
}
@media (max-width: 576px) {
  .footer__logo:before, .footer__polish-aid-logo:before {
    right: -2.5rem;
    top: 0.625rem;
  }
}
@media (max-width: 576px) {
  .footer__logo, .footer__polish-aid-logo {
    width: 5.438rem;
    height: 5.438rem;
    border-radius: 16px;
  }
  .footer__logo img, .footer__polish-aid-logo img {
    width: 3.563rem;
  }
}
.footer__logo {
  margin-right: 1rem;
}
.footer__logo:before {
  display: none;
}
.footer__polish-aid-logo {
  text-decoration: none;
}
.footer__polish-aid-logo img {
  width: 50%;
}
.footer__form-title {
  width: 22.625rem;
  color: #FFFFFF;
  font-size: calc(1rem + 4 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
}
@media (min-width: 1440px) {
  .footer__form-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .footer__form-title {
    order: 3;
    width: 100%;
    margin-top: 0;
  }
}
.footer__form {
  margin-top: 1.5rem;
  position: relative;
}
.footer__form .desktop, .footer__form .mobile {
  transition: all 0.3s ease;
}
.footer__form .mobile {
  display: none;
}
.footer__form img {
  width: 21rem;
  height: 3rem;
}
@media (max-width: 1024px) {
  .footer__form img {
    width: 17.5rem;
  }
}
@media (max-width: 1024px) {
  .footer__form {
    width: fit-content;
    order: 4;
    margin-bottom: 3rem;
  }
  .footer__form .mobile {
    display: flex;
  }
  .footer__form .desktop {
    display: none;
  }
}
.footer__form input:-webkit-autofill,
.footer__form input:-webkit-autofill:hover,
.footer__form input:-webkit-autofill:focus,
.footer__form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}
.footer__form-email {
  width: 15rem;
  height: 2rem;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  border: none;
  background: transparent;
  caret-color: #FFFFFF;
  color: #FFFFFF;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1440px) {
  .footer__form-email {
    font-size: 0.875rem;
  }
}
.footer__form-email:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.footer__form-email::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1440px) {
  .footer__form-email::placeholder {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .footer__form-email {
    width: 11.875rem;
  }
}
.footer__form-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #4B5D71;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.footer__form-button img {
  width: 0.75rem;
  height: 0.75rem;
}
.footer__form-button:hover {
  background: #F58220;
}
.footer__form-button:active {
  background: #BF4B0F;
}
@media (max-width: 1024px) {
  .footer__form-button {
    right: 0.125rem;
  }
}
.footer__right {
  flex: 1;
  width: 66%;
  max-width: 52.5rem;
}
@media screen and (max-width: 1150px) {
  .footer__right {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .footer__right {
    display: contents;
  }
}
.footer__menu {
  margin-top: 2.625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .footer__menu {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2.25rem;
  }
}
.footer__menu .menu-footer-menu-container .footer-menu,
.footer__menu .menu-footer-menu-english-container .footer-menu {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item a,
.footer__menu .menu-footer-menu-english-container .footer-menu .menu-item a {
  width: 11.625rem;
  display: block;
  color: #FFFFFF;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item a,
  .footer__menu .menu-footer-menu-english-container .footer-menu .menu-item a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item a,
  .footer__menu .menu-footer-menu-english-container .footer-menu .menu-item a {
    width: fit-content;
  }
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu,
.footer__menu .menu-footer-menu-english-container .footer-menu .menu-item .sub-menu {
  list-style: none;
  padding: 0;
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a,
.footer__menu .menu-footer-menu-english-container .footer-menu .menu-item .sub-menu .menu-item a {
  display: block;
  color: #FFFFFF;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 0.75rem;
  opacity: 0.7;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a,
  .footer__menu .menu-footer-menu-english-container .footer-menu .menu-item .sub-menu .menu-item a {
    font-size: 0.875rem;
  }
}
.footer__menu .menu-footer-menu-container .footer-menu .menu-item .sub-menu .menu-item a:hover,
.footer__menu .menu-footer-menu-english-container .footer-menu .menu-item .sub-menu .menu-item a:hover {
  color: #F58220;
  opacity: 1;
}
@media (max-width: 768px) {
  .footer__menu .menu-footer-menu-container .footer-menu,
  .footer__menu .menu-footer-menu-english-container .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    padding-left: 0;
    gap: 1.75rem 0;
    margin: 0;
  }
}
.footer__info {
  display: grid;
  grid-template-columns: 1.5fr 1.3fr 1fr;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__info {
    grid-template-columns: 1fr;
    gap: 1rem;
    order: 5;
  }
}
.footer__info-block {
  display: flex;
  align-items: center;
}
.footer__info-block .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__info-block .text {
  color: #FFFFFF;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .footer__info-block .text {
    font-size: 0.875rem;
  }
}
.footer__disclaimer {
  width: 38%;
  color: rgba(255, 255, 255, 0.4);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.135px;
}
@media (min-width: 1440px) {
  .footer__disclaimer {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .footer__disclaimer {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer__disclaimer {
    width: 100%;
  }
}
.footer__bottom {
  width: 100%;
  padding: 1.625rem 0 2.125rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: 2rem 0 2.5rem;
    margin-top: 2.5rem;
    order: 7;
  }
}
.footer__copyright, .footer__usage-policy {
  color: rgba(255, 255, 255, 0.4);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.135px;
}
@media (min-width: 1440px) {
  .footer__copyright, .footer__usage-policy {
    font-size: 0.875rem;
  }
}
.footer__usage-policy {
  transition: all 0.3s;
  text-decoration: none;
}
.footer__usage-policy:hover {
  color: #F58220;
}
.footer .scroll-up {
  display: none;
  position: fixed;
  right: 0;
  bottom: 1.75rem;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .footer .scroll-up {
    display: none !important;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
@media (max-width: 576px) {
  .breadcrumbs {
    height: 1rem;
    min-height: 1.25rem;
  }
}
.breadcrumbs__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.25rem;
  white-space: nowrap;
}
.breadcrumbs__item img {
  display: flex;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.5rem;
}
.breadcrumbs__item .img-active {
  display: none;
}
.breadcrumbs__item .link-title {
  color: #000000;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.5;
}
@media (min-width: 1440px) {
  .breadcrumbs__item .link-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__item .link-title {
    line-height: 1rem;
  }
}
.breadcrumbs__item:after {
  position: absolute;
  content: "|";
  color: #000000;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  right: -0.75rem;
}
@media (min-width: 1440px) {
  .breadcrumbs__item:after {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__item:after {
    line-height: 1rem;
  }
}
.breadcrumbs__item:hover .link-title {
  color: #F58220;
  opacity: 1;
}
.breadcrumbs__item:hover .img-default {
  display: none;
}
.breadcrumbs__item:hover .img-active {
  display: unset;
}
.breadcrumbs__page-title {
  color: #000000;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .breadcrumbs__page-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__page-title {
    line-height: 1rem;
  }
}

.tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 1rem;
  margin: 0 auto;
  width: fit-content;
  overflow: auto;
  max-width: 100%;
  scrollbar-width: none;
}
.tabs:-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .tabs {
    gap: 0.5rem;
  }
}
.tabs_main-gap {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .tabs_main-gap {
    margin-bottom: 1.5rem;
  }
}

.tab {
  flex-shrink: 0;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .tab {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .tab {
    min-width: 7rem;
    height: 2rem;
    line-height: 13px;
    padding: 0rem 1rem;
  }
}

.tab.active {
  background-color: #F58220;
  border: 1px solid #F58220;
  color: #FFFFFF;
}

.tab-content {
  margin-top: 20px;
}

.tab-panel {
  display: none;
}

.search {
  background: #FFFFFF;
}
.search__wrapper {
  max-width: 82rem;
  padding: 2.5rem 1.25rem 1.25rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.search__title {
  width: 100%;
}
.search__title span {
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1440px) {
  .search__title span {
    font-size: 2.5rem;
  }
}
.search__title span:after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  right: -3rem;
  top: 1rem;
}
.search__left {
  width: 64%;
}
.search__form {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.375rem;
}
.search__input {
  width: 100%;
  height: 3rem;
  border-radius: 40px;
  border: 1px solid var(--Border, #C5D0AC);
  padding-left: 2rem;
  padding-right: 3rem;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: #060606;
}
@media (min-width: 1440px) {
  .search__input {
    font-size: 1rem;
  }
}
.search__submit {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
.search__results {
  padding-left: 1.5rem;
}
.search__results .date {
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .search__results .date {
    font-size: 0.75rem;
  }
}
.search__results-title {
  font-size: calc(1.125rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #F58220;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .search__results-title {
    font-size: 1.125rem;
  }
}
.search__results-title span {
  display: none;
}
.search__results-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F58220;
  position: absolute;
  left: -1rem;
  top: 0.6rem;
}
.search__results-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-decoration: none;
}
.search__results-link:last-child {
  margin-bottom: 3.75rem;
}
.search__results-link span {
  display: block;
  max-width: 90%;
  font-size: calc(1.125rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .search__results-link span {
    font-size: 1.125rem;
  }
}
.search__results-link:hover span {
  color: #8F4200;
}
.search__right {
  width: 35%;
  position: relative;
}
.search__found-section {
  width: 18.75rem;
  padding: 2rem;
  border-radius: 24px;
  background: #F8F5EE;
  position: relative;
  z-index: 10;
  float: right;
}
.search__dots {
  position: absolute;
  top: -2.5rem;
  right: -3.25rem;
  z-index: 5;
}
.search__found-title {
  font-size: calc(1.125rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .search__found-title {
    font-size: 1.125rem;
  }
}
.search__sections {
  padding: 0;
  margin: 0;
}
.search__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.search__section:last-child {
  margin-bottom: 0;
}
.search__section span {
  display: block;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 1440px) {
  .search__section span {
    font-size: 1rem;
  }
}
.search .active span {
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
}
.search__results-dots {
  position: absolute;
  bottom: 1rem;
  left: -4rem;
}
.search__no-found .title {
  font-size: calc(1rem + 8 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .search__no-found .title {
    font-size: 1.5rem;
  }
}
.search__no-found .text {
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 1440px) {
  .search__no-found .text {
    font-size: 1rem;
  }
}
.search__no-found .text:after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #F58220;
  position: absolute;
  top: 2.25rem;
  left: 0;
}
.search__no-found ul {
  margin-bottom: 3.75rem;
}
.search__no-found ul li {
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.625rem;
}
@media (min-width: 1440px) {
  .search__no-found ul li {
    font-size: 1rem;
  }
}
.search__no-found ul li::marker {
  color: #F58220;
}

@media (max-width: 768px) {
  .search__left {
    width: 100%;
    padding-bottom: 1rem;
  }
  .search__right {
    display: none;
  }
  .search__results-dots {
    display: none;
  }
  .search__form {
    margin-bottom: 2.625rem;
  }
  .search__results-title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .search__results-title span {
    display: inline-block;
    margin-left: 1rem;
  }
  .search__results-title:before {
    display: none;
  }
  .search__results-title:after {
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    transition: all 0.3s;
    background-image: url("../images/chevron_down.svg");
  }
  .search__results-title.active:after {
    transform: rotate(180deg);
  }
  .search__results {
    padding-left: 0;
  }
  .search__results:last-child .search__results-title {
    border: none;
  }
  .search__result {
    display: none;
    padding-left: 0;
    margin: 2rem 0;
  }
  .search__result.active {
    display: block;
  }
  .search__results-link {
    margin-bottom: 0 !important;
  }
}
.home-map {
  width: calc(100% - 10.5rem);
  height: 36.5rem;
  margin: 0.5rem 5.25rem 8rem;
  border-radius: 48px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .home-map {
    width: calc(100% - 2.5rem);
    margin: 0.5rem 1.25rem 8rem;
  }
}
@media (max-width: 1024px) {
  .home-map {
    margin: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    height: unset;
    border-radius: 24px;
  }
}
.home-map:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(248, 245, 238, 0) 25%, #f8f5ee 55%);
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-map:after {
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(248, 245, 238, 0) 18%, #f8f5ee 23%);
  }
}
.home-map__wrapper {
  width: 100%;
  height: 36.5rem;
  max-width: 82rem;
  padding: 4rem 4.5rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .home-map__wrapper {
    padding: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .home-map__wrapper {
    height: unset;
    padding: 1.25rem 1.25rem 1.75rem 1.25rem;
  }
}
.home-map__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.home-map__content {
  position: absolute;
  left: 4.5rem;
  top: 4rem;
  max-width: 44.75rem;
  z-index: 20;
}
@media (max-width: 1280px) {
  .home-map__content {
    left: 2.5rem;
    top: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .home-map__content {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto;
  }
}
.home-map__sub-title {
  color: #000000;
  font-size: calc(0.75rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  opacity: 0.3;
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {
  .home-map__sub-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .home-map__sub-title {
    margin-bottom: 0.75rem;
  }
}
.home-map__title {
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(1.75rem + 28 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .home-map__title {
    font-size: 3.5rem;
  }
}
.home-map__title span {
  color: #000000;
}
@media (max-width: 1024px) {
  .home-map__title {
    margin-bottom: 0.75rem;
  }
}
.home-map__description {
  max-width: 27.75rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
  margin-bottom: 3.25rem;
}
@media (min-width: 1440px) {
  .home-map__description {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .home-map__description {
    margin-bottom: 1.25rem;
  }
}
.home-map__link {
  display: block;
  width: 18.5rem;
  height: 3.75rem;
  position: relative;
}
.home-map__link .mobile-svg {
  display: none;
}
.home-map__link .desktop-svg {
  display: block;
}
@media (max-width: 1024px) {
  .home-map__link {
    margin: 0 auto;
    height: 3.25rem;
    width: fit-content;
  }
  .home-map__link .desktop-svg {
    display: none;
  }
  .home-map__link .mobile-svg {
    display: block;
  }
}
.home-map__link svg path {
  transition: all 0.3s;
}
.home-map__link .link-text {
  color: #FFFFFF;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  left: 2rem;
  top: 1.25rem;
}
@media (min-width: 1440px) {
  .home-map__link .link-text {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-map__link .link-text {
    top: 1rem;
  }
}
.home-map__link .link-icon {
  width: 3.25rem;
  height: 3.25rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home-map__link .link-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.home-map__link:hover svg path {
  fill: #e66410;
}
.home-map__center {
  width: 18.5rem;
  height: 5.125rem;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.06);
  border: 1px solid transparent;
  padding: 0.75rem;
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: 10;
  text-decoration: none;
  transition: all 0.3s;
}
.home-map__center:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 0.25rem solid #FFFFFF;
  background: #fb9201;
  position: absolute;
}
@media (max-width: 1024px) {
  .home-map__center {
    display: none;
  }
}
.home-map__center:hover {
  border: 1px solid rgba(197, 208, 172, 0.3);
}
.home-map__center--0 {
  right: 7%;
  top: 5%;
}
@media (max-width: 1280px) {
  .home-map__center--0 {
    right: 5%;
  }
}
.home-map__center--0:after {
  bottom: -2rem;
  right: -0.625rem;
}
.home-map__center--1 {
  right: 15%;
  top: 30%;
}
@media (max-width: 1280px) {
  .home-map__center--1 {
    right: 10%;
  }
}
.home-map__center--1:after {
  bottom: -1.75rem;
  right: 3.75rem;
}
.home-map__center--2 {
  bottom: 30%;
  right: 9%;
}
@media (max-width: 1280px) {
  .home-map__center--2 {
    right: 7%;
    bottom: 35%;
  }
}
.home-map__center--2:after {
  bottom: 1.75rem;
  right: -2rem;
}
.home-map__center--3 {
  bottom: 15%;
  right: 33%;
}
@media (max-width: 1280px) {
  .home-map__center--3 {
    right: 20%;
  }
}
.home-map__center--3:after {
  bottom: -1.75rem;
  right: 3.75rem;
}
.home-map__center-image {
  width: 3.75rem;
  height: 3.625rem;
  border-radius: 4px;
  margin-right: 1rem;
  object-fit: cover;
}
.home-map__center-title {
  width: 12rem;
  color: #333;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.125rem;
}
@media (min-width: 1440px) {
  .home-map__center-title {
    font-size: 0.75rem;
  }
}
.home-map__center-address {
  width: 10.375rem;
  color: #636363;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  .home-map__center-address {
    font-size: 0.75rem;
  }
}
.home-map__center-link {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 1px solid #fb9201;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.home-map__center-link svg {
  width: 0.25rem;
  height: 0.25rem;
}
.home-map__center-link:hover {
  border: 1px solid #e66410;
}
.home-map__center-link:hover svg path {
  stroke: #e66410;
}
.home-map__dots {
  width: 9rem;
  height: 9rem;
  position: absolute;
  left: -5rem;
  bottom: -3rem;
  z-index: 20;
}
@media (max-width: 1280px) {
  .home-map__dots {
    left: -1rem;
  }
}
@media (max-width: 1024px) {
  .home-map__dots {
    display: none;
  }
}

.home-map-slider {
  display: none;
}
@media (max-width: 1024px) {
  .home-map-slider {
    display: block;
    margin-bottom: 1.75rem;
  }
}
.home-map-slider__inner {
  display: flex;
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  border-radius: 16px;
  background: #FFFFFF;
  margin-bottom: 1rem;
}
.home-map-slider__image {
  width: 100%;
  aspect-ratio: 263/132;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.home-map-slider__title {
  color: #333;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 0.25rem;
  padding: 0 0.25rem;
}
@media (min-width: 1440px) {
  .home-map-slider__title {
    font-size: 0.75rem;
  }
}
.home-map-slider__address {
  font-size: calc(0.625rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #636363;
  width: 100%;
  min-height: 1.75rem;
  padding: 0 0.25rem;
}
@media (min-width: 1440px) {
  .home-map-slider__address {
    font-size: 0.625rem;
  }
}
.home-map-slider__footer {
  display: flex;
  gap: 0.75rem;
  padding-right: 2px;
}
.home-map-slider__link {
  width: 1.625rem;
  height: 1.625rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #fb9201;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.home-map-slider__link svg {
  width: 0.7rem;
  height: 0.7rem;
}
.home-map-slider__dots {
  overflow: auto;
  padding-bottom: 0.25rem;
}
.home-map-slider__dots .slick-dots {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
}
.home-map-slider__dots .slick-dots li {
  border-radius: 3px;
  background: #CECECE;
  width: 0.75rem;
  height: 0.375rem;
  transition: width 200ms linear;
  flex-shrink: 0;
}
.home-map-slider__dots .slick-dots .slick-active {
  width: 1.5rem;
  background: #F58220;
}
.home-map-slider__dots .slick-dots button {
  display: none;
}

.home-about {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 0 auto 9.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .home-about {
    display: flex;
    flex-direction: column;
    margin: 0 auto 2.5rem;
  }
}
.home-about__content {
  max-width: 40%;
  position: relative;
}
.home-about__content:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .home-about__content:before {
    left: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .home-about__content {
    max-width: 35%;
  }
}
@media (max-width: 1024px) {
  .home-about__content {
    max-width: unset;
    display: contents;
  }
}
.home-about__title {
  color: #000000;
  font-size: calc(1.75rem + 12 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-bottom: 2.5rem;
  padding-top: 2.75rem;
}
@media (min-width: 1440px) {
  .home-about__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .home-about__title {
    padding-left: 0;
    margin-bottom: 1.5rem;
    line-height: 1.15;
  }
}
.home-about__description {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
@media (min-width: 1440px) {
  .home-about__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-about__description {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.home-about__link {
  width: 12.75rem;
  height: 2.75rem;
  background: #F58220;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .home-about__link {
    font-size: 1rem;
  }
}
.home-about__link:hover {
  background: #E66410;
}
@media (max-width: 1024px) {
  .home-about__link {
    order: 1;
    margin: 0 auto;
  }
}
.home-about__right-block {
  width: 36rem;
  height: 33rem;
  position: absolute;
  right: 4.25rem;
  top: 0;
}
@media (max-width: 1280px) {
  .home-about__right-block {
    right: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .home-about__right-block {
    width: unset;
    height: unset;
    position: static;
  }
}
.home-about__image-1 {
  width: 17.375rem;
  height: 23.25rem;
  border-radius: 32px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .home-about__image-1 {
    width: 100%;
    aspect-ratio: 280/188;
    height: auto;
    max-width: 28.125rem;
    position: static;
    margin: 0 auto 1rem;
    display: flex;
    border-radius: 20px;
  }
}
.home-about__text {
  width: 21.5rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.06);
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1440px) {
  .home-about__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .home-about__text {
    width: 100%;
    bottom: 2rem;
    position: static;
    padding: 20px;
    margin-bottom: 2rem;
  }
}
.home-about__wrapper-mobile-img {
  display: contents;
}
@media (max-width: 1024px) {
  .home-about__wrapper-mobile-img {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
.home-about__image-2 {
  width: 12.75rem;
  height: 15.75rem;
  border-radius: 32px;
  object-fit: cover;
  position: absolute;
  right: 4.5rem;
  top: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .home-about__image-2 {
    width: calc(50% - 0.5rem);
    height: auto;
    aspect-ratio: 134/164;
    max-width: 13.563rem;
    position: static;
    border-radius: 20px;
  }
}
.home-about__image-2-shadow {
  width: 12.75rem;
  height: 15.75rem;
  border-radius: 32px;
  background: #FAC177;
  position: absolute;
  right: 3.75rem;
  top: -0.75rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .home-about__image-2-shadow {
    width: 10rem;
    height: 12rem;
    display: none;
  }
}
.home-about__image-3 {
  width: 12.75rem;
  height: 15.75rem;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .home-about__image-3 {
    width: calc(50% - 0.5rem);
    height: auto;
    aspect-ratio: 134/164;
    max-width: 13.563rem;
    position: static;
  }
}
.home-about__right-top-dots {
  position: absolute;
  right: -2rem;
  top: 10.75rem;
}
@media (max-width: 1024px) {
  .home-about__right-top-dots {
    display: none;
  }
}
.home-about__left-top-dots {
  position: absolute;
  bottom: 7.75rem;
  right: 11rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .home-about__left-top-dots {
    display: none;
  }
}

.home-projects {
  width: 100%;
  padding: 5rem 0 4rem;
  background: #F8F5EE;
}
@media (max-width: 1024px) {
  .home-projects {
    padding: 2rem 0 2.5rem;
  }
}
.home-projects__wrapper {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  text-align: center;
}
.home-projects__title {
  color: #000000;
  font-size: calc(1.75rem + 12 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  position: relative;
  margin: 0 auto 2rem;
  display: inline-block;
}
@media (min-width: 1440px) {
  .home-projects__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .home-projects__title {
    margin: 0 auto 1rem;
  }
}
.home-projects__title:before, .home-projects__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.325rem;
}
@media (max-width: 1024px) {
  .home-projects__title:before, .home-projects__title:after {
    top: 0.825rem;
  }
}
.home-projects__title:before {
  left: -1.75rem;
}
.home-projects__title:after {
  right: -1.75rem;
}
.home-projects__description-wrapper {
  width: 100%;
  position: relative;
}
.home-projects__description {
  width: 80%;
  max-width: 52.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 3.5rem;
}
@media (min-width: 1440px) {
  .home-projects__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-projects__description {
    margin: 0 auto 1.5rem;
    line-height: 1.43;
  }
}
@media (max-width: 576px) {
  .home-projects__description {
    width: 100%;
  }
}
.home-projects__prev, .home-projects__next {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
}
@media (max-width: 768px) {
  .home-projects__prev, .home-projects__next {
    display: none !important;
  }
}
.home-projects__prev {
  left: 0;
}
.home-projects__next {
  right: 0;
}
.home-projects__projects-wrapper {
  position: relative;
}
.home-projects__projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-projects__projects {
    flex-direction: column;
  }
}
.home-projects .slick-list {
  margin: 0 -0.75rem;
}
.home-projects .slick-track {
  padding-bottom: 1rem;
}
.home-projects .slick-slide {
  margin: 0 0.75rem;
}
.home-projects__dots {
  overflow: auto;
  padding-top: 1.25rem;
}
.home-projects__dots .slick-dots {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
}
.home-projects__dots .slick-dots li {
  border-radius: 3px;
  background: #CECECE;
  width: 0.75rem;
  height: 0.375rem;
  transition: width 200ms linear;
  flex-shrink: 0;
}
.home-projects__dots .slick-dots .slick-active {
  width: 1.5rem;
  background: #F58220;
}
.home-projects__dots .slick-dots button {
  display: none;
}
.home-projects__project {
  height: auto;
  border-radius: 40px;
  background: #FFFFFF;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.home-projects__project:hover {
  box-shadow: 0 0.25rem 1rem 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 768px) {
  .home-projects__project {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 32px;
  }
  .home-projects__project:last-child {
    margin-bottom: 0;
  }
}
.home-projects .highlight {
  border: 1px solid #F58220;
}
.home-projects__project-image {
  width: 100%;
  height: auto;
  aspect-ratio: 384/286;
  margin: 0 auto 0.875rem;
  border-radius: 28px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-projects__project-image {
    aspect-ratio: 256/188;
    border-radius: 20px;
  }
}
.home-projects__project-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  margin-top: auto;
}
.home-projects__project-title {
  max-width: 80%;
  color: #000000;
  font-size: calc(1rem + 2 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1440px) {
  .home-projects__project-title {
    font-size: 1.125rem;
  }
}
.home-projects__project-link {
  width: 3.25rem;
  height: 3.25rem;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .home-projects__project-link {
    width: 3rem;
    height: 3rem;
  }
}

.arrow-three {
  display: none !important;
}
@media (max-width: 1024px) {
  .arrow-three {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .arrow-three {
    display: none !important;
  }
}

.dots-three {
  display: none !important;
}
@media (max-width: 1024px) {
  .dots-three {
    display: block !important;
  }
}

.home-news__wrapper {
  max-width: 82rem;
  padding: 6.75rem 1.25rem 5.75rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .home-news__wrapper {
    display: flex;
    flex-direction: column;
    padding: 4.25rem 1.25rem 2.5rem;
  }
}
.home-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  position: relative;
}
.home-news__top:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: -2.9rem;
}
@media (max-width: 1024px) {
  .home-news__top:before {
    top: 1.5rem;
    left: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .home-news__top {
    display: contents;
  }
}
.home-news__title {
  width: 19.375rem;
  color: #000000;
  font-size: calc(1.75rem + 12 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 1440px) {
  .home-news__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .home-news__title {
    padding-left: 0;
    margin-bottom: 1.5rem;
    width: fit-content;
  }
}
.home-news__description {
  width: 39rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .home-news__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-news__description {
    width: fit-content;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.home-news__link {
  width: 11.75rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.home-news__link span {
  color: #8F4200;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 1.25rem;
}
@media (min-width: 1440px) {
  .home-news__link span {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-news__link svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.home-news__link:hover span {
  color: #FB9201;
}
.home-news__link:hover svg path, .home-news__link:hover svg circle {
  stroke: #FB9201;
}
@media (max-width: 1024px) {
  .home-news__link {
    order: 1;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
  }
}
.home-news__news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home-news__news-list {
    margin-bottom: 1rem;
  }
}
.home-news__one-news {
  width: 23.58%;
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
}
.home-news__one-news:hover {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .home-news__one-news {
    width: 48%;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-radius: 32px;
  }
}
@media (max-width: 576px) {
  .home-news__one-news {
    width: 100%;
  }
}
.home-news__news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 284/232;
  border-radius: 32px;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-news__news-image {
    border-radius: 24px;
    aspect-ratio: 264/216;
  }
}
.home-news__news-title {
  height: 5rem;
  padding: 0 0.75rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .home-news__news-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-news__news-title {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.home-news__news-description {
  height: 2.5rem;
  padding: 0 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .home-news__news-description {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .home-news__news-description {
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
  }
}
.home-news__news-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.25rem;
}
.home-news__news-date {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.75rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 1.75rem;
}
@media (min-width: 1440px) {
  .home-news__news-date {
    font-size: 0.875rem;
  }
}
.home-news__news-date:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C5D0AC;
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
}
@media (max-width: 1024px) {
  .home-news__news-date:before {
    left: 0.5rem;
    top: 0.325rem;
  }
}
@media (max-width: 1024px) {
  .home-news__news-date {
    padding-left: 1.5rem;
  }
}
.home-news__news-link {
  width: 2.5rem;
  height: 2.5rem;
}
.home-news__dots {
  width: 9rem;
  height: 9rem;
  position: absolute;
  right: -8.25rem;
  bottom: -4.5rem;
  z-index: -1;
}

.about-main__top {
  width: 100%;
  height: 11.5rem;
  background: #F8F5EE;
}
@media (max-width: 1024px) {
  .about-main__top {
    height: fit-content;
  }
}
.about-main__top-wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 2rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-main__top-wrapper {
    padding: 1rem 1.25rem 1.5rem;
  }
}
.about-main__title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 1rem;
}
@media (min-width: 1440px) {
  .about-main__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .about-main__title {
    margin-top: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.225rem;
  }
}
.about-main__wrapper {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 3rem auto 5rem;
  display: grid;
  grid-template-columns: 1fr 30.188rem;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .about-main__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.125rem;
    margin-top: 2rem;
  }
}
.about-main__left {
  width: 100%;
}
.about-main__text {
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(197, 208, 172, 0.5);
}
@media (min-width: 1440px) {
  .about-main__text {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .about-main__text {
    line-height: 1.5rem;
  }
}
.about-main__text:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.about-main__text strong {
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
  color: #000000;
}
.about-main__text span {
  color: rgba(0, 0, 0, 0.7);
}
.about-main__right {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .about-main__right {
    width: 30rem;
    height: 35rem;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .about-main__right {
    width: 17.5rem;
    height: 19.063rem;
  }
}
.about-main__image-1 {
  width: 17.5rem;
  height: 29.5rem;
  border-radius: 28px;
  position: absolute;
  top: 2rem;
  right: 12.25rem;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-main__image-1 {
    top: 0;
    right: unset;
    width: 10.313rem;
    height: 17.375rem;
    border-radius: 20px;
  }
}
.about-main__image-2 {
  width: 10.75rem;
  height: 16.5rem;
  border-radius: 28px;
  position: absolute;
  top: 4rem;
  right: 0;
  z-index: 10;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-main__image-2 {
    width: 6.313rem;
    height: 9.625rem;
    top: 1.25rem;
    border-radius: 20px;
  }
}
.about-main__image-3 {
  width: 16.25rem;
  height: 11.75rem;
  border-radius: 28px;
  position: absolute;
  top: 22rem;
  right: 0;
  z-index: 10;
  object-fit: cover;
}
@media (max-width: 576px) {
  .about-main__image-3 {
    width: 9.563rem;
    height: 7rem;
    top: 12rem;
    border-radius: 20px;
  }
}
.about-main__image-3-shadow {
  width: 16.25rem;
  height: 11.75rem;
  border-radius: 32px;
  background: #FAC177;
  position: absolute;
  top: 22.5rem;
  right: -0.5rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .about-main__image-3-shadow {
    width: 9.825rem;
    height: 7rem;
    top: 12.5rem;
    right: -0.313rem;
    border-radius: 20px;
  }
}
.about-main__dots {
  position: absolute;
  right: -3.375rem;
  top: -5.25rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .about-main__dots {
    top: -1.125rem;
  }
}
@media (max-width: 576px) {
  .about-main__dots {
    z-index: 1;
    width: 4.063rem;
    height: 4.063rem;
    top: -1.125rem;
    right: -1rem;
  }
}
.about-main__left-bottom-dots {
  position: absolute;
  bottom: -2.5rem;
  left: 4rem;
}
@media (max-width: 1024px) {
  .about-main__left-bottom-dots {
    bottom: -2rem;
  }
}
@media (max-width: 576px) {
  .about-main__left-bottom-dots {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -2rem;
    left: 3.75rem;
  }
}

.team-main__top {
  width: 100%;
  height: auto;
  background: #f8f5ee;
}
@media (max-width: 1024px) {
  .team-main__top {
    height: fit-content;
  }
}
.team-main__top-wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .team-main__top-wrapper {
    padding-bottom: 1.5rem;
  }
}
.team-main__title {
  width: 18.125rem;
  color: #000000;
  text-align: center;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 1rem auto;
  position: relative;
}
@media (min-width: 1440px) {
  .team-main__title {
    font-size: 2.5rem;
  }
}
.team-main__title:before, .team-main__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .team-main__title:before, .team-main__title:after {
    top: 0.725rem;
  }
}
@media (max-width: 1024px) {
  .team-main__title {
    line-height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: fit-content;
  }
}
.team-main__title:before {
  left: -2rem;
}
@media (max-width: 1024px) {
  .team-main__title:before {
    left: -1rem;
  }
}
.team-main__title:after {
  right: -2rem;
}
@media (max-width: 1024px) {
  .team-main__title:after {
    right: -1rem;
  }
}
.team-main__description {
  max-width: 52.5rem;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
}
@media (min-width: 1440px) {
  .team-main__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .team-main__description {
    line-height: 1.25rem;
  }
}
.team-main__members {
  max-width: 82rem;
  margin: 3rem auto 5rem;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .team-main__members {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
  }
}
.team-main__member {
  padding: 1rem 1rem 0 1rem;
  border-radius: 32px;
  border: 1px solid #fcdbac;
  width: 100%;
}
@media (max-width: 1024px) {
  .team-main__member {
    max-width: 28rem;
    margin: 0 auto;
  }
}
.team-main__member-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  aspect-ratio: 268/272;
  object-fit: cover;
}
.team-main__member-info {
  width: 88%;
  min-height: 6.5rem;
  border-radius: 32px;
  background: #FFFFFF;
  padding: 1rem 0.75rem 0.75rem;
  margin: -2.25rem auto 0;
  position: relative;
  z-index: 10;
}
.team-main__member-name {
  overflow: hidden;
  color: #1c240f;
  text-align: center;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .team-main__member-name {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .team-main__member-name {
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .team-main__member-name {
    font-size: 0.9375rem;
  }
}
.team-main__member-position {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .team-main__member-position {
    font-size: 0.75rem;
  }
}
.team-main__default-text {
  border-radius: 32px;
  border: 1px solid #fcdbac;
  padding: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1440px) {
  .team-main__default-text {
    font-size: 1rem;
  }
}
.team-main__default-text .team-main__dots {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 1.5rem;
  bottom: 0;
  display: none;
}
.team-main__default-text .team-main__dots img {
  transform: scaleX(-1);
}
.team-main__default-text p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1440px) {
  .team-main__default-text p {
    font-size: 1rem;
  }
}
.team-main__default-text span {
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
  color: #F58220;
}
.team-main__default-text:nth-last-child(1):not(:nth-child(4n)) {
  grid-column: span 4;
  flex-direction: row;
  align-items: center;
}
.team-main__default-text:nth-last-child(1):not(:nth-child(4n)) .team-main__dots {
  display: none;
}
.team-main__default-text:nth-last-child(1):nth-child(4n) {
  grid-column: span 1;
  flex-direction: column;
  row-gap: 2.5rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n) .team-main__dots {
  display: none;
}
.team-main__default-text:nth-last-child(1):nth-child(4n) .team-main__link {
  margin: 0 auto;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+3) {
  grid-column: span 2;
  align-items: start;
  flex-direction: column;
  row-gap: 3rem;
  justify-content: start;
  padding: 2rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+3) p {
  margin: 1rem 1rem 0 1rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+3) .team-main__link {
  margin: 0 1rem 1rem 1rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+3) .team-main__dots {
  display: flex;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+2) {
  grid-column: span 3;
  flex-direction: column;
  row-gap: 3rem;
  justify-content: start;
  align-items: start;
  padding: 2rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+2) p {
  margin: 1rem 1rem 0 1rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+2) .team-main__link {
  margin: 1rem 1rem 0 1rem;
}
.team-main__default-text:nth-last-child(1):nth-child(4n+2) .team-main__dots {
  display: flex;
}
@media (max-width: 1024px) {
  .team-main__default-text {
    grid-column: span 1 !important;
    max-width: 28rem !important;
    margin: 0 auto !important;
    padding: 1.25rem !important;
    padding-bottom: 1.5rem !important;
    flex-direction: column !important;
    row-gap: 1.5rem !important;
  }
  .team-main__default-text p {
    margin: 0 !important;
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .team-main__default-text p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .team-main__default-text .team-main__dots {
    display: none !important;
  }
}
.team-main__link {
  flex-shrink: 0;
  background: #FEEFD6;
  border-radius: 48px;
  padding: 0 0.5rem 0 1rem;
  display: flex;
  height: 3rem;
  width: 100%;
  max-width: 16.25rem;
  align-items: center;
  justify-content: space-between;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "Lato", sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 300ms linear;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .team-main__link {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .team-main__link {
    margin: 0 auto !important;
    height: 2.75rem;
    max-width: 15rem;
  }
}
.team-main__link span {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .team-main__link span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .team-main__link span {
    line-height: 1.25rem;
  }
}
.team-main__link svg {
  color: #F58220;
  transition: color 300ms linear;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .team-main__link svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.team-main__link:hover {
  border: 1px solid #FAC177;
}
.team-main__link:hover svg {
  color: #E66410;
}

.supervisory-board {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  background: #f8f5ee;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .supervisory-board {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
.supervisory-board__wrapper {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.supervisory-board__inner {
  margin-top: 4.5rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .supervisory-board__inner {
    gap: 1.5rem;
    flex-direction: column;
    margin-top: 4.25rem;
  }
}
.supervisory-board__left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 32.188rem;
  position: relative;
  flex-shrink: 3;
}
@media (max-width: 1024px) {
  .supervisory-board__left {
    gap: 1.5rem;
    max-width: 100%;
  }
}
.supervisory-board__left:before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: -2.5rem;
}
.supervisory-board__left::after {
  display: block;
  content: "";
  width: 8.938rem;
  height: 8.938rem;
  background-image: url("../images/projects-dots.svg");
  position: absolute;
  left: 0;
  bottom: -3rem;
  top: 19rem;
}
@media (max-width: 1024px) {
  .supervisory-board__left::after {
    content: unset;
  }
}
.supervisory-board__title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -1.1px;
}
@media (min-width: 1440px) {
  .supervisory-board__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .supervisory-board__title {
    margin-top: 0;
    line-height: 2rem;
    margin-bottom: 0.225rem;
    letter-spacing: unset;
  }
}
.supervisory-board__description {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
@media (min-width: 1440px) {
  .supervisory-board__description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .supervisory-board__description {
    line-height: 1.5rem;
  }
}
.supervisory-board__right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 39.125rem;
  margin-left: auto;
  width: 100%;
  flex-shrink: 2;
}
@media (max-width: 1024px) {
  .supervisory-board__right {
    max-width: 100%;
    margin-left: unset;
  }
}
.supervisory-board__list-title {
  letter-spacing: 0.18px;
  padding-top: 0.3rem;
  padding-left: 0.625rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
@media (min-width: 1440px) {
  .supervisory-board__list-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .supervisory-board__list-title {
    line-height: 1.5rem;
    padding-top: unset;
    padding-left: unset;
  }
}
.supervisory-board__list-title span {
  color: #D3690F;
  font-weight: 700;
  font-family: "LatoBold", sans-serif;
}
.supervisory-board__composition-blocks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.supervisory-board__composition-block {
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.25rem 1.25rem 1.25rem 4rem;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
@media (min-width: 1440px) {
  .supervisory-board__composition-block {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .supervisory-board__composition-block {
    padding: 1rem 1rem 1rem 2.5rem;
    line-height: 1.25rem;
  }
}
.supervisory-board__composition-block::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 1.688rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #C5D0AC;
}
@media (max-width: 1024px) {
  .supervisory-board__composition-block::after {
    width: 0.5rem;
    height: 0.5rem;
    left: 1rem;
  }
}

.contacts {
  background: #F8F5EE;
}
.contacts__wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contacts__wrapper {
    padding-bottom: 2.5rem;
  }
}
.contacts__top {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .contacts__top {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.25rem;
  }
}
.contacts__title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 2.75rem;
  margin-right: 2rem;
}
@media (min-width: 1440px) {
  .contacts__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    padding-left: 0;
    padding-top: 2rem;
    margin-bottom: 1.25rem;
    line-height: 2rem;
  }
}
.contacts__title:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: 0.75rem;
}
@media (max-width: 768px) {
  .contacts__title:before {
    top: -0.5rem;
  }
}
.contacts__link {
  width: auto;
  height: 3rem;
  padding: 0.875rem 1.375rem 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7A3314;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 24px;
  border: 1px solid #FCDBAC;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .contacts__link {
    font-size: 0.875rem;
  }
}
.contacts__link:hover {
  border: 1px solid #C86632;
}
.contacts__link:focus {
  border: 1px solid #973C15;
}
.contacts__link img {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .contacts__link {
    padding: 0.5rem 1.25rem;
    height: 2.5rem;
  }
}
.contacts__image {
  width: 100%;
}
.contacts__inner {
  position: relative;
}
.contacts__content {
  width: 100%;
  height: 44.25rem;
  border-radius: 32px;
  background-position: right;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 20px rgba(32, 32, 32, 0.08));
}
@media (max-width: 768px) {
  .contacts__content {
    height: 25rem;
    border-radius: 24px;
    background-position: 40%;
    margin-bottom: 0.75rem;
  }
}
.contacts__info {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .contacts__info {
    position: static;
  }
}
.contacts__email, .contacts__address {
  width: 18.75rem;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: 0px 4px 20px 0px rgba(32, 32, 32, 0.08);
}
@media (min-width: 1440px) {
  .contacts__email, .contacts__address {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .contacts__email, .contacts__address {
    width: 100%;
    padding: 1rem;
  }
}
.contacts__email img, .contacts__address img {
  margin-right: 0.75rem;
}
.contacts__email {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .contacts__email {
    margin-bottom: 0.75rem;
  }
}

.about-centers-page {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  background: #f8f5ee;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .about-centers-page {
    padding-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
.about-centers-page__wrapper {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-centers-page__wrapper {
    padding: 0 1.25rem;
  }
}
.about-centers-page__title {
  width: fit-content;
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  position: relative;
  margin: 1rem auto 2rem;
}
@media (min-width: 1440px) {
  .about-centers-page__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .about-centers-page__title {
    line-height: 2rem;
    width: fit-content;
    text-align: center;
    margin: 1rem auto 1.5rem;
  }
}
@media (max-width: 768px) {
  .about-centers-page__title {
    margin: 1.5rem auto;
  }
}
.about-centers-page__title:before, .about-centers-page__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .about-centers-page__title:before, .about-centers-page__title:after {
    top: 0.75rem;
  }
}
.about-centers-page__title:before {
  left: -1.5rem;
}
.about-centers-page__title:after {
  right: -1.5rem;
}
.about-centers-page__items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.center-accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .center-accordion-item {
    padding: 0.75rem 0.75rem 1rem 0.75rem;
  }
}
.center-accordion-item__main {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .center-accordion-item__main {
    flex-direction: column;
    gap: 1rem;
  }
}
.center-accordion-item__img {
  width: 10.563rem;
  height: auto;
  aspect-ratio: 169/130;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .center-accordion-item__img {
    width: 100%;
    max-width: 28.125rem;
    aspect-ratio: 264/164;
    margin: 0 auto;
    border-radius: 8px;
  }
}
.center-accordion-item__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0.75rem;
}
@media (max-width: 1024px) {
  .center-accordion-item__text {
    gap: 0.75rem;
    padding-top: 0;
    padding-left: 0.25rem;
  }
}
.center-accordion-item__title {
  color: #000000;
  font-size: calc(1.125rem + 14 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
@media (min-width: 1440px) {
  .center-accordion-item__title {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .center-accordion-item__title {
    line-height: 1.5rem;
  }
}
.center-accordion-item__address {
  color: #000000;
  font-size: calc(0.8125rem + 3 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 1.75rem;
  position: relative;
}
@media (min-width: 1440px) {
  .center-accordion-item__address {
    font-size: 1rem;
  }
}
.center-accordion-item__address::before {
  content: "";
  display: flex;
  left: 0;
  top: 50%;
  background-image: url("../images/pin-secondary.svg");
  transform: translateX(0) translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .center-accordion-item__address::before {
    content: unset;
  }
}
@media (max-width: 1024px) {
  .center-accordion-item__address {
    line-height: 1rem;
    padding-left: 0;
    width: calc(100% - 3.375rem);
  }
}
.center-accordion-item__link {
  margin-top: 0.75rem;
  width: fit-content;
  display: flex;
}
.center-accordion-item__link:hover circle {
  fill: #FFF5EC;
}
.center-accordion-item__link:hover circle,
.center-accordion-item__link:hover path {
  stroke: #e66410;
}
@media (max-width: 1024px) {
  .center-accordion-item__link {
    margin-top: -2.5rem;
    margin-left: auto;
    margin-right: 0.25rem;
  }
  .center-accordion-item__link svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.center-accordion-item__child {
  margin-top: 1.5rem;
}

.center-accordion-child {
  padding: 2rem 0;
  border-top: 1px solid #ECECED;
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .center-accordion-child {
    padding: 1.5rem 0;
    flex-direction: column;
  }
}
.center-accordion-child:last-child {
  padding-bottom: 0.25rem !important;
}
.center-accordion-child__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.75rem;
  position: relative;
}
.center-accordion-child__text::before {
  content: "";
  display: flex;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0.25rem;
  background-image: url("../images/dots-line.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .center-accordion-child__text {
    padding-left: 1.25rem;
    gap: 0.75rem;
  }
}
.center-accordion-child__address {
  color: #000000;
  font-size: calc(0.875rem + 4 * (100vw - 360px) / 1080);
  font-style: normal;
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .center-accordion-child__address {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .center-accordion-child__address {
    line-height: 1.25rem;
  }
}
.center-accordion-child__link {
  margin-left: auto;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .center-accordion-child__link {
    margin-top: -2rem;
    margin-left: auto;
    margin-right: 0.5rem;
  }
}
.center-accordion-child__link:hover circle {
  fill: #FFF5EC;
}
.center-accordion-child__link:hover circle,
.center-accordion-child__link:hover path {
  stroke: #e66410;
}

.geo-map {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.geo-map__shadow {
  width: 100%;
  height: 10rem;
  pointer-events: none;
  box-shadow: 0 2px 10px 0 rgba(32, 32, 32, 0.08);
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .geo-map__shadow {
    display: none;
  }
}
.geo-map__left {
  overflow: auto;
  width: 37.5rem;
  flex-shrink: 0;
  padding: 1.25rem 2rem 1.25rem 1.5rem;
  transition: width 200ms linear;
  box-shadow: 0 4px 20px 0 rgba(32, 32, 32, 0.08);
  flex-direction: column;
  display: flex;
}
.geo-map__left::-webkit-scrollbar {
  cursor: pointer;
  position: relative;
  width: 8px;
  height: 4px;
}
.geo-map__left::-webkit-scrollbar-track {
  background: #ECECED;
  margin-top: 5px;
  margin-bottom: 5px;
}
.geo-map__left ::-webkit-scrollbar-thumb:hover {
  background-color: #837a7a;
}
.geo-map__left::-webkit-scrollbar-thumb {
  background: rgba(30, 53, 77, 0.3019607843);
  width: 6px;
  border-radius: 5px;
  background-clip: padding-box;
}
@media (max-width: 1024px) {
  .geo-map__left {
    padding: 0.75rem;
    width: 100%;
  }
}
.geo-map__left.mini {
  width: 5rem;
  padding: 1.5rem 0;
}
.geo-map__left.mini .center-geo-item__text,
.geo-map__left.mini .geo-map__tittle,
.geo-map__left.mini .geo-map__hr {
  display: none;
}
.geo-map__left.mini .geo-map__cards {
  align-items: center;
}
.geo-map__left.mini .center-geo-item__img {
  width: 3rem;
  height: 3rem;
  border-radius: 8px;
}
.geo-map__left.mini .center-geo-item {
  padding: 0.188rem;
  border: 1px solid transparent;
  width: fit-content;
}
.geo-map__left.mini .center-geo-item.active {
  background-color: #FFFFFF;
  border: 1px solid rgba(245, 130, 32, 0.6980392157);
  border-radius: 12px;
}
.geo-map__tittle {
  color: #000000;
  font-size: calc(1rem + 2 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
@media (min-width: 1440px) {
  .geo-map__tittle {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .geo-map__tittle {
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .geo-map__tittle {
    margin-top: 0.875rem;
    margin-bottom: 0.5rem;
    padding-bottom: 1.625rem;
    border-bottom: 1px solid #ececed;
  }
}
.geo-map__cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.geo-map__right {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.geo-map__collapse-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #FFFFFF;
  color: #1E354D;
  transition: all 200ms linear;
  box-shadow: 0 0 1.25rem 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .geo-map__collapse-btn {
    display: none;
  }
}
.geo-map__collapse-btn:hover {
  border: 1px solid #fcdbac;
}
.geo-map__collapse-btn.active {
  transform: rotate(180deg);
}
.geo-map .leaflet-map {
  height: 100% !important;
  z-index: 1;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-top {
  top: unset !important;
  bottom: 1.25rem;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-left {
  left: unset !important;
  right: 1rem;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom {
  border: unset;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom-in {
  border-bottom: unset;
  margin-bottom: 2px;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom-in, .geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom-out {
  border-radius: 8px;
}
.geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom-in span, .geo-map .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom-out span {
  color: rgba(0, 0, 0, 0.7);
}
.geo-map .leaflet-map .leaflet-control-attribution {
  display: none;
}
.geo-map .leaflet-popup-content {
  margin: 0.5rem;
}
.geo-map__marker {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.geo-map__marker img {
  width: 3rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 4px;
}
.geo-map__marker span {
  color: #000000;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
@media (min-width: 1440px) {
  .geo-map__marker span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .geo-map__marker {
    max-width: 16.25rem;
  }
}
.geo-map__hr {
  width: 100%;
  margin: 0 !important;
  border: unset;
  height: 1px;
  background: #ececed;
}
.geo-map__hr:last-child {
  display: none;
}
.geo-map__tabs {
  display: none;
  gap: 0.688rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  position: absolute;
  width: fit-content;
  right: 1.25rem;
  top: 0.5rem;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid rgba(197, 208, 172, 0.5);
}
.geo-map__tabs:has([data-object=map].active) {
  box-shadow: 0 4px 20px 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .geo-map__tabs {
    display: flex;
    top: 1rem;
  }
}
.geo-map__tab {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: none;
  border: unset;
  opacity: 0.3;
}
.geo-map__tab.active {
  background-color: unset;
  border: unset;
  color: #F58220;
  opacity: 1;
}
.geo-map__tabs-divider {
  width: 1px;
  height: 1rem;
  background: rgb(197, 208, 172);
}
.geo-map__teleport-active {
  display: none;
  border-radius: 8px 8px 0 0;
  margin-top: -0.5rem;
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms linear;
  flex-shrink: 0;
}
.geo-map__teleport-active.active {
  max-height: 1000px;
  box-shadow: 0 4px 20px 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .geo-map__teleport-active {
    display: block;
  }
}
.geo-map__teleport-active .center-geo-item {
  margin: 1.25rem;
  padding: 0;
  background: #FFFFFF !important;
}

.center-geo-item {
  display: flex;
  padding: 0.75rem;
  gap: 1.25rem;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .center-geo-item {
    pointer-events: none !important;
  }
}
@media (max-width: 768px) {
  .center-geo-item {
    flex-direction: row-reverse;
    justify-content: start;
    padding: 0.5rem;
    gap: 1rem;
  }
}
.center-geo-item.active {
  background-color: #f8f5ee;
}
@media (max-width: 1024px) {
  .center-geo-item.active {
    background-color: #FFFFFF !important;
  }
}
.center-geo-item__img {
  width: 11.438rem;
  height: 8.75rem;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .center-geo-item__img {
    margin-left: auto;
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
  }
}
.center-geo-item__title {
  color: #000000;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}
@media (min-width: 1440px) {
  .center-geo-item__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .center-geo-item__title {
    margin-top: 0;
  }
}
.center-geo-item__list {
  padding-left: 0.625rem;
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0.75rem;
  list-style: none;
}
@media (max-width: 1024px) {
  .center-geo-item__list {
    gap: 0.375rem;
  }
}
.center-geo-item__item {
  color: #000000;
  font-size: calc(0.75rem + 2 * (100vw - 360px) / 1080);
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
}
@media (min-width: 1440px) {
  .center-geo-item__item {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .center-geo-item__item {
    line-height: 1rem;
  }
}
.center-geo-item__item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #c5d0ac;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: -0.725rem;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .center-geo-item__item::before {
    top: 0.5rem;
  }
}
.center-geo-item__email {
  word-break: break-word;
}
.center-geo-item__link {
  color: #bf4b0f;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  line-height: 1.25rem;
  transition: color 200ms linear;
  text-decoration: none;
  pointer-events: auto;
}
@media (min-width: 1440px) {
  .center-geo-item__link {
    font-size: 0.875rem;
  }
}
.center-geo-item__link:hover {
  color: #e66410;
}

.analytics {
  background: #F8F5EE;
}
.analytics__wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 4.25rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .analytics__wrapper {
    padding-bottom: 0;
  }
}
.analytics__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .analytics__content {
    flex-direction: column;
  }
}
.analytics__dots {
  position: absolute;
  right: -2rem;
  top: 2rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .analytics__dots {
    display: none;
  }
}
.analytics__left {
  width: 32%;
  padding-top: 4.5rem;
}
@media (max-width: 1024px) {
  .analytics__left {
    width: 100%;
  }
}
.analytics__title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1440px) {
  .analytics__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .analytics__title {
    line-height: 2rem;
  }
}
.analytics__title:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: -2.5rem;
}
@media (max-width: 768px) {
  .analytics__title:before {
    top: -3rem;
  }
}
@media (max-width: 768px) {
  .analytics__title {
    margin-bottom: 1.5rem;
  }
}
.analytics__description {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .analytics__description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .analytics__description {
    margin-bottom: 1.25rem;
    line-height: 1.5rem;
  }
}
.analytics__period {
  padding: 0.5rem 1.25rem;
  border-radius: 24px;
  border: 1px solid #FCDBAC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7A3314;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1440px) {
  .analytics__period {
    font-size: 0.875rem;
  }
}
.analytics__right {
  width: 57.5%;
  padding-top: 4.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .analytics__right {
    width: 100%;
    padding-top: 1.5rem;
  }
}
.analytics__indicators {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.analytics__indicator {
  padding: 2.5rem;
  border-radius: 24px;
  background: #FFFFFF;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 8.625rem;
}
@media (max-width: 576px) {
  .analytics__indicator {
    min-height: 7rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 16px;
  }
}
.analytics__indicator:nth-child(1) {
  width: 40.98%;
}
@media (max-width: 576px) {
  .analytics__indicator:nth-child(1) {
    width: 47%;
  }
}
.analytics__indicator:nth-child(2) {
  width: 55.74%;
}
@media (max-width: 576px) {
  .analytics__indicator:nth-child(2) {
    width: 47%;
  }
}
.analytics__indicator:nth-child(3) {
  width: 55.74%;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .analytics__indicator:nth-child(3) {
    width: 47%;
    height: 9rem;
    margin-bottom: 1rem;
  }
}
.analytics__indicator:nth-child(4) {
  width: 40.98%;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .analytics__indicator:nth-child(4) {
    width: 47%;
    height: 9rem;
  }
}
.analytics__indicator-value {
  color: #F58220;
  font-size: calc(2rem + 16 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-right: 1.5rem;
}
@media (min-width: 1440px) {
  .analytics__indicator-value {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .analytics__indicator-value {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.analytics__indicator-title {
  color: #000000;
  font-size: calc(0.75rem + 4 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
@media (min-width: 1440px) {
  .analytics__indicator-title {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .analytics__indicator-title {
    line-height: 1rem;
  }
}

.analytics-chart {
  background: #F8F5EE;
}
.analytics-chart__wrapper {
  width: calc(100% - 1.25rem);
  max-width: 79.5rem;
  padding: 3rem;
  margin: 1.25rem auto;
  border-radius: 32px;
  background: white;
  display: flex;
  align-items: center;
  gap: 7.5rem;
  position: relative;
}
.analytics-chart__wrapper:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 2.25rem;
  top: 1.688rem;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .analytics-chart__wrapper:before {
    top: 1rem;
    left: 1rem;
  }
}
.analytics-chart__wrapper_right {
  flex-direction: row-reverse;
  padding-left: 5rem;
  padding-right: 4.5rem;
}
@media (max-width: 1024px) {
  .analytics-chart__wrapper {
    flex-direction: column;
    align-items: initial;
    gap: 1.25rem;
    width: calc(100% - 2.5rem);
    border-radius: 16px;
    margin: 0.5rem auto;
    padding: 2rem 1rem 1.25rem;
  }
}
.analytics-chart__chart {
  width: 23.25rem;
  height: 23.25rem;
  position: relative;
  flex-shrink: 0;
}
.analytics-chart__chart canvas {
  z-index: 2;
}
@media (max-width: 768px) {
  .analytics-chart__chart {
    width: 100%;
    height: 13rem;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .analytics-chart__chart {
    align-self: center;
  }
}
.analytics-chart__chart-icon {
  width: 10.25rem;
  height: 10.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .analytics-chart__chart-icon {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.analytics-chart__text {
  width: 100%;
  max-width: 39.25rem;
}
@media (max-width: 1024px) {
  .analytics-chart__text {
    max-width: 100%;
  }
}
.analytics-chart__title {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(1rem + 2 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .analytics-chart__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1024px) {
  .analytics-chart__title {
    margin-bottom: 1.5rem;
  }
}
.analytics-chart__indicators {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.analytics-chart__indicator {
  display: grid;
  grid-template-columns: 20px auto max-content;
  grid-template-areas: "color chapter page";
  align-items: end;
  gap: 0 0.25rem;
}
.analytics-chart__indicator-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  grid-area: chapter;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .analytics-chart__indicator-title {
    font-size: 1rem;
  }
}
.analytics-chart__indicator-title::after {
  position: absolute;
  padding-left: 0.25rem;
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  text-align: right;
}
.analytics-chart__indicator-value {
  color: #000000;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  grid-area: page;
}
@media (min-width: 1440px) {
  .analytics-chart__indicator-value {
    font-size: 1rem;
  }
}
.analytics-chart__indicator-color {
  display: block;
  width: 8px;
  height: 16px;
  border-radius: 32px;
  margin-top: 0.25rem;
  grid-area: color;
  align-self: self-start;
}

.reports {
  background: #F8F5EE;
}
.reports__wrapper {
  max-width: 82rem;
  padding: 3.25rem 1.25rem 3.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reports__wrapper {
    padding: 1.25rem;
    padding-top: 2rem;
  }
}
.reports__description {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  max-width: 59.125rem;
}
@media (min-width: 1440px) {
  .reports__description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .reports__description {
    margin-bottom: 1.5rem;
    max-width: unset;
    line-height: 1.5rem;
  }
}
.reports__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .reports__list {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.reports__report {
  width: 49%;
  border-radius: 20px;
  border: 1px solid #C5D0AC;
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  align-self: stretch;
}
.reports__report:hover {
  border: 1px solid #9EA68A;
}
@media (max-width: 768px) {
  .reports__report {
    width: 100%;
    align-items: flex-start;
    padding: 0.75rem;
    border-radius: 1rem;
  }
}
.reports .highlight {
  border: 1px solid #F58220;
}
.reports__report-title {
  margin: 0 1.5rem;
  color: #1C240F;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  width: 100%;
}
@media (min-width: 1440px) {
  .reports__report-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .reports__report-title {
    line-height: 1.25rem;
    margin: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .reports__icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .reports__arrow {
    width: 28px;
    height: 28px;
  }
}

.create-center {
  max-width: 82rem;
  padding: 0 1.25rem;
  margin: 1rem auto 0;
}
.create-center__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .create-center__wrapper {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.create-center__left {
  width: 40%;
  padding-top: 2.25rem;
}
@media (max-width: 768px) {
  .create-center__left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.create-center__title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 1440px) {
  .create-center__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .create-center__title {
    margin-bottom: 1.5rem;
  }
}
.create-center__title:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  left: 0;
  top: -2.5rem;
}
@media (max-width: 768px) {
  .create-center__title:before {
    top: -3rem;
  }
}
.create-center__description {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media (min-width: 1440px) {
  .create-center__description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .create-center__description {
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.create-center__link {
  width: 25.5rem;
  height: 4rem;
  border-radius: 48px;
  border: 1px solid #FCDBAC;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  text-align: center;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .create-center__link {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .create-center__link {
    width: 100%;
    height: 3rem;
    padding: 0.75rem 0.5rem 0.75rem 1.25rem;
  }
}
.create-center__link svg circle {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .create-center__link svg {
    width: 2rem;
    height: 2rem;
  }
}
.create-center__link .one,
.create-center__link .two {
  opacity: 0.7;
}
.create-center__link .three {
  margin-left: 2px;
  font-family: "LatoBold", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .create-center__link .one {
    display: none;
  }
  .create-center__link .two {
    text-transform: capitalize;
  }
}
.create-center__link:hover svg circle {
  fill: #E66410;
}
.create-center__link:focus svg circle {
  fill: #BF4B0F;
}
.create-center__right {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .create-center__right {
    width: 100%;
  }
}
.create-center__manual {
  display: block;
  border-radius: 48px;
  background: rgba(247, 155, 64, 0.9);
  padding: 3.125rem 4.125rem 6.875rem;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
.create-center__manual:hover svg circle {
  fill: #E66410;
}
.create-center__manual:focus svg circle {
  fill: #BF4B0F;
}
@media (max-width: 768px) {
  .create-center__manual {
    padding: 2rem 1.25rem 4.5rem 1.25rem;
  }
}
.create-center__manual-sub-title {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 2.75rem;
}
@media (min-width: 1440px) {
  .create-center__manual-sub-title {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .create-center__manual-sub-title {
    margin-bottom: 1.5rem;
  }
}
.create-center__manual-title {
  display: block;
  color: #F8F8F8;
  text-align: center;
  font-size: calc(2rem + 8 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  .create-center__manual-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .create-center__manual-title {
    line-height: 2.5rem;
  }
}
.create-center__manual-link {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: -2.5rem;
  left: calc(50% - 2.5rem);
}
.create-center__manual-link circle {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .create-center__manual-link {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -2.225rem;
  }
}
.create-center__big-dots {
  position: absolute;
  top: -3.25rem;
  right: -5rem;
  z-index: 5;
}
.create-center .mobile {
  display: none;
}
@media (max-width: 768px) {
  .create-center .desktop {
    display: none;
  }
  .create-center .mobile {
    display: block;
    top: -0.75rem;
    right: -0.75rem;
  }
}
.create-center__left-bottom-dots {
  position: absolute;
  bottom: 0;
  left: -5rem;
}
@media (max-width: 1024px) {
  .create-center__left-bottom-dots {
    width: 40px;
    height: 40px;
    bottom: -3.25rem;
    left: 2rem;
  }
}

.grant-projects__top {
  background: #F8F5EE;
}
.grant-projects__top-wrapper {
  max-width: 82rem;
  max-height: 9rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .grant-projects__top-wrapper {
    padding-bottom: 2rem;
  }
}
.grant-projects__title {
  width: max-content;
  color: #000000;
  text-align: center;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 1rem auto 0;
  position: relative;
}
@media (min-width: 1440px) {
  .grant-projects__title {
    font-size: 2.5rem;
  }
}
.grant-projects__title:before, .grant-projects__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .grant-projects__title:before, .grant-projects__title:after {
    top: 0.725rem;
  }
}
@media (max-width: 1024px) {
  .grant-projects__title {
    line-height: 2rem;
    margin: 1.5rem auto 0;
    width: fit-content;
  }
}
.grant-projects__title:before {
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .grant-projects__title:before {
    left: -1rem;
  }
}
.grant-projects__title:after {
  right: -1.5rem;
}
@media (max-width: 1024px) {
  .grant-projects__title:after {
    right: -1rem;
  }
}
.grant-projects .tabs_main-gap {
  padding: 0 1.25rem;
  margin: 2rem auto;
}
@media (max-width: 1024px) {
  .grant-projects .tabs_main-gap {
    margin: 1.5rem auto;
  }
}
.grant-projects__projects {
  max-width: 68.5rem;
  padding: 0 1.25rem 5.5rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .grant-projects__projects {
    padding: 0 1.25rem 2.5rem;
  }
}
.grant-projects__project {
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
  outline: none;
}
.grant-projects__project:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .grant-projects__project {
    border-radius: 24px;
    padding-bottom: 3.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 576px) {
  .grant-projects__project {
    padding: 1rem;
    padding-bottom: 1.25rem;
  }
}
.grant-projects .highlight {
  border: 1px solid #F58220;
}
.grant-projects__project-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .grant-projects__project-top {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.grant-projects__project-image {
  width: 30.5%;
  height: auto;
  aspect-ratio: 322/219;
  border-radius: 24px;
  margin-right: 2rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .grant-projects__project-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
    border-radius: 16px;
  }
}
.grant-projects__project-title {
  color: #000000;
  font-size: calc(1rem + 8 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.75rem;
}
@media (min-width: 1440px) {
  .grant-projects__project-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .grant-projects__project-title {
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.grant-projects__project-cost {
  color: #000000;
  opacity: 0.7;
  font-size: calc(0.9375rem + 3 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .grant-projects__project-cost {
    font-size: 1.125rem;
  }
}
.grant-projects__project-cost span {
  font-weight: 400;
}
@media (max-width: 768px) {
  .grant-projects__project-cost {
    margin-bottom: 0rem;
    line-height: 1.25rem;
  }
}
.grant-projects__project-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1440px) {
  .grant-projects__project-description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .grant-projects__project-description {
    position: relative;
    max-height: 19rem;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  .grant-projects__project-description p {
    line-height: 1.5rem !important;
  }
}
.grant-projects__project-description p {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}
@media (min-width: 1440px) {
  .grant-projects__project-description p {
    font-size: 1rem;
  }
}
.grant-projects__project.expanded .grant-projects__project-description {
  max-height: none;
}
.grant-projects__project.expanded .show-more-btn img {
  transform: rotate(180deg);
}
.grant-projects .show-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  border-radius: 0 0 24px 24px;
  background: #F8F5EE;
  color: #8F4200;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  display: none;
}
@media (min-width: 1440px) {
  .grant-projects .show-more-btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .grant-projects .show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grant-projects .show-more-btn img {
    margin-left: 0.25rem;
    transition: all 0.3s;
  }
}

.news {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .news {
    padding-bottom: 2.5rem;
  }
}
.news__top {
  background: #F8F5EE;
}
.news__top-wrapper {
  max-width: 82rem;
  max-height: 9rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news__top-wrapper {
    padding-bottom: 2rem;
  }
}
.news__title {
  width: max-content;
  color: #000000;
  text-align: center;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 1rem auto 0;
  position: relative;
}
@media (min-width: 1440px) {
  .news__title {
    font-size: 2.5rem;
  }
}
.news__title:before, .news__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .news__title:before, .news__title:after {
    top: 0.725rem;
  }
}
@media (max-width: 1024px) {
  .news__title {
    line-height: 2rem;
    margin: 1.5rem auto 0;
    width: fit-content;
  }
}
.news__title:before {
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .news__title:before {
    left: -1rem;
  }
}
.news__title:after {
  right: -1.5rem;
}
@media (max-width: 1024px) {
  .news__title:after {
    right: -1rem;
  }
}
.news__filters {
  max-width: 82rem;
  margin: 2.5rem auto 0;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .news__filters {
    flex-direction: column;
    margin: 1.5rem auto 0;
  }
}
.news__count {
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  left: 2.25rem;
  bottom: -2rem;
}
@media (min-width: 1440px) {
  .news__count {
    font-size: 1rem;
  }
}
.news__region-filter {
  width: 23.58%;
}
@media (max-width: 768px) {
  .news__region-filter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.news__region-filter .select2-container .selection .select2-selection {
  height: 2.5rem;
  border: none;
}
.news__region-filter .select2-container .selection .select2-selection .select2-selection__rendered {
  height: 2.5rem;
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  padding: 0.5rem 0 0.5rem 3rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 1440px) {
  .news__region-filter .select2-container .selection .select2-selection .select2-selection__rendered {
    font-size: 1rem;
  }
}
.news__region-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  display: block;
  height: 2.5rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .news__region-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    font-size: 1rem;
  }
}
.news__region-filter .select2-container .selection .select2-selection .select2-selection__rendered:after {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transition: all 0.3s;
  background-image: url("../images/chevron_down.svg");
}
.news__region-filter .select2-container .selection .select2-selection .select2-selection__arrow {
  height: 2.5rem;
}
.news__region-filter .select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.news__region-filter .select2-container--open .selection .select2-selection .select2-selection__rendered:after {
  transform: rotate(180deg);
}
.news__date-filter {
  width: 23.58%;
  position: relative;
}
@media (max-width: 768px) {
  .news__date-filter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.news__date-filter #date-filter {
  width: 100%;
  height: 2.5rem;
  padding-left: 3rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  outline: none;
}
@media (min-width: 1440px) {
  .news__date-filter #date-filter {
    font-size: 1rem;
  }
}
.news__date-filter #date-filter::placeholder {
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .news__date-filter #date-filter::placeholder {
    font-size: 1rem;
  }
}
.news__date-filter #flatpickr_clear {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
}
.news__tags-filter {
  width: 49.05%;
}
@media (max-width: 768px) {
  .news__tags-filter {
    width: 100%;
  }
}
.news__tags-filter .select2-container .selection .select2-selection {
  height: 2.5rem;
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  display: flex;
  position: relative;
  cursor: pointer;
}
.news__tags-filter .select2-container .selection .select2-selection:after {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transition: all 0.3s;
  background-image: url("../images/chevron_down.svg");
}
.news__tags-filter .select2-container .selection .select2-selection .select2-selection__rendered {
  display: block;
  height: 2.5rem;
  margin: 0;
  padding-left: 3rem;
  overflow: hidden;
}
.news__tags-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  margin: 0;
  background: none;
  border: none;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 1rem;
}
@media (min-width: 1440px) {
  .news__tags-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
    font-size: 1rem;
  }
}
.news__tags-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  order: 1;
}
.news__tags-filter .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border: none;
  margin-top: 11px;
  order: 2;
}
.news__tags-filter .select2-container .selection .select2-selection .select2-search {
  height: 2.5rem;
  display: none;
}
.news__tags-filter .select2-container .selection .select2-selection .select2-search .select2-search__field {
  height: 2.5rem;
  padding: 0.5rem 0 0.5rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1440px) {
  .news__tags-filter .select2-container .selection .select2-selection .select2-search .select2-search__field {
    font-size: 1rem;
  }
}
.news__tags-filter .select2-container .selection .select2-selection .select2-search .select2-search__field::placeholder {
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .news__tags-filter .select2-container .selection .select2-selection .select2-search .select2-search__field::placeholder {
    font-size: 1rem;
  }
}
.news__tags-filter .select2-container--open .selection .select2-selection:after {
  transform: rotate(180deg);
}
.news__tags-filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .news__tags-filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-radius: 40px;
}
.news__region-filter, .news__date-filter, .news__tags-filter {
  position: relative;
}
.news__region-filter img, .news__date-filter img, .news__tags-filter img {
  position: absolute;
  left: 1rem;
  top: 0.625rem;
  z-index: 10;
}
.news__tags-filter-placeholder {
  pointer-events: none;
  cursor: pointer;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 10;
  left: 3rem;
  top: 0.5rem;
}
@media (min-width: 1440px) {
  .news__tags-filter-placeholder {
    font-size: 1rem;
  }
}
.news__no-found {
  width: 100%;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
@media (min-width: 1440px) {
  .news__no-found {
    font-size: 1rem;
  }
}
.news__list {
  max-width: 82rem;
  padding: 3rem 1.25rem 2.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
}
@media (max-width: 1024px) {
  .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .news__list {
    padding: 3rem 1.25rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__item {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #C5D0AC;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
}
.news__item:hover {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .news__item {
    padding-bottom: 0.75rem;
    border-radius: 32px;
  }
}
.news__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 284/232;
  border-radius: 32px;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news__item-image {
    aspect-ratio: 264/216;
    border-radius: 24px;
  }
}
.news__item-title {
  height: 5rem;
  padding: 0 0.75rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .news__item-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .news__item-title {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.news__item-description {
  height: 2.5rem;
  padding: 0 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .news__item-description {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .news__item-description {
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
  }
}
.news__item-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.25rem;
}
.news__item-date {
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(0.75rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 1.75rem;
}
@media (min-width: 1440px) {
  .news__item-date {
    font-size: 0.875rem;
  }
}
.news__item-date:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C5D0AC;
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
}
@media (max-width: 1024px) {
  .news__item-date:before {
    left: 0.5rem;
    top: 0.325rem;
  }
}
@media (max-width: 1024px) {
  .news__item-date {
    padding-left: 1.5rem;
  }
}
.news__item-link {
  width: 2.5rem;
  height: 2.5rem;
}
.news__load-more {
  padding: 0 1.25rem;
}
.news__load-more #load-more-news {
  width: 100%;
  max-width: 79.5rem;
  height: 3rem;
  border-radius: 32px;
  border: 1px solid #C5D0AC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  color: #373737;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .news__load-more #load-more-news {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .news__load-more #load-more-news {
    height: 2.5rem;
  }
}
.news__single-top-wrapper {
  max-width: 82rem;
  margin: 1rem auto 0;
  padding: 0 1.25rem;
}
.news__single-image {
  width: 100%;
  max-height: 32.25rem;
  border-radius: 28px;
  object-fit: cover;
  margin-top: 1rem;
  display: block;
}
@media (max-width: 1024px) {
  .news__single-image {
    margin-top: 1.5rem;
  }
}
.news__single-content-wrapper {
  max-width: 55rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.news__single-content-top {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .news__single-content-top {
    margin-top: 1.25rem;
    line-height: 1rem;
  }
}
.news__single-date {
  color: #344054;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 1.25rem;
}
@media (min-width: 1440px) {
  .news__single-date {
    font-size: 0.875rem;
  }
}
.news__single-date:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C5D0AC;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (max-width: 1024px) {
  .news__single-date {
    padding-left: 1rem;
  }
}
.news__single-view {
  color: #344054;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 1rem;
  padding: 0 1rem;
  border-left: 1px solid #C5D0AC;
  border-right: 1px solid #C5D0AC;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .news__single-view {
    font-size: 0.875rem;
  }
}
.news__single-view img {
  margin-right: 0.5rem;
}
.news__single-region {
  color: #344054;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 1440px) {
  .news__single-region {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .news__single-region {
    line-height: 1.5rem;
  }
}
.news__single-title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .news__single-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .news__single-title {
    margin-bottom: 1.5rem;
    line-height: 2rem;
  }
}
.news__single-description {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .news__single-description {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .news__single-description {
    line-height: 1.5rem;
  }
}
.news__single-description a {
  color: rgb(211, 105, 15);
  text-decoration: none;
}
.news__single-description a:hover {
  text-decoration: underline;
}
.news__single-description p {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1440px) {
  .news__single-description p {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .news__single-description p {
    line-height: 1.5rem;
  }
}
.news__single-description p a {
  color: rgb(211, 105, 15);
  text-decoration: none;
}
.news__single-description p a:hover {
  text-decoration: underline;
}
.news__single-description p img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  margin: 1.5rem 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news__single-description p img {
    margin: 0.5rem 0;
  }
}
.news__single-description p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 28px;
}
.news__single-description .images-1,
.news__single-description .images-2,
.news__single-description .images-3 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 576px) {
  .news__single-description .images-1,
  .news__single-description .images-2,
  .news__single-description .images-3 {
    flex-direction: column;
  }
}
.news__single-description .images-2 img {
  width: calc(50% - 8px);
}
@media (max-width: 576px) {
  .news__single-description .images-2 img {
    width: 100%;
  }
}
.news__single-description .images-3 img {
  width: calc(33.33% - 8px);
}
@media (max-width: 576px) {
  .news__single-description .images-3 img {
    width: 100%;
  }
}
.news__single-description blockquote {
  border-radius: 24px;
  background: #F8F5EE;
  padding: 2.5rem 2.5rem 2.5rem 9rem;
  margin: 40px 0;
  position: relative;
}
@media (max-width: 576px) {
  .news__single-description blockquote {
    padding: 5.125rem 1rem 1.5rem 1rem;
    margin: 1.5rem 0;
  }
}
.news__single-description blockquote a {
  color: rgb(211, 105, 15);
  text-decoration: none;
}
.news__single-description blockquote a:hover {
  text-decoration: underline;
}
.news__single-description blockquote p {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1rem + 4 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1440px) {
  .news__single-description blockquote p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .news__single-description blockquote p {
    line-height: 1.5rem;
  }
}
.news__single-description blockquote p a {
  color: rgb(211, 105, 15);
  text-decoration: none;
}
.news__single-description blockquote p a:hover {
  text-decoration: underline;
}
.news__single-description blockquote:before {
  width: 4rem;
  height: 3.5rem;
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 3.375rem;
  background-image: url("../images/quote.svg");
  background-size: cover;
}
@media (max-width: 576px) {
  .news__single-description blockquote:before {
    width: 3rem;
    height: 2.625rem;
    left: 1rem;
    top: 1rem;
  }
}
.news__single-description ul, .news__single-description ol {
  padding-left: 2.5rem;
}
.news__single-gallery {
  width: 100%;
  max-height: 28.625rem;
  position: relative;
  margin: 2.5rem auto;
}
@media (max-width: 1024px) {
  .news__single-gallery {
    margin-bottom: 2.75rem;
    margin-top: 1.5rem;
  }
}
.news__single-gallery .carousel-controls {
  width: calc(100% + 10rem);
  position: absolute;
  left: -5rem;
  top: 10.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news__single-gallery .carousel-controls {
    width: 100%;
    top: unset;
    bottom: -1.25rem;
    left: 0;
  }
}
.news__single-gallery .carousel-controls svg {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .news__single-gallery .carousel-controls svg {
    width: 3rem;
    height: 3rem;
  }
}
.news__single-gallery .carousel-controls svg path {
  transition: all 0.3s;
}
.news__single-gallery .carousel-controls svg:hover path {
  fill: #FFF5EC;
  stroke: #E66410;
}
.news__single-gallery .carousel-controls svg:active path {
  fill: #FFF5EC;
  stroke: #BF4B0F;
}
.news__single-gallery .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.5rem;
  padding: 0;
  margin: 1rem 0 1.125rem 0;
}
@media (max-width: 1024px) {
  .news__single-gallery .slick-dots {
    margin-top: 2rem;
  }
}
.news__single-gallery .slick-dots li {
  display: block;
}
.news__single-gallery .slick-dots li .dot {
  height: 0.375rem;
  width: 0.75rem;
  border-radius: 3px;
  background-color: #CECECE;
}
.news__single-gallery .slick-dots li.slick-active {
  width: 1.5rem;
}
.news__single-gallery .slick-dots li.slick-active .dot {
  width: 1.5rem;
  background-color: #F58220;
}
.news__single-gallery .slick-track {
  display: flex;
  justify-items: center;
}
.news__single-gallery img {
  object-fit: cover;
  max-height: 25.625rem;
  border-radius: 28px;
  padding: 0;
}
.news__single-tags {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}
.news__single-tag {
  border-radius: 8px;
  border: 1px solid #C5D0AC;
  padding: 0.5rem 1rem;
  color: #000000;
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.7;
  margin-right: 0.75rem;
}
@media (min-width: 1440px) {
  .news__single-tag {
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  .news__single-tag {
    line-height: 1.5rem;
  }
}
.news__related-block {
  background: #F8F5EE;
}
.news__related-wrapper {
  max-width: 82rem;
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}
.news__related-wrapper .news__list {
  padding: 0;
}
.news__related-title {
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1440px) {
  .news__related-title {
    font-size: 2.5rem;
  }
}
.news__related-list {
  max-width: 82rem;
  overflow-x: auto;
  margin: 0 auto;
}
.news__related-list-wrapper {
  width: 79.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
  padding-bottom: 1rem;
}

.single-news {
  padding-bottom: 0;
}

.select2-container .select2-dropdown {
  border-radius: 12px;
  border: none;
  border-bottom: 1px solid #C5D0AC;
  box-shadow: 0 2px 20px 0 rgba(32, 32, 32, 0.08);
  margin-top: 5px;
}
.select2-container .select2-dropdown ::-webkit-scrollbar {
  width: 4px;
}
.select2-container .select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.5);
  border-radius: 8px;
}
.select2-container .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #FEEFD6;
  border-radius: 10px;
}
.select2-container .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #F58220;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  padding: 6px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 12px;
  border-radius: 8px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .checkbox {
  display: flex;
  align-items: center;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .checkbox input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .checkbox label {
  color: #242424;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 0.625rem;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .checkbox label {
    font-size: 1rem;
  }
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2Checkbox {
  display: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .checkbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #FFFFFF;
  transition: all 0.3s;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected .checkbox::before {
  background: #F58220;
  border: 1px solid #F58220;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2Checkbox:checked + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.select2-container--default .select2-results__option--selected {
  background: #FEEFD6 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FEEFD6 !important;
  color: #242424 !important;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .selected {
  background: #F58220;
  border-color: #F58220;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .inRange {
  background: #FEEFD6;
  border-color: #FEEFD6;
  box-shadow: -5px 0 0 #FEEFD6, 5px 0 0 #FEEFD6;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .endRange {
  background: #F58220;
  border-color: #F58220;
}

.press-mentions__top {
  background: #F8F5EE;
}
.press-mentions__top-wrapper {
  max-width: 82rem;
  max-height: 9rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .press-mentions__top-wrapper {
    padding-bottom: 2rem;
  }
}
.press-mentions__title {
  width: max-content;
  color: #000000;
  text-align: center;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 1rem auto 0;
  position: relative;
}
@media (min-width: 1440px) {
  .press-mentions__title {
    font-size: 2.5rem;
  }
}
.press-mentions__title:before, .press-mentions__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .press-mentions__title:before, .press-mentions__title:after {
    top: 0.725rem;
  }
}
@media (max-width: 1024px) {
  .press-mentions__title {
    line-height: 2rem;
    margin: 1.5rem auto 0;
    width: fit-content;
  }
}
.press-mentions__title:before {
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .press-mentions__title:before {
    left: -1rem;
  }
}
.press-mentions__title:after {
  right: -1.5rem;
}
@media (max-width: 1024px) {
  .press-mentions__title:after {
    right: -1rem;
  }
}
.press-mentions__posts {
  max-width: 82rem;
  padding: 3rem 1.25rem 5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
}
@media (max-width: 1024px) {
  .press-mentions__posts {
    padding: 2rem 1.25rem 2.5rem;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .press-mentions__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.press-mentions__post {
  width: 100%;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
  border-radius: 2.5rem;
  border: 1px solid #C5D0AC;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.press-mentions__post:hover {
  border: 1px solid #9EA68A;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(32, 32, 32, 0.08);
}
@media (max-width: 1024px) {
  .press-mentions__post {
    border-radius: 2rem;
    padding: 0.5rem;
    gap: 0.875rem;
  }
}
.press-mentions .highlight {
  border: 1px solid #F58220;
}
.press-mentions__post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 368/248;
  border-radius: 1.75rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .press-mentions__post-image {
    aspect-ratio: 264/188;
    border-radius: 1.5rem;
  }
}
.press-mentions__post-title {
  width: 100%;
  height: 3.5rem;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .press-mentions__post-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .press-mentions__post-title {
    padding: 0 0.5rem;
  }
}
.press-mentions__post-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.press-mentions__post-source {
  color: #000000;
  font-size: calc(0.75rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .press-mentions__post-source {
    font-size: 0.875rem;
  }
}
.press-mentions__post-source span {
  display: inline-block;
  opacity: 0.5;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  .press-mentions__post-source span {
    margin: 0 0.25rem 0 0.5rem;
  }
}
.press-mentions__post-link {
  margin-right: -0.5rem;
}
@media (max-width: 1024px) {
  .press-mentions__post-link {
    margin: 0 0.25rem 0.25rem 0;
  }
}

.partners__top {
  background: #F8F5EE;
}
.partners__top-wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners__top-wrapper .breadcrumbs {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .partners__top-wrapper .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .partners__top-wrapper {
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
}
.partners__title {
  width: 26%;
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 1440px) {
  .partners__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .partners__title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.partners__description {
  width: 64%;
  color: #000000;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
@media (min-width: 1440px) {
  .partners__description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .partners__description {
    width: 100%;
    line-height: 1.6;
  }
}
.partners__list {
  max-width: 82rem;
  padding: 3rem 1.25rem 5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
}
@media (max-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .partners__list {
    padding: 2rem 1.25rem 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .partners__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partners__partner {
  width: 100%;
  padding: 1.25rem 1.5rem 1.5rem;
  border: 1px solid #C5D0AC;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  outline: none;
}
.partners__partner:hover {
  border: 1px solid #9EA68A;
}
@media (max-width: 768px) {
  .partners__partner {
    border-radius: 24px;
    padding: 1.25rem 1.5rem 0.75rem;
  }
}
.partners .highlight {
  border: 1px solid #F58220;
}
.partners__partner-link {
  position: absolute;
  right: 0.5rem;
  top: 0.625rem;
}
.partners__partner-title {
  max-width: 85%;
  height: 2.5rem;
  color: #000000;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .partners__partner-title {
    font-size: 0.875rem;
  }
}
.partners__partner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 250/100;
  object-fit: cover;
  margin: 1.5rem auto 0;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .partners__partner-image {
    aspect-ratio: 230/92;
    margin: 0.75rem auto 0;
  }
}

.resource-library__top {
  background: #F8F5EE;
}
.resource-library__top-wrapper {
  max-width: 82rem;
  max-height: 9rem;
  padding: 1rem 1.25rem 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .resource-library__top-wrapper {
    padding-bottom: 2rem;
  }
}
.resource-library__title {
  width: max-content;
  color: #000000;
  text-align: center;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 1rem auto 0;
  position: relative;
}
@media (min-width: 1440px) {
  .resource-library__title {
    font-size: 2.5rem;
  }
}
.resource-library__title:before, .resource-library__title:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(251, 146, 1, 0.5);
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .resource-library__title:before, .resource-library__title:after {
    top: 0.725rem;
  }
}
@media (max-width: 1024px) {
  .resource-library__title {
    line-height: 2rem;
    margin: 1.5rem auto 0;
    width: fit-content;
  }
}
.resource-library__title:before {
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .resource-library__title:before {
    left: -1rem;
  }
}
.resource-library__title:after {
  right: -1.5rem;
}
@media (max-width: 1024px) {
  .resource-library__title:after {
    right: -1rem;
  }
}
.resource-library__posts {
  max-width: 82rem;
  padding: 3rem 1.25rem 5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  justify-items: center;
}
@media (max-width: 1024px) {
  .resource-library__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .resource-library__posts {
    padding: 2rem 1.25rem 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .resource-library__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resource-library__post {
  border-radius: 32px;
  border: 1px solid #C5D0AC;
  background: #FFFFFF;
  padding: 0.5rem 0.5rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
}
.resource-library__post:hover {
  border: 1px solid #9EA68A;
}
@media (max-width: 768px) {
  .resource-library__post {
    padding: 0.5rem 0.5rem 1rem;
  }
}
.resource-library .highlight {
  border: 1px solid #F58220;
}
.resource-library__post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 284/310;
  border-radius: 24px;
  object-fit: cover;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .resource-library__post-image {
    aspect-ratio: 264/288;
    margin-bottom: 1rem;
  }
}
.resource-library__post-title {
  height: 3.75rem;
  font-size: calc(0.9375rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1440px) {
  .resource-library__post-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .resource-library__post-title {
    padding: 0 0.5rem;
    margin-bottom: 0.25rem;
  }
}
.resource-library__post-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
}
.resource-library__post-link span {
  font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1440px) {
  .resource-library__post-link span {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .resource-library__post-link {
    padding: 0 0.5rem;
  }
}

.policies {
  background: #F8F5EE;
}
.policies__wrapper {
  max-width: 82rem;
  padding: 1rem 1.25rem 9rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .policies__wrapper {
    padding-bottom: 0;
  }
}
.policies__title {
  display: inline-block;
  color: #000000;
  font-size: calc(1.5rem + 16 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1440px) {
  .policies__title {
    font-size: 2.5rem;
  }
}
.policies__title:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/triangle-dots.svg");
  position: absolute;
  right: -3.5rem;
  top: 1rem;
}
@media (max-width: 768px) {
  .policies__title:before {
    top: 0.5rem;
    right: -2.5rem;
  }
}
@media (max-width: 768px) {
  .policies__title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.policies__content {
  min-height: 55rem;
  display: flex;
  justify-content: space-between;
}
.policies__iframe {
  width: calc(100% - 20.25rem);
}
.policies__iframe iframe {
  border-radius: 24px;
  border: none;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .policies__iframe {
    display: none;
  }
}
.policies__link {
  width: auto;
  height: 3rem;
  padding: 0.875rem 1.375rem 0.875rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7A3314;
  font-size: calc(0.8125rem + 1 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 24px;
  border: 1px solid #FCDBAC;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .policies__link {
    font-size: 0.875rem;
  }
}
.policies__link:hover {
  border: 1px solid #C86632;
}
.policies__link:focus {
  border: 1px solid #973C15;
}
.policies__link img {
  margin-left: 0.5rem;
}
.policies__list {
  display: flex;
  width: 18.75rem;
  padding: 2rem 1.5rem 2rem 2rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .policies__list {
    width: calc(100% + 2.5rem);
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: unset;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.policies__list .pdf-link {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.policies__list .pdf-link span {
  display: block;
  color: #000000;
  font-size: calc(0.875rem + 2 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1440px) {
  .policies__list .pdf-link span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .policies__list .pdf-link {
    margin-bottom: 1.5rem;
  }
}
.policies__list .pdf-link:hover {
  color: #BF4B0F;
}
.policies__list .pdf-link iframe,
.policies__list .pdf-link embed {
  display: none;
  width: calc(100vw - 2.5rem);
  height: calc((100vw - 2.5rem) * 1.37);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 16px;
}
.policies__list .pdf-link .policies__link {
  display: none;
}
.policies__list .active span {
  color: #BF4B0F;
  position: relative;
}
.policies__list .active span:before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 8px;
  background: #BF4B0F;
  position: absolute;
  left: -2rem;
  top: 0;
}
@media (max-width: 768px) {
  .policies__list .active span:before {
    left: -1.25rem;
  }
  .policies__list .active iframe,
  .policies__list .active embed {
    display: block;
  }
  .policies__list .active .policies__link {
    display: inline-flex;
    margin-top: 1rem;
  }
}

.main {
  margin: 1rem 1.25rem 5rem 1.25rem;
  max-width: 79.5rem;
}
@media (max-width: 1024px) {
  .main {
    margin-bottom: 2.5rem;
  }
}

.content {
  max-width: fit-content;
  margin: 0 auto;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.block, .common-block, .title-block {
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #C5D0AC;
  width: 100%;
  min-width: fit-content;
}
@media (max-width: 1024px) {
  .block, .common-block, .title-block {
    border-radius: 1rem;
  }
}

.title-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2.5rem;
  column-gap: 4.5rem;
  margin-top: 1.5rem;
  width: 100%;
}
.title-block .title {
  color: #000000;
  font-size: calc(2.5rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 1.5rem;
}
@media (min-width: 1440px) {
  .title-block .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .title-block .title {
    font-size: calc(1.125rem + 0 * (100vw - 360px) / 1080);
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .title-block .title {
    font-size: 1.125rem;
  }
}
.title-block .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 1440px) {
  .title-block .subtitle {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .title-block .subtitle {
    font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
    line-height: 1rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .title-block .subtitle {
    font-size: 0.75rem;
  }
}
.title-block .full-title {
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .title-block .full-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .title-block .full-title {
    font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
    line-height: 1.25rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .title-block .full-title {
    font-size: 0.875rem;
  }
}
.title-block .placeholder {
  min-height: 1.5rem;
  height: 100%;
}
.title-block .facebook-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin: 2.25rem 0 0 0;
  width: fit-content;
}
.title-block .facebook-link .link-container {
  padding: 0.625rem;
  border-radius: 50%;
  border: 1px solid #C5D0AC;
}
.title-block .facebook-link .link-text {
  color: #6D8433;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 1440px) {
  .title-block .facebook-link .link-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .title-block .facebook-link .link-text {
    font-size: calc(0.75rem + 0 * (100vw - 360px) / 1080);
    line-height: 1rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .title-block .facebook-link .link-text {
    font-size: 0.75rem;
  }
}
.title-block .facebook-link .img-container {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid #C5D0AC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .title-block .facebook-link .img-container {
    height: 1.75rem;
    width: 1.75rem;
  }
  .title-block .facebook-link .img-container img {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.title-block .facebook-link:hover .img-container {
  border-color: #6D8433;
}
.title-block .image-preview {
  width: 37rem;
  position: relative;
}
@media (max-width: 1280px) {
  .title-block .image-preview {
    width: 30rem;
  }
}
.title-block .image-preview .carousel-controls {
  padding: 0 5px;
  width: 100%;
  position: absolute;
  top: 11rem;
  display: flex;
  justify-content: space-between;
}
.title-block .image-preview .carousel-controls button {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .title-block .image-preview .carousel-controls button {
    border: 1px solid #F58220;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title-block .image-preview .carousel-controls button:active {
    background-color: rgba(230, 100, 16, 0.1);
  }
}
.title-block .image-preview .carousel-controls button img {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 1024px) {
  .title-block .image-preview .carousel-controls button img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.title-block .image-preview .carousel-controls button:hover {
  border: 1px solid #F58220;
}
.title-block .image-preview .carousel-controls button:active {
  border-color: #E66410;
}
.title-block .image-preview .carousel-controls button:active img {
  filter: brightness(0) saturate(100%);
  filter: invert(50%) sepia(35%) saturate(5895%) hue-rotate(358deg) brightness(94%) contrast(91%);
}
.title-block .image-preview .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 0.5rem;
  padding: 0;
  margin: 1rem 0 1.125rem 0;
}
.title-block .image-preview .slick-dots li {
  display: block;
}
.title-block .image-preview .slick-dots li .dot {
  height: 0.375rem;
  width: 0.75rem;
  border-radius: 3px;
  background-color: #CECECE;
}
.title-block .image-preview .slick-dots li.slick-active {
  width: 1.5rem;
}
.title-block .image-preview .slick-dots li.slick-active .dot {
  width: 1.5rem;
  background-color: #F58220;
}
.title-block .image-preview .slick-track {
  display: flex;
  justify-items: center;
}
.title-block .image-preview img {
  object-fit: cover;
  max-width: 37rem;
  width: 100%;
  aspect-ratio: 592/394;
  border-radius: 16px;
  padding: 0;
}
.title-block .creation-date {
  width: fit-content;
  padding: 0.75rem 1.5rem;
  border-radius: 24px;
  border: 1px solid #FCDBAC;
  color: #7A3314;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
@media (max-width: 1024px) {
  .title-block .creation-date {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .block, .common-block, .title-block {
    padding: 1rem;
  }
  .title-block {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    min-width: unset;
  }
  .title-block .title {
    margin-top: 1rem;
  }
  .title-block .subtitle {
    margin-bottom: 0.5rem;
  }
  .title-block .facebook-link {
    margin: 1.5rem 0 0 0;
    column-gap: 0.75rem;
  }
  .title-block .image-preview {
    max-width: 100%;
    height: 100%;
    margin: 1.5rem auto 0;
  }
  .title-block .image-preview .carousel-controls {
    top: unset;
    bottom: 1.25rem;
  }
  .title-block .image-preview .slick-dots {
    margin: 2rem 0;
  }
}
.content-block {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .content-block {
    flex-direction: column;
    row-gap: 0.75rem;
  }
}

.common-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.common-block .title {
  color: #000000;
  font-size: calc(1.125rem + 0 * (100vw - 360px) / 1080);
  font-family: "LatoBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .common-block .title {
    font-size: 1.125rem;
  }
}
.common-block p {
  margin: 0;
}
.common-block ul {
  margin: 0;
  padding: 0;
  flex-direction: column;
  row-gap: 1.25rem;
}
.common-block ul li {
  list-style-position: outside;
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  align-items: start;
  padding-left: 1.625rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 1440px) {
  .common-block ul li {
    font-size: 1rem;
  }
}
.common-block ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .common-block ul li {
    padding-left: 1.125rem;
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .common-block ul li {
    font-size: 0.9375rem;
  }
}
.common-block ul li::marker {
  content: none;
}
.common-block ul li::before {
  content: "";
  display: inline-block;
  text-align: start;
  width: 0.375rem;
  height: 0.375rem;
  -moz-border-radius: 0.1875rem;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #C5D0AC;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
@media (max-width: 1024px) {
  .common-block ul li::before {
    left: 0;
  }
}
.common-block .text {
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .common-block .text {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .common-block .text {
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .common-block .text {
    font-size: 0.9375rem;
  }
}
.common-block .text p {
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}
@media (min-width: 1440px) {
  .common-block .text p {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .common-block .text p {
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .common-block .text p {
    font-size: 0.9375rem;
  }
}
.common-block .contact {
  display: flex;
  flex-direction: row;
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .common-block .contact {
    font-size: 1rem;
  }
}
.common-block .contact:first-child {
  align-items: flex-start;
}
.common-block .contact .img-container {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.common-block .contact .email {
  word-break: break-all;
}
.common-block .wp-editor-tools {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.common-block .child-center {
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
}
@media (min-width: 1440px) {
  .common-block .child-center {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .common-block .child-center {
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
    line-height: 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .common-block .child-center {
    font-size: 0.9375rem;
  }
}
.common-block .child-center:before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.common-block .child-center:last-child {
  margin-bottom: 0;
}
.common-block .schedule {
  line-height: 1.75rem;
}
@media (max-width: 1024px) {
  .common-block .schedule {
    line-height: 1.5rem;
  }
}
.common-block .schedule p {
  line-height: 1.75rem;
}
@media (max-width: 1024px) {
  .common-block .schedule p {
    line-height: 1.5rem;
  }
}
.common-block .schedule p:last-child {
  margin-top: 1.75rem;
}
@media (max-width: 1024px) {
  .common-block .schedule p:last-child {
    line-height: 1.5rem;
  }
}
.common-block .schedule p:first-child {
  margin-top: 0;
}
.common-block .more-about-center {
  display: flex;
  width: fit-content;
  padding-left: 1.5rem;
  column-gap: 0.25rem;
  text-decoration: none;
  color: #BF4B0F;
  font-size: calc(0.875rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 1440px) {
  .common-block .more-about-center {
    font-size: 0.875rem;
  }
}
.common-block .more-about-center .img-container {
  height: 1.375rem;
  width: 1.375rem;
}
.common-block .more-about-center:hover {
  color: rgb(211, 105, 15);
}
.common-block .more-about-center:hover img {
  filter: brightness(0) saturate(100%);
  filter: invert(47%) sepia(97%) saturate(450%) hue-rotate(346deg) brightness(83%) contrast(103%);
}

.services-block p,
.team-block p {
  color: #000000;
  font-size: calc(1rem + 0 * (100vw - 360px) / 1080);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 1440px) {
  .services-block p,
  .team-block p {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .services-block p,
  .team-block p {
    font-size: calc(0.9375rem + 0 * (100vw - 360px) / 1080);
  }
}
@media (max-width: 1024px) and (min-width: 1440px) {
  .services-block p,
  .team-block p {
    font-size: 0.9375rem;
  }
}

.row-gap {
  row-gap: 1.5rem;
}
@media (max-width: 1024px) {
  .row-gap {
    row-gap: 0.75rem;
  }
}

.col-gap {
  column-gap: 1.5rem;
}

.large-column {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.small-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

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