/* Сквозные */

/* Header Top */

.header_top {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1280px) {
  .header_top {
    display: none !important;
  }
}

.header_top > .section_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow-x: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.header_top::-webkit-scrollbar {
  display: none;
}

.header_top-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-family: Manrope, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.header_top-item::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
}

/* End Header Top */

/* Header Center */

@media not all and (min-width: 1024px) {
  .header_middle {
    display: none !important;
  }
}

.header_middle .section_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header_middle-logo {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.header_middle-logo .text {
  display: flex;
  flex-direction: column;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}

@media not all and (min-width: 1280px) {
  .header_middle-logo .text {
    display: none !important;
  }
}

.header_middle-logo .title {
  font-family: Manrope, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.header_middle-logo .subtitle {
  font-family: Manrope, serif;
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.header_middle-actions {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.header_middle-actions .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header_middle-actions .contacts .phone {
  font-family: Manrope, serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0em;
}

.header_middle-actions .contacts .email {
  font-family: Manrope, serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.header_middle-actions button {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 1 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* End Header Center */

/* Header Bottom */

.header_bottom {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .header_bottom {
    display: none !important;
  }
}

.header_bottom::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
}

.header_bottom > .section_container {
  position: relative;
  z-index: 10;
}

.header_bottom .header_bottom-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header_bottom .header_bottom-menu a {
  display: block;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Manrope, serif;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.header_bottom .header_bottom-menu a:hover {
  opacity: 0.7;
}

.header_bottom .sub-menu {
  display: none !important;
}

/* End Header Bottom */

/* Header Mobile */

@media (min-width: 1024px) {
  .header_mobile_menu {
    display: none !important;
  }
}

.header_mobile_menu.close .close_menu, 
.header_mobile_menu.close .mobile_menu-container,
.header_mobile_menu:not(.close) .open_menu {
  display: none !important;
}

.header_mobile_menu:not(.close) {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.header_mobile_menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_mobile_logo img {
  height: 100%;
  width: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_mobile-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header_mobile_menu-text {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
}

.header_mobile_menu-text-title {
  font-family: Manrope, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}

.header_mobile_menu-text-subtitle {
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.header_contacts-mobile {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_contacts-mobile > .phone {
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
}

.header_contacts-mobile > .email {
  font-family: Manrope, serif;
  font-size: 15px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.header_mobile_menu-button {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 1 / var(--tw-bg-opacity, 1));
  padding-left: 84px;
  padding-right: 84px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: Manrope, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header_mobile_bottom .header_bottom-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header_mobile_bottom .header_bottom-menu a {
  white-space: nowrap;
  font-family: Manrope, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-duration: 300ms;
}

.header_mobile_bottom .header_bottom-menu a:hover {
  opacity: 0.7;
}

/* Pre footer */

.pre_footer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .pre_footer {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.pre_footer::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
}

.pre_footer > .section_container {
  position: relative;
  z-index: 10;
}

.pre_footer .footer_scrol {
  position: absolute;
  top: 0px;
  right: 3rem;
  display: flex;
  height: 48px;
  width: 48px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.pre_footer .footer_scrol svg {
  display: block;
  vertical-align: middle;
}

/* Form */

.footer_form-container {
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .footer_form-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .footer_form-container {
    gap: 1.5rem;
  }
}

.footer_form-logo {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .footer_form-logo {
    width: 300px;
    min-width: 300px;
  }
}

.footer_form-content_title {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer_form-inner {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

@media not all and (min-width: 1024px) {
  .footer_form-inner {
    flex-direction: column;
  }
}

.footer_form-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

@media not all and (min-width: 768px) {
  .footer_form-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .footer_form-wrapper {
    width: 48%;
  }
}

.footer_form-input {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.footer_form-button {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer_form-button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.footer_form-checkbox {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  gap: 0.75rem;
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer_form-checkbox {
    width: 52%;
    align-items: center;
  }
}

.footer_form-checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.footer_form-checkbox .icon-check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.footer_form-checkbox .icon-check svg {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer_form-checkbox input:checked + .icon-check svg {
  opacity: 1;
}

.footer_form .notification > * {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Footer menu */

footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  footer {
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footer_menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer_menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  .footer_menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footer_menu a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer_menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.footer_menu-col,
.footer_menu_item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer_menu-col,
.footer_menu_item {
    gap: 4rem;
  }
}

.footer_menu_item > li > a,
.footer_menu-title {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

.footer_menu_item > li > a::after,
.footer_menu-title::after {
  content: url("data:image/svg+xml,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.58023 7.84391L0.520235 6.78291L6.29723 1.00391C6.3898 0.910757 6.49988 0.836828 6.62113 0.78638C6.74238 0.735932 6.87241 0.709961 7.00373 0.709961C7.13506 0.709961 7.26509 0.735932 7.38634 0.78638C7.50759 0.836828 7.61767 0.910757 7.71023 1.00391L13.4902 6.78291L12.4302 7.84291L7.00523 2.41891L1.58023 7.84391Z' fill='%23333333'/></svg>");
  display: block;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .footer_menu_item > li > a::after,
.footer_menu-title::after {
    display: none;
  }
}

.footer_menu_item.open_menu > li > a::after,
.footer_menu-contacts.open_menu .footer_menu-title::after {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footer_menu_item > li > .sub-menu,
.footer_menu-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .footer_menu_item > li > .sub-menu,
.footer_menu-content {
    padding-left: 1.5rem;
  }

  .footer_menu_item:not(.open_menu) > li > .sub-menu,
.footer_menu-contacts:not(.open_menu) .footer_menu-content {
    display: none;
  }
}

.footer_menu_item > li > .sub-menu a {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

/* Divider */

.footer_divider hr {
  height: 1px;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity, 1));
  opacity: 0.4;
}

/* Copyright */

.footer_copyright {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer_copyright {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer_copyright_social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer_copyright_social {
    gap: 0.5rem;
  }
}

.footer_copyright_text {
  display: flex;
  max-width: 885px;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer_copyright_text {
    gap: 5px;
  }
}

.footer_copyright_text p {
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer_copyright_text p:first-child {
  padding-right: 65px;
}

@media (min-width: 768px) {
  .footer_copyright_text p:first-child {
    padding-right: 0px;
  }
}

.footer_copyright_text p:last-child {
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .footer_copyright_text p:last-child {
    padding-right: 0px;
  }
}

.footer_copyright_text a {
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.nt_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt_pagination-button, .nt_pagination-page {
  display: flex;
  height: 2rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.nt_pagination-button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.nt_pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nt_pagination-pages .nt_pagination-page {
  font-family: Manrope, serif;
}

.nt_pagination-pages a.nt_pagination-page {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.nt_pagination-pages a.nt_pagination-page:hover {
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.nt_pagination-pages .nt_pagination-page.active {
  height: 2.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nt_pagination-pages .nt_pagination-dots {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.form-actions {
  display: flex;
  width: 100%;
  gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  .form-actions {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form-actions {
    align-items: center;
    justify-content: space-between;
  }
}

.form-actions .accept_checkbox {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  gap: 0.75rem;
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .form-actions .accept_checkbox {
    align-items: center;
  }
}

.form-actions .accept_checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  opacity: 0;
}

.form-actions .accept_checkbox .icon-check {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.form-actions .accept_checkbox .icon-check svg {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-actions .accept_checkbox a {
  z-index: 10;
}

.form-actions .accept_checkbox input:checked + .icon-check svg {
  opacity: 1;
}

.form-actions .button {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 1 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-actions .button:hover {
  background-color: rgb(255 142 1 / 0.8);
}

@media (min-width: 768px) {
  .form-actions .button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.form_notification > * {
  font-size: 0.75rem;
  line-height: 1rem;
}

.form-button {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 1 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-button:hover {
  background-color: rgb(255 142 1 / 0.8);
}

@media (min-width: 768px) {
  .form-button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

/* Contacts form */

.contacts_form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .contacts_form {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .contacts_form {
    gap: 1.5rem;
  }
}

.contacts_form-inner {
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .contacts_form-inner {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .contacts_form-inner {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .contacts_form-inner {
    gap: 1.25rem;
  }
}

.contacts_form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .contacts_form-group {
    width: 50%;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .contacts_form-group {
    width: 45%;
    gap: 1.25rem;
  }
}

.contacts_form-group input,
.contacts_form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contacts_form textarea {
  min-height: 112px;
  width: 100%;
}

@media (min-width: 768px) {
  .contacts_form textarea {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .contacts_form textarea {
    width: 55%;
  }
}

.contacts_form .form_notification > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Popup form */

.popup_form-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}

.popup_form-modal:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.6);
  --tw-content: '';
  content: var(--tw-content);
}

.popup_form-container {
  position: relative;
  z-index: 10;
  margin: 10px;
  width: 100%;
  max-width: 768px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.popup_form-container > * {
  position: relative;
  z-index: 10;
}

.popup_form-container::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
}

.popup_form-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.popup_form-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Manrope, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.popup_form-content form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .popup_form-content form {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .popup_form-content form {
    gap: 1.25rem;
  }
}

.popup_form-content form input {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.popup_form-group {
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .popup_form-group {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .popup_form-group {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .popup_form-group {
    gap: 1.25rem;
  }
}

.popup_form-content .form_notification > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.popup_form-actions {
  flex-direction: column !important;
  gap: 0.75rem !important;
}

/* Order translation (Home and Page) */

.order_translation input,
.order_translation select,
.order_translation textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.order_translation select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.57828 0.451987L0.518282 1.51299L6.29528 7.29199C6.38785 7.38514 6.49793 7.45907 6.61918 7.50952C6.74043 7.55997 6.87046 7.58594 7.00178 7.58594C7.13311 7.58594 7.26314 7.55997 7.38439 7.50952C7.50564 7.45907 7.61571 7.38514 7.70828 7.29199L13.4883 1.51299L12.4283 0.452987L7.00328 5.87699L1.57828 0.451987Z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;
}

.order_translation .form_input-file {
  position: relative;
}

.order_translation .form_input-file label {
  display: flex;
  width: 250px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  fill: #0EBD60;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.order_translation .form_input-file .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order_translation .form_input-file svg {
  display: flex;
  height: 1rem;
  min-height: 1rem;
  width: 1rem;
  min-width: 1rem;
  align-items: center;
  justify-content: center;
}

.order_translation .form_input-file input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.order_translation .form_part-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(126 126 126 / 0.5);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .order_translation .form_part-1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.order_translation .form_part-1 .form_group {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .order_translation .form_part-1 .form_group {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .order_translation .form_part-1 .form_group {
    gap: 1rem;
  }
}

.order_translation .form_part-1 .form_group:first-child {
  gap: 6px;
}

@media (min-width: 768px) {
  .order_translation .form_part-1 .form_group:first-child {
    gap: 1.5rem;
  }
}

.order_translation .form_part-1 .form_group:last-child button {
  display: flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.order_translation .form_part-1 .form_group:last-child select {
  flex: 1 1 0%;
}

.order_translation .form_part-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(126 126 126 / 0.5);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .order_translation .form_part-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.order_translation .form_part-2 .inner {
  display: flex;
  width: 100%;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .order_translation .form_part-2 .inner {
    flex-direction: column;
  }
}

.order_translation .form_part-2 .inner .form_group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .order_translation .form_part-2 .inner .form_group {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .order_translation .form_part-2 .inner .form_group {
    width: 45%;
  }
}

.order_translation .form_part-2 .inner textarea {
  min-height: 112px;
  width: 100%;
}

@media (min-width: 768px) {
  .order_translation .form_part-2 .inner textarea {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .order_translation .form_part-2 .inner textarea {
    width: 55%;
  }
}

.order_translation .form_input-file label.file-selected {
  justify-content: space-between;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.order_translation .form_input-file .file-name {
  flex: 1 1 0%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.order_translation .form_input-file .remove-file {
  position: relative;
  z-index: 10;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.order_translation .form_input-file .remove-file:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

/* Order translation Page */

.order_translation-page .order_translation input,
.order_translation-page .order_translation select,
.order_translation-page .order_translation textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.order_translation-page .accept_checkbox {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.order_translation-page .accept_checkbox .icon-check {
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
}

.order_translation-page .accept_checkbox .icon-check svg {
  fill: #0EBD60;
}

/* Индексные */

.post_content-list ul {
  list-style-type: none !important;
}

.post_content-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}

.post_content-list ul li::before {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: inline-flex;
  height: 7px;
  min-height: 7px;
  width: 7px;
  min-width: 7px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.post_content-list ol {
  list-style-type: none !important;
}

.post_content-list ol li .key {
  margin-right: 0.5rem;
  display: inline-flex;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post_content-image img {
  aspect-ratio: 16/7;
  height: auto;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post_content-simple_text > div {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
}

.post_content-table_container {
  overflow-x: auto;
}

.post_content-table_container::-webkit-scrollbar {
  display: none;
}

.post_content-table {
  margin-bottom: 1.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .post_content-table {
    margin-bottom: 2rem;
  }
}

.post_content-table .post_content-title {
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.post_content-table .post_content-title::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
}

.post_content-table .post_content-title h2 {
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post_content-table > div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.post_content-table table {
  width: 100%;
}

.post_content-table thead {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post_content-table thead:before {
  position: absolute;
  inset: 0px;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.post_content-table thead th {
  position: relative;
  z-index: 10;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
}

.post_content-table tbody {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.post_content-table th,
.post_content-table td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.post_content-table th:first-child,
.post_content-table td:first-child {
  padding-left: 0px;
}

.post_content-table th:last-child,
.post_content-table td:last-child {
  padding-right: 0px;
}

.post_content-table td {
  position: relative;
  min-width: 160px;
  border-bottom-width: 1px;
  border-color: #7E7E7E80;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 1024px) {
  .post_content-table td {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.post_content-table tr:last-child td {
  border-bottom-width: 0px;
}

.post_content-table td:not(:last-child):after {
  position: absolute;
  right: 0px;
  top: 1rem;
  height: calc(100% - 32px);
  width: 1px;
  background-color: #7E7E7E80;
  --tw-content: '';
  content: var(--tw-content);
}

/* scroll indicator */

.scroll-indicator {
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 2rem;
  margin-top: -0.5rem;
  height: 6px;
  overflow: hidden;
  max-width: calc(100% - 32px);
}

.scroll-indicator__track {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity, 1));
}

.scroll-indicator__thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.post_content-text_image {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .post_content-text_image {
    flex-direction: column;
  }
}

.post_content-text_image .image_col {
  width: 100%;
}

@media (min-width: 768px) {
  .post_content-text_image .image_col {
    width: 50%;
  }
}

.post_content-text_image .image_col img {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.post_content-text_image .text_col {
  width: 100%;
}

@media (min-width: 768px) {
  .post_content-text_image .text_col {
    width: 50%;
  }
}

/* NEW */

.post_header {
  position: relative;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .post_header {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .post_header {
    margin-bottom: 5rem;
  }
}

.post_header-h1 {
  position: relative;
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .post_header-h1 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

.post_header-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_header-h1::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.8;
  --tw-content: '';
  content: var(--tw-content);
}

.post_header-h1 h1 {
  position: relative;
  z-index: 20;
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .post_header-h1 h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
  }
}

/* Breadcrumbs */

.breadcrumbs {
  margin-top: 1rem;
  display: flex;
  gap: 6px;
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    align-items: center;
    justify-content: center;
  }
}

.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs > span::-webkit-scrollbar {
  display: none;
}

.breadcrumbs a {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

/* OLD */

.archive-service-h1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}

@media (min-width: 768px) {
  .archive-service-h1 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

.archive-service-h1::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.8;
  --tw-content: '';
  content: var(--tw-content);
}

.archive-service-h1 h1 {
  position: relative;
  z-index: 1;
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .archive-service-h1 h1 {
    font-size: 40px;
    line-height: 34px;
  }
}

.post_content .section_container {
  max-width: 990px;
}

.post_content-margin {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .post_content-margin {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.post_content-content_box h2 {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.post_content-content_box h3 {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.post_content-content_box h4 {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.post_content-content_box h5 {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.post_content-content_box h6 {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.post_content-content_box p {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

.post_content-content_box ul {
  margin-bottom: 0.75rem;
  list-style-position: inside;
  list-style-type: disc;
}

.post_content-content_box ul li {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

.post_content-content_box ol {
  margin-bottom: 0.75rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.cases_item {
  position: relative;
  display: flex;
  height: 340px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0.125rem;
}

@media (min-width: 768px) {
  .cases_item {
    height: 400px;
  }
}

.cases_item img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases_item .cases_item-content {
  position: relative;
  z-index: 10;
  background-color: rgb(51 51 51 / 0.95);
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .cases_item .cases_item-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.cases_item:hover .cases_item-content {
  padding-bottom: 2rem;
}

.cases_item .cases_item-date {
  margin-bottom: 0.5rem;
  line-height: 1 !important;
  opacity: 0.6;
}

@media not all and (min-width: 768px) {
  .cases_item .cases_item-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .cases_item .cases_item-date {
    margin-bottom: 0.75rem;
  }
}

.cases_item .cases_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 39px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .cases_item .cases_item-title {
    height: 44px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .cases_item .cases_item-title {
    height: 48px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.post_archive {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .post_archive {
    margin-bottom: 5rem;
  }
}

.posts_list {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 640px) {
  .posts_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .posts_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .posts_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .post_card {
    gap: 1rem;
  }
}

.post_card-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.post_card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.post_card-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .post_card-content {
    position: relative;
  }
}

.post_card-image {
  position: relative;
}

.post_card-image img {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.post_card-image .img_placeholder {
  display: flex;
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.post_card-image::after {
  position: absolute;
  inset: 0px;
  display: block;
  background-color: #363636B2;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

@media not all and (min-width: 768px) {
  .post_card-image::after {
    display: none !important;
  }
}

.post_card:hover .post_card-image:after {
  opacity: 1;
}

.post_card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .post_card-description {
    min-height: 72px;
  }
}

@media not all and (min-width: 768px) {
  .post_card-description.empty {
    display: none;
  }
}

.post_card-read_more {
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .post_card-read_more {
    position: absolute;
    aspect-ratio: 4/3;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    opacity: 0;
  }

  .post_card:hover .post_card-read_more {
    opacity: 1;
  }
}

.post_card-read_more span {
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  .post_card-read_more span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .post_card-read_more span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* .product_item {
  @apply flex flex-col gap-3 md:gap-5;
}

.product_item-image {
  @apply w-full h-[240px];
}

.product_item-image img {
  @apply w-full h-full object-cover rounded-xl;
}

.product_item-title {
  @apply text-lg font-medium font-serif;
}

.product_item-description {
  @apply text-sm text-nt_gray mt-2 md:mt-3 line-clamp-4;
}

.product_item-price {
  @apply text-2xl font-medium font-serif mt-3 md:mt-4;
}

.product_item-price span {
  @apply font-normal text-base;
} */

.product_item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product_item-image {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

.product_item-image img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_item-content {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 1024px) {
  .product_item-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product_item-content svg {
  position: absolute;
  bottom: 0px;
  right: 6px;
  height: 1.5rem;
  width: 0.75rem;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .product_item-content svg {
    right: 10px;
    height: 1.75rem;
    width: 1rem;
  }
}

.product_item:hover .product_item-content svg {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.product_item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Manrope, serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .product_item-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product_item-description {
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(246 248 247 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .product_item-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.product_item-price {
  margin-top: 0.75rem;
  font-family: Manrope, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .product_item-price {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product_item-price span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .product_item-price span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Страницы */

.home_page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home_page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.7;
}

.home_page-hero > * {
  position: relative;
  z-index: 10;
}

.home_page-hero .order_translation-title {
  margin-top: 0px;
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home_page-hero .order_translation-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 60px;
  }
}

.home_page-hero .form_part-1 {
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .home_page-hero .form_part-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home_page-hero .form_part-1 {
  background-image: url(/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png);
}

.home_page-hero .form_part-1 > * {
  position: relative;
  z-index: 10;
}

.home_page-hero .form_part-1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #0ebd60;
  opacity: 0.7;
  z-index: 0;
}

.home_page-hero .form_input-file label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home_page-hero .form_input-file svg {
  fill: #fff;
}

.home_page-hero .form_group button {
  stroke: #fff;
}

.home_page-hero .form_part-2 {
  border-style: none;
  background-color: #00000099;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .home_page-hero .form_part-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home_page-hero .order_translation-accept_checkbox svg {
  fill: #fff;
}

.home_page-hero-text {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .home_page-hero-text {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 70px;
  }
}

.home_page-hero-text-svg svg {
  min-height: 2rem;
  min-width: 2rem;
}

.home_page-hero-text-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home_page-hero-text-content {
    flex-direction: row;
    align-items: center;
  }
}

.home_page-hero-text-title {
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home_page-hero-text-title {
    line-height: 40px;
  }
}

.home_page-hero-text-content {
  font-family: Manrope, serif;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

.home_page-hero-text-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 142 1 / var(--tw-text-opacity, 1));
}

/* Преимущества */

.home-page_benefits {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-page_benefits {
    margin-top: -40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .home-page_benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.home-page_benefits-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-image: url(/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png);
}

.home-page_benefits-item > * {
  position: relative;
  z-index: 10;
}

.home-page_benefits-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #0ebd60;
  opacity: 0.7;
  z-index: 0;
}

.home-page_benefits-item p {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .home-page_benefits-item p {
    padding-right: 2.25rem;
  }
}

.home-page_benefits-item img {
  height: 45px;
  min-height: 45px;
  width: 45px;
  min-width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Страна */

.home-page_country {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-page_country {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 2rem;
  }
}

.home-page_country-h2 {
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home-page_country-h2 {
    max-width: 656px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }
}

.home-page_country-list {
  position: relative;
  margin-right: -16px;
  margin-left: -16px;
  display: flex;
  gap: 0.75rem;
  overflow: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .home-page_country-list {
    flex-wrap: wrap;
    gap: 14px;
  }
}

.home-page_country-list::-webkit-scrollbar {
  display: none !important;
}

.home-page_country-single {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
  gap: 9px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #7E7E7E33;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-page_country-single img {
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page_country-single p {
  font-family: Manrope, serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}

.home-page_country-list.list_collapse .home-page_country-single.need_collapse {
  display: none;
}

.home-page_country-single.collapse-toggle {
  cursor: pointer;
  font-family: Manrope, serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .home-page_country-single.collapse-toggle:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.hand_img {
  position: absolute;
  bottom: -20px;
  right: 0px;
}

@media (min-width: 768px) {
  .hand_img {
    display: none;
  }
}

/* Аккордеон */

.home-page_services {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-page_services {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 2rem;
  }
}

.home-page_services-h2 {
  width: 100%;
}

.home-page_services-h2 h2 {
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px) {
  .home-page_services-h2 h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.home-page_services-list-container {
  display: flex;
}

@media not all and (min-width: 768px) {
  .home-page_services-list-container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home-page_services-list-container {
    gap: 30px;
  }
}

.home-page_services-list {
  border-width: 1px;
  border-left-width: 2px;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  .home-page_services-list {
    width: 33.333333%;
    border-left-width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  }
}

.home-page_services-list-content {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

@media not all and (min-width: 768px) {
  .home-page_services-list-content {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .home-page_services-list-content {
    width: 66.666667%;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  }
}

.home-page_services-list .list_item {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (min-width: 1024px) {
  .home-page_services-list .list_item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home-page_services-list .list_item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page_services-list .list_item .title span {
  font-family: Manrope, serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

.home-page_services-list .list_item .title svg {
  min-height: 26px;
  min-width: 13px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .home-page_services-list .list_item .content {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .home-page_services-list .list_item:not(.active) .content {
    display: none !important;
  }
}

/* Стили для текста */

.home-page_services-content p {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 22px;
}

.home-page_services-content h2 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.home-page_services-content h3 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.home-page_services-content h4 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.home-page_services-content h5 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.home-page_services-content h6 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.home-page_services-content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}

.home-page_services-content ul li {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

.home-page_services-content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.home-page_services-content ol li {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

.home-page_services-content a {
  --tw-text-opacity: 1;
  color: rgb(255 142 1 / var(--tw-text-opacity, 1));
}

.home-page_services figure {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.home-page_services figure img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page_services figure figcaption {
  text-align: center;
  font-family: Manrope, serif;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 16px;
}

.home-page_services img {
  display: inline-flex;
  aspect-ratio: 16 / 9;
  width: 48%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 768px) {
  .home-page_services img {
    width: 100%;
  }

  .home-page_services img:nth-child(odd) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .home-page_services img:nth-child(odd) {
    margin-bottom: 0px;
    margin-right: 3%;
  }
}

.home-page_services .table_container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
}

.home-page_services table {
  width: 100%;
}

.home-page_services table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.home-page_services table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
}

/* Конец стилей для текста */

@media (min-width: 768px) {
  .home-page_services-list .list_item.active {
    --tw-bg-opacity: 1;
    background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.home-page_services-list .list_item.active .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.home-page_services-list .list_item .title svg {
  fill: #0EBD60;
}

.home-page_services-list .list_item.active .title svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .home-page_services-list .list_item.active .title svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    fill: #fff;
  }
}

/* Фон */

.home-letter {
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png);
}

.home-letter > * {
  position: relative;
  z-index: 10;
}

.home-letter::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #0ebd60;
  opacity: 0.7;
  z-index: 0;
}

.home-page_letter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 768px) {
  .home-page_letter {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home-page_letter {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.home-page_letter-content {
  display: flex;
  max-width: 870px;
  flex-direction: column;
  gap: 14px;
}

.home-page_letter-content p:first-child {
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home-page_letter-content p:first-child {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.home-page_letter-content p:last-child {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Оплаты */

.home-pay {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .home-pay {
    margin-bottom: 5rem;
  }
}

.home-pay > * {
  position: relative;
  z-index: 10;
}

.home-pay::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 0;
}

.home-page_pay {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .home-page_pay {
    gap: 2rem;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.home-page_pay-h2 {
  font-family: Manrope, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home-page_pay-h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

.home-page_pay-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-page_pay-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-page_pay-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.home-page_pay-list-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .home-page_pay-list-item {
    gap: 1.25rem;
  }
}

.home-page_pay-list-item-img {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 1.25rem;
}

.home-page_pay-list-item p {
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Публикации */

.home-posts {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-posts {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 2rem;
  }
}

.home-posts-h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px) {
  .home-posts-h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
  }
}

.home-posts-h2 img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .home-posts-h2 img {
    display: none;
  }
}

.home-posts-list {
  max-width: 100%;
}

.home-post-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-post-item {
    gap: 2rem;
  }
}

.home-post-item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-post-item span {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  display: block;
  font-family: Manrope, serif;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.home-post-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
}

.about_page-h1 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .about_page-h1 {
    margin-bottom: 80px;
  }
}

.about_page-content {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .about_page-content {
    margin-bottom: 80px;
    flex-direction: row;
    gap: 2rem;
  }
}

.about_page-content img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .about_page-content img {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .about_page-content img {
    height: 400px;
    width: 50%;
    width: calc(50% - 16px);
  }
}

@media (min-width: 1280px) {
  .about_page-content img {
    height: 450px;
  }
}

.about_page-content-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .about_page-content-text {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .about_page-content-text {
    width: 50%;
    width: calc(50% - 16px);
  }
}

.about_page-content-text h2 {
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px) {
  .about_page-content-text h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}

.about_page-content-text p {
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
}

/* Gallery */

.about-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .about-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-gallery__item {
  position: relative;
  height: 320px;
  width: 100%;
  overflow: hidden;
}

.about-gallery__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-gallery__overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: 100px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(0 0 0 / 0.7);
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .about-gallery__overlay {
    height: 100px;
  }

  .about-gallery__item:hover .about-gallery__overlay {
    height: 320px;
  }
}

.about-gallery__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.about-gallery__text {
  margin-top: 0.25rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .about-gallery__text {
    height: 0px;
    opacity: 0;
  }
}

.about-gallery__item::before {
  display: block;
  height: 0px;
}

@media (min-width: 768px) {
  .about-gallery__item::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.about-gallery__item:hover .about-gallery__text {
  opacity: 1;
}

@media (min-width: 768px) {
  .about-gallery__item:hover .about-gallery__text {
    height: 300px;
  }
}

/* Tender */

/* .about-tender {
  @apply my-[40px] md:my-[80px] flex flex-col md:flex-row gap-4;
}

.about-tender__text {
  @apply flex flex-col gap-3;
}

.about-tender {
  @apply relative bg-nt_green py-9 md:py-11;
}

.about-tender::before {
  content: "";
  @apply absolute inset-0 bg-no-repeat bg-cover opacity-30;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
}

.about-tender > .section_container {
  @apply relative z-10;
}

.about-tender__text h3 {
  @apply text-white text-[20px] leading-[28px] font-serif font-bold md:text-[32px] md:leading-[40px];
}

.about-tender__text p {
  @apply text-white text-[16px] leading-[24px] font-serif;
}

.about-tender__img {
  @apply w-full h-full object-cover absolute top-0 left-0;
}

.about-tender__img img {
  @apply w-full h-full object-cover;
} */

.about-tender {
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
}

.about-tender::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("/wp-content/themes/nt-theme/assets/img/8aa12516aef12ad3daf8fb90e22b40242053ed67.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.about-tender>.section_container {
  position: relative;
  z-index: 10;
  display: flex;
}

@media not all and (min-width: 768px) {
  .about-tender>.section_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .about-tender>.section_container {
    gap: 30px;
  }
}

.about-tender__img {
  position: relative;
  height: 300px;
  width: 100%;
  min-width: 300px;
}

@media (min-width: 768px) {
  .about-tender__img {
    height: auto;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .about-tender__img {
    width: 400px;
    min-width: 400px;
  }
}

.about-tender__img img {
  position: absolute;
  top: 0px;
  left: -1rem;
  height: 100%;
  width: calc(100% + 32px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 768px) {
  .about-tender__img img {
    max-width: calc(100% + 32px);
  }
}

@media (min-width: 768px) {
  .about-tender__img img {
    top: -35px;
    left: 0px;
    height: calc(100% + 70px);
    width: 100%;
  }
}

.about-tender__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-tender__text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.about-tender__text h3 {
  font-family: Manrope, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .about-tender__text h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.about-tender__text p {
  font-family: Manrope, serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.about-gallery-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .about-gallery-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* Form */

.contacts_form-section {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .contacts_form-section {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_form-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.contacts_form-section h2 {
  margin-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_form-section h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_form-section h2 {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
  }
}

/* Contacts */

.contacts_page-h1 .archive-service-h1 {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .contacts_page-h1 .archive-service-h1 {
    min-height: 262px;
  }
}

.contacts_page-h1 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contacts_page-h1 {
    margin-bottom: 80px;
  }
}

.contacts_page-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.contacts_page-info-title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(126 126 126 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contacts_page-info-title {
    font-weight: 600;
  }
}

.contacts_page-info-content {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .contacts_page-info-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    flex-direction: row;
    gap: 2.75rem;
  }
}

.contacts_map {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .contacts_map {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    align-items: center;
  }
}

@media not all and (min-width: 768px) {
  .contacts_map iframe {
    height: 250px;
  }
}

.contacts_map-text {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* Begin update */

.contacts_page-column {
  width: 100%;
  gap: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(126 126 126 / var(--tw-border-opacity, 1));
}

.contacts_page-column:last-child {
  border-right-width: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px) {
  .contacts_page-column {
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contacts_page-column {
    width: 33.333333%;
    border-right-width: 1px;
    padding-right: 2.75rem;
  }
}

.contacts_page-column .headline {
  margin-bottom: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contacts_page-column .headline {
    margin-bottom: 1rem;
  }
}

.contacts_page-column .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts_page-column .list_item-headline {
  margin-bottom: 0.25rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contacts_page-column .list_item-content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contacts_page-column .list_item-content .content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* End update */

.contacts_page-info-content-item-content {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.5rem;
}

.contacts_page-info-content-item-content svg {
  min-height: 24px;
  min-width: 24px;
}

.contacts_page-info-content-item-content p {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contacts_page-info-content-item-center {
  width: 100%;
  gap: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(126 126 126 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .contacts_page-info-content-item-center {
    border-bottom-width: 1px;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contacts_page-info-content-item-center {
    width: 33.333333%;
    border-right-width: 1px;
    padding-right: 2.75rem;
  }
}

.contacts_page-info-content-item-center-headline {
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

/* .contacts_page-info-content-item-center-content {
  @apply flex flex-col gap-1;
} */

.contacts_page-info-content-item-center-content-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contacts_page-info-content-item-center-content-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contacts_page-info-content-item-center-content-headline {
  margin-top: 0.75rem;
  font-family: Manrope, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contacts_page-info-content-item-center-content-headline {
    margin-top: 1rem;
  }
}

.contacts_page-info-content-item-center-content-item-content a {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contacts_page-info-content-item-center-content-item-content p {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contacts_page-info-content-item-end {
  width: 100%;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .contacts_page-info-content-item-end {
    width: 33.333333%;
    padding-right: 1.25rem;
  }
}

.single_post-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.single_post-title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .single_post-title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
  }
}

.single_post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.single_post-tags .tag {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(126 126 126 / 0.3);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* <!-- Services --> */

.services-list-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .services-list-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.services-list {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .services-list {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
}

.services-list-item {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.services-list-item-content {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .services-list-item-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.services-list-item-content h2 {
  font-family: Manrope, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 28px;
}

.services-list-item-text {
  margin-bottom: 0.75rem;
  margin-top: 6px;
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
}

.services-list-container-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .services-list-container-right {
    gap: 25px;
  }
}

/* Nikpl7 Services Begin */

.service_grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .service_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .service_grid {
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .service_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .service_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service_item.service_item-big {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
}

.service_item {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.75rem;
}

.service_item:hover {
  cursor: pointer;
}

.service_item img,
.service_item .img_placeholder {
  margin-bottom: 0.75rem;
  aspect-ratio: 4/3;
  width: 100%;
}

.service_item .img_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.service_item .title_inner {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.service_item .title_inner .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Manrope, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.service_item:hover .title_inner .title {
  --tw-text-opacity: 1;
  color: rgb(255 142 1 / var(--tw-text-opacity, 1));
}

.service_item .title_inner svg {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.service_item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.service_item.service_item-big p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.service_item:hover .title_inner svg {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Nikpl7 Services End */

.single_service-content-top p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
}

.single_service-content-top {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
}

.single_service-banner {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .single_service-banner {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.single_service-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.order_translation-title {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .order_translation-title {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    gap: 1.5rem;
  }
}

.order_translation-title h1 {
  font-family: Manrope, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

@media (min-width: 768px) {
  .order_translation-title h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 34px;
  }
}

.order_translation-title svg {
  min-height: 32px;
  min-width: 32px;
}

.order_translation-text-form {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .order_translation-text-form {
    margin-bottom: 5rem;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

.order_translation-form-decstop-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .order_translation-form-decstop-text {
    flex-direction: row;
    align-items: center;
  }
}

.order_translation-form-decstop {
  min-height: 32px;
  min-width: 32px;
}

@media not all and (min-width: 768px) {
  .order_translation-form-decstop {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.order_translation-form-decstop-text > p:first-child {
  font-family: Manrope, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (min-width: 768px) {
  .order_translation-form-decstop-text > p:first-child {
    line-height: 42px;
  }
}

.order_translation-form-decstop-text > p:last-child {
  font-family: Manrope, serif;
  font-size: 18px;
  line-height: 24px;
}

.order_translation-form-decstop-svg {
  display: none;
}

@media (min-width: 768px) {
  .order_translation-form-decstop-svg {
    display: block;
  }
}

.order_translation-form-decstop-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .order_translation-form-decstop-link {
    display: none;
  }
}

.order_translation-form-decstop-link a {
  font-family: Manrope, serif;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 142 1 / var(--tw-text-opacity, 1));
}

.order_translation-text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .order_translation-text {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.order_translation-text-content {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 189 96 / var(--tw-border-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, monospace;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .order_translation-text-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.content-404 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media not all and (min-width: 768px) {
  .content-404 {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .content-404 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}

.content-404 img {
  width: 100%;
}

.content-404-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .content-404-text {
    margin-top: -180px;
  }
}

.content-404-text p {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media not all and (min-width: 768px) {
  .content-404-text p {
    text-align: center;
  }
}

.content-404-text button {
  width: -moz-fit-content;
  width: fit-content;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 142 1 / var(--tw-bg-opacity, 1));
  padding-left: 61px;
  padding-right: 61px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .content-404-text button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, monospace;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Montserrat, system-ui, sans-serif;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, monospace;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

main {
  min-height: 100vh;
  overflow: hidden;
}

@font-face {
  font-family: "Montserrat";

  src: url("../fonts/Montserrat.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";

  font-style: italic;

  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";

  src: url("../fonts/Manrope.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";

  src: url("../fonts/Inter.ttf") format("truetype");
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-nt_green {
  --tw-bg-opacity: 1;
  background-color: rgb(14 189 96 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.stroke-nt_dark {
  stroke: #333333;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.text-\[\#7E7E7E\] {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-nt_green {
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.text-nt_orange {
  --tw-text-opacity: 1;
  color: rgb(255 142 1 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Global styles */

.section_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1190px;
  padding-left: 10px;
  padding-right: 10px;
}

.margin_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .margin_section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .margin_section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.padding_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .padding_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .padding_section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .posts-spinner {
    min-height: 120px;
  }
}

.posts-spinner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover\:bg-nt_green\/80:hover {
  background-color: rgb(14 189 96 / 0.8);
}

.hover\:text-nt_green:hover {
  --tw-text-opacity: 1;
  color: rgb(14 189 96 / var(--tw-text-opacity, 1));
}

.hover\:text-nt_green\/80:hover {
  color: rgb(14 189 96 / 0.8);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-nt_green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 189 96 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[80px\] {
    min-height: 80px;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}