.gr-btn {
  padding: 0 15px;
  height: 40px;
  text-align: center;
  display: block;
  background: #0092ca;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Wix Madefor Text", sans-serif !important;
  cursor: pointer;
}

.gr-global {
  overflow-x: hidden;
}

.gr-global .gr-button {
  border-radius: 6px;
}

.gr-global .gr-button.gr-white {
  border-radius: 6px;
}

.gr-global .gr-header {
  border-bottom: solid 1px #e7eff1;
  position: relative;
  z-index: 120;
}

.gr-global .gr-header .gr-sidebar__logo {
  display: block;
}

.gr-global .gr-header .gr-header-top-line {
  transition: all 300ms;
  background: #111;
}

.gr-global .gr-header .gr-header-top-line.gr-adm-fx .js-close-burger-new {
  top: 60px;
}

.gr-global .gr-header .gr-header-top-line.js-top-line-opened {
  left: 0;
}

.gr-global .gr-header .gr-header-top-line .gr-top-line-row {
  justify-content: space-between;
}

.gr-global .gr-header .gr-left-header {
  display: flex;
  align-items: center;
  height: 40px;
}

.gr-global .gr-header .gr-left-header .bxmaker__geoip__city {
  height: 20px;
}

.gr-global .gr-header .gr-left-header .gr-phone-top {
  display: none;
}

