@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Century Gothic";
  src: url(../../fonts/CenturyGothic.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../../fonts/Inter-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../../fonts/Inter-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Gill Sans Ultra Bold";
  src: url(../../fonts/GillSansUltraBold.woff2);
  font-weight: 400;
}
i.pngicon {
  display: inline-block;
  width: 24px;
  height: 25px;
}

i.link-arrow-up-right {
  background-image: url("../../imgs/arrow-up-right.svg");
  flex: 0 0 auto;
}

i.link-arrow-up-right--white {
  background-image: url("../../imgs/arrow-up-right--white.svg");
  flex: 0 0 auto;
}

i.pngicon-filter {
  background-image: url("../../imgs/filter.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.png-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.png-icon-facebook {
  background-image: url("../../imgs/facebook.svg");
}

.png-icon-instagram {
  background-image: url("../../imgs/instagram.svg");
}

.png-icon-viber {
  background-image: url("../../imgs/viber.svg");
}

.png-icon-telegram {
  background-image: url("../../imgs/telegram.svg");
}

.png-icon-wh-facebook {
  background-image: url("../../imgs/white-facebook.svg");
}

.png-icon-wh-instagram {
  background-image: url("../../imgs/white-instagram.svg");
}

.png-icon-wh-viber {
  background-image: url("../../imgs/white-viber.svg");
}

.png-icon-wh-telegram {
  background-image: url("../../imgs/white-telegram.svg");
}

.png-icon-wh-phone {
  background-image: url("../../imgs/white-phone-viber.svg");
}

.pngarrow {
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid black;
  background-color: #F9FAFB;
}
.pngarrow:hover {
  background-color: #fff;
}

.pngarrow-icon {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.pngarrow-right {
  background-image: url("../../imgs/right-arrow.svg");
}

.pngarrow-left {
  background-image: url("../../imgs/left-arrow.svg");
}

.pngarrow-chevron-right {
  background-image: url("../../imgs/chevron-right-arrow.svg");
}

.pngarrow-chevron-left {
  background-image: url("../../imgs/chevron-left-arrow.svg");
}

.pngbtn-burger {
  height: 20px;
  width: 20px;
  background-image: url("../../imgs/burger.svg");
}

.pngbtn-close {
  height: 32px;
  width: 32px;
  background-image: url("../../imgs/close-modal.svg");
}

.pngbtn-cross-rounder {
  height: 24px;
  width: 24px;
  background-image: url("../../imgs/your-logo-cross.svg");
}

.pngbtn-toggle-plus {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../../imgs/toggle-plus.svg");
}

.pngbtn-toggle-minus {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../../imgs/toggle-minus.svg");
}

.pngbtn-toggle-plus-circle {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../../imgs/toggle-plus-circle.svg");
  background-size: cover;
}

.pngbtn-toggle-minus-circle {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../../imgs/toggle-minus-circle.svg");
  background-size: cover;
}

.svg-icon-pack {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.svg-icon-pack.facebook {
  background-image: url("../../icons/facebook-color.svg");
}
.svg-icon-pack.instagram {
  background-image: url("../../icons/instagram-color.svg");
}
.svg-icon-pack.telegram {
  background-image: url("../../icons/telegram-color.svg");
}
.svg-icon-pack.viber {
  background-image: url("../../icons/viber-color.svg");
}
.svg-icon-pack.phone {
  background-image: url("../../icons/phone-color.svg");
}
.svg-icon-pack.email {
  background-image: url("../../icons/email-color.svg");
}
.svg-icon-pack.globe {
  background-image: url("../../icons/globe-color.svg");
}
.svg-icon-pack.calendar {
  background-image: url("../../icons/calendar-color.svg");
}
.svg-icon-pack.union {
  background-image: url("../../icons/union-icon.svg");
}
.svg-icon-pack.ukr-flag {
  background-image: url("../../icons/ukr-flag.svg");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-fluid,
.container {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.full-wrapper {
  width: 100%;
}

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

.hide {
  display: none !important;
}

/**
 * Typography START
*/
.typo-text {
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.typo-text p {
  margin-bottom: 20px;
}
.typo-text a {
  color: #76B00A;
  text-decoration: none;
}
.typo-text a:hover {
  font-weight: 700;
}
.typo-text ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.typo-text blockquote {
  padding: 10px;
  padding-left: 10px 20px;
  margin: 24px 0;
  border-left: 2px solid #76B00A;
}
.typo-text h1,
.typo-text h2,
.typo-text h3,
.typo-text h4,
.typo-text h5,
.typo-text h6 {
  margin-bottom: 8px;
  margin-top: 8px;
}

/**
*Typography END
*/
/**
Blocks
*/
.block-title {
  display: inline-block;
  margin: 0;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.all-obj-link {
  text-decoration: none;
  color: #fff;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #0C111D;
}
.all-obj-link:hover {
  background-color: rgba(12, 17, 29, 0.8);
}

.all-obj-link_justtest {
  text-decoration: none;
  color: #667085;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.all-obj-link_justtest:hover {
  color: #0c111d;
}

.pngselect {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 10px 12px;
  overflow: hidden;
  color: var(--colors-text-text-primary-900, #101828);
  text-overflow: ellipsis;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pngbtn {
  text-decoration: none;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.pngbtn.pngbtn-green {
  color: #fff;
  background-color: #76AF0A;
}
.pngbtn.pngbtn-green:hover {
  background-color: rgba(118, 175, 10, 0.8);
}
.pngbtn.pngbtn-black {
  color: #fff;
  background-color: #0C111D;
  transition: all 0.3s ease;
}
.pngbtn.pngbtn-black:hover {
  background-color: rgba(12, 17, 29, 0.8);
}
.pngbtn.pngbtn-white {
  color: #344054;
  transition: all 0.3s ease;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.pngbtn.pngbtn-white:hover {
  background-color: #D0D5DD;
}

.review-blockquote {
  color: #344054;
  text-align: center;
  font-family: "Gill Sans Ultra Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.pngbtn-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
}

green {
  color: #76B00A;
}

/* Стиль для затемнення */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: start;
  z-index: 9999999;
  /* Стиль для модального вікна */
}
.modal-overlay .modal {
  margin-top: 5%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 1800px;
  max-height: 90vh;
}
.modal-overlay .modal button.close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}

button.close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}

.breadcrumb_container {
  background-color: #F9FAFB;
}
.breadcrumb_container nav.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
}
.breadcrumb_container nav.breadcrumb span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: color 0.3s ease;
}
.breadcrumb_container nav.breadcrumb span:hover {
  color: #76B00A;
}
.breadcrumb_container nav.breadcrumb span .breadcrumb_last {
  color: #76B00A;
}
.breadcrumb_container nav.breadcrumb span a {
  color: #475467;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .breadcrumb_container nav.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    /* проміжок між елементами */
    max-width: 300px;
    /* приклад, ти ставиш своє */
    overflow: hidden;
  }
  .breadcrumb_container nav.breadcrumb > span {
    display: none;
    /* ховаємо всі */
  }
  .breadcrumb_container nav.breadcrumb > span:nth-last-of-type(2), .breadcrumb_container nav.breadcrumb > span:last-of-type {
    display: flex;
    /* показуємо тільки дві останні */
    align-items: center;
  }
  .breadcrumb_container nav.breadcrumb > span:last-of-type {
    min-width: 0;
    /* щоб ellipsis працював */
    flex: 1;
    /* займає весь доступний простір */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.pulse-shadow-block {
  transition: box-shadow 0.3s ease-in-out;
  animation: shadow-pulse 1.2s infinite;
}

.pulse-shadow-block-hover {
  transition: box-shadow 0.3s ease-in-out;
}
.pulse-shadow-block-hover:hover {
  animation: shadow-pulse 1.2s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 #76B00A;
  }
  50% {
    box-shadow: 0 0 20px #76B00A;
  }
  100% {
    box-shadow: 0 0 0 #76B00A;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.link-block-button-black,
.link-block-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  gap: 8px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.link-block-button-black:hover,
.link-block-button:hover {
  background-color: #EAECF0;
  position: relative;
}
.link-block-button-black:hover i,
.link-block-button:hover i {
  transform: translate(10px, -10px);
}
.link-block-button-black span,
.link-block-button span {
  flex-grow: 1;
}
.link-block-button-black i,
.link-block-button i {
  position: relative;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
}

.link-block-button-black {
  border-color: #0C111D;
  background-color: #0C111D;
  color: #fff;
}
.link-block-button-black:hover {
  border-color: rgba(12, 17, 29, 0.8);
  background-color: rgba(12, 17, 29, 0.8);
}

.hide-desk {
  display: none;
}

@media screen and (max-width: 540px) {
  .block-title {
    font-size: 20px;
  }
  header .all-obj-link,
  header .arrow-container {
    display: none;
  }
  .hide-mob {
    display: none;
  }
  .show-mob {
    display: initial !important;
  }
}
span.highlight {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border: 2px dashed #7cbf2d;
  margin-right: 6px;
  border: 2px dashed #7cbf2d;
  border-radius: 4px;
}
span.highlight::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -22px;
  width: 20px;
  height: 20px;
  background: url("../../imgs/pensil.svg") no-repeat center/contain;
  z-index: 99;
}
span.highlight::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #7cbf2d;
  border-radius: 2px;
}
span.highlight::after {
  top: -6px;
  left: -6px;
  box-shadow: calc(100% + 12px) 0 #7cbf2d, 0 calc(100% + 12px) #7cbf2d, calc(100% + 12px) calc(100% + 12px) #7cbf2d;
}

.swiper-button-prev,
.swiper-button-next {
  color: #76B00A !important;
}

.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-password-form input {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  margin-top: 15px;
}
.post-password-form input[type=submit] {
  padding: 10px 12px;
  border-radius: 10px;
  background: #76B00A;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.post-password-form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(118, 176, 10, 0.8);
}

/* Header START */
.site-header .contact-header {
  display: none;
  border-bottom: 1px solid #CACFBF;
  margin-bottom: 10px;
}
.site-header .contact-header .contact-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.site-header .contact-header .contact-header-wrapper .header-phones {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.site-header .contact-header .contact-header-wrapper .header-phones .header-phone {
  display: flex;
  gap: 4px;
  font-family: "Century Gothic";
  font-size: 16px;
  text-decoration: none;
  color: #344054;
  transition: color 0.3s ease;
}
.site-header .contact-header .contact-header-wrapper .header-phones .header-phone:hover {
  color: #CACFBF;
}
.site-header .contact-header .contact-header-wrapper .social-networks {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.site-header .top-header {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.site-header .top-header .site-branding {
  margin-top: 15px;
}
.site-header .top-header .site-branding .site-logo .site-logo__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
  color: var(--main-salad-color, #000);
  font-size: 16px;
  font-family: "Century Gothic";
}
.site-header .top-header .site-branding .site-logo .site-logo__link .site-logo__link__img {
  height: 63px;
}
.site-header .top-header .site-branding .site-logo .site-logo__link .site-titles-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.site-header .top-header .site-branding .site-logo .site-logo__link .site-titles-wrapper .site-title {
  font-family: "Century Gothic";
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: justify;
  width: 100%;
}
.site-header .top-header .site-branding .site-logo .site-logo__link .site-titles-wrapper .site-subtitle {
  font-family: "Century Gothic";
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: center;
  padding: 4px 7px;
  background-color: #76B00A;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  transition: color 0.3s ease;
}
.site-header .top-header .site-branding .site-logo .site-logo__link:hover .site-titles-wrapper .site-subtitle {
  color: #000;
}
.site-header .top-header .search-panel {
  width: 50%;
  position: relative;
}
.site-header .top-header .search-panel .aws-container {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  color: #667085;
  font-size: 16px;
  line-height: 24px;
}
.site-header .top-header .search-panel .aws-container .aws-search-form {
  height: 40px;
}
.site-header .top-header .search-panel .aws-container .aws-search-form .aws-search-btn.aws-form-btn {
  border: 1px solid #D0D5DD;
  background: #FFF;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-right: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.site-header .top-header .search-panel .aws-container .aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon {
  line-height: 24px;
  color: #667085;
  fill: currentColor;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
}
.site-header .top-header .search-panel .aws-container .aws-search-form .aws-search-field {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-left: none;
  padding-left: 0;
}
.site-header .top-header .search-panel .form-group-wrapper {
  display: flex;
}
.site-header .top-header .search-panel .form-group-wrapper input[type=search] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #667085;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px;
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  outline: none;
}
.site-header .top-header .search-panel .form-group-wrapper input[type=search]:focus-visible {
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.site-header .top-header .search-panel .form-group-wrapper button[type=submit] {
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.site-header .top-header .header-phones a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #344054;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  letter-spacing: 0.15px;
}
.site-header .top-header .header-phones a:hover {
  color: rgba(52, 64, 84, 0.7);
}
.site-header .top-header .social-networks {
  display: flex;
  gap: 12px;
}
.site-header .top-header .top-header-product-menu .main-menu-button {
  display: flex;
  gap: 10px;
  border-radius: 8px;
  background: #0C111D;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 16px;
  cursor: pointer;
}
.site-header .top-header .top-header-product-menu .modal-overlay {
  font-family: "Century Gothic";
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal {
  padding: 32px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .modal-header .menu-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu {
  display: flex;
  background: #fff;
  gap: 24px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left {
  width: 20%;
  overflow-y: auto;
  height: 65vh;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left .parent-menu {
  list-style-type: none;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left .parent-menu .menu-item {
  display: flex;
  gap: 8px;
  flex-direction: row;
  cursor: pointer;
  text-decoration: none;
  color: #344054;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left .parent-menu .menu-item.active {
  border-radius: 6px;
  background-color: #F9FAFB;
  color: #76B00A;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left .parent-menu .menu-item .menu-item-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-left .parent-menu .menu-item a {
  display: flex;
  gap: 8px;
  flex-direction: row;
  padding: 12px;
  cursor: pointer;
  text-decoration: none;
  color: #344054;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  overflow-y: auto;
  height: 65vh;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu {
  display: none;
  width: 100%;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .menu-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items .child-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  width: 190px;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #F9FAFB;
  padding: 8px 8px 12px 8px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items .child-item .img-wrapper {
  overflow: hidden;
  width: 174px;
  height: 200px;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items .child-item .img-wrapper img {
  width: 174px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items .child-item:hover .img-wrapper img {
  transform: scale(1.2);
}
.site-header .top-header .top-header-product-menu .modal-overlay .modal .product-menu-right .child-menu .child-items .child-item .child-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-header .bottom-header .main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding: 8px 0px 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
  position: relative;
}
.site-header .bottom-header .main-navigation .menu .menu-item a {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.site-header .bottom-header .main-navigation .menu .menu-item a:hover {
  font-weight: 700;
  color: #101828;
}
.site-header .bottom-header .main-navigation .menu .menu-item a .link-arrow-up-right {
  display: none;
}
.site-header .bottom-header .main-navigation .menu .menu-item .sub-menu {
  display: none;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu {
  position: absolute;
  z-index: 9999999;
  padding-top: 40px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 20px 24px;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0px 6px 25px 0px rgba(73, 73, 73, 0.2);
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .submenu-header {
  grid-area: 1/1/2/6;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .submenu-header .submenu-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .submenu-header .submenu-title-link {
  padding: 10px 16px;
  color: #fff;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  background: #0C111D;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .submenu-header .submenu-title-link:hover {
  background-color: rgba(12, 17, 29, 0.8);
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 180px;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item:hover .img-link img {
  transform: scale(1);
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .img-link {
  display: contents;
  display: block;
  border-radius: 8px;
  width: 180px;
  height: 80px;
  overflow: hidden;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .img-link img {
  width: 180px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .link-arrow-up-right {
  display: block;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .menu-item-link-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 4px 12px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .menu-item-link-button i {
  position: relative;
  transform: translate(0, 0);
  transition: transform 0.3s ease;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .menu-item-link-button:hover {
  background-color: #EAECF0;
  position: relative;
}
.site-header .bottom-header .main-navigation .menu .menu-item:hover .sub-menu .submenu-wrapper .menu-item .menu-item-link-button:hover i {
  transform: translate(18px, -10px);
  transform: translate(10px, -5px);
}

.burger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1001;
  position: relative;
}
.burger span {
  height: 4px;
  background: #333;
  border-radius: 2px;
}

/* Сховане меню */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -90%;
  min-width: 250px;
  width: 90%;
  transition: left 0.3s ease-in-out;
  z-index: 99999;
  height: 100%;
  background: #fff;
  padding: 32px 16px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.mobile-menu.active {
  left: 0;
}

.burger.burger-menu {
  display: none;
}

.aws-search-result {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.aws-search-result .aws_result_content .aws_result_title {
  color: #76B00A;
}
.aws-search-result .aws_search_more {
  color: #76B00A;
}

/* Header END */
@media screen and (max-width: 768px) {
  .site-header .contact-header {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
  .site-header .contact-header .contact-header-wrapper {
    align-items: center;
  }
  .site-header .contact-header .contact-header-wrapper .header-phones {
    flex-direction: column;
  }
  .burger.burger-menu {
    display: flex;
  }
  .site-header .top-header {
    flex-wrap: wrap;
    padding: 15px;
  }
  .site-header .top-header .top-header-product-menu {
    display: none;
  }
  .site-header .top-header .search-panel {
    display: none;
  }
  .site-header .top-header .header-phones {
    order: 1;
    display: none;
  }
  .site-header .top-header .social-networks {
    order: 0;
    display: none;
  }
  .site-header .top-header .site-branding {
    order: 3;
    margin-top: 0;
  }
  .site-header .top-header .site-branding .site-logo .site-logo__link {
    padding: 0;
    width: auto;
    height: auto;
    position: initial;
  }
  .site-header .top-header .site-branding .site-logo .site-logo__link::after, .site-header .top-header .site-branding .site-logo .site-logo__link::before {
    display: none;
  }
  .site-header .top-header .site-branding .site-logo .site-logo__link .site-logo__link__img {
    height: 45px;
  }
  .site-header .top-header .site-branding .site-logo .site-logo__link .site-titles-wrapper .site-title {
    font-size: 10px;
  }
  .site-header .top-header .site-branding .site-logo .site-logo__link .site-titles-wrapper .site-subtitle {
    font-size: 7px;
  }
  .site-header .top-header .burger-menu {
    order: 4;
  }
  .site-header .top-header .show-mob {
    display: block;
  }
  .site-header .top-header .mobile-menu .mobile-menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .site-header .top-header .mobile-menu .mobile-menu-header .menu-title {
    color: #101828;
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .site-header .top-header .mobile-menu .search-panel {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .site-header .top-header .mobile-menu .search-panel .form-group-wrapper button[type=submit] {
    padding: 8px 0 8px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .top-header .mobile-menu .search-panel .form-group-wrapper input[type=search] {
    padding: 8px 14px 8px 8px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu {
    display: block;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .main-menu-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay {
    position: fixed;
    top: 0;
    left: -90%;
    width: 90%;
    min-width: 250px;
    transition: left 0.3s ease-in-out;
    z-index: 99999;
    height: 100%;
    background: #fff;
    padding: 32px 15px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay.active {
    left: 0;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .modal-header .menu-title {
    color: #101828;
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content {
    max-height: 85vh;
    overflow-x: scroll;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .menu,
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .sub-menu,
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content ul {
    list-style: none;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content #main-product-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .mobile-menu-item {
    padding: 8px 12px;
    border-radius: 10px;
    background-color: #F9FAFB;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .mobile-menu-item .menu-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .mobile-menu-item .menu-item-row a {
    text-decoration: none;
    width: 100%;
    color: #344054;
    font-family: "Century Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.4s ease;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .mobile-menu-item.open > .menu-item-row > a {
    color: #76B00A;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    padding-left: 15px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .sub-menu.open {
    max-height: 1000px;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle .icon-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #344054;
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform-origin: center;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle .icon-line.vertical {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle .icon-line.horizontal {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle.open .vertical {
    transform: translate(-50%, -50%) rotate(0deg);
    /* перетворюється на – */
    opacity: 0;
  }
  .site-header .top-header .mobile-menu .top-header-product-menu .mob-modal-overlay .menu-content .submenu-toggle.open .horizontal {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .site-header .top-header .mobile-menu .bottom-header-mob-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
  }
  .site-header .top-header .mobile-menu .bottom-header-mob-menu .menu-item a {
    text-decoration: none;
    color: #101828;
    font-family: "Century Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .site-header .top-header .mobile-menu .header-phones {
    margin: 8px 0;
    padding: 24px 0;
    border: 1px solid #EAECF0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .site-header .top-header .mobile-menu .social-networks {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 32px;
    flex-wrap: wrap;
  }
  .site-header .top-header .mobile-menu .social-networks .png-icon {
    width: 24px;
    height: 24px;
  }
  .site-header .bottom-header .main-navigation {
    display: none;
  }
}
.site-footer {
  background-color: #F2F4F7;
  padding-top: 60px;
  padding-bottom: 30px;
}
.site-footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
}
.site-footer .footer-wrapper .footer-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.site-footer .footer-wrapper .footer-col .footer-title {
  padding-bottom: 12px;
  color: #667085;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.site-footer .footer-wrapper .footer-col .footer-text {
  padding-bottom: 10px;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.site-footer .footer-wrapper .footer-col .footer-text-block {
  margin-bottom: 20px;
}
.site-footer .footer-wrapper .footer-col .footer-text-block a.footer-text {
  display: block;
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-col .footer-partner-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .footer-wrapper .footer-col .footer-partner-block a {
  display: block;
  text-decoration: none;
}
.site-footer .footer-wrapper .footer-col .footer-partner-block img {
  max-height: 40px;
}
.site-footer .footer-wrapper .site-branding {
  width: 100%;
}
.site-footer .footer-wrapper .site-branding .site-logo img {
  width: 100%;
}
.site-footer .footer-wrapper .site-branding-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 2fr 2fr;
  column-gap: 10px;
}
.site-footer .footer-wrapper .site-branding-text .site-logo {
  grid-row: 1/3;
  display: flex;
  align-items: center;
}
.site-footer .footer-wrapper .site-branding-text .site-logo img {
  width: 67px;
  height: 48px;
}
.site-footer .footer-wrapper .site-branding-text .site-title {
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0;
}
.site-footer .footer-wrapper .site-branding-text .site-title a {
  text-decoration: none !important;
  color: #000;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-footer .footer-wrapper .site-branding-text .site-description {
  display: flex;
  align-items: start;
  padding: 0;
  margin: 0;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-footer .footer-wrapper .footer-social-networks {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0;
}
.site-footer .footer-wrapper .footer-copyright {
  color: #667085;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.site-footer .footer-wrapper .footer-menu-list {
  list-style: none;
}
.site-footer .footer-wrapper .footer-menu-list .menu-item a {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.dev-line {
  color: #475467;
  background-color: #F2F4F7;
  font-family: "Century Gothic";
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
.dev-line a {
  color: #475467;
  text-decoration: none;
}
.dev-line a:hover {
  text-decoration: underline;
  text-decoration-color: #475467;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.error-404.not-found {
  height: 43vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-404.not-found .page-title {
  color: #76B009;
  font-family: "Century Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.error-404.not-found .page-content {
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}
.error-404.not-found .page-content a {
  margin-top: 25px;
}
/*# sourceMappingURL=main.css.map */
