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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #9EC105;
  outline-offset: 2px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1430px;
  }
}
@media only screen and (min-width: 1660px) {
  .container {
    max-width: 1630px;
  }
}

::-moz-selection {
  color: #333;
  background: #9EC105;
}

::selection {
  color: #333;
  background: #9EC105;
}

.m-0 {
  margin: 0 !important;
}

.btn-base, .btn-default, .btn-primary, .controls-panel .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 40px;
  padding: 0 45px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn-base, .btn-default, .btn-primary, .controls-panel .btn-primary {
    height: 50px;
    padding: 0 60px;
  }
}
.btn-base img, .btn-default img, .btn-primary img, .controls-panel .btn-primary img {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
  opacity: 0;
}
@media (min-width: 768px) {
  .btn-base img, .btn-default img, .btn-primary img, .controls-panel .btn-primary img {
    right: 15px;
  }
}
.btn-base span, .btn-default span, .btn-primary span, .controls-panel .btn-primary span {
  z-index: 2;
  position: relative;
}
.btn-base::before, .btn-default::before, .btn-primary::before, .controls-panel .btn-primary::before {
  content: "";
  width: 100%;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn-base::before, .btn-default::before, .btn-primary::before, .controls-panel .btn-primary::before {
    height: 50px;
    border-radius: 25px;
  }
}
.btn-base:hover img, .btn-default:hover img, .btn-primary:hover img {
  opacity: 1;
}
.btn-base:hover::before, .btn-default:hover::before, .btn-primary:hover::before {
  width: 40px;
}
@media (min-width: 768px) {
  .btn-base:hover::before, .btn-default:hover::before, .btn-primary:hover::before {
    width: 50px;
  }
}

.btn-primary, .controls-panel .btn-primary {
  background: #9EC105;
  color: #333333;
}
.btn-primary::before, .controls-panel .btn-primary::before {
  background: #9EC105;
}
.btn-primary:hover {
  background: rgb(198, 226, 58);
}

.btn-default {
  background: #E8E8E8;
  color: #333333;
}
.btn-default::before {
  background: #E8E8E8;
}
.btn-default:hover {
  background: #c5c5c5;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #333333;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #9EC105;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-config-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.header-config-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-config-toggle__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #333333;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
  border-radius: 2px;
}
.header-config-toggle__icon span:nth-child(1) {
  top: 0rem;
  width: 2.2rem;
}
.header-config-toggle__icon span:nth-child(2) {
  top: 0.8rem;
}
.header-config-toggle__icon span:nth-child(3) {
  top: 0.8rem;
}
.header-config-toggle__icon span:nth-child(4) {
  top: 1.6rem;
  width: 1.6rem;
}
.header-config-toggle__icon.open span {
  background: #9EC105;
}
.header-config-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-config-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-config-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-config-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.admin-bar .header {
  top: 32px;
}

.header {
  z-index: 90;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .header__logo-icon {
    display: none;
  }
}
.header__logo-icon img {
  display: block;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(74%) sepia(38%) saturate(1166%) hue-rotate(22deg) brightness(89%) contrast(96%);
}
@media only screen and (max-width: 767px) {
  .header__logo {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    display: block;
  }
}
.header__logo img {
  display: block;
  max-width: 100%;
  height: 30px;
}
@media only screen and (min-width: 400px) {
  .header__logo img {
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    max-width: unset;
  }
}
@media only screen and (min-width: 1460px) {
  .header__logo img {
    height: 50px;
  }
}
.header__contacts {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .header__contacts {
    display: none !important;
  }
}
@media only screen and (min-width: 1460px) {
  .header__contacts {
    gap: 20px;
    padding: 0 0 0 50px;
  }
}
.header__contacts:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 40px;
  background: rgba(51, 51, 51, 0.5);
}
.header__contacts img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1460px) {
  .header__contacts img {
    width: 40px;
    height: 40px;
  }
}
.header__contacts span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__contacts a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 15px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #9EC105;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1460px) {
  .header__contacts a {
    font-size: 16px;
  }
}
.header__contacts a:hover {
  text-decoration: none;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1460px) {
  .header__left {
    gap: 50px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block !important;
  }
}
.header__calculation-btn {
  min-width: unset;
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation__link-count {
  position: absolute;
  bottom: 45px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #333333;
  color: #fff;
  font-size: 10px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  border-radius: 50%;
}
.navigation > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navigation > li.selected > a, .navigation > li.current-menu-item > a {
  color: #9EC105;
}
.navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 80px;
  margin: 0;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1460px) {
  .navigation > li > a {
    padding: 0 17px;
  }
}
.navigation > li > a.selected, .navigation > li > a.current-menu-item {
  color: #9EC105;
}
.navigation > li.has-children > a {
  padding: 0 28px 0 17px;
}
.navigation > li.has-children > a .navigation__link-count {
  right: 8px;
}
.navigation > li.has-children > a::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9EC105;
}
.navigation > li:hover > a {
  color: #9EC105;
}
.navigation > li > ul {
  z-index: 99;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: clip;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(5px);
}
.navigation > li > ul.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  filter: blur(0);
}
.navigation > li > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: block;
  padding: 10px 30px;
  margin: 0;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
}
.navigation > li > ul > li > a:hover {
  color: #9EC105;
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1.3;
}
@media only screen and (min-width: 1460px) {
  .header-contact-item {
    gap: 12px;
  }
}
.header-contact-item:hover .header-contact-item__value {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.header-contact-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1460px) {
  .header-contact-item__icon {
    width: 29px;
    height: 29px;
  }
}
.header-contact-item__icon img {
  display: block;
  width: unset;
  height: unset;
  max-width: 100%;
  max-height: 100%;
}
.header-contact-item__content {
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
}
@media only screen and (min-width: 1460px) {
  .header-contact-item__content {
    font-size: 16px;
  }
}
.header-contact-item__value {
  font-weight: 600;
  color: #9EC105;
}

.product-menu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.product-menu-wrapper.open {
  display: block;
}
.product-menu-wrapper--fake-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: -1;
}

.product-menu-panel {
  background: #ECECEC;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.product-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media only screen and (min-width: 1660px) {
  .product-menu {
    padding: 40px 0;
  }
}
.product-menu__nav {
  width: 400px;
}
@media only screen and (min-width: 1460px) {
  .product-menu__nav {
    width: 500px;
  }
}
@media only screen and (min-width: 1660px) {
  .product-menu__nav {
    width: 520px;
  }
}
.product-menu__nav-title {
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #333333;
  margin: 0 0 30px 0;
}
.product-menu__nav-item.active .product-menu-nav-card {
  background: #fff;
}
.product-menu__nav-item.active .product-menu-nav-card::before {
  opacity: 1;
}
.product-menu__subcategories {
  padding: 0 0 0 28px;
  width: calc(100% - 400px);
}
@media only screen and (min-width: 1460px) {
  .product-menu__subcategories {
    width: calc(100% - 500px);
  }
}
@media only screen and (min-width: 1660px) {
  .product-menu__subcategories {
    width: calc(100% - 520px);
  }
}
.product-menu__subcategories-box {
  display: none;
}
.product-menu__subcategories-box.active {
  display: block;
}

.product-menu-subcategories {
  border-radius: 20px;
  overflow: clip;
}
.product-menu-subcategories__top {
  background: #fff;
  padding: 30px;
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories__top {
    padding: 30px 40px;
  }
}
.product-menu-subcategories__top-title {
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #333333;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories__top-title {
    margin: 0 0 40px 0;
  }
}
.product-menu-subcategories__top-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-menu-subcategories__top-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}
.product-menu-subcategories__top-item {
  width: 25%;
}
.product-menu-subcategories__bottom {
  background: #333333;
  display: flex;
  padding: 30px 40px;
  column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories__bottom {
    padding: 40px 70px;
    column-gap: 50px;
  }
}
.product-menu-subcategories__bottom-left {
  flex: 1;
}
.product-menu-subcategories__bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-menu-subcategories__bottom-links li {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 8px 0;
}
.product-menu-subcategories__bottom-links li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.product-menu-subcategories__bottom-title {
  margin: 0 0 20px 0;
  line-height: 1.1;
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}

.product-menu-subcategories-article-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 5px;
  color: #fff;
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories-article-link {
    column-gap: 50px;
  }
}
.product-menu-subcategories-article-link__title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.product-menu-subcategories-article-link__link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.product-menu-subcategories-article-link__link img {
  display: block;
  position: relative;
}
.product-menu-subcategories-article-link__link:hover {
  text-decoration: none;
}
.product-menu-subcategories-article-link:hover .product-menu-subcategories-article-link__title {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

a.product-menu-subcategories-top-card:hover .product-menu-subcategories-top-card__img {
  transform: scale(1.1);
}
a.product-menu-subcategories-top-card:hover .product-menu-subcategories-top-card__title {
  text-decoration: none;
}

.product-menu-subcategories-top-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 20px 20px;
  border-left: 1px solid rgba(51, 51, 51, 0.5019607843);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5019607843);
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories-top-card {
    padding: 25px 30px;
  }
}
.product-menu-subcategories-top-card--fluid {
  width: unset;
}
.product-menu-subcategories-top-card:nth-child(4n+1) {
  border-left: none;
}
.product-menu-subcategories-top-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 1660px) {
  .product-menu-subcategories-top-card__img {
    height: 75px;
  }
}
.product-menu-subcategories-top-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-menu-subcategories-top-card__title {
  text-align: center;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #9EC105;
  margin: 10px 0 0 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1460px) {
  .product-menu-subcategories-top-card__title {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
}
.product-menu-subcategories-top-card__title:hover {
  text-decoration: none;
}
.product-menu-subcategories-top-card__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.product-menu-subcategories-top-card__button-container .btn-primary {
  min-width: unset;
}

.product-menu-nav-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1460px) {
  .product-menu-nav-card {
    gap: 40px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1660px) {
  .product-menu-nav-card {
    padding: 30px 40px;
  }
}
.product-menu-nav-card::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  opacity: 0;
  transition: 0.3s;
}
.product-menu-nav-card:hover {
  background: #fff;
}
.product-menu-nav-card:hover::before {
  opacity: 1;
}
.product-menu-nav-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1460px) {
  .product-menu-nav-card__img {
    width: 105px;
  }
}
.product-menu-nav-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-menu-nav-card__title {
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #9EC105;
  margin: 0 0 10px 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.product-menu-nav-card__title:hover {
  text-decoration: none;
}
.product-menu-nav-card__text {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
}

.product-menu-contact {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 22px 0;
}
.product-menu-contact__img {
  flex-shrink: 0;
  width: 69px;
}
.product-menu-contact__img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.product-menu-contact__texts {
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.product-menu-contact__texts b {
  font-size: 18px;
  font-weight: 800;
}
.product-menu-contact__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.product-menu-contact__texts a:hover {
  color: #9EC105;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: -1;
}

.mobile-navigation-panel {
  background: #ECECEC;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 0;
}
.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
.mobile-navigation ul > li.selected > a, .mobile-navigation ul > li.current-menu-item > a {
  color: #9EC105;
}
.mobile-navigation ul > li .navigation__link-count {
  top: 4px;
  right: -15px;
  bottom: unset;
}
.mobile-navigation ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
}
.mobile-navigation ul > li > a.selected, .mobile-navigation ul > li > a.current-menu-item {
  color: #9EC105;
}
.mobile-navigation ul > li.has-children > a {
  padding: 0 28px 0 0;
}
.mobile-navigation ul > li.has-children > a::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9EC105;
}
.mobile-navigation ul > li:hover > a {
  color: #9EC105;
}
.mobile-navigation ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.mobile-navigation ul > li > ul > li {
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 15px;
}
.mobile-navigation ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
}
.mobile-navigation ul > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.3333333333;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  transition: 0.3s;
  white-space: nowrap;
}
.mobile-navigation ul > li > ul > li > a:hover {
  color: #9EC105;
}

section {
  overflow: clip;
}

b, strong {
  font-weight: 600;
}

.base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
  line-height: 1.1;
  color: #333333;
  font-size: 36px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 991px) {
  .base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1460px) {
  .base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1660px) {
  .base-section-title, .simple-intro__title, .detail-reference__main-title, .reference-listing__title, .advanced-intro__title, .reference-preview__title, .products-categories__title, .partners-panel__title, .info-grid__title, .progress-panel__title, .us__title, .home-intro__title {
    font-size: 70px;
  }
}

.base-section-text, .config-choose-type-card__text, .config-sidebar-nav__send-info, .config-choose-type__text, .base-upload-dropzone-text, .config-type-card__upload-text, .config-type-card__upload-dropzone-text, .config-thankyou__texts, .modal-window__info-content, .modal-window__warning, .modal-ref-sidebar-card__text, .modal-ref-box__texts, .modal-ref-summary-panel__item-text, .quote-panel__text, .config-contact-data__upload-text, .config-contact-data__upload-dropzone-text, .error-message, .no-results, .basic-table, .page-common table, .page-common, .contact-form-box__content, .contact-map-box__content-group, .career-sidebar__texts, .career-item__text, .career__text, .aktuality-card__text, .reference-points-panel__item-content-text, .detail-reference__config-cta-panel-text, .detail-reference__review-item-text, .detail-reference__content, .detail-reference__main-texts, .reference-listing__empty, .category-list__text, .advanced-intro-slider__item-text, .products-categories__texts, .partners-panel__texts, .info-grid-review-item__text, .info-grid-article-item__text, .progress-item__text, .us__texts, .benefit-item__text, .base-dot-list, .modal-ref-box__texts ul, .page-common ul.dots-list, .page-common ul, .detail-reference__content ul {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
}
.base-section-text a, .config-choose-type-card__text a, .config-sidebar-nav__send-info a, .config-choose-type__text a, .base-upload-dropzone-text a, .config-type-card__upload-text a, .config-type-card__upload-dropzone-text a, .config-thankyou__texts a, .modal-window__info-content a, .modal-window__warning a, .modal-ref-sidebar-card__text a, .modal-ref-box__texts a, .modal-ref-summary-panel__item-text a, .quote-panel__text a, .config-contact-data__upload-text a, .config-contact-data__upload-dropzone-text a, .error-message a, .no-results a, .basic-table a, .page-common a, .contact-form-box__content a, .contact-map-box__content-group a, .career-sidebar__texts a, .career-item__text a, .career__text a, .aktuality-card__text a, .reference-points-panel__item-content-text a, .detail-reference__config-cta-panel-text a, .detail-reference__review-item-text a, .detail-reference__content a, .detail-reference__main-texts a, .reference-listing__empty a, .category-list__text a, .advanced-intro-slider__item-text a, .products-categories__texts a, .partners-panel__texts a, .info-grid-review-item__text a, .info-grid-article-item__text a, .progress-item__text a, .us__texts a, .benefit-item__text a, .base-dot-list a, .page-common ul.dots-list a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #9EC105;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.base-section-text a:hover, .config-choose-type-card__text a:hover, .config-sidebar-nav__send-info a:hover, .config-choose-type__text a:hover, .base-upload-dropzone-text a:hover, .config-type-card__upload-text a:hover, .config-type-card__upload-dropzone-text a:hover, .config-thankyou__texts a:hover, .modal-window__info-content a:hover, .modal-window__warning a:hover, .modal-ref-sidebar-card__text a:hover, .modal-ref-box__texts a:hover, .modal-ref-summary-panel__item-text a:hover, .quote-panel__text a:hover, .config-contact-data__upload-text a:hover, .config-contact-data__upload-dropzone-text a:hover, .error-message a:hover, .no-results a:hover, .basic-table a:hover, .page-common a:hover, .contact-form-box__content a:hover, .contact-map-box__content-group a:hover, .career-sidebar__texts a:hover, .career-item__text a:hover, .career__text a:hover, .aktuality-card__text a:hover, .reference-points-panel__item-content-text a:hover, .detail-reference__config-cta-panel-text a:hover, .detail-reference__review-item-text a:hover, .detail-reference__content a:hover, .detail-reference__main-texts a:hover, .reference-listing__empty a:hover, .category-list__text a:hover, .advanced-intro-slider__item-text a:hover, .products-categories__texts a:hover, .partners-panel__texts a:hover, .info-grid-review-item__text a:hover, .info-grid-article-item__text a:hover, .progress-item__text a:hover, .us__texts a:hover, .benefit-item__text a:hover, .base-dot-list a:hover {
  text-decoration: none;
}