.gr-global .gr-header .gr-left-header .js-close-burger-new {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gr-global .gr-header .gr-left-header .gr-button-wrapper {
  display: none;
}

.gr-global .gr-header .gr-left-header .gr-question-block {
  display: none;
}

.gr-global .gr-header .gr-left-header .gr-question-block .gr-email-link {
  text-decoration: none;
  color: #0092ca;
  font-weight: 500;
}

.gr-global .gr-header .gr-mobile-title {
  display: none;
  font-size: 14px;
  color: #111;
  margin-bottom: 15px;
}

.gr-global .gr-header .gr-city-header {
  margin-right: 30px;
}

.gr-global .gr-header .gr-city-header .gr-header-city__select {
  color: #788d98;
  border-bottom: none;
  display: flex;
  align-items: center;
}

.gr-global .gr-header .gr-city-header .gr-header-city__select:before {
  content: '';
  background-image: url("/local/templates/gelzer_2025/images/geo-city.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}

.gr-global .gr-header .gr-city-header .gr-header-city__select:after {
  content: '';
  background-image: url("/local/templates/gelzer_2025/images/arrow-down.svg");
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 5px;
}

.gr-global .gr-header .gr-currency-trigger-wrapper {
  position: relative;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-current-currency {
  color: #788d98;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-current-currency:after {
  content: '';
  background-image: url("/local/templates/gelzer_2025/images/arrow-down.svg");
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 5px;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup {
  display: none;
  position: absolute;
  z-index: 200;
  border: solid 1px #e7eff1;
  border-radius: 10px;
  left: -15px;
  top: 20px;
  overflow: hidden;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup.js-currency-opened {
  display: block;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li.selected {
  border-color: #0092ca;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li.selected a {
  color: #0092ca;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li.selected a svg path {
  stroke: #0092ca !important;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li a {
  background: #ffffff;
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #788d98;
  text-decoration: none;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li a span {
  line-height: 11px;
  margin-right: 10px;
}

.gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li a:hover {
  background: #e7eff1;
}

.gr-global .gr-header .gr-right-header {
  display: flex;
  align-items: center;
  height: 40px;
}

.gr-global .gr-header .gr-right-header .gr-phone-top {
  display: block;
}

.gr-global .gr-header .gr-right-header .gr-button-wrapper {
  display: block;
}

.gr-global .gr-header .gr-top-line-nav .gr-header-nav__link {
  color: #788d98;
  font-size: 14px;
  margin-right: 30px;
  text-decoration: none;
  font-weight: 600;
}

.gr-global .gr-header .gr-top-line-nav .gr-header-nav__link:hover {
  color: #0092ca;
}

.gr-global .gr-header .gr-phone-top .gr-phone-link {
  color: #788d98;
  font-size: 14px;
  margin-right: 30px;
  text-decoration: none;
  font-weight: 500;
}

.gr-global .gr-header .gr-button-wrapper .gr-link {
  font-weight: 500;
}

.gr-global .gr-header .gr-button-wrapper .gr-callback-btn {
  background: #ffffff;
  color: #0092ca;
  border: solid 1px #0092ca;
  text-decoration: none;
  line-height: 40px;
  height: 44px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.gr-global .gr-header .gr-logo-line {
  background-color: #fff;
}

.gr-global .gr-header .gr-logo-line .gr-logo-line-row {
  height: 76px;
  align-items: center;
}

.gr-global .gr-header .gr-logo-line .gr-logo-header {
  margin-right: 35px;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn-wrapper {
  margin-right: 35px;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn {
  display: flex;
  align-items: center;
  height: 44px;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn.js-catalog-desktop-btn {
  display: flex;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn.js-catalog-mobile-btn {
  display: none;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn:before {
  content: '';
  display: block;
  background-image: url("/local/templates/gelzer_2025/images/dots.svg");
  height: 28px;
  width: 28px;
  margin-right: 15px;
}

.gr-global .gr-header .gr-logo-line .gr-catalog-btn.js-cat-opened:before {
  background-image: url("/local/templates/gelzer_2025/images/close-cat.svg");
}

.gr-global .gr-header .gr-logo-line .gr-search-block {
  flex-grow: 1;
  margin-right: 35px;
}

.gr-global .gr-header .gr-logo-line .gr-search-block svg {
  margin-left: 10px;
  margin-right: 15px;
}

.gr-global .gr-header .gr-logo-line .gr-search-block .js-search-icon {
  cursor: pointer;
}

.gr-global .gr-header .gr-logo-line .gr-search-block .gr-mobile-search {
  text-transform: uppercase;
  display: none;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.gr-global .gr-header .gr-logo-line .gr-search-block .gr-mobile-search:before {
  content: '';
  display: block;
  background-image: url("/local/templates/gelzer_2025/images/search-orange.svg");
  height: 28px;
  width: 28px;
  background-size: cover;
}

.gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-input-wrapper {
  height: 44px;
  border: solid 1px #CCD6DD;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-input-wrapper input {
  font-family: "Wix Madefor Text", sans-serif;
  height: 42px;
  width: 100%;
  border: none;
  font-size: 16px;
  display: block;
  line-height: 44px;
  background-color: transparent;
}

.gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link {
  color: #ff4000;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link .gr-cart-icon {
  position: absolute;
  background-color: #788d98;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  left: 16px;
  top: -4px;
  text-align: center;
}

.gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link .gr-cart-text {
  font-size: 11px;
  font-weight: bold;
}

.gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link .gr-cart-total {
  display: none;
}

.gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link:before {
  content: '';
  background-image: url("/local/templates/gelzer_2025/images/cart-ic.svg");
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.gr-global .gr-header .gr-mobile-line {
  display: none;
}

.gr-global .gr-header .gr-mobile-line .gr-mobile-row {
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  height: 60px;
}

.gr-global .gr-header .gr-mobile-line .gr-mobile-burger {
  margin-right: 20px;
  cursor: pointer;
}

.gr-global .gr-header .gr-mobile-line .gr-logo-header {
  flex-grow: 1;
}

.gr-global .gr-header .gr-mobile-line .gr-sidebar__logo {
  display: block;
  max-width: 132px;
}

.gr-global .gr-header .gr-catalog-menu-wrapper {
  padding: 30px 0px;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  background-color: #fff;
  display: none;
}

.gr-global .gr-header .gr-catalog-menu-wrapper > .gr-wrapper > .gr-row {
  position: relative;
}

.gr-global .gr-header .gr-catalog-menu-wrapper.js-active-desktop-menu {
  display: block;
  animation: fadeInMenu 500ms ease forwards;
}

.gr-global .gr-header .gr-catalog-nav {
  column-gap: 30px;
  display: flex;
}

.gr-global .gr-header .gr-catalog-nav .gr-header-nav__link {
  display: block;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}

.gr-global .gr-header .gr-catalog-nav .gr-header-nav__sublink {
  color: #788d98;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  line-height: 100%;
  text-decoration: none;
}

.gr-global .gr-header .gr-catalog-nav .gr-menu-second-col .gr-remk {
  margin-bottom: 30px;
}

.gr-global .gr-header .gr-catalog-nav .gr-menu-four-col .gr-comp {
  display: flex;
  flex-wrap: wrap;
}

.gr-global .gr-header .gr-catalog-nav .gr-menu-four-col .gr-comp .gr-header-nav__link {
  width: 100%;
}

.gr-global .gr-header .gr-catalog-nav .gr-menu-four-col .gr-comp .gr-k-col {
  width: 50%;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  transition: left 300ms;
  height: 100vh;
  overflow-y: scroll;
  left: -100%;
  z-index: 1200;
  background-color: #fff;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper.js-level-one-active {
  left: 0;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper.gr-adm-fx {
  padding-top: 40px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper.gr-adm-fx ul.level-two {
  padding-top: 40px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu li:not(:first-child) {
  padding-left: 15px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu li:not(:first-child) a {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e7eff1;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  justify-content: space-between;
  padding-right: 15px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu li:not(:first-child) a .gr-submenu-arrow {
  background-image: url("/local/templates/gelzer_2025/images/arrow-right.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-menu-title,
.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-submenu-title {
  font-size: 18px;
  font-weight: 500;
  background-color: #e7eff1;
  color: #111;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 60px;
  justify-content: space-between;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-submenu-title {
  padding-left: 0px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-submenu-title .gr-subtitle-text {
  flex-grow: 1;
  padding-left: 15px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-mobile-close-btn,
.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-mobile-close-btn-sub {
  background-image: url("/local/templates/gelzer_2025/images/close-burger.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-mobile-back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 48px;
  border-right: solid 1px #fff;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .gr-mobile-back-btn:before {
  content: '';
  background-image: url("/local/templates/gelzer_2025/images/arrow-left.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .level-two {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: right 300ms;
  right: -100%;
  background-color: #ffffff;
}

.gr-global .gr-header .gr-catalog-mobile-menu-wrapper .gr-catalog-mobile-menu .level-two.js-level-two-active {
  right: 0;
}

.gr-global .gr-overlay-menu {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
}

.gr-global .gr-overlay-menu.gr-overlay-active {
  display: block;
  animation: fadeInMenu 500ms ease forwards;
}

.gr-global .gr-marks-pane__wrapper {
  box-shadow: none;
  overflow: hidden;
}

.gr-global .gr-marks-pane__wrapper .gr-row {
  border: solid 1px #e7eff1;
}

.gr-global .gr-marks-pane__wrapper .gr-row.js-sorted-row:not(.js-model-placeholder) {
  position: relative;
  transition: max-height 0.5s ease;
  padding: 10px 10px 60px 10px;
}

.gr-global .gr-marks-pane__wrapper .gr-row .js-pane-expand {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -1px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  z-index: 100;
  border-bottom: solid 1px #e7eff1;
}

.gr-global .gr-marks-pane__wrapper .gr-row .js-pane-expand span {
  margin-right: 15px;
}

.gr-global .gr-marks-pane__wrapper .gr-row .js-pane-expand.js-expanded-btn svg {
  transform: rotate(180deg);
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper {
  border: none;
  height: 64px;
  display: block;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper[data-fake] {
  height: 0px!important;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper[data-fake]:hover {
  background-color: transparent;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:nth-child(6n),
.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:nth-child(3n) {
  border: none;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:hover {
  background-color: #e7eff1;
  border-color: transparent;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:hover .gr-mark-cell__link {
  box-shadow: none;
  border: solid 2px transparent;
}

.gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper .gr-mark-cell__link {
  cursor: pointer;
  padding-left: 70px;
  height: 64px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 40px auto;
}

.gr-global .gr-marks-pane__wrapper .gr-row-gutter .gr-marks-head {
  font-size: 36px;
  color: #111;
  line-height: 130%;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}

.gr-global .gr-marks-pane__wrapper .gr-row-gutter .gr-marks-head .gr-marks-back > span {
  background-color: #111;
}

.gr-global .gr-main-section-new {
  padding: 60px 0 70px 0;
}

.gr-global .gr-main-section-new .gr-section-text p {
  color: #111;
  font-size: 16px;
  margin-bottom: 30px;
}

.gr-global .gr-main-section-new .gr-mini-head {
  font-size: 14px;
  text-transform: uppercase;
  color: #0092ca;
  margin-bottom: 20px;
}

.gr-global .gr-main-section-new h2 {
  font-size: 36px;
  color: #111;
  line-height: 130%;
  font-weight: bold;
  padding: 0;
  margin-bottom: 40px;
}

.gr-global .gr-sections-main-wrapper {
  background-color: #e7eff1;
}

.gr-global .gr-sections-main-wrapper .gr-row {
  justify-content: space-between;
  gap: 20px;
}

.gr-global .gr-sections-main-wrapper .gr-section-item-link {
  width: calc(33.33333333% - 15px);
  height: 280px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #111;
  padding-top: 20px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: padding-top 300ms;
}

.gr-global .gr-sections-main-wrapper .gr-section-item-link:hover {
  padding-top: 15px;
}

.gr-global .gr-sections-main-wrapper .gr-section-item-link .gr-link-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gr-global .gr-sections-main-wrapper .gr-section-item-link .gr-section-name {
  text-align: center;
}

.gr-global .gr-brand-section .gr-row-gutter {
  max-width: 700px;
  margin-bottom: 50px;
}

.gr-global .gr-brand-section .gr-brand-circle-img {
  width: 25%;
}

.gr-global .gr-slider-industrial-section .gr-row-gutter:first-child {
  margin-bottom: 40px;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-industrial-slider-item {
  display: flex;
  transition: transform 0.2s ease;
  /* Плавная анимация перемещения */
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner {
  display: flex;
  min-width: 920px;
  margin-right: 20px;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner.gr-no-small {
  min-width: 620px!important;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner .gr-image-resp {
  user-select: none;
  -webkit-user-drag: none;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-small-images {
  display: flex;
  flex-direction: column;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-big-img {
  padding-right: 20px;
}

.gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-small-img:first-child {
  padding-bottom: 20px;
}

.gr-global .gr-feedback-section .gr-row {
  justify-content: space-between;
}

.gr-global .gr-feedback-section .gr-feedback-col-new {
  width: calc(50% - 15px);
}

.gr-global .gr-feedback-section .gr-contacts-row {
  display: flex;
  justify-content: space-between;
}

.gr-global .gr-feedback-section .gr-contacts-block {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.gr-global .gr-feedback-section .gr-contacts-block .gr-btn {
  color: #0092ca;
  background-color: #ffffff;
  border: solid 1px #0092ca;
  transition: all 300ms;
}

.gr-global .gr-feedback-section .gr-contacts-block .gr-btn:hover {
  background-color: #0092ca;
  color: #ffffff;
}

.gr-global .gr-feedback-section .gr-contact-head-grey {
  font-weight: 900;
  font-size: 18px;
  color: #788d98;
  margin-top: 0px;
  margin-bottom: 20px;
}

.gr-global .gr-feedback-section .gr-contact-head {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #111;
}

.gr-global .gr-feedback-section .gr-contacts-phone,
.gr-global .gr-feedback-section .gr-contacts-email,
.gr-global .gr-feedback-section .gr-phone-link {
  display: block;
  font-size: 24px;
  color: #111;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: 500;
  word-break: unset;
  white-space: nowrap;
}

.gr-global .gr-feedback-section .gr-contacts-email {
  color: #0092ca;
}

.gr-global .gr-feedback-section .gr-contacts-text {
  font-weight: 500;
  font-size: 16px;
}

.gr-global .gr-feedback-section .gr-contacts-schedule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gr-global .gr-feedback-section .gr-contacts-schedule .gr-day {
  width: 48px;
  margin-right: 10px;
  color: #788d98;
  margin-bottom: 5px;
}

.gr-global .gr-feedback-section .gr-contacts-schedule .gr-time {
  width: calc(100% - 58px);
  text-align: left;
  margin-bottom: 5px;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main {
  padding: 0;
  background-image: none;
  background-color: transparent;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main textarea.gr-form-control {
  resize: none;
  appearance: none;
  overflow: hidden;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-control {
  color: #788d98;
  border: none;
  border-bottom: solid 1px #CCD6DD;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 2px;
  background-color: #fff;
  height: 40px;
  padding: 0px;
  transition: all 0.3s;
  line-height: 40px;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-control:focus {
  border-color: #0092ca;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper.gr-personal-wrapper {
  display: flex;
  justify-content: space-between;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper.gr-personal-wrapper .gr-btn {
  background-color: #ff4000;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper .gr-custom-checkbox {
  max-width: 61%;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper .gr-custom-checkbox span {
  color: #788d98;
}

.gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper .gr-custom-checkbox .gr-checkbox {
  display: none;
}

.gr-global .gr-main-footer__wrapper {
  background-color: #111;
}

.gr-global .gr-main-footer__wrapper .gr-row {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.gr-global .gr-main-footer__wrapper .gr-row:last-child {
  border: none;
}

.gr-global .gr-main-footer__wrapper .gr-row .gr-footer-col {
  width: 100%;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.gr-global .gr-main-footer__wrapper .gr-links_head,
.gr-global .gr-main-footer__wrapper .gr-footer-menu__heading {
  min-width: 250px;
  color: #e7eff1;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0px;
}

.gr-global .gr-main-footer__wrapper .gr-footer-menu__nav {
  max-width: 100%;
  flex-grow: 1;
}

.gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul {
  display: flex;
}

.gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul li {
  width: 16.66666667%;
}

.gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul li a.gr-footer__menu-link {
  display: block;
  color: #788d98;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0px;
}

.gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul li a.gr-footer__menu-link:hover {
  color: #fff;
}

.gr-global .gr-main-footer__wrapper .gr-footer-nav-links {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

.gr-global .gr-main-footer__wrapper .gr-footer-nav-links a {
  color: #788d98;
  font-weight: 400;
  font-size: 16px;
  width: 25%;
  letter-spacing: 0px;
}

.gr-global .gr-main-footer__wrapper .gr-footer-nav-links a:hover {
  color: #fff;
}

.gr-global .gr-main-footer__wrapper .gr-footer-logo-wrapper {
  min-width: 180px;
}

.gr-global .gr-main-footer__wrapper .gr-footer-logo-wrapper .gr-footer-logo {
  display: block;
  max-width: 132px;
}

.gr-global .gr-main-footer__wrapper .gr-footer-logo-wrapper .gr-footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gr-global .gr-main-footer__wrapper .gr-copy {
  max-width: 100%;
  flex-grow: 1;
  font-size: 12px;
  color: #788d98;
}

.gr-global .gr-main-footer__wrapper .gr-copy nav {
  display: flex;
  margin-bottom: 20px;
}

.gr-global .gr-main-footer__wrapper .gr-copy nav a,
.gr-global .gr-main-footer__wrapper .gr-copy nav span {
  margin-right: 20px;
  text-decoration: none;
  color: #788d98;
}

.gr-global .gr-main-footer__wrapper .gr-copy nav a:last-child,
.gr-global .gr-main-footer__wrapper .gr-copy nav span:last-child {
  margin-bottom: 0px;
}

.gr-global .gr-main-footer__wrapper .gr-copy nav a:hover:not(:first-child),
.gr-global .gr-main-footer__wrapper .gr-copy nav span:hover:not(:first-child) {
  color: #fff;
}

.gr-global .gr-content-block .gr-multi-list {
  max-width: 100%;
}

.gr-global .gr-content-block p {
  max-width: 100%;
}

.gr-global .gr-delivery-wrapper .gr-wrapper {
  max-width: 100%;
}

.gr-global .gr-content-block {
  max-width: 1220px;
  margin: 0 auto;
}

.gr-global .gr-index-slider__wrapper {
  margin-bottom: 60px;
}

.gr-global .gr-contacts-wrapper {
  margin: 0px 0px 30px 0px;
  border: none;
}

.gr-global .gr-contacts-wrapper > .gr-wrapper > .gr-row .gr-contacts-col {
  padding: 30px 0px 0px 0px;
}

.gr-global .gr-contacts-wrapper > .gr-wrapper > .gr-row .gr-feedback-col {
  border-left: none;
}

.gr-global .gr-contacts-wrapper > .gr-wrapper > .gr-row .gr-feedback-col .gr-contacts-form {
  padding: 15px 0px 15px 15px;
}

.gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-no-filter .gr-catalog__col.gr-catalog__content-col {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

.gr-global .gr-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gr-global .gr-main .gr-catalog-elem__inner {
  background-color: #fff;
}

.gr-global .gr-main .gr-catalog-elem__inner .gr-detail-elem-wrapper {
  border: none;
}

.gr-global .gr-main-content__inner .gr-wrapper .gr-row .gr-catalog__col.gr-catalog__content-col {
  background-color: #fff;
}

.gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter {
  padding-left: 0px;
  padding-right: 0px;
}

.gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter .gr-catalog__col.gr-catalog__filter-col {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter .gr-catalog__col.gr-catalog__content-col {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.gr-global .gr-cart-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.gr-global .gr-button.buy-button {
  border-radius: 6px;
}

#js-popup-callback.fancybox-content {
  overflow: hidden;
}

@keyframes fadeInMenu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1220px) {
  .gr-global .gr-header .gr-header-top-line .gr-top-line-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-header .gr-logo-line .gr-logo-line-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-header .gr-catalog-menu-wrapper > .gr-wrapper > .gr-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-main-content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-main-section-new {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px 40px 15px;
  }

  .gr-global .gr-sections-main-wrapper .gr-row {
    gap: 15px;
  }

  .gr-global .gr-sections-main-wrapper .gr-section-item-link {
    width: calc(50% - 7.5px);
    height: auto;
  }

  .gr-global .gr-main-footer__wrapper .gr-links_head,
  .gr-global .gr-main-footer__wrapper .gr-footer-menu__heading {
    font-size: 14px;
  }

  .gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul li a.gr-footer__menu-link {
    font-size: 14px;
  }

  .gr-global .gr-main-footer__wrapper .gr-footer-nav-links a {
    font-size: 14px;
  }

  .gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-no-filter .gr-catalog__col.gr-catalog__content-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter .gr-catalog__col.gr-catalog__filter-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gr-global .gr-main-content__inner .gr-wrapper .gr-row.gr-wide-filter .gr-catalog__col.gr-catalog__content-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991.77777px) {
  .gr-global .gr-header .gr-header-top-line {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
    z-index: 300;
    padding-top: 60px;
    top: 0;
    left: -100%;
  }

  .gr-global .gr-header .gr-header-top-line.gr-adm-fx {
    padding-top: 100px;
  }

  .gr-global .gr-header .gr-header-top-line .gr-top-line-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }

  .gr-global .gr-header .gr-left-header {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    order: 2;
  }

  .gr-global .gr-header .gr-left-header .gr-phone-top {
    display: block;
    margin-bottom: 20px;
  }

  .gr-global .gr-header .gr-left-header .js-close-burger-new {
    display: block;
  }

  .gr-global .gr-header .gr-left-header .gr-button-wrapper {
    display: block;
    margin-bottom: 30px;
  }

  .gr-global .gr-header .gr-left-header .gr-question-block {
    display: block;
  }

  .gr-global .gr-header .gr-mobile-title {
    display: block;
  }

  .gr-global .gr-header .gr-city-header {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .gr-global .gr-header .gr-city-header .gr-header-city__select {
    border: solid 1px #788d98;
    padding: 6px 15px;
    border-radius: 6px;
  }

  .gr-global .gr-header .gr-city-header .gr-header-city__select:before {
    margin-right: 10px;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper {
    margin-bottom: 30px;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper .gr-current-currency {
    display: none;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup {
    position: static;
    border: none;
    border-radius: 0px;
    display: flex;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li {
    border: solid 1px #788d98;
    margin-right: 10px;
    border-radius: 6px;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li a {
    padding: 5px 10px;
    background: none;
  }

  .gr-global .gr-header .gr-currency-trigger-wrapper .gr-currency-popup li a:hover {
    background: none;
  }

  .gr-global .gr-header .gr-right-header {
    height: auto;
  }

  .gr-global .gr-header .gr-right-header .gr-phone-top {
    display: none;
  }

  .gr-global .gr-header .gr-right-header .gr-button-wrapper {
    display: none;
  }

  .gr-global .gr-header .gr-top-line-nav {
    height: auto;
  }

  .gr-global .gr-header .gr-top-line-nav .gr-header-nav__link {
    display: block;
    margin-right: 0px;
    color: #111;
    margin-bottom: 30px;
  }

  .gr-global .gr-header .gr-phone-top .gr-phone-link {
    font-size: 20px;
    color: #111;
    font-weight: 600;
  }

  .gr-global .gr-header .gr-button-wrapper {
    width: 100%;
  }

  .gr-global .gr-header .gr-logo-line {
    position: fixed;
    bottom: 0;
    background-color: #111;
    width: 100%;
  }

  .gr-global .gr-header .gr-logo-line .gr-logo-line-row {
    height: 70px;
  }

  .gr-global .gr-header .gr-logo-line .gr-logo-header {
    display: none;
  }

  .gr-global .gr-header .gr-logo-line .gr-catalog-btn-wrapper {
    width: 33.333333%;
    display: flex;
    justify-content: center;
    margin-right: 0px;
  }

  .gr-global .gr-header .gr-logo-line .gr-catalog-btn.js-catalog-desktop-btn {
    display: none;
  }

  .gr-global .gr-header .gr-logo-line .gr-catalog-btn.js-catalog-mobile-btn {
    display: flex;
  }

  .gr-global .gr-header .gr-logo-line .gr-catalog-btn {
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .gr-global .gr-header .gr-logo-line .gr-catalog-btn:before {
    margin-right: 0px;
    background-image: url("/local/templates/gelzer_2025/images/dots-mobile.svg");
    width: 24px;
    height: 24px;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block {
    display: flex;
    justify-content: center;
    flex-grow: unset;
    margin-right: 0px;
    width: 33.333333%;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block .gr-mobile-search {
    display: flex;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-form {
    display: none;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-form.js-search-opened {
    display: block;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-input-wrapper {
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #788d98;
    position: fixed;
    bottom: 70px;
    width: 100%;
    background: #111;
    left: 0px;
  }

  .gr-global .gr-header .gr-logo-line .gr-search-block .gr-search-input-wrapper input {
    color: #ffffff;
  }

  .gr-global .gr-header .gr-logo-line .gr-cart-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333333%;
  }

  .gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link {
    flex-direction: column;
  }

  .gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link .gr-cart-icon {
    left: 36px;
  }

  .gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link .gr-cart-text {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
  }

  .gr-global .gr-header .gr-logo-line .gr-cart-block .gr-cart-link:before {
    margin-right: 0px;
  }

  .gr-global .gr-header .gr-mobile-line {
    display: block;
  }

  .gr-global .gr-header .gr-catalog-mobile-menu-wrapper {
    display: block;
  }

  .gr-global .gr-marks-pane__wrapper .gr-row {
    padding: 0px 0px 60px 10px;
    border-bottom: none;
  }

  .gr-global .gr-marks-pane__wrapper .gr-row.js-sorted-row:not(.js-model-placeholder) {
    padding: 0px 0px 60px 10px;
    border-bottom: none;
  }

  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper.gr-central-item {
    border-left: solid 1px #e7eff1 !important;
    border-right: solid 1px #e7eff1 !important;
  }

  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper {
    border-bottom: solid 1px #e7eff1 !important;
  }

  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:nth-child(6n),
  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper:nth-child(3n) {
    border-bottom: solid 1px #e7eff1 !important;
  }

  .gr-global .gr-main-section-new .gr-mini-head {
    font-size: 13px;
  }

  .gr-global .gr-main-section-new h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .gr-global .gr-sections-main-wrapper .gr-section-item-link {
    font-size: 14px;
  }

  .gr-global .gr-brand-section .gr-brand-circle-img {
    width: 50%;
  }

  .gr-global .gr-brand-section .gr-brand-circle-img:nth-child(1),
  .gr-global .gr-brand-section .gr-brand-circle-img:nth-child(2) {
    margin-bottom: 40px;
  }

  .gr-global .gr-brand-section .gr-brand-circle-img .gr-image-resp {
    margin: 0 auto;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner.gr-no-small {
    min-width: 752px!important;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner.gr-no-small .gr-slider-big-img {
    margin-bottom: 0px;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner {
    flex-wrap: wrap;
    min-width: 500px;
    margin-right: 15px;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-small-images {
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-big-img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-small-img {
    width: calc(50% - 8px);
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-small-img:first-child {
    padding-bottom: 0px;
  }

  .gr-global .gr-main-footer__wrapper {
    padding-bottom: 90px;
  }

  .gr-global .gr-main-footer__wrapper .gr-row .gr-footer-col {
    flex-wrap: wrap;
  }

  .gr-global .gr-main-footer__wrapper .gr-links_head,
  .gr-global .gr-main-footer__wrapper .gr-footer-menu__heading {
    width: 100%;
  }

  .gr-global .gr-main-footer__wrapper .gr-footer-menu__nav ul li {
    width: 50%;
  }

  .gr-global .gr-main-footer__wrapper .gr-footer-nav-links a {
    width: 50%;
  }

  .gr-global .gr-main-footer__wrapper .gr-footer-logo-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }

  .gr-global .gr-main-footer__wrapper .gr-copy nav {
    flex-wrap: wrap;
  }

  .gr-global .gr-main-footer__wrapper .gr-copy nav a,
  .gr-global .gr-main-footer__wrapper .gr-copy nav span {
    width: 100%;
    margin-bottom: 20px;
  }

  .gr-global .gr-index-slider__wrapper {
    margin-bottom: 30px;
  }

  .wrap__Yiuje {
    bottom: 100px!important;
  }
}

@media screen and (max-width: 768px) {
  .gr-global .gr-marks-pane__wrapper .gr-marks-head {
    font-size: 24px!important;
  }

  .gr-global .gr-marks-pane__wrapper .gr-row .js-pane-expand {
    bottom: 0px;
  }

  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper {
    height: 100px;
    width: 33.333333% !important;
  }

  .gr-global .gr-marks-pane__wrapper .gr-mark-cell__wrapper .gr-mark-cell__link {
    padding-left: 0px;
    padding-top: 60px;
    background-position: top 20px  center;
    height: 100px;
    justify-content: center;
  }

  .gr-global .gr-main-section-new .gr-section-text p {
    font-size: 14px;
  }

  .gr-global .gr-sections-main-wrapper .gr-section-item-link .gr-link-img {
    max-width: 80%;
  }

  .gr-global .gr-brand-section .gr-brand-circle-img .gr-image-resp {
    max-width: 140px;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner.gr-no-small {
    min-width: 413px!important;
  }

  .gr-global .gr-slider-industrial-section .gr-industrial-slider .gr-slider-item-inner {
    min-width: 270px;
  }

  .gr-global .gr-feedback-section .gr-feedback-col-new {
    width: 100%;
  }

  .gr-global .gr-content-block {
    padding: 0px;
  }
}

@media screen and (max-width: 650px) {
  .gr-global .gr-feedback-section .gr-contacts-row {
    flex-wrap: wrap;
  }

  .gr-global .gr-feedback-section .gr-contacts-block {
    width: 100%;
  }

  .gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper.gr-personal-wrapper {
    flex-wrap: wrap;
  }

  .gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper.gr-personal-wrapper .gr-btn {
    width: 100%;
    order: 2;
  }

  .gr-global .gr-feedback-section .gr-form__wrapper.gr-new-form-main .gr-form-fields__wrapper .gr-input__wrapper .gr-custom-checkbox {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  .gr-global .gr-feedback-section .gr-contacts-block .gr-btn {
    width: 100%;
  }
}