@charset "UTF-8";
/*
Theme Name: ProDoma
Author: DREMIN.ORG
Author URI: https://dremin.org
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/*!
 * Bootstrap Reboot v5.3.5 (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: #08B903;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --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: #08B903;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F5F5F5;
  --bs-dark: #575757;
  --bs-primary-rgb: 8, 185, 3;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 87, 87, 87;
  --bs-primary-text-emphasis: #034a01;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cef1cd;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ce39a;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --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: #08B903;
  --bs-link-color-rgb: 8, 185, 3;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #069402;
  --bs-link-hover-color-rgb: 6, 148, 2;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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(8, 185, 3, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --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: #6bd568;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #022501;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #056f02;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6bd568;
  --bs-link-hover-color: #89dd86;
  --bs-link-color-rgb: 107, 213, 104;
  --bs-link-hover-color-rgb: 137, 221, 134;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --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;
}

body {
  padding-top: 170px;
  color: #575757;
}
@media (max-width: 575px) {
  body {
    padding-top: 120px;
  }
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  color: #575757;
}
.section-title span {
  color: #08B903;
}
@media (max-width: 575px) {
  .section-title {
    font-size: 34px;
  }
}

.section-target {
  position: relative;
  bottom: 100px;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.btn {
  color: #fff;
  background-color: #08B903;
  border-radius: 8px;
  padding: 18px 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover {
  color: #fff;
  background-color: #08B903;
}

ul li {
  list-style-image: url("media/li.svg");
  padding-left: 10px;
  padding-bottom: 5px;
}

main {
  margin-bottom: 100px;
}
main h1 {
  margin-bottom: 40px;
}

header {
  padding: 40px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #fff;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #08B903;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: rgba(8, 185, 3, 0.1);
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 25px;
  font-weight: 600;
}
header .header-menu a {
  color: #575757;
  text-decoration: none;
  line-height: 130%;
}
header .header-menu a:hover, header .header-menu a[aria-current=page] {
  color: #08B903;
}
header .header-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: 7px;
  width: 40px;
}
header .header-bar div {
  background-color: #08B903;
  height: 3px;
}
header .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .header-contacts a {
  text-decoration: none;
}
header .header-contacts-phone {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  border: 2px solid #08B903;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
}
header .header-contacts-phone:before {
  content: url("media/header-phone.svg");
  line-height: 100%;
}
header .header-contacts-wa {
  min-height: 44px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding: 8px 12px;
  border: 2px solid #08B903;
  border-radius: 8px;
  background-color: #08B903;
  color: #fff;
}
header .header-contacts-wa:before {
  content: url("media/header-wa.svg");
  line-height: 100%;
}
header.header-fixed {
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  header {
    padding: 15px 0;
  }
}

.hero {
  margin-bottom: 150px;
}
.hero h1 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 50px;
}
.hero h1 span {
  color: #08B903;
}
.hero-plus {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #777;
  margin-bottom: 70px;
}
.hero-plus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 130%;
}
.hero-plus-item:before {
  content: url("media/hero-check.svg");
}
.hero #hero-slider .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 5/3.2;
}
.hero #hero-slider .carousel-inner {
  border-radius: 8px;
  overflow: hidden;
}
.hero #hero-slider .carousel-indicators {
  bottom: -70px;
}
.hero #hero-slider .carousel-indicators [data-bs-target] {
  background-color: #ccc;
  opacity: 1;
  width: 70px;
  height: 7px;
  margin-left: 15px;
  margin-right: 15px;
}
.hero #hero-slider .carousel-indicators .active {
  background-color: #08B903;
}
@media (max-width: 1199px) {
  .hero h1 {
    font-size: 40px;
  }
  .hero #hero-slider {
    margin-bottom: 70px;
  }
  .hero #hero-slider .carousel-indicators {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero {
    margin-bottom: 100px;
  }
  .hero h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .hero-plus {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .hero #hero-slider {
    margin-bottom: 50px;
  }
  .hero #hero-slider .carousel-item img {
    aspect-ratio: 4/3;
  }
  .hero #hero-slider .carousel-indicators {
    bottom: 15px;
  }
  .hero #hero-slider .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.about {
  margin-bottom: 100px;
}
.about .section-title {
  margin-bottom: 45px;
}
.about-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  aspect-ratio: 4/3;
}
.about-text {
  padding-left: 30px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .about-img {
    margin-bottom: 45px;
  }
  .about-text {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .about {
    margin-bottom: 100px;
  }
  .about-text {
    font-size: 16px;
  }
}

.company {
  margin-bottom: 100px;
}
.company .section-title {
  margin-bottom: 35px;
}
.company-text {
  font-size: 18px;
}
@media (max-width: 575px) {
  .company {
    margin-bottom: 100px;
  }
  .company-text {
    font-size: 16px;
  }
}

.panel {
  margin-bottom: 120px;
}
.panel .section-title {
  text-align: center;
  margin-bottom: 15px;
}
.panel .section-subtitle {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
  color: #777;
}
.panel-list {
  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;
  margin-top: 40px;
}
.panel-list-item {
  background-color: #F5F5F5;
  padding: 20px;
  border-left: 3px solid #08B903;
}
@media (max-width: 575px) {
  .panel {
    margin-bottom: 100px;
  }
  .panel-text {
    font-size: 16px;
  }
}

.use {
  margin-bottom: 100px;
}
.use .section-title {
  margin-bottom: 45px;
}
.use-item {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  line-height: 130%;
  color: #777;
}
.use-item:before {
  content: url("media/hero-check.svg");
}
@media (max-width: 767px) {
  .use-item {
    font-size: 20px;
    gap: 18px;
  }
}

.why {
  margin-bottom: 100px;
}
.why .section-title {
  text-align: center;
  margin-bottom: 100px;
}
.why .row {
  --bs-gutter-y: 80px;
}
.why-item {
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding: 50px 30px 40px;
  padding-top: 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.why-item-number {
  position: absolute;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #08B903;
  color: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.advantages {
  margin-bottom: 100px;
}
.advantages .section-title {
  margin-bottom: 30px;
}
.advantages-text {
  margin-bottom: 60px;
}
.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.advantages-item-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #08B903;
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages-item-title {
  line-height: 135%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.advantages-item-text {
  font-size: 14px;
}
.advantages-item-text ul {
  padding-left: 15px;
}
@media (max-width: 575px) {
  .advantages-item {
    gap: 20px;
  }
  .advantages-item-number {
    width: 70px;
    height: 70px;
  }
  .advantages-item-title {
    font-size: 20px;
  }
}

.step {
  margin-bottom: 130px;
}
.step .section-title {
  margin-bottom: 30px;
}
.step-text {
  margin-bottom: 60px;
}
.step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 300px;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.step-item-wrap {
  background-color: rgba(8, 185, 3, 0.1);
  padding: 20px 30px 20px;
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.step-item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
  color: #08B903;
}
.step-item-title:before {
  content: url("media/step-check.svg");
  margin-right: 15px;
}
.step-item-text {
  font-size: 15px;
}
.step-item-text p {
  margin-bottom: 5px;
}
.step-item-text li {
  list-style-image: none;
}
@media (max-width: 991px) {
  .step-wrap {
    gap: 40px;
  }
  .step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .step-item-img img {
    border-radius: 10px;
    width: 320px;
    aspect-ratio: 4/3;
    height: auto;
  }
  .step-item-wrap {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .step {
    margin-bottom: 100px;
  }
}

.portfolio {
  display: block;
  position: relative;
}
.portfolio:before {
  content: "";
  display: block;
  background-position: center !important;
  width: 100%;
  position: absolute;
  border-radius: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.portfolio:hover:before {
  background: url("media/plus.svg") center no-repeat rgba(0, 0, 0, 0.3);
}
.portfolio img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .portfolio img {
    aspect-ratio: 4/3;
  }
}

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.project-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.project-item-img img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
  -webkit-filter: brightness(100%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.project-item-img:hover img {
  -webkit-filter: brightness(70%);
}
.project-item-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
}
.project-item-demo {
  margin-bottom: 25px;
}
.project-item-settings {
  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;
  font-size: 14px;
  margin-bottom: 30px;
}
.project-item .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .project {
    gap: 60px;
  }
  .project-item-title {
    margin-bottom: 10px;
  }
  .project-item-demo {
    line-height: 130%;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .project-item-settings {
    margin-bottom: 20px;
  }
}

.product .f-carousel {
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product .f-carousel:hover {
  border-color: #08B903;
}
.product #f-carousel .f-carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.product #f-carousel .f-carousel__slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3.4;
  border-radius: 8px;
  padding: 30px;
}
.product .f-thumbs {
  top: 10px;
}
.product .f-thumbs__slide {
  height: 96px;
}
.product .f-thumbs__slide__button {
  border: 1px solid #ddd;
  border-radius: 8px;
  opacity: 1;
}
.product .is-classic .is-nav-selected .f-thumbs__slide__button {
  border-color: #08B903;
}
.product .f-thumbs__slide__img {
  padding: 10px;
}
.product .f-thumbs.is-horizontal .f-thumbs__slide {
  margin-right: 10px;
}
.product-info {
  padding-left: 40px;
}
.product-info .breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
}
.product-info .breadcrumb a {
  color: #777;
  text-decoration: none;
}
.product-info .breadcrumb a:hover {
  color: #08B903;
}
.product-info .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTg2XzQxNSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMDgwMzQyNiAwLjA5MDM4NTZDMC4xMDU3NDYgMC4wNjE3MzQ3IDAuMTM1OTI0IDAuMDM5MDAzMyAwLjE2OTE0OCAwLjAyMzQ5MzRDMC4yMDIzNzIgMC4wMDc5ODM1OSAwLjIzNzk5IDAgMC4yNzM5NjEgMEMwLjMwOTkzMiAwIDAuMzQ1NTUgMC4wMDc5ODM1OSAwLjM3ODc3NCAwLjAyMzQ5MzRDMC40MTE5OTggMC4wMzkwMDMzIDAuNDQyMTc2IDAuMDYxNzM0NyAwLjQ2NzU3OSAwLjA5MDM4NTZMMy43NDkyNSAzLjc4MjI2QzMuNzc0NzEgMy44MTA4NCAzLjc5NDkyIDMuODQ0NzkgMy44MDg3MSAzLjg4MjE3QzMuODIyNDkgMy45MTk1NCAzLjgyOTU5IDMuOTU5NjEgMy44Mjk1OSA0LjAwMDA4QzMuODI5NTkgNC4wNDA1NSAzLjgyMjQ5IDQuMDgwNjIgMy44MDg3MSA0LjExNzk5QzMuNzk0OTIgNC4xNTUzNyAzLjc3NDcxIDQuMTg5MzIgMy43NDkyNSA0LjIxNzlMMC40Njc1NzkgNy45MDk3OEMwLjQxNjIyOSA3Ljk2NzU1IDAuMzQ2NTgyIDggMC4yNzM5NjEgOEMwLjIwMTM0IDggMC4xMzE2OTMgNy45Njc1NSAwLjA4MDM0MjYgNy45MDk3OEMwLjAyODk5MTggNy44NTIwMSAwLjAwMDE0MzE4MSA3Ljc3MzY1IDAuMDAwMTQzMTgxIDcuNjkxOTZDMC4wMDAxNDMxODEgNy42MTAyNiAwLjAyODk5MTggNy41MzE5IDAuMDgwMzQyNiA3LjQ3NDEzTDMuMTY4OTQgNC4wMDAwOEwwLjA4MDM0MjYgMC41MjYwMjdDMC4wNTQ4NzUxIDAuNDk3NDQ4IDAuMDM0NjY5MyAwLjQ2MzQ5OCAwLjAyMDg4MjggMC40MjYxMjFDMC4wMDcwOTYyNiAwLjM4ODc0NCAwIDAuMzQ4Njc0IDAgMC4zMDgyMDZDMCAwLjI2NzczOSAwLjAwNzA5NjI2IDAuMjI3NjY5IDAuMDIwODgyOCAwLjE5MDI5MkMwLjAzNDY2OTMgMC4xNTI5MTQgMC4wNTQ4NzUxIDAuMTE4OTY0IDAuMDgwMzQyNiAwLjA5MDM4NTZaIiBmaWxsPSIjNzM3MzczIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTg2XzQxNSI+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.product-info .btn {
  margin-bottom: 30px;
}
.product-info-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  gap: 6px;
}
.product-info-settings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  gap: 15px;
}
.product-info-settings-item-title {
  font-weight: 600;
}
.product-info-settings-item-line {
  background-color: #e6e6e6;
  height: 1px;
}
.product-info-settings-item-value {
  color: #777;
  font-weight: 500;
}
.product-text {
  margin-top: 50px;
}
.product-other {
  padding: 70px 0 20px;
}
@media (max-width: 991px) {
  .product .f-carousel {
    border: none;
  }
  .product #f-carousel .f-carousel__slide img {
    aspect-ratio: 16/9;
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-info {
    padding-left: 0;
  }
  .product-gallery {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .product-info-settings {
    gap: 10px;
  }
  .product-info-settings-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .product-info-settings-item-title {
    font-weight: 700;
  }
  .product-info-settings-item-line {
    display: none;
  }
}

.feedback {
  margin-bottom: 150px;
}
.feedback .section-title {
  margin-bottom: 40px;
}
.feedback form .form-control {
  background-color: #F5F5F5;
  border-radius: 8px;
  height: 60px;
  font-weight: 500;
  border-color: #F5F5F5;
  padding-left: 38px;
}
.feedback form .form-control::-webkit-input-placeholder {
  color: #575757;
  text-transform: uppercase;
}
.feedback form .form-control::-moz-placeholder {
  color: #575757;
  text-transform: uppercase;
}
.feedback form .form-control:-ms-input-placeholder {
  color: #575757;
  text-transform: uppercase;
}
.feedback form .form-control::-ms-input-placeholder {
  color: #575757;
  text-transform: uppercase;
}
.feedback form .form-control::placeholder {
  color: #575757;
  text-transform: uppercase;
}
.feedback form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #08B903;
}
.feedback form textarea.form-control {
  padding-top: 20px;
  height: 170px;
}
.feedback form .btn {
  padding: 13px 35px;
}
.feedback-text {
  font-weight: 500;
  padding-left: 30px;
  line-height: 180%;
}
.feedback-text a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .feedback-text {
    padding: 0;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .feedback {
    margin-bottom: 100px;
  }
}

.contacts {
  margin-bottom: 150px;
}
.contacts .section-title {
  margin-bottom: 30px;
}
.contacts a {
  text-decoration: none;
}
.contacts-text {
  margin-bottom: 50px;
}
.contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts-item-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #575757;
}
.contacts-item-value {
  font-size: 17px;
  font-weight: 500;
}
.contacts-item-value a {
  color: #575757;
}
.contacts-item-value a:hover {
  color: #08B903;
}
.contacts-img {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .contacts-img {
    margin: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .contacts-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 575px) {
  .contacts {
    margin-bottom: 120px;
  }
  .contacts-img {
    aspect-ratio: 1/1;
  }
}

footer {
  background-color: #F5F5F5;
  padding: 25px 0;
  font-size: 15px;
  font-weight: 500;
}
footer a {
  color: #575757;
  text-decoration: none;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.offcanvas a {
  text-decoration: none;
}

.mobile-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #08B903;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: rgba(8, 185, 3, 0.1);
}

.mobile-menu {
  margin-top: 30px;
  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-weight: 600;
  text-transform: uppercase;
}
.mobile-menu a {
  color: #575757;
  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: "—";
  font-weight: 400;
  color: #08B903;
}