.base-dot-list, .modal-ref-box__texts ul, .page-common ul.dots-list, .page-common ul, .detail-reference__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-dot-list li, .modal-ref-box__texts ul li, .page-common ul.dots-list li, .page-common ul li, .detail-reference__content ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .base-dot-list li, .modal-ref-box__texts ul li, .page-common ul.dots-list li, .page-common ul li, .detail-reference__content ul li {
    padding: 0 0 0 38px;
  }
}
.base-dot-list li::before, .modal-ref-box__texts ul li::before, .page-common ul.dots-list li::before, .page-common ul li::before, .detail-reference__content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9EC105;
}
@media (min-width: 768px) {
  .base-dot-list li::before, .modal-ref-box__texts ul li::before, .page-common ul.dots-list li::before, .page-common ul li::before, .detail-reference__content ul li::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}

.base-number-list, .modal-ref-box__texts ol {
  text-align: left !important;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.base-number-list li, .modal-ref-box__texts ol li {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.base-number-list li::before, .modal-ref-box__texts ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #333333;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: rgb(198, 226, 58);
  border-radius: 50%;
}

.home-intro {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  overflow: clip;
}
@media (min-width: 1200px) {
  .home-intro {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1460px) {
  .home-intro {
    gap: 70px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro {
    gap: 80px;
  }
}
.home-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-intro__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-intro__left, .home-intro__right, .home-intro__logo {
  position: relative;
  z-index: 3;
}
.home-intro__logo {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (max-width: 1199px) {
  .home-intro__logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-intro__logo {
    top: 25px;
    left: 25px;
  }
}
@media only screen and (min-width: 1460px) {
  .home-intro__logo {
    top: 45px;
    left: 45px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro__logo {
    top: 65px;
    left: 65px;
  }
}
.home-intro__logo img {
  display: block;
  width: 45px;
  height: auto;
}
@media (min-width: 768px) {
  .home-intro__logo img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .home-intro__logo img {
    width: 70px;
  }
}
@media only screen and (min-width: 1460px) {
  .home-intro__logo img {
    width: 90px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro__logo img {
    width: 100px;
  }
}
.home-intro__content {
  padding: 50px 35px 30px 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-intro__content {
    padding: 50px 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  .home-intro__content {
    padding: 0 0 0 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 1460px) {
  .home-intro__content {
    padding: 0 0 0 140px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro__content {
    padding: 0 0 0 170px;
  }
}
.home-intro__title {
  margin: 0 0 25px 0;
  color: #fff;
}
.home-intro__texts {
  margin: 0 0 30px 0;
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .home-intro__texts {
    margin: 0 0 50px 0;
  }
}
.home-intro__texts p {
  margin: 0 0 20px 0;
}
.home-intro__texts a {
  color: #9EC105;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.home-intro__texts a:hover {
  text-decoration: none;
}
.home-intro__right {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .home-intro__right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .home-intro__right {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1460px) {
  .home-intro__right {
    padding: 0 60px 0 0;
  }
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-intro-options {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .home-intro-options {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .home-intro-options {
    padding: 115px 0;
  }
}
.home-intro-options__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 210px;
  opacity: 0;
  animation: fadeInMove 0.6s ease-out forwards;
  animation-delay: 0.3s;
}
@media only screen and (min-width: 1460px) {
  .home-intro-options__item {
    width: 240px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro-options__item {
    width: 280px;
  }
}
.home-intro-options__item:nth-child(odd) {
  transform: translateY(-100px);
}
.home-intro-options__item:nth-child(even) {
  transform: translateY(50px);
}
.home-intro-options__item:nth-child(1), .home-intro-options__item:nth-child(3) {
  flex-direction: column-reverse;
}
.home-intro-options__item:nth-child(1) .home-intro-options__content {
  align-items: flex-end;
  margin: 0 0 40px 0;
  padding: 0 25px 0 0;
}
@media only screen and (min-width: 1460px) {
  .home-intro-options__item:nth-child(1) .home-intro-options__content {
    padding: 0 40px 0 0;
  }
}
.home-intro-options__item:nth-child(1) .home-intro-options__text {
  text-align: right;
}
.home-intro-options__item:nth-child(1) .home-intro-options__link-container {
  justify-content: flex-end;
}
.home-intro-options__item:nth-child(1) .home-intro-options__link-container a {
  text-align: right;
}
.home-intro-options__item:nth-child(1) .home-intro-options__img {
  justify-content: flex-end;
}
.home-intro-options__item:nth-child(2) {
  padding: 30px 0 45px 0;
}
@media only screen and (min-width: 1660px) {
  .home-intro-options__item:nth-child(2) {
    padding: 35px 0 65px 0;
  }
}
.home-intro-options__item:nth-child(2)::before, .home-intro-options__item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.home-intro-options__item:nth-child(2)::before {
  left: 0;
}
.home-intro-options__item:nth-child(2)::after {
  right: 0;
}
.home-intro-options__item:nth-child(2) .home-intro-options__content {
  margin: 36px 0 0 0;
  padding: 0 35px;
}
@media only screen and (min-width: 1660px) {
  .home-intro-options__item:nth-child(2) .home-intro-options__content {
    margin: 50px 0 0 0;
  }
}
.home-intro-options__item:nth-child(2) .home-intro-options__text {
  text-align: center;
}
.home-intro-options__item:nth-child(2) .home-intro-options__link-container {
  justify-content: center;
}
.home-intro-options__item:nth-child(3) .home-intro-options__content {
  margin: 0 0 24px 0;
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 1460px) {
  .home-intro-options__item:nth-child(3) .home-intro-options__content {
    padding: 0 0 0 40px;
  }
}
.home-intro-options__content {
  display: flex;
  flex-direction: column;
}
.home-intro-options__img {
  display: flex;
}
.home-intro-options__img img {
  display: block;
  max-width: 100%;
  max-height: 255px;
}
@media only screen and (min-width: 1460px) {
  .home-intro-options__img img {
    max-height: 290px;
  }
}
@media only screen and (min-width: 1660px) {
  .home-intro-options__img img {
    max-height: 340px;
  }
}
.home-intro-options__text {
  display: block;
  max-width: 200px;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.home-intro-options__link-container {
  display: flex;
}
.home-intro-options__link-container a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
  white-space: initial;
}
.home-intro-options__link-container a img {
  display: block;
  position: relative;
}
.home-intro-options__link-container a:hover {
  text-decoration: none;
}

.section-benefits-panel {
  padding: 17px 0 0 0;
}

.benefits-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  background: #ECECEC;
  border-radius: 20px;
  overflow: clip;
}
@media (min-width: 768px) {
  .benefits-panel {
    padding: 20px 10px;
    row-gap: 30px;
  }
}
.benefits-panel__item {
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .benefits-panel__item {
    width: 50%;
    padding: 0 20px;
  }
  .benefits-panel__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(51, 51, 51, 0.5019607843);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-panel__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1460px) {
  .benefits-panel__item {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1660px) {
  .benefits-panel__item {
    padding: 0 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .benefits-panel__item:nth-child(2n)::after {
    content: none;
    display: none;
  }
}
.benefits-panel__item:last-child::after {
  content: none;
  display: none;
}

.benefit-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .benefit-item {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .benefit-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .benefit-item {
    gap: 25px;
  }
}
@media only screen and (min-width: 1660px) {
  .benefit-item {
    gap: 32px;
  }
}
.benefit-item.toggled .benefit-item__icon {
  margin: unset;
}
.benefit-item__icon {
  width: 38px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1460px) {
  .benefit-item__icon {
    width: 42px;
  }
}
@media only screen and (min-width: 1660px) {
  .benefit-item__icon {
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .benefit-item__icon {
    margin-top: -39px;
    transition: 0.3s;
  }
}
.benefit-item__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.benefit-item__icon--bigger {
  display: block;
}
@media only screen and (max-width: 767px) {
  .benefit-item__icon--bigger {
    display: none;
  }
}
.benefit-item__icon:not(.benefit-item__icon--bigger) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .benefit-item__icon:not(.benefit-item__icon--bigger) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .benefit-item__content {
    display: flex;
    gap: 20px;
  }
}
.benefit-item__title {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #333333;
  margin: 0 0 8px 60px;
}
@media only screen and (min-width: 768px) {
  .benefit-item__title {
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .benefit-item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .benefit-item__title {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    width: fit-content;
  }
  .benefit-item__title::before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9EC105;
  }
}
.benefit-item__title--bigger {
  display: block;
}
@media only screen and (max-width: 767px) {
  .benefit-item__title--bigger {
    display: none;
  }
}
.benefit-item__title:not(.benefit-item__title--bigger) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .benefit-item__title:not(.benefit-item__title--bigger) {
    display: block;
  }
}
.benefit-item__text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .benefit-item__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .benefit-item__text {
    display: block !important;
  }
}
.benefit-item__text p {
  margin: 0;
}

.us {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 40px;
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .us {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .us {
    gap: 80px;
  }
}
@media only screen and (min-width: 1660px) {
  .us {
    gap: 110px;
  }
}
.us--padding-block {
  padding: 60px 0;
}
.us__img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .us__img {
    flex: unset;
  }
}
.us__img img {
  display: block;
  max-width: 100%;
  width: unset;
  height: unset;
}
.us__content {
  flex: 1;
  max-width: 500px;
}
@media only screen and (min-width: 1660px) {
  .us__content {
    max-width: 550px;
  }
}
.us__title {
  margin: 0 0 25px 0;
}
.us__texts {
  margin: 0 0 48px 0;
}
.us__texts p {
  margin: 0 0 20px 0;
}

.progress-panel {
  padding: 30px 20px;
  background: #ECECEC;
  border-radius: 20px;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .progress-panel {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1460px) {
  .progress-panel {
    padding: 70px 100px;
  }
}
@media only screen and (min-width: 1660px) {
  .progress-panel {
    padding: 70px 130px;
  }
}
.progress-panel--no-bottom-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.progress-panel__title {
  margin: 0 0 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .progress-panel__title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .progress-panel__title {
    margin: 0 0 45px 0;
  }
}
@media only screen and (min-width: 1660px) {
  .progress-panel__title {
    margin: 0 0 45px 0;
  }
}
.progress-panel__list {
  display: flex;
  flex-wrap: wrap;
}
.progress-panel__item {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .progress-panel__item {
    width: 50%;
  }
  .progress-panel__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.5019607843);
  }
  .progress-panel__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(51, 51, 51, 0.5019607843);
  }
}
@media only screen and (min-width: 1200px) {
  .progress-panel__item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .progress-panel__item:nth-child(2n+1)::before {
    right: 0;
  }
  .progress-panel__item:nth-child(2n)::before {
    left: 0;
  }
  .progress-panel__item:nth-child(-n+2)::after {
    bottom: 0;
    height: 70%;
    right: 0;
  }
  .progress-panel__item:nth-last-child(-n+2)::after {
    top: 0;
    height: 70%;
  }
  .progress-panel__item:nth-child(2n)::after {
    content: none;
  }
  .progress-panel__item:nth-last-child(-n+2)::before {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .progress-panel__item:nth-child(3n+1)::before {
    right: 0;
    left: unset;
    width: 70%;
  }
  .progress-panel__item:nth-child(3n)::before {
    left: 0;
    width: 70%;
  }
  .progress-panel__item:nth-child(-n+3)::after {
    bottom: 0;
    height: 70%;
    right: 0;
  }
  .progress-panel__item:nth-last-child(-n+3)::after {
    top: 0;
    height: 70%;
    right: 0;
  }
  .progress-panel__item:nth-child(3n)::after {
    content: none;
  }
  .progress-panel__item:nth-last-child(-n+3)::before {
    content: none;
  }
}
.progress-panel__button-container {
  display: flex;
  justify-content: center;
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 1460px) {
  .progress-panel__button-container {
    margin: 20px 0 0 0;
  }
}

.progress-item {
  position: relative;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .progress-item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .progress-item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1460px) {
  .progress-item {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 1660px) {
  .progress-item {
    padding: 30px 60px;
  }
}
.progress-item .progress-item__heading-button,
.progress-item .progress-item__content {
  opacity: 0;
  transition: 0.4s;
}
.progress-item.visible .progress-item__heading-button,
.progress-item.visible .progress-item__content {
  opacity: 1;
}
.progress-item.toggled .progress-item__icon {
  margin: unset;
}
.progress-item__dot-arrow {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  .progress-item__dot-arrow {
    display: none;
  }
}
.progress-item__dot-arrow img {
  display: block;
  width: 24px;
  height: 24px;
  transform: translateX(2px);
}
@media only screen and (min-width: 1200px) {
  .progress-item__dot-arrow--reverse {
    right: unset;
    left: 0;
    transform: translate(-50%, 50%);
  }
}
.progress-item__heading-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  margin: 0 0 8px 60px;
}
@media only screen and (min-width: 768px) {
  .progress-item__heading-button {
    margin: 0 0 8px 82px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-item__heading-button::before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9EC105;
  }
}
.progress-item__heading-text {
  line-height: 1.2;
  margin: 0;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #333333;
  text-align: left;
}
.progress-item__content {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .progress-item__content {
    gap: 34px;
  }
}
.progress-item__icon {
  width: 38px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .progress-item__icon {
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-item__icon {
    margin-top: -39px;
    transition: 0.3s;
  }
}
.progress-item__icon img {
  display: block;
  width: 38px;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .progress-item__icon img {
    width: 48px;
    height: 48px;
  }
}
.progress-item__text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .progress-item__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .progress-item__text {
    display: block !important;
  }
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 110px 0;
}
@media only screen and (max-width: 767px) {
  .info-grid {
    row-gap: 30px;
    padding: 50px 0;
  }
}
.info-grid__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  margin: 0 0 30px 0;
  order: 3;
}
@media only screen and (min-width: 1200px) {
  .info-grid__left {
    width: 21%;
    margin: 0;
    order: 1;
  }
}
@media only screen and (min-width: 1660px) {
  .info-grid__left {
    width: 23%;
  }
}
.info-grid__left .info-grid__title {
  margin: 0 0 18px 0;
}
.info-grid__middle {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  padding: 0;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .info-grid__middle {
    padding: 0 30px 0 0;
    width: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-grid__middle {
    padding: 0 15px;
    width: 47%;
    order: 2;
  }
}
@media only screen and (min-width: 1660px) {
  .info-grid__middle {
    width: 45%;
    padding: 0 20px;
  }
}
.info-grid__middle .info-grid__title {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1460px) {
  .info-grid__middle .info-grid__title {
    margin: 0 0 40px 0;
  }
}
.info-grid__right {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .info-grid__right {
    width: 45%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .info-grid__right {
    width: 32%;
    order: 3;
  }
}
@media only screen and (min-width: 1660px) {
  .info-grid__right {
    gap: 50px;
    width: 32%;
  }
}
.info-grid__right .info-grid__title {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1460px) {
  .info-grid__right .info-grid__title {
    margin: 0 0 40px 0;
  }
}
.info-grid__title {
  text-align: left;
}
.info-grid__middle-content {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .info-grid__middle-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .info-grid__middle-content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-grid__left-images {
    display: none !important;
  }
}
.info-grid__left-images, .info-grid__middle-images, .info-grid__right-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info-grid__left-images img, .info-grid__middle-images img, .info-grid__right-images img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
}
.info-grid__articles {
  margin: 0;
}
.info-grid__article-item:not(:last-child) {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5019607843);
}
.info-grid__reviews {
  margin: 0;
}
.info-grid__review-item:not(:last-child) {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5019607843);
}
.info-grid__social-links {
  display: flex;
  gap: 10px;
}
.info-grid__social-links a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.info-grid__social-links a img {
  display: block;
  width: 48px;
  height: 48px;
}
.info-grid__social-links a:hover {
  filter: brightness(0) saturate(100%) invert(4%) sepia(1%) saturate(5365%) hue-rotate(314deg) brightness(91%) contrast(65%);
}
.info-grid__button-container {
  margin: 40px 0 0 0;
}

.info-grid-article-item__date {
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.5019607843);
}
.info-grid-article-item__title {
  margin: 0 0 8px 0;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.info-grid-article-item__title a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.info-grid-article-item__title a:hover {
  color: #9EC105;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.info-grid-article-item__text {
  margin: 0 0 8px 0;
}
.info-grid-article-item__link-container a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.info-grid-article-item__link-container a img {
  display: block;
  position: relative;
}
.info-grid-article-item__link-container a:hover {
  text-decoration: none;
}

.info-grid-review-item {
  display: flex;
  gap: 30px;
}
.info-grid-review-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.info-grid-review-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.info-grid-review-item__text {
  margin: 0 0 18px 0;
}
.info-grid-review-item__author {
  margin: 0;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}

.partners-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 50px 50px;
  background: #ECECEC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .partners-panel {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .partners-panel {
    gap: 80px;
  }
}
@media only screen and (min-width: 1460px) {
  .partners-panel {
    padding: 80px 100px;
    gap: 150px;
  }
}
.partners-panel__title {
  margin: 0 0 25px 0;
}
@media (min-width: 1200px) {
  .partners-panel__title {
    margin: 0 0 45px 0;
  }
}
.partners-panel__texts {
  margin: 0;
}
.partners-panel__texts p {
  margin: 20px 0;
}
.partners-panel__left {
  flex: 1;
}
.partners-panel__right {
  flex: 1;
}
.partners-panel__logos {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  column-gap: 50px;
}
@media (min-width: 991px) {
  .partners-panel__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.partners-panel__logo-item {
  opacity: 0;
  transition: 0.4s;
}
.partners-panel__logo-item.visible {
  opacity: 1;
}
.partners-panel__logo-item a, .partners-panel__logo-item div {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
}
.partners-panel__logo-item a img, .partners-panel__logo-item div img {
  display: block;
  max-width: 100%;
  width: unset;
  height: unset;
  filter: brightness(0) saturate(100%) invert(16%) sepia(9%) saturate(10%) hue-rotate(318deg) brightness(97%) contrast(87%);
}
.partners-panel__logo-item a:hover img, .partners-panel__logo-item div:hover img {
  filter: none;
}
.partners-panel__button-container {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}

.products-categories {
  padding: 80px 0 60px 0;
}
.products-categories--with-sidebar {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .products-categories--with-sidebar {
    padding: 80px 0 10px 0;
  }
}
.products-categories--with-sidebar .products-categories__content {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .products-categories--with-sidebar .products-categories__title {
    width: 46%;
  }
}
@media only screen and (min-width: 1460px) {
  .products-categories--with-sidebar .products-categories__title {
    width: 42%;
  }
}
@media only screen and (min-width: 1660px) {
  .products-categories--with-sidebar .products-categories__title {
    width: 44%;
  }
}
.products-categories__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 1256px;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 1200px) {
  .products-categories__content {
    flex-direction: row;
    align-items: center;
    gap: 55px;
    margin: 0 auto 70px auto;
  }
}
@media only screen and (min-width: 1660px) {
  .products-categories__content {
    gap: 75px;
  }
}
.products-categories__title {
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .products-categories__title {
    width: 55%;
  }
}
@media only screen and (min-width: 1660px) {
  .products-categories__title {
    width: 57%;
  }
}
.products-categories__texts {
  flex: 1;
}
.products-categories__texts p {
  margin: 20px 0;
}
.products-categories__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) {
  .products-categories__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .products-categories__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-categories__button-listing-container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .products-categories__button-listing-container {
    padding-top: 40px;
  }
}

.products-categories-item {
  position: relative;
  overflow: clip;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-categories-item:hover .products-categories-item__img {
  transform: scale(1.1);
}
.products-categories-item__img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 85px;
  transition: 0.3s;
}
.products-categories-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.products-categories-item__content {
  position: relative;
  padding: 20px;
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media only screen and (min-width: 1460px) {
  .products-categories-item__content {
    padding: 30px;
  }
}
.products-categories-item__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 20px;
}
.products-categories-item__content > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .products-categories-item__content {
    padding: 24px;
    gap: 16px;
  }
}
.products-categories-item__title {
  color: #fff;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .products-categories-item__title {
    font-size: 24px;
  }
}
.products-categories-item__title a {
  color: inherit;
  text-decoration: none;
}
.products-categories-item__title a:hover {
  color: #9EC105;
}
.products-categories-item__link-container {
  margin: 0 0 25px 0;
}
.products-categories-item__link-container a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
  justify-content: center;
}
.products-categories-item__link-container a img {
  display: block;
  position: relative;
}
.products-categories-item__link-container a:hover {
  text-decoration: none;
}
.products-categories-item__subcategories {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  columns: 2;
}
.products-categories-item__subcategories li {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 10px 0;
}
.products-categories-item__subcategories li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.products-categories-item__subcategories li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-size: 16px;
  font-weight: 300;
}
.products-categories-item__subcategories li a:hover {
  color: #9EC105;
}
.products-categories-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}
.products-categories-item__tag {
  display: inline-block;
  padding: 7px 15px 8px 15px;
  background: rgba(236, 236, 236, 0.5019607843);
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 1460px) {
  .products-categories-item__tag {
    padding: 7px 20px 8px 20px;
  }
}
@media (min-width: 1660px) {
  .products-categories-item__tag {
    padding: 7px 27px 8px 27px;
  }
}

