@charset "UTF-8";
/*
Theme Name: Masloff Group
Author: DREMIN.ORG
Author URI: https://dremin.org
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/*!
 * Bootstrap Reboot v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #31AC44;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #EDD959;
  --bs-green: #237837;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #31AC44;
  --bs-secondary: #6c757d;
  --bs-success: #237837;
  --bs-info: #0dcaf0;
  --bs-warning: #EDD959;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #fff;
  --bs-primary-rgb: 49, 172, 68;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 35, 120, 55;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 237, 217, 89;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: #14451b;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0e3016;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #5f5724;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d6eeda;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d3e4d7;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fbf7de;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #addeb4;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a7c9af;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #f8f0bd;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat";
  --bs-font-monospace: "Montserrat";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #31AC44;
  --bs-link-color-rgb: 49, 172, 68;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #278a36;
  --bs-link-hover-color-rgb: 39, 138, 54;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fbf7de;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(49, 172, 68, 0.25);
  --bs-form-valid-color: #237837;
  --bs-form-valid-border-color: #237837;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #83cd8f;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #7bae87;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #f4e89b;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0a220e;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #07180b;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #2f2b12;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #1d6729;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #154821;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #8e8235;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #83cd8f;
  --bs-link-hover-color: #9cd7a5;
  --bs-link-color-rgb: 131, 205, 143;
  --bs-link-hover-color-rgb: 156, 215, 165;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #5f5724;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #7bae87;
  --bs-form-valid-border-color: #7bae87;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #EDD959;
}

.wow {
  visibility: hidden;
}

body {
  color: #fff;
  background: url("media/bg-circle-small.svg") top -400px left -400px no-repeat, url("media/bg-circle-big.svg") top 30px right -650px no-repeat, #009444;
}
body.body-index {
  background: #009444;
}

main {
  padding-top: 230px;
  padding-bottom: 100px;
  min-height: 70vh;
}
main h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
main h2 {
  font-size: 24px;
  font-weight: 700;
}
main h3 {
  font-size: 20px;
  font-weight: 700;
}
main .subtitle,
main .breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 17px;
  border-left: 3px solid #EDD959;
  line-height: 110%;
}
main .breadcrumb {
  font-size: 14px;
}
main .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
main .breadcrumb a:hover {
  color: #EDD959;
  text-decoration: underline;
}
main .breadcrumb-item + .breadcrumb-item::before {
  content: "—";
  color: #fff;
}
main .content-date {
  font-size: 15px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
main .content-date:before {
  content: url("media/date.svg");
}
main .content-img {
  max-width: 640px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 17/9;
  border-radius: 6px;
  margin-bottom: 50px;
}
main .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
main .content-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
main .content-link-item a {
  text-underline-offset: 8px;
  text-decoration-thickness: 1px !important;
  color: #fff;
}
main .content-link-item a:hover {
  color: #EDD959;
  text-decoration: none;
}
main .content-block {
  margin-bottom: 45px;
}
main .content-block-item {
  padding: 7px 0 12px 37px;
  border-left: 5px solid #EDD959;
}
main .content-block-item-title {
  color: #EDD959;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 1px !important;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
main .content-block-item-name {
  font-size: 20px;
  font-weight: 600;
}
main .content-block-item-regalia {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}
main .content-block-item-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
main .content-block-item-phone a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
main .content-block-item-phone a:hover {
  color: #EDD959;
}
main .content-block-item-phone:before {
  content: url("media/header-phone.svg");
}
main .content-block-item-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
main .content-block-item-mail a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
main .content-block-item-mail a:hover {
  color: #EDD959;
}
main .content-block-item-mail:before {
  content: url("media/header-mail.svg");
}
main .content-block-item-wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
main .content-block-item-wa a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
main .content-block-item-wa a:hover {
  color: #EDD959;
}
main .content-block-item-wa:before {
  content: url("media/contacts-wa.svg");
}
main .content-block-item-tg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
main .content-block-item-tg a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
main .content-block-item-tg a:hover {
  color: #EDD959;
}
main .content-block-item-tg:before {
  content: url("media/contacts-tg.svg");
}
main .content-block-item-wc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
main .content-block-item-wc a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
main .content-block-item-wc a:hover {
  color: #EDD959;
}
main .content-block-item-wc:before {
  content: url("media/contacts-wc.svg");
}
main .content-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 45px;
}
main .content-text {
  font-size: 15px;
  line-height: 170%;
  font-weight: 300;
  padding-left: 37px;
  border-left: 5px solid #EDD959;
}
main .content-text b, main .content-text strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  main {
    padding-top: 180px;
  }
  main .content-text {
    padding-left: 25px;
    line-height: 150%;
  }
}

.section-title {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 18px;
  color: #EDD959;
}

.btn {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 0 30px 30px 30px;
  padding: 25px 35px;
  background-color: #009444;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.btn:after {
  content: url("media/btn-arrow.svg");
  position: relative;
  top: 3px;
}
.btn:hover {
  background-color: #237837;
  gap: 25px;
}
@media (max-width: 575px) {
  .btn {
    padding: 20px 35px;
  }
}

header {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .header1 {
  font-size: 14px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .header1 a {
  color: #fff;
  text-decoration: none;
}
header .header1 a:hover {
  color: #EDD959;
}
header .header1-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header1-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header1-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
header .header1-social a svg path {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .header1-social a:hover svg path {
  fill: #EDD959;
}
header .header2 {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header2-menu {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
header .header2-menu a {
  color: #fff;
  text-decoration: none;
  text-underline-offset: 6px;
}
header .header2-menu a:hover, header .header2-menu a[aria-current=page] {
  color: #EDD959;
  text-decoration: underline;
}
header .header2-menu .menu-item-has-children a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header2-menu .menu-item-has-children a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MV8yODYpIj4KPHBhdGggZD0iTTEgMS41TDUgNS41TDkgMS41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81MV8yODYiPgo8cmVjdCB3aWR0aD0iMTAiIGhlaWdodD0iNyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
header .header2-menu .menu-item-has-children a:hover:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81MV8yODYpIj4KPHBhdGggZD0iTTEgMS41TDUgNS41TDkgMS41IiBzdHJva2U9IiNFREQ5NTkiIHN0cm9rZS13aWR0aD0iMiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUxXzI4NiI+CjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSI3IiBmaWxsPSIjRUREOTU5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}
header .header2-menu ul {
  padding: 10px;
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 6px;
}
header .header2-menu ul a:after {
  content: unset !important;
}
header .header2-menu ul a:hover, header .header2-menu ul[aria-current=page] {
  text-decoration: none;
}
header .header2-menu ul li {
  background-color: #237837;
  white-space: nowrap;
  padding: 3px 15px;
}
header .header2-menu ul li:first-child {
  padding-top: 10px;
}
header .header2-menu ul li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 6px 6px;
}
header .header2-menu li {
  position: relative;
}
header .header2-menu li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header2-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 40px;
}
header .header2-bar div {
  background-color: #fff;
  height: 2px;
}
header .header2-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
header.header-fixed {
  top: -64px;
  background-color: rgba(0, 148, 68, 0.9);
}
header.header-fixed .header2 {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  header .header2-menu {
    gap: 15px;
  }
}
.hero {
  padding: 310px 0 140px;
  background: url("media/hero.jpg") top center no-repeat;
  background-size: cover !important;
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 148, 68, 0)), to(rgb(0, 148, 68)));
  background-image: linear-gradient(rgba(0, 148, 68, 0), rgb(0, 148, 68));
}
.hero h1 {
  font-size: 70px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.hero-text {
  font-size: 30px;
  font-weight: 600;
  max-width: 600px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.hero .btn {
  position: relative;
  z-index: 2;
  background-color: #237837;
}
.hero .btn:hover {
  background-color: #31AC44;
  border-color: #A6CE39;
}
@media (max-width: 1199px) {
  .hero {
    padding: 280px 0 140px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 240px 0 140px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-text {
    font-size: 20px;
  }
}

.product-list {
  padding: 100px 0;
}
.product-list .section-title {
  text-align: center;
}
.product-list .section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
.product-list-item {
  background-color: #31AC44;
  padding: 30px 30px 30px 45px;
  position: relative;
  height: 100%;
}
.product-list-item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 110%;
  position: relative;
  z-index: 2;
}
.product-list-item-desc {
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 130%;
  position: relative;
  z-index: 2;
}
.product-list-item-img {
  max-height: 236px;
  max-width: 233px;
  position: relative;
  z-index: 2;
}
.product-list-item-dots {
  position: absolute;
  bottom: 25px;
  left: 200px;
  z-index: 1;
}
.product-list-item .btn {
  padding: 21px 35px;
  position: relative;
  z-index: 2;
}
.product-list .container > .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.product-list .col-xl-6:nth-child(1) .product-list-item {
  border-radius: 30px 30px 0 30px;
  background: url("media/product-circle.svg") top -222px left -222px no-repeat, url("media/product-circle.svg") bottom -222px right -222px no-repeat;
  background-color: #31AC44;
}
.product-list .col-xl-6:nth-child(2) .product-list-item {
  border-radius: 30px 30px 30px 0;
  background: url("media/product-circle.svg") bottom -222px left -222px no-repeat, url("media/product-circle.svg") top -222px right -222px no-repeat;
  background-color: #31AC44;
}
.product-list .col-xl-6:nth-child(3) .product-list-item {
  border-radius: 30px 0 30px 30px;
  background: url("media/product-circle.svg") bottom -222px left -222px no-repeat, url("media/product-circle.svg") top -222px right -222px no-repeat;
  background-color: #31AC44;
}
.product-list .col-xl-6:nth-child(4) .product-list-item {
  border-radius: 0 30px 30px 30px;
  background: url("media/product-circle.svg") top -222px left -222px no-repeat, url("media/product-circle.svg") bottom -222px right -222px no-repeat;
  background-color: #31AC44;
}
@media (max-width: 1199px) {
  .product-list .col-xl-6:nth-child(1) .product-list-item {
    border-radius: 30px;
    background: url("media/product-circle.svg") top -222px left -222px no-repeat, url("media/product-circle.svg") bottom -222px right -222px no-repeat;
    background-color: #31AC44;
  }
  .product-list .col-xl-6:nth-child(2) .product-list-item {
    border-radius: 30px;
    background: url("media/product-circle.svg") bottom -222px left -222px no-repeat, url("media/product-circle.svg") top -222px right -222px no-repeat;
    background-color: #31AC44;
  }
  .product-list .col-xl-6:nth-child(3) .product-list-item {
    border-radius: 30px;
    background: url("media/product-circle.svg") top -222px left -222px no-repeat, url("media/product-circle.svg") bottom -222px right -222px no-repeat;
    background-color: #31AC44;
  }
  .product-list .col-xl-6:nth-child(4) .product-list-item {
    border-radius: 30px;
    background: url("media/product-circle.svg") bottom -222px left -222px no-repeat, url("media/product-circle.svg") top -222px right -222px no-repeat;
    background-color: #31AC44;
  }
}
@media (max-width: 575px) {
  .product-list {
    padding: 0 0 80px;
  }
  .product-list .row {
    --bs-gutter-x: 1.5rem;
  }
}

.news-index {
  padding: 30px 0 100px;
}
.news-index .section-title {
  text-align: center;
}
.news-index .section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
.news-index-item a {
  text-decoration: none;
}
.news-index-item-img {
  display: block;
  margin-bottom: 20px;
}
.news-index-item-img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
.news-index-item-section {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding-left: 17px;
  color: #EDD959;
  margin-bottom: 15px;
  border-left: 3px solid #EDD959;
  line-height: 110%;
}
.news-index-item-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 15px;
  color: #fff;
}
.news-index-item-title:hover {
  color: #EDD959;
}
.news-index-item-date {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.news-index-item-date:before {
  content: url("media/date.svg");
}
@media (max-width: 767px) {
  .news-index-item-title {
    font-size: 20px;
  }
}

.news-section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  margin-bottom: 60px;
}
.news-section li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-section a {
  padding: 8px 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 100%;
}
.news-section a:hover, .news-section a.active {
  background-color: #31AC44;
  border-color: #31AC44;
}
.news-section .current-cat a {
  background-color: #31AC44;
  border-color: #31AC44;
}
@media (max-width: 991px) {
  .news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.news-list {
  border-left: 5px solid #EDD959;
  padding-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
.news-list a {
  text-decoration: none;
}
.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.news-list-item-img {
  min-width: 280px;
  max-width: 280px;
  width: 100%;
}
.news-list-item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
  border-radius: 6px;
}
.news-list-item .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 780px;
}
.news-list-item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-underline-offset: 8px;
  line-height: 130%;
}
.news-list-item-title:hover {
  color: #EDD959;
  text-decoration: underline;
}
.news-list-item-section {
  font-size: 15px;
  font-weight: 600;
  text-underline-offset: 5px;
}
.news-list-item-section:hover {
  text-decoration: underline;
}
.news-list-item-desc {
  font-size: 15px;
  line-height: 150%;
}
.news-list-item-date {
  font-size: 15px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.news-list-item-date:before {
  content: url("media/date.svg");
}
@media (max-width: 991px) {
  .news-list-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .news-list-item .d-flex {
    gap: 10px;
  }
}

.about {
  overflow: hidden;
}
.about h1 {
  max-width: 370px;
}
.about .col-lg-6 {
  position: relative;
}
.about .content-text {
  padding-right: 40px;
}
.about-img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .about .content-text {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .about-img {
    position: static;
    max-width: 100%;
  }
}

footer {
  padding-top: 75px;
  background-color: #00873E;
  line-height: 120%;
}
footer a {
  text-decoration: none;
  color: #fff;
  text-underline-offset: 3px;
}
footer a:hover {
  color: #EDD959;
  text-decoration: underline;
}
footer .footer-graphics {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-graphics-logo {
  margin-bottom: 35px;
}
footer .footer-graphics-dots {
  max-width: 103px;
  margin-bottom: 40px;
}
footer .footer-graphics-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
footer .footer-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
footer .footer-item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
footer .footer-item-title {
  font-weight: 600;
}
footer .footer-item-title a {
  font-size: 16px;
  color: #EDD959;
}
footer .footer-item-value {
  font-weight: 300;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 14px;
}
footer .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}
footer .d-flex > div {
  max-width: 180px;
}
footer .footer-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
footer .footer-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
footer .footer-news-item a {
  text-decoration: none;
}
footer .footer-news-item-img img {
  width: 70px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
footer .footer-news-item-title {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 10px;
}
footer .footer-news-item-title:hover {
  color: #EDD959;
}
footer .footer-news-item-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
footer .footer-news-item-date:before {
  content: url("media/date-footer.svg");
}
footer .footer {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  font-weight: 300;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-develop:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  footer .d-flex > div {
    max-width: 100%;
  }
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.offcanvas {
  background-color: #31AC44;
}
.offcanvas a {
  text-decoration: none;
}

.mobile-menu {
  padding: 0;
  list-style: none;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.mobile-menu a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mobile-menu a:before {
  content: "—";
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 22px;
}
.mobile-menu ul a {
  font-size: 16px;
}
.mobile-menu ul a:before {
  content: "";
}