@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.h1,
.main-banner__title,
.services__title,
.use__title,
.products-carousel__title,
.text-page h1,
.not-found__title,
.h2,
.feedback__title,
.services__descr,
.use__bottom .dialog-bck:nth-child(1),
.use__bottom .dialog-bck:nth-child(2),
.our-clients__title,
.tech-capability__title,
.equipment__title,
.other-vacancy__title,
.text-page h2,
.section__title,
.modal__header span,
.h3,
.service-item span:nth-child(1),
.info-item span:nth-child(1),
.vacancy-form__title,
.text-page h3,
.contacts-box__phone a:nth-child(1),
.contacts-box__email,
.footer-phone a:nth-child(1),
.footer-email,
.h4,
.text-page h4,
.h5,
.text-page h5 {
  margin: 0 0 24px 0;
}

.h1,
.main-banner__title,
.services__title,
.use__title,
.products-carousel__title,
.text-page h1,
.not-found__title {
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
}

@media (max-width: 1023px) {

  .h1,
  .main-banner__title,
  .services__title,
  .use__title,
  .products-carousel__title,
  .text-page h1,
  .not-found__title {
    font-size: 28px;
    line-height: 32px;
  }
}

.h2,
.feedback__title,
.services__descr,
.use__bottom .dialog-bck:nth-child(1),
.use__bottom .dialog-bck:nth-child(2),
.our-clients__title,
.tech-capability__title,
.equipment__title,
.other-vacancy__title,
.text-page h2,
.section__title,
.modal__header span {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

@media (max-width: 1023px) {

  .h2,
  .feedback__title,
  .services__descr,
  .use__bottom .dialog-bck:nth-child(1),
  .use__bottom .dialog-bck:nth-child(2),
  .our-clients__title,
  .tech-capability__title,
  .equipment__title,
  .other-vacancy__title,
  .text-page h2,
  .section__title,
  .modal__header span {
    font-size: 26px;
    line-height: 1.3;
  }
}

.h3,
.service-item span:nth-child(1),
.info-item span:nth-child(1),
.vacancy-form__title,
.text-page h3,
.contacts-box__phone a:nth-child(1),
.contacts-box__email,
.footer-phone a:nth-child(1),
.footer-email {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

@media (max-width: 1023px) {

  .h3,
  .service-item span:nth-child(1),
  .info-item span:nth-child(1),
  .vacancy-form__title,
  .text-page h3,
  .contacts-box__phone a:nth-child(1),
  .contacts-box__email,
  .footer-phone a:nth-child(1),
  .footer-email {
    font-size: 16px;
    line-height: 18px;
  }
}

.h4,
.text-page h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1023px) {

  .h4,
  .text-page h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.h5,
.text-page h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

@media (max-width: 1023px) {

  .h5,
  .text-page h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

.description,
.main-banner__descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 1023px) {

  .description,
  .main-banner__descr {
    font-size: 16px;
    line-height: 18px;
  }
}

.mark {
  color: #A6EF67;
}

.paragrah {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.body1,
.text-page p big {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}

.body2,
.service-item span:nth-child(2),
.copyright,
.text-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1023px) {

  .body2,
  .service-item span:nth-child(2),
  .copyright,
  .text-page p {
    font-size: 12px;
    line-height: 14px;
  }
}

.text-page ul,
.text-page ol {
  padding: 0 0 0 25px;
  margin: 0 0 24px 0;
}

.text-page ul li,
.text-page ol li {
  font-size: 20px;
  padding-left: 0;
}

.text-page ul li:not(last-child),
.text-page ol li:not(last-child) {
  margin-bottom: 10px;
}

.ugly-button {
  display: block;
  background-color: #72C400;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding: 4px 8px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.ugly-button:hover {
  color: #222;
  border: 1px solid #222;
  background-color: transparent;
}

.default-button,
.not-found__home,
.not-found__catalog {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #222;
  padding: 22px 32px;
  border-radius: 300px;
  border: 1px solid #888;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  transition: 0.3s;
}

@media (max-width: 1023px) {

  .default-button,
  .not-found__home,
  .not-found__catalog {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 14px 20px;
  }
}

.default-button:hover,
.not-found__home:hover,
.not-found__catalog:hover {
  border: 1px solid #222;
}

.default-button.-color,
.-color.not-found__home,
.-color.not-found__catalog {
  background-color: #72C400;
  color: #fff;
  border-color: #72C400;
  transition: 0.3s;
}

.default-button.-color:hover,
.-color.not-found__home:hover,
.-color.not-found__catalog:hover {
  background-color: #61a207;
}

.default-button.-dark-color,
.-dark-color.not-found__catalog,
.not-found__home {
  border-color: #14462E;
  background-color: #14462E;
  color: #fff;
  transition: 0.3s;
}

.default-button.-dark-color:hover,
.-dark-color.not-found__catalog:hover,
.not-found__home:hover {
  background-color: #153627;
}

.default-button:disabled,
.not-found__home:disabled,
.not-found__catalog:disabled {
  border: 1px solid #888;
  color: #888;
  background-color: #ACB5B1;
  cursor: not-allowed;
}

.default-button:disabled:hover,
.not-found__home:disabled:hover,
.not-found__catalog:disabled:hover {
  border: 1px solid #888;
  background-color: #ACB5B1;
}

.square-button {
  position: relative;
  display: block;
  padding: 32px;
  background-color: #72C400;
  width: 340px;
  height: 340px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  text-decoration: none;
}

.square-button:hover {
  background-color: #A6EF67;
}

@media (max-width: 1023px) {
  .square-button {
    display: flex;
    width: 100%;
    height: auto;
    padding: 40px 12px;
  }
}

.square-button:hover .square-button__top span {
  color: #222;
}

.square-button:hover .square-button__top svg {
  fill: #222;
}

.square-button__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: none;
}

@media (max-width: 1023px) {
  .square-button__top {
    order: 2;
  }
}

.square-button__top span {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  transition: 0.3s;
}

.square-button__top svg {
  display: block;
  width: 21px;
  height: 21px;
}

.square-button__top svg {
  fill: #fff;
  transition: 0.3s;
}

.square-button>img,
.square-button>svg {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

@media (max-width: 1023px) {

  .square-button>img,
  .square-button>svg {
    flex: 0 0 90px;
    height: 80px;
    position: static;
    order: 1;
    margin-right: 16px;
  }
}

.burger-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  padding: 5px 3px;
  border: none;
  background-color: transparent;
}

.burger-button span {
  position: relative;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #222;
  transition: 0.3s;
}

.burger-button.active span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.burger-button.active span:nth-child(2) {
  display: none;
}

.burger-button.active span:nth-child(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.menu-button {
  display: flex;
  align-items: center;
  padding: 32px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.menu-button.-sub-menu {
  padding-left: 60px;
}

@media (max-width: 1023px) {
  .menu-button {
    padding: 24px;
  }
}

.menu-button:hover {
  background-color: #72C400;
  color: #fff;
}

.menu-button span:nth-child(1) {
  flex: 1 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.menu-button span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F5F4F1;
}

.menu-button svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: #72C400;
  transition: 0.3s;
}

.menu-button.dropdown img,
.menu-button.dropdown svg {
  transform: rotate(180deg);
}

.menu-button.dropdown.-active img,
.menu-button.dropdown.-active svg {
  transform: rotate(0deg);
}

.dialog-bck {
  position: relative;
  background-color: #153627;
  padding: 56px 32px;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  border-top-left-radius: 64px;
}

@media (max-width: 1023px) {
  .dialog-bck {
    padding: 48px 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 32px;
  }
}

.dialog-bck.light-bck {
  background-color: #fff;
}

.dialog-bck.light-bck-image {
  background-position: center;
  background-size: 100% 100%;
  background-image: url("/local/templates/segal/img/dialog-buttons-light.jpg");
  transition: 0.3s;
  cursor: pointer;
}

.dialog-bck.light-bck-image:hover {
  background-size: 130% 100%;
}

.closed-button svg,
.modal__header svg {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closed-button svg:hover,
.modal__header svg:hover {
  fill: #72C400;
}

.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #F5F4F1;
  border-radius: 50%;
}

.arrow-button svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #72C400;
}

.drop-btn {
  display: flex;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #14462E;
  font-weight: 500;
  padding: 16px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 1px;
  border: 1px solid #14462E;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
  background-color: transparent;
}

.drop-btn:hover {
  background-color: #14462E;
  color: #fff;
}

.fefco-button {
  outline: none;
}

.fefco-button input {
  display: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.fefco-button span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0%;
  padding: 8px 16px;
  border: 1px solid #14462E;
  transition: 0.3s;
  color: #14462E;
  background-color: transparent;
  cursor: pointer;
}

.fefco-button input:checked+span,
.fefco-button:hover span {
  border: 1px solid #72C400;
  color: #72C400;
}

.switch-button {
  display: block;
  cursor: pointer;
  height: 24px;
}

.switch-button input {
  display: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.switch-button span {
  position: relative;
  padding-left: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0%;
  color: #14462E;
}

.switch-button span:before,
.switch-button span:after {
  display: block;
  position: absolute;
  content: "";
  transition: 0.3s;
}

.switch-button span:before {
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  border: 1px solid #72C400;
  background-color: transparent;
  border-radius: 300px;
  box-sizing: border-box;
}

.switch-button span:after {
  top: calc(50% - 6px);
  left: 5px;
  width: 16px;
  height: 16px;
  background-color: #14462E;
  border-radius: 50%;
}

.switch-button input:checked+span:after {
  left: 20px;
}

.switch-button input:checked+span:before {
  background-color: #A6EF67;
}

.clear-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.clear-button span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0%;
  color: #14462E;
  transition: 0.3s;
}

.clear-button:hover span {
  color: #72C400;
}

.clear-button svg {
  display: block;
  width: 14px;
  height: 14px;
  fill: #14462E;
  margin-right: 10px;
  transition: 0.3s;
}

.clear-button:hover svg {
  fill: #72C400;
}

.clear-link,
.footer-col__body li a,
.footer-col__body li span,
.contacts-box__phone a:nth-child(1),
.contacts-box__phone a:nth-child(2),
.contacts-box__email,
.footer-phone a:nth-child(1),
.footer-phone a:nth-child(2),
.footer-email {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
}

.clear-link:hover,
.footer-col__body li a:hover,
.footer-col__body li span:hover,
.contacts-box__phone a:hover:nth-child(1),
.contacts-box__phone a:hover:nth-child(2),
.contacts-box__email:hover,
.footer-phone a:hover:nth-child(1),
.footer-phone a:hover:nth-child(2),
.footer-email:hover {
  color: #72C400;
}

.clear-list,
.navigation ul,
.footer-col__body {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container,
.products-carousel__container,
.our-clients,
.tech-capability,
.equipment,
.main-banner__body,
.services__container,
.use__container,
.not-found__body {
  width: 1376px;
  margin: 0 auto;
  box-sizing: border-box;
}

.second-container,
.modal__content {
  width: 1146px;
  margin: 0 auto;
}

.container,
.products-carousel__container,
.our-clients,
.tech-capability,
.equipment,
.main-banner__body,
.services__container,
.use__container,
.not-found__body,
.second-container,
.modal__content {
  box-sizing: border-box;
}

@media (max-width: 1439px) {

  .container,
  .products-carousel__container,
  .our-clients,
  .tech-capability,
  .equipment,
  .main-banner__body,
  .services__container,
  .use__container,
  .not-found__body,
  .second-container,
  .modal__content {
    width: 1200px;
  }
}

@media (max-width: 1279px) {

  .container,
  .products-carousel__container,
  .our-clients,
  .tech-capability,
  .equipment,
  .main-banner__body,
  .services__container,
  .use__container,
  .not-found__body,
  .second-container,
  .modal__content {
    width: 960px;
  }
}

@media (max-width: 1023px) {

  .container,
  .products-carousel__container,
  .our-clients,
  .tech-capability,
  .equipment,
  .main-banner__body,
  .services__container,
  .use__container,
  .not-found__body,
  .second-container,
  .modal__content {
    width: 100%;
    padding: 0 15px;
  }
}

.section,
.our-clients,
.tech-capability,
.equipment,
.text-page {
  margin-bottom: 120px;
}

@media (max-width: 1279px) {

  .section,
  .our-clients,
  .tech-capability,
  .equipment,
  .text-page {
    margin-bottom: 80px;
  }
}

.section__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .section__title {
    margin-bottom: 32px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -9999px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9991;
  background-color: rgba 255, 255, 255, 0;
  text-align: center;
  overflow: auto;
  padding: 45px;
  transition: background-color 0.3s;
  user-select: none;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .modal {
    padding: 15px;
  }
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.modal.-active {
  top: 0;
  background-color: rgba(34, 34, 34, 0.25);
  z-index: 9991;
}

.modal__content {
  display: inline-block;
  position: relative;
  margin: 0;
  background-color: rgb(245, 244, 241);
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .modal__content {
    width: 99%;
  }
}

@media (max-width: 1279px) {
  .modal__content {
    padding: 0;
  }
}

.modal__header {
  display: flex;
  align-items: center;
  padding: 32px;
}

@media (max-width: 1279px) {
  .modal__header {
    padding: 16px;
  }
}

.modal__header span {
  flex: 1 0 0;
  margin-right: 16px;
  text-align: left;
  margin-bottom: 0;
}

.modal__body {
  padding: 32px;
}

@media (max-width: 1279px) {
  .modal__body {
    padding: 16px;
  }
}

.thx-modal {
  max-width: 680px;
}

.thx-modal__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 48px;
}

.thx-modal__body p {
  margin: 0;
}

.modal-with-content {
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 89px;
  transition: 0.3s;
  z-index: 9;
  height: 100vh;
  overflow: auto;
  box-sizing: border-box;
}

.modal-with-content.-show {
  top: 0;
}

.calculate-price {
  display: flex;
}

@media (max-width: 1279px) {
  .calculate-price {
    flex-wrap: wrap;
  }
}

.calculate-price__form {
  flex: 0 0 57%;
  max-width: 57%;
  margin-right: 55px;
}

@media (max-width: 1279px) {
  .calculate-price__form {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}

.calculate-price__content {
  flex: 0 0 38%;
}

@media (max-width: 1279px) {
  .calculate-price__content {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

.dialog-advants__item:not(:last-child) {
  margin-bottom: 8px;
}

.contacts-box__phone img {
  width: 32px;
  height: 32px;
}

.contacts-box__phone,
.footer-phone {
  display: flex;
  --path-fill: red;
}

.contacts-box__phone a:nth-child(1),
.footer-phone a:nth-child(1) {
  color: #fff;
  margin-right: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1279px) {

  .contacts-box__phone a:nth-child(1),
  .footer-phone a:nth-child(1) {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 0;
  }
}

.contacts-box__email,
.footer-email {
  color: #fff;
}

@media (max-width: 1279px) {

  .contacts-box__email,
  .footer-email {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 0;
  }
}

.light-form p {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.light-form__content {
  margin-bottom: 20px;
}

.light-form__box {
  display: none;
}

.light-form__box.-active {
  display: block;
}

.light-form__row.-flex {
  display: flex;
}

@media (max-width: 1023px) {
  .light-form__row.-flex {
    display: block;
  }
}

.light-form__row:not(:last-child) {
  margin-bottom: 32px;
}

.light-form__item-12 {
  flex: 0 0 100%;
}

@media (max-width: 1023px) {
  .light-form__item-12 {
    margin-bottom: 24px;
  }
}

.light-form__item-6 {
  flex: 0 0 calc(50% - 16px);
  margin-right: 16px;
}

@media (max-width: 1023px) {
  .light-form__item-6 {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.light-form__item-6:last-child {
  margin-right: 0;
  flex: 0 0 50%;
}

.light-form__item-3 {
  flex: 0 0 calc(33.33333% - 16px);
  margin-right: 16px;
}

.light-form__item-3:last-child {
  margin-right: 0;
  flex: 0 0 33.33333%;
}

@media (max-width: 1023px) {
  .light-form__item-3 {
    margin-right: 0;
  }
}

@media (max-width: 1023px) {

  .light-form__buttons .default-button,
  .light-form__buttons .not-found__home,
  .light-form__buttons .not-found__catalog {
    width: 100%;
  }
}

.light-form input,
.light-form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  box-sizing: border-box;
}

.light-form input {
  line-height: 1;
}

.light-form textarea {
  font-family: "Wix Madefor Text";
  height: 100px;
  resize: none;
  line-height: 1.3;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  border: 1px solid #CECECE;
}

.light-form label:has(input[type=checkbox]) {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  background-color: transparent;
  padding-left: 32px;
  line-height: 24px;
  cursor: pointer;
}

.light-form label:has(input[type=checkbox]):before,
.light-form label:has(input[type=checkbox]):after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}

.light-form label:has(input[type=checkbox]):before {
  left: 0;
  border: 1px solid #72C400;
  background-color: transparent;
  z-index: 1;
}

.light-form label:has(input[type=checkbox]):after {
  left: 5px;
  top: 7px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(-45deg);
  z-index: 2;
}

.light-form label:has(input[type=checkbox]) input {
  position: absolute;
  display: none;
  width: 1px;
  height: 1px;
  background-color: transparent;
  z-index: -999;
  left: -9999999px;
}

.light-form label:has(input[type=checkbox]) span {
  margin-bottom: 0;
}

.light-form label:has(input[type=checkbox]:checked):before {
  background-color: #72C400;
}

.light-form label:has(input[type=checkbox]:checked):after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.light-form label:has(input[type=checkbox]:disabled) {
  color: #888;
}

.light-form label:has(input[type=checkbox])+label:has(input[type=checkbox]) {
  margin-top: 24px;
}

.light-form input[type=file] {
  position: absolute;
  display: none;
  width: 1px;
  height: 1px;
  background-color: transparent;
  z-index: -999;
  left: -9999999px;
}

.light-form label:has(input[type=file]) {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  margin-bottom: 6px;
  text-decoration: underline;
}

.light-form .js-list-of-files {
  padding: 0;
  margin: 0;
}

.light-form .js-list-of-files li {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  max-width: 100%;
}

.light-form .js-list-of-files li:before,
.light-form .js-list-of-files li:after {
  content: "";
  display: block;
  position: absolute;
}

.light-form .js-list-of-files li:before {
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/segal/img/load.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: none;
  right: 30px;
  top: calc(50% - 8px);
  animation: spin 1s linear infinite;
}

.light-form .js-list-of-files li span:nth-child(1) {
  max-width: 500px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .light-form .js-list-of-files li span:nth-child(1) {
    max-width: 200px;
  }
}

.light-form .js-list-of-files li span.closed {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  right: 0;
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-image: url("/local/templates/segal/img/closed.svg");
  cursor: pointer;
}

.light-form .js-list-of-files li.done:before {
  background-image: url("/local/templates/segal/img/done.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: none;
  animation: none;
}

.light-form .js-list-of-files li.error:before {
  background-image: url("/local/templates/segal/img/error.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: none;
  animation: none;
}

.light-form .js-list-of-files li.error span:nth-child(3) {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  color: #B81812;
}

.animation-input.-error .animation-input__body {
  border: 1px solid #B81812;
}

.animation-input span {
  display: block;
  margin-top: 8px;
  color: #B81812;
}

.animation-input__body {
  position: relative;
  border: 1px solid #cecece;
  background-color: #fff;
  box-sizing: border-box;
}

.animation-input__body label {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #888;
  transition: 0.5s;
  z-index: 1;
}

@media (max-width: 1023px) {
  .animation-input__body label {
    top: 15px;
  }
}

.animation-input__body input {
  padding: 30px 24px 10px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #222;
  background: transparent;
  z-index: 2;
  position: relative;
}

@media (max-width: 1023px) {
  .animation-input__body input {
    font-size: 16px;
    line-height: 1;
    padding: 20px 24px 8px 24px;
  }
}

.animation-input__body input:focus+label,
.animation-input__body input:not(:placeholder-shown)+label {
  font-size: 16px;
  transform: translateY(-90%);
}

@media (max-width: 1023px) {

  .animation-input__body input:focus+label,
  .animation-input__body input:not(:placeholder-shown)+label {
    font-size: 12px;
    transform: translateY(-65%);
  }
}

.animation-input__body input:-webkit-autofill,
.animation-input__body input:-webkit-autofill:hover,
.animation-input__body input:-webkit-autofill:focus {
  -webkit-text-fill-color: #222;
  -webkit-box-shadow: 0 0 0px 40rem #fff inset;
  font-family: "Wix Madefor Text", serif;
  line-height: 20px !important;
  font-size: 20px !important;
  z-index: 0;
  outline: none !important;
  border: none !important;
}

.animation-input__body input:not(:placeholder-shown) {
  z-index: 0 !important;
}

.switch-box {
  padding: 0;
  margin: 0;
  display: flex;
}

.switch-box input {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -99999px;
}

.switch-box label {
  flex: 1 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding: 22px 30px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #cecece;
  transition: 0.5s;
  text-align: center;
}

@media (max-width: 1023px) {
  .switch-box label {
    font-size: 14px;
    line-height: 14px;
  }
}

.switch-box label:hover,
.switch-box label:has(input:checked) {
  background-color: #A6EF67;
}

.switch-box label:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.switch-box label:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.dialog-advantage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  padding: 43px 16px;
  background-color: #fff;
}

@media (max-width: 1279px) {
  .dialog-advantage {
    padding: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 32px;
  }
}

@media (max-width: 1023px) {
  .dialog-advantage {
    padding: 17px;
    flex-direction: row;
    align-items: center;
  }
}

.dialog-advantage img,
.dialog-advantage svg {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {

  .dialog-advantage img,
  .dialog-advantage svg {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 40px;
  }
}

.dialog-advantage svg {
  fill: #72C400;
}

.dialog-advantage span {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1023px) {
  .dialog-advantage span {
    font-size: 14px;
    line-height: 16px;
  }
}

.dialog-advantage span mark {
  color: #72C400;
  background-color: transparent;
}

* {
  scrollbar-width: thin;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-SemiBoldItalic.woff2") format("woff2"), url("../fonts/WixMadeforText-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/WixMadeforText-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-Bold.woff2") format("woff2"), url("../fonts/WixMadeforText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-Regular.woff2") format("woff2"), url("../fonts/WixMadeforText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-Medium.woff2") format("woff2"), url("../fonts/WixMadeforText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-MediumItalic.woff2") format("woff2"), url("../fonts/WixMadeforText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-BoldItalic.woff2") format("woff2"), url("../fonts/WixMadeforText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-SemiBold.woff2") format("woff2"), url("../fonts/WixMadeforText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-ExtraBold.woff2") format("woff2"), url("../fonts/WixMadeforText-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-Italic.woff2") format("woff2"), url("../fonts/WixMadeforText-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body,
html {
  background-color: #F5F4F1;
}

body.fixed,
html.fixed {
  overflow: hidden;
}

html:has(body.fixed) .segal__wrapper {
  overflow-y: scroll;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  line-height: 1 !important;
}

/* Тема */
.segal {
  font-size: 16px;
  line-height: 1;
  font-family: "Wix Madefor Text", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #222;
}

.segal__body {
  padding: 0;
  margin: 0;
}

.segal__main {
  margin: 45px 0 0 0;
  min-height: 600px;
  background-color: #F5F4F1;
}

@media (max-width: 1023px) {
  .segal__main {
    margin: 16px 0 0 0;
  }
}

.segal__footer {
  background-color: #222;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

/* Тема */
/* Header */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #CECECE;
  background-color: #F5F4F1;
  z-index: 10;
}

.header__body {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.header__left {
  flex: 0 0 auto;
}

.header__middle {
  flex: 1 0 0;
}

.header__right {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  .header__right .contact-info {
    display: none;
  }
}

.header__right .burger-button {
  display: none;
}

@media (max-width: 1023px) {
  .header__right .burger-button {
    display: flex;
  }
}

.header__logo {
  display: block;
  width: 128px;
  height: auto;
}

.header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  padding-top: 82px;
  box-sizing: border-box;
  transition: 0.3s;
}

.header__mobile-menu.active {
  left: 0;
  transition: 0.3s;
}

.navigation {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1023px) {
  .navigation {
    justify-content: flex-end;
  }
}

.navigation .ugly-button {
  margin-right: 32px;
}

@media (max-width: 1023px) {
  .navigation .ugly-button {
    margin-right: 24px;
  }
}

.navigation ul {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .navigation ul {
    display: none;
  }
}

.navigation ul li:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 1279px) {
  .navigation ul li:not(:last-child) {
    margin-right: 18px;
  }
}

.navigation ul li a {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #222;
  text-decoration: none;
}

.navigation ul li a.dropdown {
  position: relative;
  padding-right: 16px;
}

.navigation ul li a.dropdown:before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: transparent;
  top: calc(50% - 5px);
  right: 0;
  transform: rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.navigation ul li a.dropdown:hover:before {
  border-bottom: 2px solid #72C400;
  border-right: 2px solid #72C400;
}

.navigation ul li a.dropdown.-show:before {
  transform: rotate(-135deg);
  top: calc(50% - 3px);
}

.navigation ul li a:hover {
  color: #72C400;
}

.contact-info {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}

.contact-info li:not(:last-child) {
  margin-right: 8px;
}

.contact-info li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.contact-info li a.with-svg {
  display: block;
  width: 24px;
  height: 24px;
}

.contact-info li a.with-svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #222;
  transition: 0.3s;
}

.contact-info li a.with-svg:hover svg {
  fill: #72C400;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  background-color: #F5F4F1;
}

.mobile-menu__mid {
  background-color: #fff;
  overflow: scroll;
  flex: 1 0 0;
}

.mobile-menu__mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__mid ul li {
  border-bottom: 1px solid #CECECE;
}

.mobile-menu__sub-menu {
  overflow: hidden;
  border-top: 1px solid transparent;
  max-height: 0;
}

.mobile-menu__sub-menu.-active {
  max-height: 9999px;
  border-top: 1px solid #CECECE;
}

.mobile-menu__bot {
  border-top: 1px solid #CECECE;
  padding: 32px;
  background-color: #fff;
}

.mobile-menu__bot ul {
  margin: 0;
}

.mobile-menu .contact-info li a {
  text-decoration: underline;
}

.mobile-menu .contact-info li {
  margin-right: 20px;
}

/* Header */
/* Footer */
.footer.-color-bck {
  background-image: linear-gradient(100.48deg, #144629 3.01%, #16372A 85.09%);
}

.footer__wrapper {
  padding: 32px 0;
}

.footer__wrapper.dark-color {
  border-top-right-radius: 64px;
  border-top-left-radius: 64px;
  background-color: #222;
}

@media (max-width: 1023px) {
  .footer__wrapper.dark-color {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__left,
.footer__right {
  flex: 0 0 47%;
}

@media (max-width: 1023px) {

  .footer__left,
  .footer__right {
    flex: 0 0 100%;
  }
}

@media (max-width: 1023px) {
  .footer__right {
    padding-top: 32px;
  }
}

.footer__left {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

@media (max-width: 1023px) {
  .footer__left {
    border-bottom: 1px solid #525252;
    justify-content: center;
  }
}

.footer__bottom {
  flex: 0 0 100%;
  margin-top: 32px;
  display: flex;
  gap: 100px;
}

@media (max-width: 560px) {
  .footer__left {
    justify-content: flex-start;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
}

.footer__item {
  width: 336px;
}

@media (max-width: 1023px) {
  .footer__item {
    width: 160px;
  }
}

.footer__item:not(:last-child) {
  margin-right: 32px;
}

@media (max-width: 420px) {
  .footer__item:not(:last-child) {
    margin-right: 8px;
  }
}

.footer__row:not(:last-child) {
  margin-bottom: 32px;
}

.footer-col__title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col__title:hover {
  color: #72C400;
}

@media (max-width: 1279px) {
  .footer-col__title {
    font-size: 20px;
    line-height: 22px;
  }
}

.footer-col__title:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1279px) {
  .footer-col__title:not(:last-child) {
    margin-right: 8px;
  }
}

.footer-col__body li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-col__body li a,
.footer-col__body li span {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

@media (max-width: 1279px) {

  .footer-col__body li a,
  .footer-col__body li span {
    font-size: 16px;
    line-height: 18px;
  }
}

.info-item span {
  display: block;
  color: #fff;
}

.info-item span:nth-child(1) {
  margin-bottom: 16px;
}

@media (max-width: 1279px) {
  .info-item span:nth-child(1) {
    font-size: 20px;
    line-height: 22px;
  }
}

.info-item span:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1279px) {
  .info-item span:nth-child(2) {
    font-size: 16px;
    line-height: 17px;
  }
}

.copyright {
  color: #fff;
}

.copyright a:hover {
  color: #72C400;
}

/* Footer */
/* Sub Layoyt */
.page-header {
  margin-bottom: 48px;
}

@media (max-width: 1023px) {
  .page-header {
    margin-bottom: 32px;
  }
}

.page-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

@media (max-width: 1023px) {
  .page-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
  }
}

@media (max-width: 560px) {
  .page-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
  }
}

.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0;
  cursor: default;
}

@media (max-width: 1023px) {
  .breadcrumb {
    flex-wrap: wrap;
  }
}

.breadcrumb__item {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.breadcrumb__item:not(:last-child) {
  color: #888888;
}

.breadcrumb__item:not(:last-child):after {
  content: url("/local/templates/segal/img/arrow-right.svg");
}

.breadcrumb__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.breadcrumb__item a:hover {
  color: #72C400;
}

.breadcrumb.-selected,
.breadcrumb__item.-selected a:hover {
  color: #222;
}

.video-box,
.product-info__video {
  height: 560px;
}

.video-box video,
.product-info__video video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Sub Layoyt */
/* Выпадающее меню */
.dropdown-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #CECECE;
  padding-top: 89px;
  height: calc(100vh - 89px);
  z-index: 2;
}

.dropdown-list__item {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.dropdown-list__body {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.dropdown-list__body::-webkit-scrollbar {
  width: 0;
}

.dropdown-list__body {
  -ms-overflow-style: none;
}

.dropdown-list__body {
  overflow: -moz-scrollbars-none;
}

.dropdown-list__item.-show {
  max-height: 100%;
  height: 100%;
  transition: max-height 1s ease-in-out;
}

.about-us {
  display: flex;
  min-height: 100%;
}

.about-us__left {
  flex: 0 0 26%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #CECECE;
  background-color: #fff;
}

.about-us__left li:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

.about-us__right {
  flex: 1 0 0;
  background-color: #fff;
}

.info-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 64px 32px 32px 32px;
}

.info-box__close {
  position: absolute;
  top: 24px;
  right: 24px;
}

.info-box img {
  display: block;
  width: 100%;
  height: auto;
}

.info-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 1439px) {
  .info-box p {
    font-size: 18px;
    line-height: 18px;
  }
}

.info-box__left {
  flex: 0 0 64%;
}

.info-box__right {
  flex: 0 0 34%;
}

.marketing-stats__item:not(:last-child) {
  margin-bottom: 32px;
}

.marketing-stats__item span:nth-child(1) {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  margin-bottom: 8px;
}

.marketing-stats__item span:nth-child(2) {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #72C400;
}

/* конец Выпадающее меню */
@media (max-width: 1023px) {
  .segal__main {
    min-height: 0;
  }
}

.not-found {
  height: 720px;
  margin-bottom: 45px;
}

@media (max-width: 1439px) {
  .not-found {
    height: 600px;
  }
}

@media (max-width: 1023px) {
  .not-found {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .not-found__content {
    width: 100%;
    max-width: 560px;
  }
}

.not-found__title {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 1439px) {
  .not-found__title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1023px) {
  .not-found__title {
    font-size: 28px;
    line-height: 32px;
  }
}

.not-found__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.not-found__buttons a,
.default-button a,
.footer__bottom a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1023px) {
  .not-found__buttons {
    display: block;
  }
}

@media (max-width: 1439px) {
  .not-found__home {
    font-size: 20px;
    line-height: 20px;
    padding: 16px 28px;
  }
}

@media (max-width: 1023px) {
  .not-found__home {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 1439px) {
  .not-found__catalog {
    font-size: 20px;
    line-height: 20px;
    padding: 16px 28px;
  }
}

@media (max-width: 1023px) {
  .not-found__catalog {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
}

.not-found__body {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/local/templates/segal/img/404bck.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1023px) {
  .not-found__body {
    background-image: url("/local/templates/segal/img/404bck-mobile.png");
    background-position: center 110%;
    height: 500px;
    background-size: auto;
  }
}

.not-found__decor {
  position: absolute;
}

.not-found__decor:nth-child(1) {
  left: 0;
  top: -80px;
}

.not-found__decor:nth-child(2) {
  left: -50px;
  top: 210px;
}

.not-found__decor:nth-child(3) {
  left: -100px;
  bottom: 0;
}

.not-found__decor:nth-child(4) {
  right: -70px;
  top: -60px;
}

.not-found__decor:nth-child(5) {
  right: -10px;
  top: 240px;
}

.not-found__decor:nth-child(6) {
  right: -70px;
  bottom: 50px;
}

.products-carousel [data-action=stop] {
  display: none;
}

.products-carousel__title {
  margin-bottom: 64px;
}

@media (max-width: 1024px) {
  .products-carousel__title {
    margin-bottom: 32px;
  }
}

.products-carousel__body {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .products-carousel__body {
    margin-bottom: 24px;
  }
}

.products-carousel__body .product-preview__text {
  min-height: 72px;
}

@media (max-width: 1023px) {
  .products-carousel__body .product-preview__text {
    min-height: auto;
  }
}

.products-carousel__bottom {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .products-carousel__bottom {
    justify-content: center;
  }
}

.products-carousel__line {
  flex: 1 0 0;
  height: 1px;
  background-color: #888;
  margin-right: 32px;
}

@media (max-width: 1024px) {
  .products-carousel__line {
    display: none;
  }
}

.products-carousel__pagination {
  flex: 0 0 auto;
}

@media (max-width: 1279px) {
  .products-carousel__pagination .pagination__prev {
    margin-right: 8px;
  }
}

@media (max-width: 1279px) {
  .products-carousel__pagination .pagination__prev svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1279px) {
  .products-carousel__pagination .pagination__next {
    margin-left: 8px;
  }
}

@media (max-width: 1279px) {
  .products-carousel__pagination .pagination__next svg {
    width: 32px;
    height: 32px;
  }
}

.product-preview {
  outline: none;
  display: block;
  text-decoration: none;
  padding: 32px;
  background-color: #fff;
  color: inherit;
  transition: 0.3s;
  border: 1px solid #fff;
  min-width: 200px;
}

.product-preview:hover {
  border: 1px solid #222;
}

.product-preview__control {
  position: absolute;
  display: flex;
  gap: 4px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.product-preview__control span {
  flex: 1 0 0;
}

.product-preview__control span.-active {
  border-bottom: 4px solid #72C400;
}

.product-preview__control span:first-of-type:is(:last-of-type) {
  border-bottom: none;
}

.product-preview__image {
  position: relative;
  height: 240px;
  margin-bottom: 32px;
}

.product-preview__image img,
.product-preview__image video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  object-position: center;
  object-fit: contain;
  z-index: 1;
  transition: 0.3s;
}

.product-preview__image img.-active,
.product-preview__image video.-active {
  opacity: 1;
}

.product-preview__text {
  flex: 1 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-preview__link {
  display: flex;
  flex: 1 0 0;
}

@media (max-width: 1024px) {
  .product-preview__link {
    align-items: center;
  }
}

.pagination {
  display: inline-flex;
}

.pagination__prev,
.pagination__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.3s;
}

.pagination__prev svg,
.pagination__next svg {
  display: block;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}

.pagination__prev:hover svg,
.pagination__next:hover svg {
  fill: #72C400;
}

.pagination__next svg {
  transform: rotate(180deg);
}

.pagination__navs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination__navs li a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.pagination__navs li span {
  cursor: default;
}

.pagination__navs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

.pagination__navs li.-active a,
.pagination__navs li.-active span,
.pagination__navs li.tns-nav-active,
.pagination__navs li a:hover {
  color: #72C400;
}

.catalog-listing__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 48px;
}

@media (max-width: 1279px) {
  .catalog-listing__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .catalog-listing__grid {
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .catalog-listing__grid {
    grid-template-columns: 1fr;
  }
}

.catalog-listing__item.-ad .catalog-ad {
  width: 100%;
  min-height: 392px;
  max-height: 392px;
}

.catalog-listing__item .product-preview,
.equipment__body .product-preview {
  min-height: 328px;
  max-height: 328px;
}

.bottom-control {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .bottom-control {
    flex-direction: column;
  }
}

.bottom-control__left {
  flex: 1 0 0;
  margin-bottom: 16px;
}

.bottom-control__middle {
  flex: 1 0 0;
  text-align: center;
  margin-bottom: 16px;
}

.bottom-control__right {
  flex: 1 0 0;
  text-align: right;
}

.bottom-control__more {
  display: inline-block;
}

.bottom-control__pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.catalog-banner {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(100.48deg, #144629 3.01%, #16372A 85.09%);
}

@media (max-width: 1024px) {
  .catalog-banner {
    padding: 60px 0 200px 0;
  }
}

.catalog-banner__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
  color: #fff;
  padding: 0 110px;
}

@media (max-width: 1024px) {
  .catalog-banner__title {
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
  }
}

.catalog-banner__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .catalog-banner__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.catalog-banner__bottom {
  display: flex;
  justify-content: center;
}

.catalog-banner__img {
  position: absolute;
}

.catalog-banner__img.-one {
  bottom: 0;
  left: 15%;
}

@media (max-width: 1279px) {
  .catalog-banner__img.-one {
    width: 130px;
    bottom: -7%;
  }
}

@media (max-width: 1023px) {
  .catalog-banner__img.-one {
    display: none;
  }
}

.catalog-banner__img.-two {
  bottom: 0;
  left: 25%;
}

@media (max-width: 1279px) {
  .catalog-banner__img.-two {
    width: 230px;
    bottom: -7%;
  }
}

@media (max-width: 1023px) {
  .catalog-banner__img.-two {
    display: none;
  }
}

.catalog-banner__img.-three {
  bottom: 0;
  right: 27%;
}

@media (max-width: 1279px) {
  .catalog-banner__img.-three {
    width: 260px;
    right: 23%;
    bottom: -7%;
  }
}

@media (max-width: 1023px) {
  .catalog-banner__img.-three {
    display: none;
  }
}

.catalog-banner__img.-four {
  bottom: 0;
  right: 14%;
}

@media (max-width: 1279px) {
  .catalog-banner__img.-four {
    width: 170px;
    bottom: -10%;
  }
}

@media (max-width: 1023px) {
  .catalog-banner__img.-four {
    display: none;
  }
}

.catalog-banner__img.-five {
  display: none;
  width: 146px;
  height: 132px;
  bottom: 0;
}

@media (max-width: 1023px) {
  .catalog-banner__img.-five {
    display: block;
  }
}

.catalog-banner__img.-six {
  display: none;
  width: 180px;
  height: 246px;
  right: 10px;
  bottom: -50px;
}

@media (max-width: 1023px) {
  .catalog-banner__img.-six {
    display: block;
  }
}

.catalog-ad {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: #14462E;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: 0.3s;
}

.catalog-ad[href]:hover {
  background-color: #72C400;
}

.catalog-ad__title {
  flex: 1 0 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0%;
  color: #A6EF67;
  margin-bottom: 8px;
  transition: 0.3s;
}

.catalog-ad[href]:hover .catalog-ad__title {
  color: #222;
}

.catalog-ad__buttons {
  display: flex;
  justify-content: flex-end;
}

.catalog-ad__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1023px) {
  .catalog-ad__img {
    width: 100px;
    height: auto;
  }
}

.catalog-control__section {
  margin-bottom: 48px;
}

.catalog-control__tabs {
  margin-bottom: 48px;
  overflow-y: auto;
  padding-bottom: 16px;
}

.catalog-control__tabs label {
  flex: 0 0 auto;
}

.catalog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (min-width: 1023px) and (max-width: 1439px) {
  .catalog-categories {
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .catalog-categories {
    overflow-y: auto;
    padding-bottom: 16px;
    flex-wrap: nowrap;
  }
}

.catalog-categories__item {
  flex: 0 0 265px;
  min-width: 265px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1279px) and (max-width: 1439px) {
  .catalog-categories__item {
    flex: 0 0 calc(25% - 8px);
  }
}

@media (min-width: 1023px) and (max-width: 1279px) {
  .catalog-categories__item {
    flex: 0 0 calc(33.3333333% - 8px);
  }
}

@media (max-width: 1279px) {
  .catalog-categories__item {
    height: 80px;
  }
}

.fefco-filter__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.fefco-filter__items {
  display: none;
  flex-wrap: wrap;
  gap: 16px;
  overflow-y: auto;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {
  .fefco-filter__items {
    overflow-y: auto;
    padding-bottom: 16px;
    flex-wrap: nowrap;
  }
}

.fefco-filter__items.-show {
  display: flex;
}

.fefco-filter__clear {
  display: none;
}

.fefco-filter__clear.-show {
  display: flex;
}

.feedback {
  padding: 160px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: linear-gradient(100.48deg, #144629 3.01%, #16372A 85.09%);
}

@media (max-width: 1279px) {
  .feedback {
    padding: 80px 0;
  }
}

@media (max-width: 1023px) {
  .feedback {
    padding: 60px 0;
  }
}

.feedback__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .feedback__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.feedback__container {
  position: relative;
  width: 1146px;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  .feedback__container {
    width: 1200px;
  }
}

@media (max-width: 1279px) {
  .feedback__container {
    width: calc(100% - 30px);
  }
}

.feedback__form {
  position: relative;
  padding: 32px 32px 64px 32px;
  background-color: #F5F4F1;
  box-sizing: border-box;
  z-index: 2;
}

@media (max-width: 1023px) {
  .feedback__form {
    padding: 12px 12px 24px 12px;
  }
}

.feedback__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}

.feedback .light-form {
  flex: 0 0 57%;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .feedback .light-form {
    flex: 0 0 100%;
    order: 2;
  }
}

.feedback__advants {
  flex: 0 0 38%;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .feedback__advants {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 16px;
  }
}

.feedback__advants .dialog-advants__item svg {
  max-width: 40px;
}

@media (max-width: 1023px) {
  .feedback__advants .dialog-advants__item svg {
    flex: 0 0 40px;
  }
}

.feedback__decoration {
  position: absolute;
  z-index: 1;
}

@media (max-width: 1439px) {
  .feedback__decoration {
    display: none;
  }
}

.feedback__decoration:nth-child(1) {
  top: -12%;
  left: -13%;
}

.feedback__decoration:nth-child(2) {
  top: 21%;
  left: -13%;
}

.feedback__decoration:nth-child(3) {
  top: 82%;
  left: -12%;
}

.feedback__decoration:nth-child(4) {
  right: -13%;
  top: -13%;
}

.feedback__decoration:nth-child(5) {
  right: -13%;
  top: -3%;
}

.feedback__decoration:nth-child(6) {
  bottom: -24%;
  right: -12%;
  z-index: 3;
}

.tiny-navigation {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1023px) {
  .tiny-navigation {
    grid-template-columns: 1fr;
  }
}

.tiny-navigation__item {
  padding: 54px 32px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 32px 32px 32px 1px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .tiny-navigation__item {
    padding: 32px;
  }
}

.tiny-navigation__item:hover {
  background-color: #72C400;
}

.tiny-navigation__item span {
  display: block;
  flex: 1 0 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: #14462E;
  margin-right: 16px;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .tiny-navigation__item span {
    font-size: 20px;
  }
}

.tiny-navigation__item:hover span {
  color: #fff;
}

.link-block {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  background-color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
  color: inherit;
}

.link-block.document {
  grid-template-columns: min-content 1fr min-content !important;
}

.link-block:hover {
  border: 1px solid #72C400;
}

.link-block span:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
}

.link-block span:last-child {
  background-color: #F5F4F1;
  border-radius: 100%;
  padding: 8px;
}

.link-block span:last-child svg {
  width: 18px;
  height: 18px;
  fill: #72C400;
}

.link-block:not(:last-child) {
  margin-bottom: 8px;
}

.link-block span.doc-icon {
  padding-right: 8px;
  width: 24px;
  height: 24px;
}

.link-block a {
  text-decoration: none;
  color: inherit;
}

.contacts-box__phone a:nth-child(1) {
  color: #222;
}

.contacts-box__email {
  color: #222;
}

.org-info {
  display: flex;
  margin-top: 64px;
  margin-bottom: 120px;
}

@media (max-width: 1023px) {
  .org-info {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

.org-info__map {
  flex: 0 0 800px;
  height: 480px;
}

@media (max-width: 1439px) {
  .org-info__map {
    flex: 0 0 600px;
  }
}

@media (max-width: 1279px) {
  .org-info__map {
    flex: 0 0 500px;
  }
}

@media (max-width: 1023px) {
  .org-info__map {
    flex: 0 0 100%;
    order: 2;
  }
}

.org-info__content {
  flex: 1 0 0;
  padding: 0 0 82px 40px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .org-info__content {
    flex: 0 0 100%;
    order: 1;
    padding-left: 0;
    padding-bottom: 40px;
  }
}

.org-info__content .address {
  margin-bottom: 32px;
}

.org-info__content .address__title {
  margin-bottom: 8px;
  color: #888888;
  font-size: 20px;
  font-weight: 500;
}

.org-info__content .address__content {
  font-size: 20px;
  font-weight: 500;
}

.org-info__content .schedule {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .org-info__content .schedule {
    margin-bottom: 32px;
  }
}

.org-info__content .schedule__title {
  margin-bottom: 8px;
  color: #888;
  font-size: 20px;
  font-weight: 500;
}

.org-info__content .schedule__content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.org-info__contacts {
  position: relative;
}

.org-info__control {
  margin-bottom: 32px;
}

.org-info__item {
  position: absolute;
  top: -9999px;
}

.org-info__item.-active {
  position: static;
}

.documents-list {
  padding: 0;
  width: 50%;
}

@media (max-width: 1023px) {
  .documents-list {
    width: 100%;
  }
}

.document-item {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background-color: #fff;
  text-decoration: none;
  justify-content: space-between;
  width: 50%;
}

.document-item:not(:last-child) {
  margin-bottom: 8px;
}

.document-item__title {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 500;
}

.document-item__title:before {
  position: absolute;
  content: url(/img/arrow-right.svg);
  top: 0px;
  left: 0px;
}

.document-item__arrow {
  position: relative;
  background-color: #F5F4F1;
  border-radius: 300px;
  width: 40px;
  height: 40px;
}

.document-item__arrow:before {
  position: absolute;
  content: url(/img/arrow-right.svg);
  top: 11px;
  left: 11px;
}

.team__list {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1279px) {
  .team__list {
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .team__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}

.team-item__avatar {
  margin-bottom: 8px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1439px) {
  .team-item__avatar {
    width: 100%;
    height: auto;
  }
}

.team-item__name,
.team-item__position,
.team-item__email {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.team-item__name:last-child,
.team-item__position:last-child,
.team-item__email:last-child {
  margin-bottom: 14px;
}

.team-item__email {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.team-item__email:hover {
  color: #72c400;
}

@media (max-width: 1279px) {
  .team-item-empty {
    display: none;
  }
}

.vacancies__list {
  width: 50%;
  padding: 0;
}

@media (max-width: 1023px) {
  .vacancies__list {
    width: 100%;
  }
}

.vacancy-item {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  background-color: #fff;
  text-decoration: none;
  justify-content: space-between;
  width: 50%;
}

.vacancy-item__arrow {
  position: relative;
  background-color: #F5F4F1;
  border-radius: 300px;
  width: 40px;
  height: 40px;
}

.vacancy-item__arrow:before {
  position: absolute;
  content: url(/img/arrow-right.svg);
  top: 11px;
  left: 11px;
}

.vacancy-item:not(:last-child) {
  margin-bottom: 8px;
}

.catalog-menu {
  display: flex;
  gap: 8px;
}

.dialog-bck.white-bck {
  flex: 1;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dialog-bck.white-bck span:nth-child(1) {
  font-size: 28px;
  font-weight: 500;
}

.dialog-bck.white-bck span:nth-child(2) {
  background-color: #F5F4F1;
  border-radius: 100%;
  padding: 8px;
}

.dialog-bck.white-bck span:nth-child(2) svg {
  width: 18px;
  height: 18px;
  fill: #72C400;
}

.horizontal-accordion__body {
  display: flex;
}

@media (max-width: 1023px) {
  .horizontal-accordion__body {
    display: block;
  }
}

.horizontal-accordion__item {
  position: relative;
  display: flex;
  margin-right: 8px;
  background-color: #fff;
  cursor: pointer;
  height: 550px;
  justify-content: flex-end;
  transition: flex-grow 1s;
  background-color: #14462E;
  border-top-right-radius: 80px;
}

@media (max-width: 1279px) {
  .horizontal-accordion__item {
    height: 400px;
  }
}

@media (max-width: 1023px) {
  .horizontal-accordion__item {
    flex-direction: column;
    height: auto;
    margin-bottom: 8px;
  }
}

.horizontal-accordion__item.-active {
  flex: 1 0 0;
}

.horizontal-accordion__item::last-child {
  margin-right: 0;
}

.horizontal-accordion__head {
  padding: 32px 32px 32px 16px;
  color: #222;
  background-color: #fff;
  z-index: 1;
  border-top-right-radius: 64px;
}

@media (max-width: 1023px) {
  .horizontal-accordion__head {
    order: 1;
    padding: 16px 16px 16px 16px;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    border-top-right-radius: 32px;
  }
}

.horizontal-accordion__item.-active .horizontal-accordion__head {
  color: #A6EF67;
  background-color: #14462E;
}

.horizontal-accordion__content {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0s 1s;
  z-index: 1;
}

@media (max-width: 1023px) {
  .horizontal-accordion__content {
    position: static;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s;
    order: 2;
  }
}

.horizontal-accordion__item.-active .horizontal-accordion__content {
  background-color: #14462E;
  transition: background-color 0s 0s;
  transition: max-height 3s;
  z-index: 2;
}

@media (max-width: 1023px) {
  .horizontal-accordion__item.-active .horizontal-accordion__content {
    max-height: 999px;
  }
}

.horizontal-accordion__text {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 44.8px;
  padding: 32px;
  color: #A6EF67;
  box-sizing: border-box;
  transition-duration: 0;
  transition-delay: 0;
}

@media (max-width: 1279px) {
  .horizontal-accordion__text {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .horizontal-accordion__text {
    position: static;
    padding: 0 16px 16px 16px;
    font-size: 16px;
    line-height: 17px;
  }
}

.horizontal-accordion__item.-active .horizontal-accordion__text {
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.8s;
}

@media (max-width: 1023px) {
  .horizontal-accordion__item.-active .horizontal-accordion__text {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}

.our-clients__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .our-clients__title {
    margin-bottom: 32px;
  }
}

.our-clients__body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .our-clients__body {
    justify-content: space-between;
  }
}

.tech-capability__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .tech-capability__title {
    margin-bottom: 32px;
  }
}

.tech-capability__controll {
  overflow-x: auto;
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .tech-capability__controll {
    padding-bottom: 20px;
  }
}

.tech-capability__controll label {
  flex: 0 0 auto;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .tech-capability__controll label {
    margin-bottom: 0;
  }
}

.tech-capability__body {
  position: relative;
  overflow: hidden;
}

.tech-capability__slide {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.tech-capability__slide.-active {
  position: static;
  opacity: 1;
  z-index: 2;
}

.tech-capability__item:not(:last-child) {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .tech-capability__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: end;
}

@media (max-width: 1023px) {
  .capabilities {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 16px 0;
  }
}

.capability-item__img {
  margin-bottom: 34px;
}

@media (max-width: 1023px) {
  .capability-item__img {
    display: block;
    margin-bottom: 34px;
  }
}

.capability-item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1023px) {
  .capability-item__text {
    font-size: 18px;
    line-height: 1.3;
  }
}

.capability-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

@media (max-width: 1023px) {
  .capability-products {
    display: flex;
    overflow-x: auto;
    padding-bottom: 16px;
  }
}

.equipment__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .equipment__title {
    margin-bottom: 32px;
  }
}

.equipment__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

@media (max-width: 1023px) {
  .equipment__body {
    display: flex;
    overflow-x: auto;
    padding-bottom: 16px;
  }
}

.equipment__body .product-preview {
  flex: 0 0 auto;
  max-width: 250px;
}

@media (max-width: 1023px) {
  .main-banner {
    margin-bottom: 80px;
  }
}

.main-banner__bottom {
  position: relative;
  height: 170px;
}

@media (max-width: 1023px) {
  .main-banner__bottom {
    height: auto;
  }
}

.main-banner__link {
  position: absolute;
  top: -170px;
  right: 6%;
}

@media (max-width: 1023px) {
  .main-banner__link {
    position: relative;
    top: 0;
    right: 0;
  }
}

.main-banner__img {
  position: relative;
  display: inline-block;
  top: -40px;
}

@media (max-width: 1279px) {
  .main-banner__img {
    max-width: 450px;
  }
}

@media (max-width: 1023px) {
  .main-banner__img {
    width: 300px;
    height: 297px;
    top: 0;
    margin-bottom: -40px;
  }
}

.main-banner__cols {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(100.48deg, #144629 3.01%, #16372A 85.09%);
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

@media (max-width: 1023px) {
  .main-banner__cols {
    border-radius: 32px;
    display: block;
    margin-bottom: 50px;
  }
}

.main-banner__left {
  flex: 0 0 50%;
  padding-left: 32px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  .main-banner__left {
    padding-top: 50px;
  }
}

@media (max-width: 1023px) {
  .main-banner__left {
    padding: 16px 16px 0 16px;
  }
}

.main-banner__right {
  position: relative;
  flex: 0 0 50%;
  text-align: right;
  padding-right: 32px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .main-banner__right {
    padding-right: 16px;
  }
}

.main-banner__title {
  color: #fff;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .main-banner__title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1023px) {
  .main-banner__title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
  }
}

.main-banner__descr {
  color: #fff;
  margin-bottom: 32px;
}

.main-banner__buttons {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .main-banner__buttons {
    flex-wrap: wrap;
  }
}

@media (max-width: 1439px) {

  .main-banner__buttons button,
  .main-banner__buttons a {
    font-size: 17px;
  }
}

@media (max-width: 1279px) {

  .main-banner__buttons button,
  .main-banner__buttons a {
    font-size: 13px;
    padding: 15px 30px;
  }
}

@media (max-width: 1023px) {

  .main-banner__buttons button,
  .main-banner__buttons a {
    width: 100%;
    text-align: center;
  }
}

.main-banner__buttons button:not(:last-child),
.main-banner__buttons a:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 1023px) {

  .main-banner__buttons button:not(:last-child),
  .main-banner__buttons a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.services {
  position: relative;
  padding-bottom: 60px;
}

.services:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-color: #14462E;
}

.services__container {
  position: relative;
  z-index: 2;
}

.services__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .services__title {
    margin-bottom: 24px;
  }
}

.services__descr {
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .services__descr {
    margin-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .services__descr br {
    display: none;
  }
}

.services__descr span {
  color: #CAD2CC;
  transition: 0.5s;
}

.services__descr span.animated-fill {
  color: #222;
}

.services__body {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 6px));
  gap: 8px;
}

@media (max-width: 1023px) {
  .services__body {
    grid-template-columns: repeat(2, calc(50% - 6px));
  }
}

.services__item {
  height: 380px;
}

@media (max-width: 1023px) {
  .services__item {
    height: 240px;
  }
}

.service-item {
  --path-fill: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #153627;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s;
  text-decoration: none;
}

.service-item[href] {
  cursor: pointer;
}

.service-item[href]:hover {
  background-color: #72C400;
}

@media (max-width: 1023px) {
  .service-item {
    padding: 12px;
  }
}

.service-item span {
  display: block;
}

.service-item span:nth-child(1) {
  color: #fff;
}

@media (max-width: 1023px) {
  .service-item span:nth-child(1) {
    margin-bottom: 8px;
  }
}

.service-item span:nth-child(2) {
  color: #fff;
}

.service-item svg,
.service-item img {
  display: block;
  width: 84px;
  height: 84px;
  align-self: flex-end;
  transition: 0.5s;
}

@media (max-width: 1023px) {

  .service-item svg,
  .service-item img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

.service-item.-invertion {
  --path-fill: $theme-color-dark;
  background-color: #fff;
  border-bottom-right-radius: 64px;
}

.service-item.-invertion:hover {
  background-color: #72C400;
}

.service-item.-invertion:hover span:nth-child(1) {
  color: #fff;
}

.service-item.-invertion:hover svg {
  fill: #fff;
}

.service-item.-invertion span:nth-child(1) {
  color: #222;
}

.service-item.-light {
  background-color: #fff;
}

.service-item.-light span:nth-child(1),
.service-item.-light span:nth-child(2) {
  color: #222;
}

.use {
  padding-top: 60px;
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 1023px) {
  .use {
    margin-bottom: 80px;
  }
}

.use:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #14462E;
  z-index: 1;
}

@media (max-width: 1023px) {
  .use:before {
    height: 300px;
  }
}

.use__container {
  position: relative;
  z-index: 2;
}

.use__title {
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .use__title {
    margin-bottom: 40px;
  }
}

.use__body {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 6px));
  gap: 8px;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .use__body {
    grid-template-columns: repeat(2, calc(50% - 6px));
  }
}

.use__bottom {
  display: flex;
  gap: 8px;
}

@media (max-width: 1023px) {
  .use__bottom {
    display: block;
  }
}

.use__bottom .dialog-bck {
  flex: 0 0 50%;
}

@media (max-width: 1279px) {
  .use__bottom .dialog-bck {
    font-size: 30px !important;
    line-height: 40px !important;
    padding: 40px 30px;
  }
}

@media (max-width: 1023px) {
  .use__bottom .dialog-bck {
    display: block;
    margin-bottom: 8px;
  }
}

.use__bottom .dialog-bck:nth-child(1) {
  color: #fff;
}

@media (max-width: 1023px) {
  .use__bottom .dialog-bck:nth-child(1) {
    font-size: 20px;
    line-height: 22px;
  }
}

.use__bottom .dialog-bck:nth-child(2) {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .use__bottom .dialog-bck:nth-child(2) {
    font-size: 20px;
    line-height: 22px;
  }
}

.use__bottom .dialog-bck:nth-child(2) span:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

@media (max-width: 1023px) {
  .use__bottom .dialog-bck:nth-child(2) span:nth-child(2) {
    width: 40px;
    height: 40px;
  }
}

.use__bottom .dialog-bck:nth-child(2) span:nth-child(2) svg {
  width: 32px;
  height: 32px;
  fill: #72C400;
}

@media (max-width: 1023px) {
  .use__bottom .dialog-bck:nth-child(2) span:nth-child(2) svg {
    width: 16px;
    height: 16px;
  }
}

.use__item.use-item:nth-child(1) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(1) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(2) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(2) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(3) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(3) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(4) .use-item__img {
  top: 30px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(4) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(5) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(5) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(6) .use-item__img {
  top: 30px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(6) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(7) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(7) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(8) .use-item__img {
  top: 30px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(8) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(9) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(9) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(10) .use-item__img {
  top: 30px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(10) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(11) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(11) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use__item.use-item:nth-child(12) .use-item__img {
  top: 35px;
  left: 90px;
}

@media (max-width: 1439px) {
  .use__item.use-item:nth-child(12) .use-item__img {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.use-item {
  padding: 32px;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.5s;
  color: #222;
  text-decoration: none;
}

.use-item[href]:hover {
  background-color: #153627;
  color: #fff;
}

@media (max-width: 1439px) {
  .use-item {
    padding: 24px 24px 150px 24px;
  }
}

@media (max-width: 1279px) {
  .use-item {
    padding: 16px 16px 150px 16px;
  }
}

@media (max-width: 1023px) {
  .use-item {
    padding: 12px 12px 150px 12px;
  }
}

.use-item__title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
  color: #222;
  transition: 0.5s;
  word-break: break-word;
}

@media (max-width: 1023px) {
  .use-item__title {
    font-size: 16px;
    line-height: 17px;
  }
}

@media (max-width: 1279px) {
  .use-item__title {
    font-size: 20px;
    line-height: 25px;
  }
}

.use-item__descr {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #222;
  transition: 0.5s;
}

@media (max-width: 1023px) {
  .use-item__descr {
    font-size: 12px;
    line-height: 13px;
  }
}

@media (max-width: 1279px) {
  .use-item__descr {
    font-size: 14px;
    line-height: 16px;
  }
}

.use-item[href]:hover .use-item__descr {
  color: #fff;
}

.use-item__img {
  position: relative;
  display: block;
  width: 218px;
  height: 218px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1439px) {
  .use-item__img {
    position: absolute;
    width: 136px;
    height: 136px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-page p {
  margin: 0 0 24px 0;
}

.text-page p big {
  margin: 0;
}

.page-header.container {
  margin-bottom: 48px;
}

.prev-viewed-items {
  margin-bottom: 120px;
}

.product-info {
  margin-bottom: 120px;
}

@media (max-width: 1023px) {
  .product-info {
    margin-bottom: 60px;
  }
}

.product-info__top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

@media (max-width: 1023px) {
  .product-info__top {
    flex-wrap: wrap;
  }
}

.product-info__descr {
  margin-bottom: 120px;
}

@media (max-width: 1023px) {
  .product-info__descr {
    margin-bottom: 60px;
  }
}

.product-info__top-gallery {
  flex: 0 0 49%;
  max-width: 49%;
}

@media (max-width: 1023px) {
  .product-info__top-gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-info__top-content {
  margin-left: 32px;
}

@media (max-width: 1023px) {
  .product-info__top-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.product-info__id {
  display: flex;
  gap: 16px;
  align-items: end;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .product-info__id {
    align-items: center;
  }
}

.product-info__code {
  font-weight: 500;
  font-size: 28px;
  color: #72C400;
}

@media (max-width: 1023px) {
  .product-info__code {
    font-size: 20px;
  }
}

.product-info__code-tooltip {
  font-weight: 500;
  font-size: 20px;
  color: #888;
}

@media (max-width: 1023px) {
  .product-info__code-tooltip {
    font-size: 13px;
  }
}

.product-info__summary {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .product-info__summary {
    font-size: 16px;
    line-height: 22px;
  }
}

.product-info__get-estimate {
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .product-info__get-estimate .default-button {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

.product-detail {
  display: flex;
  gap: 8px;
}

@media (max-width: 1023px) {
  .product-detail {
    gap: 0;
    flex-wrap: wrap;
  }
}

.product-detail__left {
  flex: 0 0 calc(50% - 4px);
}

@media (max-width: 1023px) {
  .product-detail__left {
    flex: 0 0 100%;
  }
}

.product-detail__right {
  flex: 0 0 calc(50% - 4px);
}

@media (max-width: 1023px) {
  .product-detail__right {
    flex: 0 0 100%;
  }
}

.product-detail__title {
  font-weight: 500;
  font-size: 28px;
}

.product-detail__title:not(:last-child) {
  margin-bottom: 24px;
}

.product-detail__content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.product-detail__content:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .product-detail__content {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog-advantage-small {
  padding: 20px 16px;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.dialog-advantage-small img {
  margin-bottom: 0;
}

.product-gallery__img {
  position: relative;
  margin-bottom: 10px;
  padding-top: 60%;
}

.product-gallery__img img,
.product-gallery__img video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}

.product-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
  margin-bottom: 60px;
}

@media (max-width: 560px) {
  .product-gallery__list {
    margin-bottom: 30px;
  }
}

.product-gallery__list img,
.product-gallery__list video {
  display: block;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  margin-bottom: 8px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1023px) {

  .product-gallery__list img,
  .product-gallery__list video {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 560px) {

  .product-gallery__list img,
  .product-gallery__list video {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.product-gallery__list img.-active,
.product-gallery__list img:hover,
.product-gallery__list video.-active,
.product-gallery__list video:hover {
  border: 2px solid #888;
}

.vacancy {
  display: flex;
  gap: 40px;
}

@media (max-width: 1023px) {
  .vacancy {
    display: block;
  }
}

.vacancy__content {
  flex: 0 0 50%;
}

@media (max-width: 1023px) {
  .vacancy__content {
    margin-bottom: 32px;
    padding-right: 0;
  }
}

.vacancy__form {
  flex: 0 0 50%;
}

.vacancy-form {
  background-color: #fff;
  border: 1px solid #cecece;
}

.vacancy-form__title {
  padding: 32px;
}

@media (max-width: 1023px) {
  .vacancy-form__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    padding: 18px 16px;
  }
}

.vacancy-form__body {
  padding: 32px;
}

@media (max-width: 1023px) {
  .vacancy-form__body {
    padding: 18px 16px;
  }
}

.vacancy-content__general-info {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .vacancy-content__general-info {
    display: block;
  }
}

.vacancy-content__general-info-item {
  border: 1px solid #14462E;
  padding: 8px 16px;
}

@media (max-width: 1023px) {
  .vacancy-content__general-info-item {
    margin-bottom: 8px;
  }
}

.vacancy-content__general-info-item .title {
  color: #14462E;
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}

.vacancy-content__general-info-item .content {
  color: #14462E;
  font-size: 16px;
  font-weight: 500;
}

.vacancy-content__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .vacancy-content__description {
    font-size: 17px;
    line-height: 1.3;
  }
}

.vacancy-content__links {
  margin-bottom: 32px;
}

.vacancy-content__links a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.vacancy-content__links a:hover {
  color: #72C400;
}

.vacancy-content__contacts {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

@media (max-width: 1023px) {
  .vacancy-content__contacts {
    display: block;
  }
}

.vacancy-content__contacts .contacts-box__phone a:nth-child(1) {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .vacancy-content__contacts .contacts-box__phone a:nth-child(1) {
    margin-bottom: 16px;
  }
}

.vacancy-content__contacts .contacts-box__email {
  line-height: 1;
}

.vacancy-content__contacts .contacts-box__email:not(:hover),
.vacancy-content__contacts .contacts-box__phone a:nth-child(1):not(:hover) {
  color: #222;
}

.vacancy-phone {
  display: flex;
  gap: 16px;
}

.vacancy-phone a {
  font-size: 28px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}

.vacancy-email {
  font-size: 28px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}

.other-vacancy__title {
  margin-bottom: 64px;
}

@media (max-width: 1023px) {
  .other-vacancy__title {
    margin-bottom: 32px;
  }
}

.other-vacancy__list {
  width: 50%;
}

@media (max-width: 1023px) {
  .other-vacancy__list {
    width: 100%;
  }
}

[id^="wait_"] {
  display: none;
}

.switch-box a {
  text-decoration: none;
  color: inherit;
}

.footer {
  color: #fff;
}

.file_notice {
  font-size: 12px !important;
}