.section-reference-preview {
  overflow-y: initial;
  overflow-x: clip;
}

.reference-preview {
  padding: 80px 0 0 0;
}
.reference-preview__title {
  margin: 0 0 30px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .reference-preview__title {
    margin: 0 0 40px 0;
  }
}

.reference-preview-slider-controls {
  position: relative;
  padding: 0 0 48px 0;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .reference-preview-slider-controls {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 991px) {
  .reference-preview-slider-controls {
    margin: 0 0 45px 0;
  }
}
.reference-preview-slider-controls--without-categories {
  margin: -40px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .reference-preview-slider-controls--without-categories {
    margin: 0;
  }
  .reference-preview-slider-controls--without-categories .reference-preview-slider-controls__btn {
    top: -78px;
    transform: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .reference-preview-slider-controls--without-categories .reference-preview-slider-controls__btn {
    top: -96px;
  }
}
.reference-preview-slider-controls__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 100%;
  transform: translateY(-35px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #9EC105;
}
@media only screen and (min-width: 768px) {
  .reference-preview-slider-controls__btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
.reference-preview-slider-controls__btn img {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.reference-preview-slider-controls__btn--prev {
  left: 0;
}
.reference-preview-slider-controls__btn--prev img {
  left: -2px;
  transform: rotate(180deg);
}
.reference-preview-slider-controls__btn--next {
  right: 0;
}
.reference-preview-slider-controls__btn--next img {
  left: 2px;
}
.reference-preview-slider-controls__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.reference-preview-slider-controls__categories-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 100px;
  padding: 0 20px;
  background: #ECECEC;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .reference-preview-slider-controls__categories-btn {
    height: 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .reference-preview-slider-controls__categories-btn {
    min-width: 165px;
    padding: 0 15px;
  }
}
.reference-preview-slider-controls__categories-btn:hover, .reference-preview-slider-controls__categories-btn.selected {
  background: #333;
  color: #fff;
}

.reference-preview-slider {
  position: relative;
  width: calc(100% + 14px);
  margin: 0 -7px;
}
.reference-preview-slider::before, .reference-preview-slider::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
.reference-preview-slider::before {
  left: calc(100% + 5px);
}
.reference-preview-slider::after {
  right: calc(100% + 5px);
}
.reference-preview-slider__item {
  padding: 0 7px;
}
.reference-preview-slider .slick-list {
  overflow: initial;
}
.reference-preview-slider .slick-slide {
  height: auto;
}

.reference-preview-slider-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  min-height: 356px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px !important;
  overflow: clip;
  transition: 0.3s;
}
.reference-preview-slider-card:hover {
  transform: scale(1.05);
}
.reference-preview-slider-card__category {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 1.2;
  padding: 7px 20px 8px 20px;
  color: #333333;
  background: #9EC105;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  border-radius: 16px;
}
@media only screen and (min-width: 991px) {
  .reference-preview-slider-card__category {
    top: 20px;
    left: 20px;
  }
}
.reference-preview-slider-card__content {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}
@media only screen and (min-width: 1460px) {
  .reference-preview-slider-card__content {
    padding: 20px 30px 30px 30px;
  }
}
.reference-preview-slider-card__title {
  color: #fff !important;
  font-size: 20px !important;
  font-family: "Exo 2", sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 0 0 8px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .reference-preview-slider-card__title {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1460px) {
  .reference-preview-slider-card__title {
    font-size: 24px !important;
  }
}
.reference-preview-slider-card__link-container {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
  justify-content: center;
}
.reference-preview-slider-card__link-container img {
  display: block;
  position: relative;
}
.reference-preview-slider-card__link-container:hover {
  text-decoration: none;
}

.advanced-intro {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
  border-radius: 20px;
  overflow: clip;
}
@media (min-width: 1200px) {
  .advanced-intro {
    flex-direction: row;
    gap: 60px;
  }
}
@media only screen and (min-width: 1460px) {
  .advanced-intro {
    gap: 100px;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1660px) {
  .advanced-intro {
    gap: 150px;
    padding: 80px 0;
  }
}
.advanced-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advanced-intro__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.advanced-intro__left, .advanced-intro__right {
  position: relative;
  z-index: 3;
  min-width: 0;
}
@media (min-width: 1200px) {
  .advanced-intro__left {
    flex: 1.2;
    flex-shrink: 0;
  }
}
.advanced-intro__right {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .advanced-intro__right {
    flex: 1;
    flex-shrink: 0;
  }
}
.advanced-intro__slider {
  padding: 0 25px;
}
@media (min-width: 1200px) {
  .advanced-intro__slider {
    padding: 0 60px 0 0;
  }
}
@media only screen and (min-width: 1460px) {
  .advanced-intro__slider {
    padding: 0 80px 0 0;
  }
}
@media only screen and (min-width: 1660px) {
  .advanced-intro__slider {
    padding: 0 100px 0 0;
  }
}
.advanced-intro__slider-title {
  margin: 0 0 24px 0;
  line-height: normal;
  color: #fff;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 991px) {
  .advanced-intro__slider-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .advanced-intro__slider-title {
    text-align: left;
    margin: 0 0 50px 0;
  }
}
.advanced-intro__slider-list {
  position: relative;
  padding: 0 0 0 60px;
}
@media (min-width: 991px) {
  .advanced-intro__slider-list {
    padding: 0 0 0 80px;
  }
}
.advanced-intro__slider-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.advanced-intro__slider-icon img {
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 991px) {
  .advanced-intro__slider-icon img {
    width: 48px;
    height: 48px;
  }
}
.advanced-intro__content {
  padding: 50px 35px 30px 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .advanced-intro__content {
    padding: 50px 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  .advanced-intro__content {
    padding: 0 0 0 60px;
    text-align: left;
  }
}
@media only screen and (min-width: 1460px) {
  .advanced-intro__content {
    padding: 0 0 0 80px;
  }
}
@media only screen and (min-width: 1660px) {
  .advanced-intro__content {
    padding: 0 0 0 100px;
  }
}
.advanced-intro__title {
  margin: 0 0 20px 0;
  color: #fff;
}
.advanced-intro__texts {
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.advanced-intro__texts p {
  margin: 0 0 20px 0;
}
.advanced-intro__texts p:last-child {
  margin: 0;
}
.advanced-intro__texts a {
  color: #9EC105;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.advanced-intro__texts a:hover {
  text-decoration: none;
}
.advanced-intro__button-container {
  margin: 30px 0 0 0;
}

.advanced-intro-slider {
  margin: 0 !important;
  padding: 0 0 30px 0;
}
.advanced-intro-slider__item-text {
  margin: 0 0 12px 0;
  color: #fff;
}
.advanced-intro-slider__item-name {
  margin: 0;
  line-height: normal;
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.advanced-intro-slider__item-name b, .advanced-intro-slider__item-name strong {
  font-weight: 800;
}
.advanced-intro-slider .slick-dots {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
  bottom: 0;
}
.advanced-intro-slider .slick-dots > li {
  flex: 1;
  margin: 0;
  padding: 0;
  width: auto;
  height: unset;
}
.advanced-intro-slider .slick-dots > li > button {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background: #FFF;
  transition: 0.3s background;
}
.advanced-intro-slider .slick-dots > li > button:hover {
  background: #9EC105;
}
.advanced-intro-slider .slick-dots > li > button::before {
  content: none;
}
.advanced-intro-slider .slick-dots > li.slick-active > button {
  background: #9EC105;
}

.base-config-step-button, .config-layout__step-button, .config-sidebar-nav__step-button, .category-layout__step-button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  margin: 0;
  border: none;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  transition: 0.3s color;
}
.base-config-step-button img, .config-layout__step-button img, .config-sidebar-nav__step-button img, .category-layout__step-button img {
  display: block;
  width: 50px;
  height: 50px;
}
.base-config-step-button:not(.config-sidebar-nav__step-button):hover, .config-layout__step-button:not(.config-sidebar-nav__step-button):hover, .config-sidebar-nav__step-button:not(.config-sidebar-nav__step-button):hover, .category-layout__step-button:not(.config-sidebar-nav__step-button):hover {
  color: #9EC105;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.base-config-step-button.current, .current.config-layout__step-button, .current.config-sidebar-nav__step-button, .current.category-layout__step-button {
  color: #9EC105;
}
.base-config-step-button.current:hover, .current.config-layout__step-button:hover, .current.config-sidebar-nav__step-button:hover, .current.category-layout__step-button:hover {
  text-decoration: none;
}
.base-config-step-button.done, .done.config-layout__step-button, .done.config-sidebar-nav__step-button, .done.category-layout__step-button {
  border-right: 10px solid #9EC105;
}
.base-config-step-button.done img, .done.config-layout__step-button img, .done.config-sidebar-nav__step-button img, .done.category-layout__step-button img, .base-config-step-button.done span, .done.config-layout__step-button span, .done.config-sidebar-nav__step-button span, .done.category-layout__step-button span {
  opacity: 0.5;
}

.base-config-container-title, .config-choose-type__title, .config-choose-color__title, .base-config-form-title, .base-config-form-caption, .config-choose-fence__title, .config-choose-fence__caption, .config-contact-data__title, .config-contact-data__caption, .category-list__title {
  margin: 0;
  color: #333333;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .base-config-container-title, .config-choose-type__title, .config-choose-color__title, .base-config-form-title, .base-config-form-caption, .config-choose-fence__title, .config-choose-fence__caption, .config-contact-data__title, .config-contact-data__caption, .category-list__title {
    font-size: 24px;
  }
}

.admin-bar .config-sidebar-contact.sticky {
  top: 110px !important;
}

@media only screen and (min-width: 768px) {
  .category-layout {
    display: flex;
  }
}
.category-layout__sidebar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .category-layout__sidebar {
    flex-basis: 280px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .category-layout__sidebar {
    flex-basis: 345px;
  }
}
@media only screen and (min-width: 1660px) {
  .category-layout__sidebar {
    flex-basis: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .category-layout__sidebar-nav {
    padding: 15px 0 15px 15px;
    background: #ECECEC;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-layout__sidebar-nav {
    padding: 35px 0 35px 25px;
  }
}
@media only screen and (min-width: 1660px) {
  .category-layout__sidebar-nav {
    padding: 40px 0 40px 35px;
  }
}
.category-layout__sidebar-nav .config-sidebar-nav__step-button {
  padding: 0 0 0 25px;
  height: 100px;
}
@media only screen and (min-width: 1400px) {
  .category-layout__sidebar-nav .config-sidebar-nav__step-button {
    padding: 0 0 0 45px;
    height: 120px;
  }
}
@media only screen and (min-width: 1660px) {
  .category-layout__sidebar-nav .config-sidebar-nav__step-button {
    padding: 0 0 0 65px;
  }
}
.category-layout__sidebar-contact {
  background: #E7EFC0;
}
@media only screen and (max-width: 767px) {
  .category-layout__sidebar-contact {
    display: none;
  }
}
.category-layout__sidebar-contact.config-sidebar-contact {
  padding: 30px 0 30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1400px) {
  .category-layout__sidebar-contact.config-sidebar-contact {
    padding: 30px 0 30px 50px;
  }
}
@media only screen and (min-width: 1660px) {
  .category-layout__sidebar-contact.config-sidebar-contact {
    padding: 30px 0 30px 80px;
  }
}
.category-layout__sidebar-contact.config-sidebar-contact.sticky {
  position: sticky;
  top: 80px;
  border-radius: 20px;
}
.category-layout__sidebar-contact > * {
  position: relative;
  z-index: 2;
}
.category-layout__container {
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .category-layout__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .category-layout__container {
    flex-grow: 1;
    padding: 0 0 0 30px;
    background: #fff;
  }
}
@media only screen and (min-width: 1500px) {
  .category-layout__container {
    padding: 0 0 0 60px;
  }
}
.category-layout__steps-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .category-layout__steps-group {
    display: none;
  }
}
.category-layout__step-button {
  width: 100%;
  gap: 28px;
  padding: 0 24px;
  border-radius: 20px;
  background: #ECECEC;
  border: none;
  overflow: clip;
}
.category-layout__step-button svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.category-layout__step-button.done {
  border: none;
}
.category-layout__step-button.done::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #9EC105;
}
.category-layout__step-button.opened svg {
  transform: translateY(-50%) rotate(180deg);
}
.category-layout__step-button.opened:hover {
  text-decoration: none;
}

.category-list {
  display: none;
}
.category-list.opened {
  display: block;
}
.category-list .page-common {
  padding: 0 !important;
}
.category-list .page-common h2, .category-list .page-common h3, .category-list .page-common h4, .category-list .page-common h5, .category-list .page-common h6, .category-list .page-common p {
  text-align: left;
}
.category-list__header {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .category-list__header {
    display: none;
  }
}
.category-list__title {
  margin: 0 0 20px 0;
}
.category-list__text {
  margin: 0;
  padding: 0 35px 0 0;
  position: relative;
}
.category-list__list {
  display: grid;
  gap: 16px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1460px) {
  .category-list__list {
    grid-template-columns: repeat(2, minmax(480px, 1fr));
  }
}
@media only screen and (min-width: 1660px) {
  .category-list__list {
    grid-template-columns: repeat(2, minmax(580px, 1fr));
  }
}
@media only screen and (min-width: 991px) {
  .category-list__list--smaller {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media only screen and (min-width: 1460px) {
  .category-list__list--smaller {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
@media only screen and (min-width: 1660px) {
  .category-list__list--smaller {
    grid-template-columns: repeat(3, minmax(400px, 1fr));
  }
}
.category-list__item {
  min-width: 0;
  width: 100%;
}
.category-list__item .config-type-card__content {
  border-radius: 20px;
  padding: 30px 20px;
}
@media only screen and (min-width: 991px) {
  .category-list__item .config-type-card__content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1720px) {
  .category-list__item .config-type-card__content {
    padding: 38px 30px;
  }
}

.reference-listing {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .reference-listing {
    padding: 46px 0;
  }
}
.reference-listing__controls {
  display: flex;
  flex-direction: column;
  column-gap: 45px;
  row-gap: 35px;
  margin: 0 0 40px 0;
}
@media (min-width: 1200px) {
  .reference-listing__controls {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 46px 0;
  }
}
@media (min-width: 768px) {
  .reference-listing__controls-group--filters {
    min-width: 521px;
  }
}
.reference-listing__controls-group-title {
  margin: 0 0 20px 0;
  color: #333333;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .reference-listing__controls-group-title {
    font-size: 30px;
    margin: 0 0 34px 0;
  }
}
.reference-listing__title {
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .reference-listing__title {
    margin: 0 0 45px 0;
  }
}
.reference-listing__list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .reference-listing__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .reference-listing__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1460px) {
  .reference-listing__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.reference-listing__empty {
  text-align: center;
}
.reference-listing__button-container {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}
@media (min-width: 1200px) {
  .reference-listing__button-container {
    padding: 60px 0 0 0;
  }
}

.reference-listing-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.reference-listing-categories_btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
  background: #ECECEC;
  color: #333333;
}
@media (min-width: 768px) {
  .reference-listing-categories_btn {
    height: 50px;
  }
}
.reference-listing-categories_btn:hover, .reference-listing-categories_btn.active {
  background: #333333;
  color: #fff;
}

.reference-listing-filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .reference-listing-filters {
    column-gap: 45px;
  }
}
.reference-listing-filters__item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.reference-listing-filters__item > img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .reference-listing-filters__item > img {
    width: 48px;
    height: 48px;
  }
}
.reference-listing-filters__item-selector {
  position: relative;
}
.reference-listing-filters__item-selector > img {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .reference-listing-filters__item-selector > img {
    right: 25px;
  }
}
.reference-listing-filters__item-selector select {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 34px 0 24px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #333;
  background: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #333333;
  outline: none;
  appearance: none;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .reference-listing-filters__item-selector select {
    padding: 0 55px 0 34px;
  }
}
.reference-listing-filters__item-selector select:focus {
  outline-color: #9EC105;
  outline-style: solid;
  outline-width: 2px;
}

.max-width-205 {
  max-width: 205px;
}

.max-width-155 {
  max-width: 155px;
}

.base-detail-content-h2, .page-common h1, .page-common h2, .career-sidebar__title, .career__title, .detail-reference__review-title, .detail-reference__content h2 {
  margin: 0 0 25px 0;
  line-height: normal;
  color: #333333;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 991px) {
  .base-detail-content-h2, .page-common h1, .page-common h2, .career-sidebar__title, .career__title, .detail-reference__review-title, .detail-reference__content h2 {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
}

.detail-reference__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .detail-reference__top {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media (min-width: 1460px) {
  .detail-reference__top {
    column-gap: 60px;
  }
}
.detail-reference__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 991px) {
  .detail-reference__gallery {
    flex: 0.8;
  }
}
@media (min-width: 1200px) {
  .detail-reference__gallery {
    flex: 1.2;
  }
}
.detail-reference__gallery-big img {
  display: block;
  width: 100%;
  border-radius: 20px;
  transition: opacity 0.3s;
}
.detail-reference__gallery-big img:hover {
  opacity: 0.8;
}
.detail-reference__gallery-thumbs {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.detail-reference__gallery-thumb {
  position: relative;
  flex: 1;
}
.detail-reference__gallery-thumb img {
  display: block;
  width: 100%;
  border-radius: 15px;
  transition: opacity 0.3s;
}
.detail-reference__gallery-thumb img:hover {
  opacity: 0.8;
}
.detail-reference__gallery-thumb-text {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  background: rgba(51, 51, 51, 0.6);
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #fff;
  transition: 0.3s;
}
.detail-reference__gallery-thumb-text:hover {
  background: rgba(158, 193, 5, 0.6);
  color: #333333;
}
.detail-reference__info {
  padding: 20px 0 0 0;
}
@media (min-width: 991px) {
  .detail-reference__info {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .detail-reference__info {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1460px) {
  .detail-reference__info {
    padding: 50px 0 0 0;
  }
}
.detail-reference__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  color: #333333;
}
@media (min-width: 1200px) {
  .detail-reference__breadcrumbs {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1460px) {
  .detail-reference__breadcrumbs {
    margin: 0 0 40px 0;
  }
}
.detail-reference__breadcrumbs a {
  color: #9EC105;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.detail-reference__breadcrumbs a:hover {
  text-decoration: none;
}
.detail-reference__breadcrumbs span {
  color: #333333;
}
.detail-reference__breadcrumbs span.detail-reference__breadcrumbs-current {
  color: rgba(51, 51, 51, 0.5);
}
.detail-reference__main-title {
  margin: 0 0 28px 0;
}
.detail-reference__main-texts {
  margin: 0 0 40px 0;
}
.detail-reference__main-texts p {
  margin: 0 0 20px 0;
}
.detail-reference__main-texts p:last-child {
  margin: 0;
}
.detail-reference__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin: 40px 0 0 0;
}
@media (min-width: 991px) {
  .detail-reference__bottom {
    flex-direction: row;
    column-gap: 40px;
    margin: 60px 0 0 0;
  }
}
@media (min-width: 1460px) {
  .detail-reference__bottom {
    column-gap: 60px;
    margin: 90px 0 0 0;
  }
}
@media (min-width: 991px) {
  .detail-reference__bottom-left {
    flex: 0.8;
  }
}
@media (min-width: 1200px) {
  .detail-reference__bottom-left {
    flex: 1.2;
  }
}
@media (min-width: 991px) {
  .detail-reference__bottom-right {
    flex: 1;
  }
}
@media (min-width: 991px) {
  .detail-reference__bottom-right--center {
    flex: 0.5;
    margin: 0 auto;
  }
}
.detail-reference__review {
  margin: 0 0 40px 0;
}
@media (min-width: 991px) {
  .detail-reference__review {
    margin: 0 0 50px 0;
  }
}
.detail-reference__review-item {
  position: relative;
  padding: 0 0 0 60px;
}
@media (min-width: 991px) {
  .detail-reference__review-item {
    padding: 0 0 0 80px;
  }
}
.detail-reference__review-item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.detail-reference__review-item-icon img {
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 991px) {
  .detail-reference__review-item-icon img {
    width: 48px;
    height: 48px;
  }
}
.detail-reference__review-item-text {
  margin: 0 0 12px 0;
}
.detail-reference__review-item-name {
  margin: 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.detail-reference__review-item-name b, .detail-reference__review-item-name strong {
  font-weight: 800;
}
.detail-reference__config-cta-panel {
  position: relative;
  padding: 30px 25px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .detail-reference__config-cta-panel {
    padding: 35px 90px;
  }
}
@media (min-width: 991px) {
  .detail-reference__config-cta-panel {
    padding: 35px 50px;
  }
}
@media (min-width: 1200px) {
  .detail-reference__config-cta-panel {
    padding: 40px 60px;
  }
}
@media (min-width: 1660px) {
  .detail-reference__config-cta-panel {
    padding: 40px 90px;
  }
}
.detail-reference__config-cta-panel::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.detail-reference__config-cta-panel > * {
  position: relative;
  z-index: 2;
}
.detail-reference__config-cta-panel-text {
  margin: 0 0 25px 0;
  color: #fff;
  text-align: center;
}
.detail-reference__config-cta-panel-text p {
  margin: 0;
}
.detail-reference__config-cta-panel-button-container {
  display: flex;
  justify-content: center;
}

.reference-points-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  column-gap: 60px;
  padding: 30px 25px;
  background: #ECECEC;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .reference-points-panel {
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 30px;
    row-gap: 68px;
  }
}
@media (min-width: 1660px) {
  .reference-points-panel {
    padding: 45px 35px;
  }
}
.reference-points-panel--no-before::before {
  display: none;
}
.reference-points-panel::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
}
@media (max-width: 767px) {
  .reference-points-panel::before {
    display: none;
  }
}
.reference-points-panel::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(51, 51, 51, 0.5);
}
@media (max-width: 767px) {
  .reference-points-panel::after {
    display: none;
  }
}
.reference-points-panel__logo {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .reference-points-panel__logo {
    display: none;
  }
}
.reference-points-panel__logo img {
  display: block;
  filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(391%) hue-rotate(23deg) brightness(86%) contrast(106%);
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.reference-points-panel__item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.reference-points-panel__item-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.reference-points-panel__item-icon--color {
  border: 1px solid #333;
  padding: 3px;
  border-radius: 50%;
}
.reference-points-panel__item-icon img {
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.reference-points-panel__item-icon-color {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 20px;
}
.reference-points-panel__item-content {
  flex: 1;
}
.reference-points-panel__item-content-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #333333;
}
.reference-points-panel__item-content-text {
  margin: 0;
}

.simple-intro {
  position: relative;
  padding: 40px 0;
  border-radius: 20px;
  overflow: clip;
}
@media only screen and (min-width: 1460px) {
  .simple-intro {
    padding: 55px 0;
  }
}
.simple-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.simple-intro__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.simple-intro__content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.simple-intro__title {
  margin: 0 0 20px 0;
  color: #fff;
}
.simple-intro__texts {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.simple-intro__texts p {
  margin: 0 0 20px 0;
}
.simple-intro__texts p:last-child {
  margin: 0;
}
.simple-intro__texts a {
  color: #9EC105;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.simple-intro__texts a:hover {
  text-decoration: none;
}
.simple-intro__button-container {
  margin: 30px 0 0 0;
}

.aktuality-listing {
  padding: 40px 0;
}
@media only screen and (min-width: 1460px) {
  .aktuality-listing {
    padding: 55px 0;
  }
}
.aktuality-listing__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  column-gap: 30px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .aktuality-listing__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 54px;
    column-gap: 36px;
  }
}
.aktuality-listing__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (min-width: 991px) {
  .aktuality-listing__button-container {
    margin: 55px 0 0 0;
  }
}

.aktuality-card__img {
  display: block;
  margin: 0 0 20px 0;
}
.aktuality-card__img img {
  display: block;
  width: 100%;
  border-radius: 20px;
  transition: opacity 0.3s;
}
.aktuality-card__img img:hover {
  opacity: 0.8;
}
.aktuality-card__date {
  margin: 0 0 5px 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.5019607843);
}
.aktuality-card__title {
  margin: 0 0 8px 0;
  line-height: 1.2;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.aktuality-card__title a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
.aktuality-card__title a:hover {
  color: #9EC105;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.aktuality-card__text {
  margin: 0 0 8px 0;
}
.aktuality-card__text p {
  margin: 0;
}
.aktuality-card__button-container a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.aktuality-card__button-container a img {
  display: block;
  position: relative;
}
.aktuality-card__button-container a:hover {
  text-decoration: none;
}

.career {
  padding: 40px 0;
}
@media only screen and (min-width: 1460px) {
  .career {
    padding: 55px 0;
  }
}
.career__heading {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 1460px) {
  .career__heading {
    margin: 0 0 50px 0;
  }
}
.career__title {
  text-align: center;
  margin: 0 0 25px 0;
}
.career__text {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.career__text p {
  margin: 0;
}
.career__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 34px;
}
.career__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
@media only screen and (min-width: 991px) {
  .career__sidebar {
    width: 430px;
  }
}

.career-item {
  display: flex;
  flex-direction: column;
  column-gap: 55px;
  row-gap: 20px;
  padding: 25px 25px;
  border-radius: 20px;
  background: #ECECEC;
}
@media only screen and (min-width: 768px) {
  .career-item {
    padding: 25px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .career-item {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1460px) {
  .career-item__content {
    padding: 0 0 0 20px;
  }
}
.career-item__title {
  margin: 0 0 8px 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.career-item__text {
  margin: 0;
}

.career-sidebar {
  padding: 25px;
  border-radius: 20px;
  background: #E7EFC0;
}
@media only screen and (min-width: 768px) {
  .career-sidebar {
    padding: 40px;
  }
}
.career-sidebar__title {
  text-align: center;
  margin: 0 0 25px 0;
}
.career-sidebar__texts {
  text-align: center;
}
.career-sidebar__texts p {
  margin: 0 0 20px 0;
}
.career-sidebar__texts p:last-child {
  margin: 0;
}
.career-sidebar__button-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.career-sidebar__caption {
  margin: 52px 0 28px 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
.career-sidebar__contact {
  justify-content: center;
}
.career-sidebar__contact .footer-contact__texts {
  margin: 0;
  color: #333333;
}

.section-contact-map {
  padding: 16px 0;
}

.contact-map {
  position: relative;
}
.contact-map__bg {
  position: relative;
}
@media (max-width: 1199px) {
  .contact-map__bg {
    display: none;
  }
}
.contact-map__bg img {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: unset;
  border-radius: 20px;
}
.contact-map__boxes {
  z-index: 3;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .contact-map__boxes {
    padding: 0 20px;
    position: relative;
    margin-top: -200px;
    left: 0;
  }
}
@media (min-width: 1460px) {
  .contact-map__boxes {
    position: absolute;
    padding: 0 20px;
    bottom: 30px;
  }
}
.contact-map__box-item {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .contact-map__box-item {
    flex-basis: calc(50% - 8px);
  }
}
@media (min-width: 991px) {
  .contact-map__box-item {
    flex-basis: calc(33.3333333333% - 11px);
  }
}
@media (min-width: 1200px) {
  .contact-map__box-item {
    flex-basis: calc(25% - 12px);
  }
}
@media (min-width: 1460px) {
  .contact-map__box-item {
    flex-basis: calc(16.6666666667% - 18px);
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.contact-pin-btn {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}
.contact-pin-btn::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse 4s infinite ease-out;
}
.contact-pin-btn--blue {
  top: 19%;
  left: 49%;
}
.contact-pin-btn--blue::before {
  background: rgba(109, 180, 255, 0.15);
}
.contact-pin-btn--blue .contact-pin-btn__icon {
  background: #6DB4FF;
}
.contact-pin-btn--yellow {
  top: 29%;
  left: 33%;
}
.contact-pin-btn--yellow::before {
  background: rgba(248, 200, 110, 0.15);
}
.contact-pin-btn--yellow .contact-pin-btn__icon {
  background: #F8C86E;
}
.contact-pin-btn--green {
  top: 46%;
  left: 38%;
}
.contact-pin-btn--green::before {
  background: rgba(84, 225, 178, 0.15);
}
.contact-pin-btn--green .contact-pin-btn__icon {
  background: #54E1B2;
}
.contact-pin-btn--red {
  top: 37%;
  left: 48%;
}
.contact-pin-btn--red::before {
  background: rgba(247, 125, 127, 0.15);
}
.contact-pin-btn--red .contact-pin-btn__icon {
  background: #F77D7F;
}
.contact-pin-btn--purple {
  top: 38%;
  left: 65%;
}
.contact-pin-btn--purple::before {
  background: rgba(228, 157, 246, 0.15);
}
.contact-pin-btn--purple .contact-pin-btn__icon {
  background: #E49DF6;
}
.contact-pin-btn--orange {
  top: 50%;
  left: 69%;
}
.contact-pin-btn--orange::before {
  background: rgba(238, 168, 36, 0.15);
}
.contact-pin-btn--orange .contact-pin-btn__icon {
  background: #fff671;
}
.contact-pin-btn__icon {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 15px solid #fff;
  background: #fff;
}
.contact-pin-btn__icon img {
  display: block;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.contact-map-box {
  cursor: pointer;
}
.contact-map-box--blue .contact-map-box__heading {
  background: #6DB4FF;
}
.contact-map-box--yellow .contact-map-box__heading {
  background: #F8C86E;
}
.contact-map-box--green .contact-map-box__heading {
  background: #54E1B2;
}
.contact-map-box--red .contact-map-box__heading {
  background: #F77D7F;
}
.contact-map-box--purple .contact-map-box__heading {
  background: #E49DF6;
}
.contact-map-box--orange .contact-map-box__heading {
  background: #fff671;
}
.contact-map-box__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 20px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
.contact-map-box__content {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 2px 8px -2px rgba(158, 193, 5, 0.5);
}
.contact-map-box__content-group {
  margin: 0;
  padding: 15px;
  text-align: center;
  line-height: 1.4;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.contact-map-box__content-group:last-child {
  border-bottom: none;
}

.contact-form-panel {
  padding: 40px 0;
}
@media (min-width: 991px) {
  .contact-form-panel {
    padding: 60px 0;
  }
}
.contact-form-panel__title {
  margin: 0 0 20px 0;
  line-height: normal;
  color: #333333;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 991px) {
  .contact-form-panel__title {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
.contact-form-panel__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.contact-form-panel__left {
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form-panel__left {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .contact-form-panel__left {
    order: 1;
    width: 300px;
  }
}
@media (min-width: 1460px) {
  .contact-form-panel__left {
    width: 380px;
  }
}
.contact-form-panel__right {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form-panel__right {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .contact-form-panel__right {
    order: 3;
    width: 300px;
  }
}
@media (min-width: 1460px) {
  .contact-form-panel__right {
    width: 380px;
  }
}
.contact-form-panel__center {
  order: 3;
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-form-panel__center {
    order: 2;
    width: calc(100% - 300px - 300px - 32px);
  }
}
@media (min-width: 1460px) {
  .contact-form-panel__center {
    order: 2;
    width: calc(100% - 380px - 380px - 32px);
  }
}

.contact-form-box {
  width: 100%;
  padding: 30px 25px;
  background: #ECECEC;
  border-radius: 20px;
}
@media (min-width: 991px) {
  .contact-form-box {
    padding: 50px 30px;
  }
}
@media (min-width: 1460px) {
  .contact-form-box {
    padding: 60px 40px;
  }
}
@media (min-width: 1660px) {
  .contact-form-box {
    padding: 60px;
  }
}
.contact-form-box__inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (min-width: 1460px) {
  .contact-form-box__inner {
    gap: 30px;
  }
}
.contact-form-box__icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
@media (min-width: 1460px) {
  .contact-form-box__icon {
    width: 48px;
    height: 48px;
  }
}
.contact-form-box__icon img {
  display: block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
@media (min-width: 1460px) {
  .contact-form-box__icon img {
    width: 48px;
    height: 48px;
  }
}
.contact-form-box__title {
  margin: 0 0 8px 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.contact-form-box__content p {
  margin: 0 0 20px 0;
}
.contact-form-box__content > *:last-child {
  margin: 0;
}

.contact-main-form {
  width: 100%;
  padding: 30px 25px;
  background: #ECECEC;
  border-radius: 20px;
}
@media (min-width: 991px) {
  .contact-main-form {
    padding: 50px 40px;
  }
}
@media (min-width: 1460px) {
  .contact-main-form {
    padding: 60px 60px;
  }
}
@media (min-width: 1660px) {
  .contact-main-form {
    padding: 60px 80px;
  }
}
.contact-main-form__title {
  margin: 0 0 20px 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-main-form__title {
    margin: 0 0 30px 0;
  }
}
.contact-main-form__button-container {
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}
@media (min-width: 768px) {
  .contact-main-form__button-container {
    margin: 35px 0 0 0;
  }
}
.contact-main-form__button-container p {
  position: relative;
  margin: 0;
}
.contact-main-form__button-container p .btn-primary {
  margin: 0 30px;
}
.contact-main-form__button-container p .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contact-main-form__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-main-form__fields-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .contact-main-form__fields-row {
    flex-direction: row;
  }
}
.contact-main-form__fields-row p {
  margin: 0;
  width: 100%;
}
.contact-main-form__fields-row p span {
  width: 100%;
  display: inline-grid;
}
.contact-main-form__input, .contact-main-form__textarea {
  min-width: 0;
  margin: 0;
  padding: 0 24px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  outline: none;
}
@media (min-width: 768px) {
  .contact-main-form__input, .contact-main-form__textarea {
    padding: 0 35px;
    height: 50px;
  }
}
@media (min-width: 1660px) {
  .contact-main-form__input, .contact-main-form__textarea {
    padding: 0 45px;
  }
}
.contact-main-form__input::placeholder, .contact-main-form__textarea::placeholder {
  color: #333333;
}
.contact-main-form__input:focus, .contact-main-form__textarea:focus {
  outline-color: #9EC105;
  outline-style: solid;
  outline-width: 2px;
}
.contact-main-form__textarea {
  resize: none;
  height: 130px;
  padding: 15px 24px;
}
@media (min-width: 768px) {
  .contact-main-form__textarea {
    padding: 15px 35px;
  }
}
@media (min-width: 1660px) {
  .contact-main-form__textarea {
    padding: 15px 45px;
  }
}

.page-common {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .page-common {
    padding: 60px 0;
  }
}
.page-common__container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}
.page-common h1, .page-common h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.page-common h3 {
  position: relative;
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.page-common p {
  margin: 0 0 3rem 0;
  text-align: center;
}
.page-common img {
  max-width: 100%;
}
.page-common .common-gallery,
.page-common .controls-panel {
  margin: 4rem 0;
}
.page-common .wide-image {
  margin: 4rem auto;
}
.page-common ul.dots-list, .page-common ul {
  margin: 0 0 30px 0;
}
.page-common ol.numbered-list, .page-common ol {
  text-align: left !important;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.page-common ol.numbered-list li, .page-common ol li {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.page-common ol.numbered-list li::before, .page-common ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #333333;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: rgb(198, 226, 58);
  border-radius: 50%;
}
.page-common table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ECECEC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 3rem;
}
.page-common table thead tr {
  height: 40px;
  background: #9EC105;
}
@media (min-width: 768px) {
  .page-common table thead tr {
    height: 50px;
  }
}
.page-common table thead tr td, .page-common table thead tr th {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .page-common table thead tr td, .page-common table thead tr th {
    font-size: 18px;
    padding: 0 10px;
  }
}
.page-common table thead tr td:first-child, .page-common table thead tr th:first-child {
  padding-left: 10px;
  border-left: none;
  border-top-left-radius: 20px;
}
@media (min-width: 768px) {
  .page-common table thead tr td:first-child, .page-common table thead tr th:first-child {
    padding-left: 20px;
  }
}
.page-common table thead tr td:last-child, .page-common table thead tr th:last-child {
  padding-right: 10px;
  border-top-right-radius: 20px;
}
@media (min-width: 768px) {
  .page-common table thead tr td:last-child, .page-common table thead tr th:last-child {
    padding-right: 20px;
  }
}
.page-common table tbody tr {
  height: 40px;
}
@media (min-width: 768px) {
  .page-common table tbody tr {
    height: 50px;
  }
}
.page-common table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.page-common table tbody tr td {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .page-common table tbody tr td {
    font-size: 16px;
    padding: 0 10px;
  }
}
.page-common table tbody tr td:first-child {
  padding-left: 10px;
  border-left: none;
}
@media (min-width: 768px) {
  .page-common table tbody tr td:first-child {
    padding-left: 20px;
  }
}
.page-common table tbody tr td:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-common table tbody tr td:last-child {
    padding-right: 20px;
  }
}
.page-common table tbody tr:last-child td {
  border-bottom: none;
}

.wide-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wide-image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.wide-image--product {
  margin-bottom: 30px;
}
.wide-image--product img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.controls-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.common-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}
.common-gallery__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: calc(50% - 0.6rem);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .common-gallery__item {
    width: calc(50% - 0.6rem);
  }
}
@media (min-width: 991px) {
  .common-gallery__item {
    width: calc(33.33% - 0.8rem);
  }
}
.common-gallery__item:hover {
  opacity: 0.8;
}
.common-gallery__item img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.accordion-panel {
  margin: 3rem 0;
}
.accordion-panel__item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.375;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  padding: 1.5rem 0;
  text-align: left;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .accordion-panel__header {
    line-height: 1.75;
  }
}
.accordion-panel__header svg, .accordion-panel__header img {
  flex-shrink: 0;
}
.accordion-panel__header.opened svg, .accordion-panel__header.opened img {
  transform: rotate(180deg);
}
.accordion-panel__texts {
  padding: 0 0 2.4rem 0;
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}

.basic-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ECECEC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.basic-table thead tr {
  height: 40px;
  background: #9EC105;
}
@media (min-width: 768px) {
  .basic-table thead tr {
    height: 50px;
  }
}
.basic-table thead tr td, .basic-table thead tr th {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .basic-table thead tr td, .basic-table thead tr th {
    font-size: 18px;
    padding: 0 10px;
  }
}
.basic-table thead tr td:first-child, .basic-table thead tr th:first-child {
  padding-left: 10px;
  border-left: none;
  border-top-left-radius: 20px;
}
@media (min-width: 768px) {
  .basic-table thead tr td:first-child, .basic-table thead tr th:first-child {
    padding-left: 20px;
  }
}
.basic-table thead tr td:last-child, .basic-table thead tr th:last-child {
  padding-right: 10px;
  border-top-right-radius: 20px;
}
@media (min-width: 768px) {
  .basic-table thead tr td:last-child, .basic-table thead tr th:last-child {
    padding-right: 20px;
  }
}
.basic-table tbody tr {
  height: 40px;
}
@media (min-width: 768px) {
  .basic-table tbody tr {
    height: 50px;
  }
}
.basic-table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.basic-table tbody tr td {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .basic-table tbody tr td {
    font-size: 16px;
    padding: 0 10px;
  }
}
.basic-table tbody tr td:first-child {
  padding-left: 10px;
  border-left: none;
}
@media (min-width: 768px) {
  .basic-table tbody tr td:first-child {
    padding-left: 20px;
  }
}
.basic-table tbody tr td:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .basic-table tbody tr td:last-child {
    padding-right: 20px;
  }
}
.basic-table tbody tr:last-child td {
  border-bottom: none;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: red;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 3rem 0 0 0 !important;
  text-align: center;
  font-size: 1.6rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 3rem 0 0 0;
}

.reference-preview-slider__data {
  display: none;
}

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

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.loader {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #9EC105 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #9EC105);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  margin-right: 3rem;
}
.loader--parent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20rem;
}
.loader--parent .loader {
  display: block;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.modal-window__reference-layout .loader--parent {
  height: 30rem;
  background: white;
  border-radius: 20px;
}

.hidden {
  display: none;
}

.pin-gray {
  filter: grayscale(100%);
}

.reviews-listing {
  padding: 40px 0;
}
@media only screen and (min-width: 1460px) {
  .reviews-listing {
    padding: 55px 0;
  }
}
.reviews-listing__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  column-gap: 30px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .reviews-listing__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 54px;
    column-gap: 36px;
  }
}
@media (min-width: 1200px) {
  .reviews-listing__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 54px;
    column-gap: 36px;
  }
}
.reviews-listing__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (min-width: 991px) {
  .reviews-listing__button-container {
    margin: 55px 0 0 0;
  }
}
.reviews-listing .info-grid-review-item {
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.section-footer__top {
  position: relative;
}

.footer {
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: clip;
}
.footer--full-radius {
  border-radius: 20px;
}
.footer--no-radius {
  border-radius: 0;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer__content {
  position: relative;
  z-index: 3;
  padding: 50px 30px 50px 30px;
}
@media only screen and (min-width: 768px) {
  .footer__content {
    padding: 60px 50px 60px 50px;
  }
}
@media only screen and (min-width: 1460px) {
  .footer__content {
    padding: 90px 0 80px 0;
  }
}
.footer__content--mini {
  padding: 44px 0;
}
.footer__content--mini .footer__logo {
  margin: 0;
  padding: 0;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 0 45px 0;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
.footer__columns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.footer__column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__column {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer__column {
    width: 25%;
  }
}
.footer__title {
  margin: 0 0 18px 0;
  line-height: 1.1;
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links li {
  margin: 0 0 10px 0;
  padding: 0;
}
.footer__links li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-size: 16px;
  font-weight: 300;
}
.footer__links li a:hover {
  color: #9EC105;
}
.footer__socials {
  display: flex;
  gap: 10px;
}
.footer__socials a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.footer__socials a img {
  display: block;
  width: 48px;
  height: 48px;
}
.footer__socials a:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(104%) contrast(101%);
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 22px 0;
}
.footer-contact__img {
  flex-shrink: 0;
  width: 69px;
}
.footer-contact__img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.footer-contact__texts {
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.footer-contact__texts b {
  font-size: 18px;
  font-weight: 800;
}
.footer-contact__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.footer-contact__texts a:hover {
  color: #9EC105;
}

.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  min-height: 60px;
  padding: 15px 0;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .copy {
    flex-direction: row;
    gap: 20px;
    padding: 0;
  }
}

.base-form-text-input, .config-contact-data__textarea, .config-contact-data__input, .config-intro-form__input {
  margin: 0;
  padding: 0 24px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  outline: none;
}
@media (min-width: 768px) {
  .base-form-text-input, .config-contact-data__textarea, .config-contact-data__input, .config-intro-form__input {
    height: 50px;
  }
}
.base-form-text-input::placeholder, .config-contact-data__textarea::placeholder, .config-contact-data__input::placeholder, .config-intro-form__input::placeholder {
  color: #333333;
}
.base-form-text-input:focus, .config-contact-data__textarea:focus, .config-contact-data__input:focus, .config-intro-form__input:focus {
  outline-color: #9EC105;
  outline-style: solid;
  outline-width: 2px;
}

.config-container {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .config-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .config-container {
    padding: 0 64px;
  }
}

.section-config-intro-form {
  background: rgba(158, 193, 5, 0.2509803922);
}

.config-intro-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px 0;
}
@media only screen and (min-width: 1200px) {
  .config-intro-form {
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
  }
}
.config-intro-form.opened .config-intro-form__fields {
  display: flex;
}
.config-intro-form.opened .config-intro-form__mobile-toggle-container {
  display: none;
}
.config-intro-form__content {
  display: flex;
  flex-direction: column;
  column-gap: 50px;
  row-gap: 16px;
}
@media only screen and (min-width: 1660px) {
  .config-intro-form__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .config-intro-form__content--custom {
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
}
.config-intro-form__title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .config-intro-form__title {
    display: block;
    font-size: 42px;
    margin: 0;
    line-height: 1.14;
    color: #333333;
    font-size: 36px;
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 991px) {
  .config-intro-form__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .config-intro-form__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1460px) {
  .config-intro-form__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1660px) {
  .config-intro-form__title {
    font-size: 70px;
  }
}
.config-intro-form__text {
  display: block;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .config-intro-form__text {
    text-align: left;
  }
}
.config-intro-form__text p {
  margin: 0;
}
.config-intro-form__text--custom {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
.config-intro-form__text--custom img {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1200px) {
  .config-intro-form__text--custom {
    padding-left: 3rem;
  }
}
.config-intro-form__fields {
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .config-intro-form__fields {
    display: flex !important;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .config-intro-form__input {
    max-width: 175px;
  }
}
.config-intro-form__email {
  display: none;
}
.config-intro-form__mobile-toggle-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .config-intro-form__mobile-toggle-container {
    display: none !important;
  }
}
.config-intro-form__mobile-toggle, .config-intro-form__mobile-submit, .config-intro-form__submit {
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0 30px;
  border: none;
  background: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .config-intro-form__mobile-toggle, .config-intro-form__mobile-submit, .config-intro-form__submit {
    height: 50px;
    padding: 0 40px;
  }
}
.config-intro-form__mobile-toggle:hover, .config-intro-form__mobile-submit:hover, .config-intro-form__submit:hover {
  background: rgb(198, 226, 58);
}
@media (min-width: 768px) {
  .config-intro-form__mobile-submit {
    display: none;
  }
}
@media (max-width: 767px) {
  .config-intro-form__submit {
    display: none;
  }
}

.section-config-choose-type-cards {
  background: #fff;
}

.config-choose-type-cards {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-cards {
    padding: 57px 0 94px 0;
  }
}
.config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
  display: none;
  max-width: 713px;
  margin: 0 auto 20px auto;
  line-height: 1.14;
  color: #333333;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
    font-size: 42px;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 991px) {
  .config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
    display: block;
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
    font-size: 55px;
    margin: 0 auto 65px auto;
  }
}
@media only screen and (min-width: 1460px) {
  .config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1660px) {
  .config-choose-type-cards__mobile-title, .config-choose-type-cards__title {
    font-size: 70px;
  }
}
.config-choose-type-cards__mobile-title {
  display: block;
}
@media (min-width: 991px) {
  .config-choose-type-cards__mobile-title {
    display: none;
  }
}
.config-choose-type-cards__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-cards__list {
    row-gap: 40px;
  }
}
.config-choose-type-cards__item {
  width: 100%;
}
@media only screen and (min-width: 390px) {
  .config-choose-type-cards__item {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (min-width: 1200px) {
  .config-choose-type-cards__item {
    width: calc(25% - 11.67px);
  }
}

.config-choose-type-card__img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 50px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-card__img {
    height: 85px;
  }
}
.config-choose-type-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.config-choose-type-card__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-card__heading {
    padding: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .config-choose-type-card__heading {
    padding: 25px;
  }
}
.config-choose-type-card__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 20px;
}
.config-choose-type-card__heading > * {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .config-choose-type-card__heading .btn-primary {
    min-width: unset;
    padding: 0 20px;
    font-size: 14px;
  }
  .config-choose-type-card__heading .btn-primary img {
    display: none;
  }
}
.config-choose-type-card__title {
  color: #fff;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .config-choose-type-card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .config-choose-type-card__title {
    font-size: 24px;
  }
}
.config-choose-type-card__text {
  padding: 34px 10px 0 10px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .config-choose-type-card__text {
    display: none;
  }
}
.config-choose-type-card__text p {
  margin: 0 0 24px 0;
}
.config-choose-type-card__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  .config-choose-type-card__button-container {
    display: none;
  }
}
.config-choose-type-card__button-container a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9EC105;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.config-choose-type-card__button-container a img {
  display: block;
  position: relative;
}
.config-choose-type-card__button-container a:hover {
  text-decoration: none;
}

.section-config-layout {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-config-layout {
    background: linear-gradient(90deg, rgb(236, 236, 236) 0%, rgb(236, 236, 236) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  }
}

@media only screen and (min-width: 768px) {
  .config-layout {
    display: flex;
  }
}
.config-layout__sidebar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .config-layout__sidebar {
    flex-basis: 280px;
    flex-shrink: 0;
    background: #ECECEC;
  }
}
@media only screen and (min-width: 1400px) {
  .config-layout__sidebar {
    flex-basis: 345px;
  }
}
@media only screen and (min-width: 768px) {
  .config-layout__sidebar-nav {
    flex-grow: 1;
    padding: 0 0 60px 0;
  }
}
.config-layout__sidebar-contact {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .config-layout__sidebar-contact {
    display: none;
  }
}
.config-layout__sidebar-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #E7EFC0;
  z-index: 1;
}
.config-layout__sidebar-contact > * {
  position: relative;
  z-index: 2;
}
.config-layout__container {
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .config-layout__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .config-layout__container {
    flex-grow: 1;
    padding: 35px 0 35px 30px;
    background: #fff;
  }
}
@media only screen and (min-width: 1500px) {
  .config-layout__container {
    padding: 45px 0 45px 60px;
  }
}
.config-layout__steps-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .config-layout__steps-group {
    display: none;
  }
}
.config-layout__step-button {
  width: 100%;
  gap: 28px;
  padding: 0 24px;
  border-radius: 20px;
  background: #ECECEC;
  border: none;
  overflow: clip;
}
.config-layout__step-button svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.config-layout__step-button.done {
  border: none;
}
.config-layout__step-button.done::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #9EC105;
}
.config-layout__step-button.opened svg {
  transform: translateY(-50%) rotate(180deg);
}
.config-layout__step-button.opened:hover {
  text-decoration: none;
}
.config-layout__mobile-submit {
  display: flex;
  justify-content: center;
  padding: 10px 0 25px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .config-layout__mobile-submit {
    display: none;
  }
}

.loader--parent--config {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  pointer-events: none;
  display: none;
}
.loader--parent--config .loader {
  width: 100px;
}

.config-sidebar-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .config-sidebar-nav__header {
    padding: 27px 20px 35px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .config-sidebar-nav__header {
    padding: 27px 55px 35px 0;
  }
}
.config-sidebar-nav__back-button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.config-sidebar-nav__back-button img {
  display: block;
  position: relative;
  width: 20px;
  top: 1px;
}
.config-sidebar-nav__back-button:hover {
  text-decoration: none;
}
.config-sidebar-nav__title {
  margin: 0;
  color: rgba(51, 51, 51, 0.5);
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.config-sidebar-nav__title a {
  color: rgba(51, 51, 51, 0.5);
}
.config-sidebar-nav__title a:hover {
  text-decoration: none;
}
.config-sidebar-nav__title:hover {
  text-decoration: none;
}
.config-sidebar-nav__send {
  display: none;
}
@media only screen and (min-width: 768px) {
  .config-sidebar-nav__send {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .config-sidebar-nav__send {
    padding: 45px 55px 0 0;
  }
}
.config-sidebar-nav__send-info {
  margin: 20px 0 0 0;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
}
.config-sidebar-nav__steps {
  display: none;
}
@media only screen and (min-width: 768px) {
  .config-sidebar-nav__steps {
    display: flex;
    flex-direction: column;
  }
}
.config-sidebar-nav__step-button {
  gap: 25px;
  padding: 0 0 0 35px;
  border-radius: 20px 0px 0px 20px;
  background: transparent;
  border-right: 10px solid #ECECEC;
}
@media only screen and (min-width: 1400px) {
  .config-sidebar-nav__step-button {
    padding: 0 0 0 65px;
    gap: 38px;
  }
}
.config-sidebar-nav__step-button.current {
  background: #fff;
  border-right: 10px solid #fff;
}

.config-sidebar-contact {
  padding: 30px 0;
}
.config-sidebar-contact__title {
  margin: 0 0 20px 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.config-sidebar-contact-contact {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 22px 0;
}
.config-sidebar-contact-contact__img {
  flex-shrink: 0;
  width: 69px;
}
.config-sidebar-contact-contact__img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.config-sidebar-contact-contact__texts {
  line-height: 1.6;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.config-sidebar-contact-contact__texts b {
  font-size: 18px;
  font-weight: 800;
}
.config-sidebar-contact-contact__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.config-sidebar-contact-contact__texts a:hover {
  color: #9EC105;
}

.base-config-card-checkbox, .config-color-card__checkbox, .config-type-card__radio, .config-type-card__checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.base-config-card-checkbox input, .config-color-card__checkbox input, .config-type-card__radio input, .config-type-card__checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.base-config-card-checkbox-ico, .config-color-card__checkbox-icon, .config-type-card__radio-icon, .config-type-card__checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #9EC105;
  background: #FFF;
}
.base-config-card-checkbox-ico img, .config-color-card__checkbox-icon img, .config-type-card__radio-icon img, .config-type-card__checkbox-icon img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.base-config-card-checkbox-text, .color-card-picker__change, .color-card-picker__text, .config-color-card__checkbox-text, .config-type-card__checkbox-radio, .config-type-card__checkbox-text, .config-type-card__selected-indication {
  color: #000;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media only screen and (max-width: 767px) {
  .config-choose-type {
    display: none;
  }
  .config-choose-type.opened {
    display: block;
  }
}
.config-choose-type__header {
  margin: 0 0 34px 0;
}
@media only screen and (max-width: 767px) {
  .config-choose-type__header {
    display: none;
  }
}
.config-choose-type__title {
  margin: 0 0 20px 0;
}
.config-choose-type__text {
  margin: 0;
  position: relative;
  z-index: 2;
}
.config-choose-type__text.expanded {
  padding: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-height: 100%;
}
.config-choose-type__text > *:not(button) {
  width: 100%;
  position: relative;
  z-index: 1;
}
.config-choose-type__text > *:first-child {
  margin-top: 0;
  z-index: 1;
}
.config-choose-type__text p {
  margin: 0;
}
.config-choose-type__text--wrapper {
  position: relative;
  padding: 0 35px 0 0;
}
.config-choose-type__text--wrapper.expanded .config-choose-type__collapse-button img {
  transform: rotate(180deg);
}
.config-choose-type__collapse-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
}
.config-choose-type__list {
  display: grid;
  gap: 15px;
  width: 100%;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1460px) {
  .config-choose-type__list {
    grid-template-columns: repeat(2, minmax(480px, 1fr));
  }
}
@media only screen and (min-width: 1720px) {
  .config-choose-type__list {
    grid-template-columns: repeat(2, minmax(580px, 1fr));
  }
}
@media only screen and (min-width: 2370px) {
  .config-choose-type__list {
    grid-template-columns: repeat(3, minmax(600px, 1fr));
  }
}
@media only screen and (min-width: 3000px) {
  .config-choose-type__list {
    grid-template-columns: repeat(4, minmax(600px, 1fr));
  }
}
.config-choose-type__list--modal {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .config-choose-type__list--modal {
    grid-template-columns: repeat(2, minmax(300px, 1fr)) !important;
  }
}
@media only screen and (min-width: 991px) {
  .config-choose-type__list--modal {
    grid-template-columns: repeat(2, minmax(400px, 1fr)) !important;
  }
}
@media only screen and (min-width: 1460px) {
  .config-choose-type__list--modal {
    grid-template-columns: repeat(3, minmax(400px, 1fr)) !important;
  }
}
.config-choose-type__item {
  min-width: 0;
  width: 100%;
}
.config-choose-type__item .error-message {
  margin: 0;
  padding: 2rem;
  background: #E7EFC0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.config-choose-type__item.error .config-type-card__footer {
  border-radius: 0 !important;
}

.base-upload-dropzone, .config-contact-data__upload-dropzone, .config-type-card__upload-dropzone {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 40px;
  border: 1px dashed #000;
  background: #FFF;
  text-align: center;
  transition: 0.3s background;
}
.base-upload-dropzone:hover, .config-contact-data__upload-dropzone:hover, .config-type-card__upload-dropzone:hover {
  background: #f4f8e2;
  border-color: #9EC105;
}

.base-upload-dropzone-text, .config-contact-data__upload-dropzone-text, .config-type-card__upload-dropzone-text {
  margin: 0;
}

.base-upload-container, .config-contact-data__upload-container, .config-type-card__upload-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.base-upload-container input, .config-contact-data__upload-container input, .config-type-card__upload-container input {
  display: none;
}

.base-upload-button, .config-contact-data__upload-button, .config-type-card__upload-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  background: #333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .base-upload-button, .config-contact-data__upload-button, .config-type-card__upload-button {
    height: 50px;
  }
}
.base-upload-button:hover, .config-contact-data__upload-button:hover, .config-type-card__upload-button:hover {
  background: #000;
}

@media only screen and (max-width: 990px) {
  .product-type-card .config-type-card__content {
    border: 1px solid #ECECEC !important;
  }
}

.config-type-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.config-type-card.darkened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3019607843);
  pointer-events: none;
  border-radius: 20px;
  transition: 0.3s opacity;
}
.config-type-card.darkened:hover::before {
  opacity: 0;
}
.config-type-card.selected .config-type-card__footer {
  gap: 20px;
}
.config-type-card.selected .config-type-card__checkbox-text {
  display: none;
}
@media only screen and (min-width: 991px) {
  .config-type-card.selected .config-type-card__selected-indication {
    display: flex;
  }
}
.config-type-card.selected .config-type-card__continue {
  display: block;
}
.config-type-card.ignore-darkened.darkened::before {
  display: none;
}
.config-type-card__upload-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: #ECECEC;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .config-type-card__upload-content {
    padding: 30px 40px;
  }
}
.config-type-card__upload-title {
  margin: 0 0 12px 0;
  color: #333333;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .config-type-card__upload-title {
    font-size: 24px;
  }
}
.config-type-card__upload-text {
  margin: 0 0 25px 0;
}
.config-type-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #fff;
  border: 1px solid #ECECEC;
  border-bottom: none;
}
@media only screen and (min-width: 991px) {
  .config-type-card__content {
    padding: 30px 20px 20px 20px;
    border: none;
    background: #ECECEC;
  }
}
@media only screen and (min-width: 1720px) {
  .config-type-card__content {
    gap: 45px;
    padding: 38px 30px 20px 30px;
  }
}
.config-type-card__content-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.config-type-card__image {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 20px 0 !important;
}
@media only screen and (min-width: 991px) {
  .config-type-card__image {
    margin: 0 0 30px 0 !important;
    padding: 5px 0 0 0 !important;
  }
}
.config-type-card__image img {
  display: block;
  width: 100%;
  height: unset;
}
.config-type-card__title {
  margin: 0;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
.config-type-card__more-info {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .config-type-card__more-info {
    margin: 2px 0 0 0;
  }
}
.config-type-card__more-info-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 20px 0 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.config-type-card__more-info-button:hover {
  color: #9EC105;
}
.config-type-card__more-info-button:hover::before {
  border-top: 6px solid #9EC105;
}
.config-type-card__more-info-button::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: 0;
  border-top: 6px solid #333333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.config-type-card__content-right {
  display: none;
}
@media only screen and (min-width: 991px) {
  .config-type-card__content-right {
    flex-basis: 156px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
}
.config-type-card__gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  line-height: normal;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.config-type-card__gallery-item img {
  display: block;
  width: 100%;
  height: unset;
  border-radius: 20px;
}
.config-type-card__gallery-item:hover {
  color: #9EC105;
}
.config-type-card__reference {
  display: flex;
  justify-content: center;
}
.config-type-card__reference-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
.config-type-card__reference-button img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.config-type-card__reference-button:hover {
  color: #9EC105;
}
.config-type-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  height: 80px;
  padding: 0 20px;
  background: #E7EFC0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 991px) {
  .config-type-card__footer {
    padding: 0 20px;
  }
}
.config-type-card__selected-indication {
  display: none;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
@media only screen and (min-width: 1600px) {
  .config-type-card__selected-indication {
    gap: 18px;
  }
}
.config-type-card__selected-indication img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1600px) {
  .config-type-card__selected-indication img {
    width: 48px;
    height: 48px;
  }
}
.config-type-card__continue {
  display: none;
}
.config-type-card__continue .btn-primary {
  min-width: unset;
}
.config-type-card__checkbox input:checked + .config-type-card__checkbox-icon img {
  opacity: 1;
}
.config-type-card__checkbox input:checked ~ .config-type-card__checkbox-text {
  color: #9EC105;
  text-decoration: none;
}
.config-type-card__checkbox:hover .config-type-card__checkbox-icon img {
  opacity: 1;
}
.config-type-card__checkbox:hover .config-type-card__checkbox-text {
  color: #9EC105;
  text-decoration: none;
}
.config-type-card__radio-icon {
  border-radius: 50%;
}
.config-type-card__radio input:checked + .config-type-card__radio-icon img {
  opacity: 1;
}
.config-type-card__radio input:checked ~ .config-type-card__radio-text {
  text-decoration: none;
}
.config-type-card__radio:hover .config-type-card__radio-icon img {
  opacity: 1;
}
.config-type-card__radio:hover .config-type-card__radio-text {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .config-choose-color {
    display: none;
  }
  .config-choose-color.opened {
    display: block;
  }
}
.config-choose-color__header {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .config-choose-color__header {
    display: none;
  }
}
.config-choose-color__list {
  display: grid;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  border: none;
}
@media only screen and (min-width: 991px) {
  .config-choose-color__list {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media only screen and (min-width: 1500px) {
  .config-choose-color__list {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
@media only screen and (min-width: 1720px) {
  .config-choose-color__list {
    grid-template-columns: repeat(3, minmax(335px, 1fr));
  }
}
@media only screen and (min-width: 2370px) {
  .config-choose-color__list {
    grid-template-columns: repeat(5, minmax(335px, 1fr));
  }
}
@media only screen and (min-width: 3000px) {
  .config-choose-color__list {
    grid-template-columns: repeat(6, minmax(335px, 1fr));
  }
}
.config-choose-color__item {
  min-width: 0;
  width: 100%;
}

.config-color-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.config-color-card.darkened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3019607843);
  pointer-events: none;
  border-radius: 20px;
  transition: 0.3s opacity;
}
.config-color-card.darkened:hover::before {
  opacity: 0;
}
.config-color-card.selected .config-color-card__checkbox-text {
  display: none;
}
.config-color-card.selected .config-color-card__selected-indication {
  display: flex;
}
.config-color-card.selected .config-color-card__continue {
  display: block;
}
.config-color-card.selected .config-color-card__footer {
  gap: 20px;
}
.config-color-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 155px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.config-color-card__img img {
  display: block;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
.config-color-card__img span {
  color: #333333;
  font-family: "Exo 2", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.config-color-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 15px 25px 25px 25px;
  background: #E7EFC0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.config-color-card__title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
.config-color-card__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.config-color-card__continue {
  display: none;
}
.config-color-card__continue .btn-primary {
  min-width: unset;
}
.config-color-card__checkbox input:checked + .config-color-card__checkbox-icon img {
  opacity: 1;
}
.config-color-card__checkbox input:checked ~ .config-color-card__checkbox-text {
  color: #9EC105;
  text-decoration: none;
}
.config-color-card__checkbox:hover .config-color-card__checkbox-icon img {
  opacity: 1;
}
.config-color-card__checkbox:hover .config-color-card__checkbox-text {
  color: #9EC105;
  text-decoration: none;
}
.config-color-card__picker {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.config-thankyou {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .config-thankyou {
    padding: 0;
  }
}
.config-thankyou__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.config-thankyou__continue-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.config-thankyou__texts {
  text-align: center;
}
.config-thankyou__texts h1 {
  color: #9EC105;
}
.config-thankyou__texts p:first-of-type {
  margin-top: 0;
}
.config-thankyou__next {
  padding-top: 5rem;
}
.config-thankyou .config-choose-type-cards__list {
  padding-top: 4rem;
  justify-content: center;
}
.config-thankyou .config-choose-type-cards__list .config-choose-type-cards__item {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .config-thankyou .config-choose-type-cards__list .config-choose-type-cards__item {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (min-width: 991px) {
  .config-thankyou .config-choose-type-cards__list .config-choose-type-cards__item {
    width: calc(33% - 11.67px);
  }
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-wrapper.opened {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrappe-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.modal-window {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
}
.modal-window__button-close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 3;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-window--reference {
  max-width: 1400px;
}
.modal-window--info {
  max-width: 1400px;
}
.modal-window--warning {
  max-width: 500px;
}
.modal-window__reference-layout {
  display: flex;
  flex-direction: row;
  max-height: calc(100vh - 40px);
}
.modal-window__reference-sidebar {
  flex-basis: 50%;
  overflow-y: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #ECECEC;
}
@media only screen and (min-width: 991px) {
  .modal-window__reference-sidebar {
    flex-basis: 40%;
  }
}
.modal-window__reference-container {
  flex-basis: 50%;
  overflow-y: auto;
  padding: 40px 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
}
@media only screen and (min-width: 991px) {
  .modal-window__reference-container {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 1500px) {
  .modal-window__reference-container {
    padding: 54px;
  }
}
.modal-window__info-layout {
  max-height: calc(100vh - 40px);
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .modal-window__info-layout {
    padding: 45px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-window__info-layout {
    padding: 85px 100px;
  }
}
.modal-window__info-content h2 {
  margin: 0 0 30px 0;
  color: #333333;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .modal-window__info-content h2 {
    font-size: 24px;
  }
}
.modal-window__info-content > p {
  margin: 0 0 30px 0;
}
.modal-window__info-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.modal-window__info-button-container .btn-primary {
  min-width: unset;
}
.modal-window__info-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .modal-window__info-images {
    margin: 60px 0;
  }
}
.modal-window__info-images a {
  display: block;
}
.modal-window__info-images a img {
  display: block;
  max-width: 100%;
  transition: 0.3s opacity;
}
.modal-window__info-images a:hover img {
  opacity: 0.8;
}
.modal-window__warning {
  max-height: calc(100vh - 40px);
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  overflow-y: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-window__warning {
    padding: 45px 60px;
  }
}
.modal-window__warning img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.modal-window__warning .controls-panel img {
  width: auto;
  height: auto;
}

.modal-ref-sidebar {
  padding: 50px 25px;
}
@media only screen and (min-width: 1500px) {
  .modal-ref-sidebar {
    padding: 50px 25px 50px 70px;
  }
}
.modal-ref-sidebar__title {
  margin: 0 0 30px 0;
  color: #333333;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .modal-ref-sidebar__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .modal-ref-sidebar__title {
    margin: 0 0 45px 0;
  }
}
.modal-ref-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.modal-ref-sidebar__button-container {
  padding: 40px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1700px) {
  .modal-ref-sidebar__button-container {
    padding: 65px 0 0 0;
  }
}

.modal-ref-sidebar-card {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}
.modal-ref-sidebar-card:hover {
  cursor: pointer;
}
.modal-ref-sidebar-card:hover .modal-ref-sidebar-card__title {
  color: #9EC105;
  text-decoration: underline;
}
.modal-ref-sidebar-card.selected {
  background: #FFF;
}
.modal-ref-sidebar-card.selected::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.modal-ref-sidebar-card.selected:hover {
  cursor: default;
}
.modal-ref-sidebar-card.selected:hover .modal-ref-sidebar-card__title {
  color: #333333;
  text-decoration: none;
}
.modal-ref-sidebar-card__img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .modal-ref-sidebar-card__img {
    width: 162px;
    height: 162px;
  }
}
.modal-ref-sidebar-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .modal-ref-sidebar-card__content {
    padding: 25px;
  }
}
.modal-ref-sidebar-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.modal-ref-sidebar-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.modal-ref-box {
  display: none;
}
.modal-ref-box.selected {
  display: block;
}
.modal-ref-box__title {
  margin: 0 0 14px 0;
  color: #333333;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .modal-ref-box__title {
    font-size: 24px;
  }
}
.modal-ref-box__texts h3 {
  margin: 0 0 22px 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.modal-ref-box__texts > p {
  margin: 0 0 30px 0;
}
.modal-ref-box__texts ul {
  margin-bottom: 30px;
}
.modal-ref-box__texts ol {
  margin-bottom: 30px;
}

.modal-ref-summary-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin: 0 0 30px 0;
  padding: 30px 10px;
  background: #ECECEC;
  border-radius: 20px;
}
.modal-ref-summary-panel__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .modal-ref-summary-panel__item {
    width: 25%;
  }
}
.modal-ref-summary-panel__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(51, 51, 51, 0.5);
}
@media only screen and (max-width: 1199px) {
  .modal-ref-summary-panel__item:nth-child(2n-1)::before {
    display: none;
  }
}
.modal-ref-summary-panel__item:first-child::before {
  display: none;
}
.modal-ref-summary-panel__item-ico {
  display: flex;
  justify-content: center;
  height: 48px;
  margin: 0 0 18px 0;
}
.modal-ref-summary-panel__item-ico img {
  display: block;
  width: 48px;
  height: 48px;
}
.modal-ref-summary-panel__item-caption {
  margin: 0 0 5px 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.modal-ref-summary-panel__item-text {
  margin: 0;
}

.gallery-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 30px 0;
}
.gallery-panel__item {
  width: calc(33.33% - 10px);
}
.gallery-panel__item img {
  display: block;
  width: 100%;
  height: unset;
  border-radius: 20px;
  transition: 0.3s opacity;
}
.gallery-panel__item:hover img {
  opacity: 0.8;
}

.quote-panel {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.quote-panel__icon {
  flex-basis: 48px;
  flex-shrink: 0;
}
.quote-panel__icon img {
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.quote-panel__content {
  flex-grow: 1;
}
.quote-panel__text {
  margin: 0 0 10px 0;
}
.quote-panel__author {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.toggler {
  position: relative;
  display: block;
  width: 5rem;
  height: 3rem;
  cursor: pointer;
}
.toggler input:checked + label:before {
  left: 3px;
  background: #9EC105;
}
.toggler label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #333333;
  border-radius: 3rem;
  cursor: pointer;
}
.toggler label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 22px;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #fff;
  transition: left 0.3s;
}

.base-config-form-title, .config-contact-data__title, .config-choose-fence__title {
  margin: 0;
}

.base-config-form-box, .config-contact-data__box, .config-choose-fence__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border-radius: 20px;
  background: #ECECEC;
}
@media (min-width: 768px) {
  .base-config-form-box, .config-contact-data__box, .config-choose-fence__box {
    padding: 35px;
  }
}

.base-config-form-column, .config-contact-data__right, .config-contact-data__left, .config-choose-fence__right, .config-choose-fence__left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .base-config-form-column, .config-contact-data__right, .config-contact-data__left, .config-choose-fence__right, .config-choose-fence__left {
    gap: 30p;
  }
}

.base-config-form-caption, .config-contact-data__caption, .config-choose-fence__caption {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .config-choose-fence {
    display: none;
  }
  .config-choose-fence.opened {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    column-gap: 14px;
  }
}
@media (min-width: 768px) {
  .config-choose-fence {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    column-gap: 14px;
  }
}
@media (min-width: 1200px) {
  .config-choose-fence {
    flex-direction: row;
  }
}
.config-choose-fence__left {
  flex: 1;
}
.config-choose-fence__right {
  flex: 1;
}
@media only screen and (min-width: 1500px) {
  .config-choose-fence__right {
    flex: 1.3;
  }
}
.config-choose-fence__toggle-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.config-choose-fence__toggler {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .config-choose-fence__toggler {
    gap: 16px;
  }
}
.config-choose-fence__toggler-label {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.config-choose-fence__toggler-label.selected {
  font-weight: 600;
}
.config-choose-fence__checkbox-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 16px;
}
.config-choose-fence__checkbox-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.config-choose-fence__checkbox-item--tooltip {
  width: 25px;
  height: 25px;
}
.config-choose-fence__checkbox-item--tooltip img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .config-choose-fence__continue-panel {
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .config-choose-fence__continue-panel {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1500px) {
  .config-choose-fence__continue-panel {
    margin-top: 15px;
  }
}
.config-choose-fence__info-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
}
@media (min-width: 768px) {
  .config-choose-fence__info-button {
    gap: 15px;
  }
}
.config-choose-fence__info-button img {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .config-choose-fence__info-button img {
    width: 40px;
    height: 40px;
  }
}
.config-choose-fence__info-button:hover {
  color: #9EC105;
}
.config-choose-fence__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.config-choose-fence__info--other {
  display: none;
}
.config-choose-fence__info--other .config-choose-fence__info--sizes {
  margin-top: 20px;
}
.config-choose-fence__info--other .size-input-time__no-remove .config-choose-fence__info--remove {
  display: none;
}
.config-choose-fence__info--product {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px 0 10px 0;
}
.config-choose-fence__info--product img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100%;
}
.config-choose-fence__info--sizes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
}
.config-choose-fence__info--sizes div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.config-choose-fence__info--sizes div label {
  width: 90px;
}
.config-choose-fence__info--sizes input {
  margin: 0;
  padding: 0 24px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
  outline: none;
}
.config-choose-fence__info--sizes label {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.config-choose-fence__info--item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 40px 0 0;
  margin: 20px 0 0 0;
}
.config-choose-fence__info--button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.config-choose-fence__info--button .btn-primary {
  height: 40px !important;
  padding: 0 45px !important;
}
.config-choose-fence__info--button .btn-primary:before {
  height: 40px !important;
}
.config-choose-fence__info--remove {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
}
.config-choose-fence__info--remove button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.config-choose-fence__info--remove img {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.config-choose-fence__info--remove:hover img {
  opacity: 1;
}
.config-choose-fence__info .type-modal-toggler-button {
  display: none;
}

.checkbox-field {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 24px;
  margin: 0;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.checkbox-field:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.checkbox-field input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.checkbox-field input:checked ~ .checkbox-field__indicator {
  border-color: #9EC105;
}
.checkbox-field input:checked ~ .checkbox-field__indicator:after {
  display: block;
}
.checkbox-field .checkbox-field__label {
  margin: 0;
  color: #000;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}
.checkbox-field .checkbox-field__indicator {
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1rem solid #333;
  background: #fff;
  border-radius: 5px;
  height: 24px;
  width: 24px;
}
.checkbox-field .checkbox-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid #9EC105;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .config-contact-data {
    display: none;
  }
  .config-contact-data.opened {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .config-contact-data {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}
.config-contact-data__layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .config-contact-data__layout {
    flex-direction: row;
  }
}
.config-contact-data__continue-panel {
  display: none;
}
@media (min-width: 768px) {
  .config-contact-data__continue-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.config-contact-data__left {
  flex: 1 0 0;
}
.config-contact-data__right {
  flex: 1 0 0;
}
.config-contact-data__fields-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 900px) {
  .config-contact-data__fields-row {
    flex-direction: row;
  }
}
.config-contact-data__input {
  min-width: 0;
}
@media (min-width: 900px) {
  .config-contact-data__input {
    flex: 1 0 0;
  }
}
.config-contact-data input:invalid {
  scroll-margin-top: 100px;
}
.config-contact-data__email {
  display: none;
}
.config-contact-data__textarea {
  width: 100%;
  height: 163px;
  padding-top: 24px;
  padding-bottom: 24px;
  resize: none;
}
.config-contact-data__upload-content {
  display: flex;
  flex-direction: column;
}
.config-contact-data__upload-text {
  margin: 0 0 20px 0;
}
.file-list-container {
  width: 100%;
}
.file-list-container .file-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0 0 20px 0;
}
.file-list-container .file-list .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #333333;
}
.file-list-container .file-list .file-item .file-remove-button {
  background: none;
  border: none;
  color: #FF0000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.error-message {
  color: #FF0000;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.header-config-form {
  position: relative;
}
@media (min-width: 1200px) {
  .header-config-form {
    margin: 0 0 0 auto;
  }
}
.header-config-form--error {
  padding-bottom: 3rem;
}
.header-config-form--error .error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  margin: 0;
}
.header-config-form .loader {
  margin: auto 0;
  width: 3rem;
  height: 3rem;
}
.header-config-form.submit button {
  pointer-events: none;
  opacity: 0.5;
}
.header-config-form.submit .loader {
  display: block;
}

.swal2-title {
  color: #333333;
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 20px 0;
}

.swal2-modal {
  padding: 20px !important;
}

.swal2-icon {
  padding: 0;
  margin: 0 auto 20px auto;
}

.swal2-actions {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.swal2-styled {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0 30px;
  border: none;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 25px;
  transition: 0.3s;
}
.swal2-styled:focus {
  box-shadow: none;
}

.swal2-confirm {
  background: #9EC105;
  color: #333333;
}
.swal2-confirm:hover {
  background: rgb(198, 226, 58);
}

.swal2-cancel {
  background: #b4b4b4;
  color: #333333;
}
.swal2-cancel:hover {
  background: #ECECEC;
}

.fence-pillar__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
.fence-pillar__list h3 {
  position: relative;
  margin: 20px 0;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0 0 0;
}
.fence-pillar__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  width: 100%;
}
.fence-pillar__card .config-choose-fence__info--remove {
  position: relative;
  transform: unset;
}
.fence-pillar__card .config-choose-fence__info--sizes {
  width: 100%;
}
.fence-pillar__card--input {
  gap: 20px;
}
.fence-pillar__card--no-remove {
  padding: 0 50px 0 0;
}
.fence-pillar__card--no-remove .config-choose-fence__info--remove {
  display: none !important;
}
.fence-pillar__cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.fence-pillar__cards--input {
  gap: 20px;
}

.config-choose-fence__info--pillar {
  display: none;
}

.config-sidebar-nav__step-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 15px;
  min-height: 120px;
  height: auto;
}
@media only screen and (min-width: 1400px) {
  .config-sidebar-nav__step-button {
    row-gap: 20px;
    padding: 20px 0 20px 65px;
  }
}
.config-sidebar-nav__step-button:hover .config-layout__item {
  color: #9EC105;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.config-layout__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 1400px) {
  .config-layout__item {
    gap: 38px;
  }
}
.config-layout__selected-values-label {
  font-size: 15px;
  color: #333333;
}
.config-layout__selected-values-label:hover {
  text-decoration: none !important;
}
.config-layout__selected-values-value {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
}
.config-layout__selected-values-value:hover {
  text-decoration: none !important;
}
.config-layout__selected-values:hover, .config-layout__selected-values-item:hover {
  text-decoration: none !important;
}

.color-card-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.color-card-picker__text {
  margin-top: 10px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-self: center;
  position: relative;
  gap: 10px;
}
.color-card-picker__color {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--btn-color, #0077CC);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06) inset;
}
.color-card-picker .btn-color-open {
  height: 1px;
  width: 100%;
}
.color-card-picker__change {
  margin-top: 20px;
}
.color-card-picker__change:hover {
  text-decoration: none;
}

.config-color-card-select .config-color-card__footer {
  flex-wrap: wrap;
}

.pcr-interaction {
  font-size: 17px;
}

.pcr-color-palette, .pcr-selection {
  height: 25rem !important;
}

.pcr-app.pcr-centered {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 40rem !important;
}

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