body {
  color: #311102;
  font-family: 'metapronormal';
  font-size: 16px;
}

header {
  padding: 20px 0 10px;
  border-bottom: 10px solid rgba(240, 237, 236, 0.49);
}

img {
  max-width: 100%;
  height: auto;
}

.btn.orange {
  color: #fff;
  background: #e9a122;
  font-size: 20px;
  font-family: 'metaproblack';
  padding: 10px 40px;
  margin-top: 5px;
}

.btn.orange:hover {
  background: #e49b19;
}

.section-heading {
  text-align: center;
  padding: 20px 0;
}

.section-heading h2 {
  font-family: 'RodchenkoCondC';
  font-size: 48px;
  text-transform: uppercase;
}

section {
  padding-bottom: 20px;
}

/*header .btn.wood {
	float:right;
}*/
header .contacts {
  text-align: right;
}

header .contacts__phone {
  color: #e9a122;
  font-size: 36px;
  line-height: 28px;
  font-family: 'RodchenkoCC_Regular';
}

header .contacts__phone a {
  color: #e9a122;
}

header .contacts__adress {
  color: #3b2313;
  font-size: 22px;
  line-height: 22px;
  font-family: 'RodchenkoCondC';
}

.top-image {
  background: url(../img/image-block_bg.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 0;
}

.d-none {
  display: none;
}

.top-image h1 {
  font-size: 60px;
  color: #e9a122;
  text-transform: uppercase;
  font-family: 'metaproblack';
  line-height: 1;
  padding-top: 350px;
}

.top-image h1 span {
  font-size: 55px;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.savings {
  background: #331202;
  color: #e9a122;
  font-size: 19px;
  position: relative;
  padding: 0;
  border-top: 1px solid #fff;
}

.savings .item .top-text:after {
  left: 0;
  top: 15px;
  height: 90px;
  content: '';
  position: absolute;
  width: 1px;
  background: #ffffff;
}

.savings .item .top-text {
  position: relative;
  font-size: 24px;
  padding: 25px 0 15px 25px;
}

.savings .item .bottom-text {
  padding: 0 30px 20px 30px;
  color: #fff;
  font-size: 48px;
}

.triangle {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}

.form-wr {
  background: orange;
  padding: 20px 30px;
  color: #fff;
  height: auto;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca204+0,d25b00+100 */
  background: #fca204; /* Old browsers */
  background: -moz-linear-gradient(top, #fca204 0%, #d25b00 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fca204),
    color-stop(100%, #d25b00)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fca204 0%, #d25b00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fca204 0%, #d25b00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fca204 0%, #d25b00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fca204 0%, #d25b00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca204', endColorstr='#d25b00', GradientType=0); /* IE6-9 */
}

.form-wr:before {
  /* left arrow */
  content: '';
  position: absolute;
  top: -26px;
  width: 0;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 0 180px 26px 180px;
  border-color: transparent transparent orange transparent;
}

.form-header .left {
  float: left;
}

.form-header .right {
  float: right;
}

.form-header .b-text {
  font-family: 'RodchenkoCC_Regular';
  font-size: 70px;
  line-height: 60px;
}

.form-header .l-text {
  font-family: 'RodchenkoCondC';
  font-size: 31px;
}

.btn-form {
  width: 100%;
  border-radius: 0;
  border-color: #c1bdb9;
  background: #fff;
  color: #3b2313;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 10px;
}

.btn-form:hover {
  color: #dc6211;
}

.form-control {
  border-color: #fff;
  border-radius: 0;
  font-size: 18px;
  height: 50px;
  padding: 20px 12px;
  -webkit-box-shadow: inset 10px 10px 32px -5px rgba(119, 22, 0, 0.4);
  -moz-box-shadow: inset 10px 10px 32px -5px rgba(119, 22, 0, 0.4);
  box-shadow: inset 10px 10px 32px -5px rgba(119, 22, 0, 0.4);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,fce698+100 */
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #fce698 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f9f9f9),
    color-stop(100%, #fce698)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #fce698 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #fce698 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #fce698 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #fce698 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#fce698', GradientType=0); /* IE6-9 */
}

.form-control::-webkit-input-placeholder {
  color: #e1ae88;
  text-align: center;
  font-size: 24px;
}

.form-control::-moz-placeholder {
  color: #e1ae88;
  text-align: center;
  font-size: 24px;
}

/* Firefox 19+ */
.form-control:-moz-placeholder {
  color: #e1ae88;
  text-align: center;
  font-size: 24px;
}

/* Firefox 18- */
.form-control:-ms-input-placeholder {
  color: #e1ae88;
  text-align: center;
  font-size: 24px;
}

.btn.wood {
  background: url(../img/wood_bg.jpg);
  color: #9a5820;
  font-size: 20px;
  font-family: 'metaproblack';
  padding: 10px 30px;
}

.btn.wood:hover {
  color: #733d0f;
}

.technology {
  min-height: 700px;
  margin-bottom: 30px;
  background: url(../img/technology_bg.jpg) left bottom no-repeat;
}

.text-wr {
  line-height: 1;
  padding: 20px 0;
}

.technology .text-large {
  font-size: 72px;
  text-transform: uppercase;
  font-family: 'RodchenkoCondC';
}

.technology .text-low {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'RodchenkoCondC';
}

.technology .text-middle {
  color: #d35b00;
  font-size: 48px;
  font-family: 'RodchenkoCC_Regular';
}

.technology-item-wr {
  padding-top: 80px;
}

.technology .item {
  text-align: center;
}

.technology .item h3 {
  color: #311102;
  font-size: 24px;
  font-family: 'metaproblack';
}

.technology .item p {
  font-size: 18px;
  color: #d35b00;
}

.technology-list {
  margin-bottom: 15px;
  font-size: 18px;
}

.technology-list p {
  padding-top: 20px;
}

.advantages {
  background: url(../img/advantages_bg.jpg) no-repeat top center;
  background-size: cover;
}

.cost_calculation {
  border-top: 1px solid #321203;
  padding: 55px 0;
}

.cost_calculation .btn.wood {
  margin-top: 10px;
}

.cost_calculation h2 {
  font-size: 48px;
  font-family: 'RodchenkoCondC';
  margin: 0;
}

.cost_calculation h2 span {
  color: #d35b00;
}

.cost_calculation .col-md-5 {
  text-align: right;
}

.advantages .item {
  text-align: center;
  min-height: 240px;
}

.advantages .item .icon {
  width: 127px;
  height: 127px;
  display: inline-block;
}

.advantages .item .caption {
  padding: 20px 35px;
}

.advantages .item .caption p {
  font-size: 18px;
  font-family: 'metapronormal';
}

.advantages .item .icon._01 {
  background: url(../img/icon_01.png) center no-repeat;
}

.advantages .item .icon._02 {
  background: url(../img/icon_02.png) center no-repeat;
}

.advantages .item .icon._03 {
  background: url(../img/icon_03.png) center no-repeat;
}

.advantages .item .icon._04 {
  background: url(../img/icon_04.png) center no-repeat;
}

.advantages .item .icon._05 {
  background: url(../img/icon_05.png) center no-repeat;
}

.advantages .item .icon._06 {
  background: url(../img/icon_06.png) center no-repeat;
}

.advantages .item .icon._07 {
  background: url(../img/icon_07.png) center no-repeat;
}

.advantages .item .icon._08 {
  background: url(../img/icon_08.png) center no-repeat;
}

.application_to {
  background: url(../img/application_to_bg.jpg);
}

.application_to .item {
  text-align: center;
  min-height: 250px;
}

.application_to .item img {
  margin-bottom: 10px;
}

.application_to .item p {
  font-size: 18px;
  color: #d35b00;
}

.references {
  background: url(../img/references_bg.jpg);
}

.references .item {
  text-align: center;
  margin-bottom: 45px;
}

.references .item h3 {
  font-size: 24px;
}

.references .item h3 span {
  color: #d35b00;
}

.ask {
  background: url(../img/wood_bg.jpg);
  padding: 30px 0;
}

.ask h2 {
  margin: 0;
  padding-bottom: 20px;
}

.wood_or_steel .comparison {
  padding: 20px 0;
}

.wood_or_steel h5 {
  font-size: 18px;
  font-family: 'metaproblack';
  color: #d35b00;
}

.wood_or_steel img {
  margin-bottom: 20px;
}

.wood_or_steel p {
  font-size: 18px;
  color: #311102;
}

.wood_or_steel .item {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
}

.wood_or_steel .item.custom {
  margin-bottom: 40px;
}

.wood_or_steel .item li h5 {
  margin-bottom: 0;
}

.wood_or_steel .item li span {
  font-family: 'metaproblack';
  font-size: 16px;
  color: rgb(119, 58, 58);
}

.wood_or_steel .item li .all_cost {
  background: #e9a122;
  color: #fff;
  padding: 5px;
  /*margin-left: 10px;*/
}

.reviews .item {
  margin-top: 30px;
}

.reviews .item_wr {
  margin-top: 40px;
}

.item .reviews--image {
  text-align: center;
  margin-bottom: 30px;
}

.item .reviews--autor {
  margin-bottom: 15px;
}

.item .reviews--caption {
  color: #875d4a;
}

.item .reviews--autor ._name {
  font-size: 24px;
  color: #311102;
  margin: 0;
}

.item .reviews--autor ._job {
  font-size: 18px;
  color: #d35b00;
  margin: 0;
}

footer {
  padding: 25px 0 77px;
}

footer .contacts__phone {
  color: #e9a122;
  font-size: 30px;
  line-height: 22px;
  font-family: 'RodchenkoCC_Regular';
}

footer .contacts__adress {
  color: #3b2313;
  font-size: 18px;
  line-height: 16px;
  font-family: 'RodchenkoCondC';
}

footer .copyright {
  color: #3b2313;
}

footer .copyright a {
  color: #3b2313;
  text-decoration: none;
}

footer .copyright a:hover {
  text-decoration: underline;
}

footer .contacts__mail {
  font-family: 'metapronormal';
  font-size: 16px;
  color: #d35b00;
  text-decoration: underline;
  line-height: 1;
}

footer .contacts__mail:hover {
  text-decoration: none;
}

.modal-content {
  background: orange;
  padding: 20px 30px;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca204+0,d25b00+100 */
  background: #fca204; /* Old browsers */
  background: -moz-linear-gradient(top, #fca204 0%, #d25b00 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fca204),
    color-stop(100%, #d25b00)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fca204 0%, #d25b00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fca204 0%, #d25b00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fca204 0%, #d25b00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fca204 0%, #d25b00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca204', endColorstr='#d25b00', GradientType=0); /* IE6-9 */
}

.modal-content .modal-footer,
.modal-content .modal-header {
  border: none;
}

.modal-content .modal-title {
  font-family: 'RodchenkoCC_Regular';
  font-size: 70px;
  line-height: 60px;
  text-align: center;
}

#scrollup {
  position: fixed; /* фиксированная позиция */
  opacity: 0.8; /* прозрачность */
  padding: 15px 10px 10px; /* отступы */
  background: #aaa;
  border-radius: 5px; /* скругление углов */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 10px; /* отступ слева */
  bottom: 10px; /* отступ снизу */
  display: none; /* спрятать блок */
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

#sec2,
#products,
#gallery,
#geo,
#sec8 {
  scroll-margin-top: 70px;
}

.navbar-fixed-top {
  opacity: 0;
  display: none;
}

.navbar-fixed-top.slick-menu {
  opacity: 1;
  display: block;
}

a[href$='.pdf'] {
  padding-left: 22px;
  background-position: 0 0;
  background: transparent url(pdf2.png) no-repeat;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 263px;
  margin-left: auto;
}

.fix-what {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9;
}

.fix-what svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .flex {
    max-width: 217px;
  }
}

@media (max-width: 991px) {
  .flex {
    margin-left: auto;
    margin-right: auto;
  }
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 18, 2, 0.95);
  color: #fff;
  padding: 20px;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.cookie-notice.show {
  transform: translateY(0);
}

.cookie-notice__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cookie-notice__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  flex: 1;
  min-width: 300px;
}

.cookie-notice__buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.cookie-notice__accept {
  background: #e9a122;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'metaproblack';
  cursor: pointer;
  transition: background 0.3s ease;
}

.cookie-notice__accept:hover {
  background: #d89010;
}

.cookie-notice__close {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cookie-notice__close:hover {
  background: #fff;
  color: #331202;
}

@media (max-width: 768px) {
  .cookie-notice__content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-notice__content p {
    min-width: auto;
    margin-bottom: 10px;
  }

  .cookie-notice__buttons {
    justify-content: center;
  }
}

/* Privacy Consent Checkbox Styles */
.privacy-consent {
  margin: 15px 0;
  padding: 10px 0;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}

.consent-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 0;
}

.consent-text {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 10px;
}

.consent-text a {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.consent-text a {
  color: #fff;
  text-decoration: none;
}

.consent-text a:hover {
  text-decoration: underline;
}

/* Responsive styles for consent checkbox */
@media (max-width: 768px) {
  .privacy-consent {
    margin: 10px 0;
    padding: 8px 0;
  }

  .consent-text {
    font-size: 12px;
  }

  .consent-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}

.subtitle {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'metaproblack', sans-serif;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  color: #e9a122;
  margin-bottom: 35px;
}

.top-image__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #fff;
}

.top-image h1.top-image__h1 {
  padding-top: 0;
}

.form-header_mb {
  font-weight: 400;
  font-size: 33px;
  line-height: 103%;
  letter-spacing: -0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 29px;
}

.top-image__mb {
  padding-top: 170px;
}

.create {
  background: url('/img/create_bg.jpg') center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}

.create .item:last-child {
  margin-bottom: 0;
}

.create .item {
  display: flex;
  margin-bottom: 100px;
}

.create .item .left {
  max-width: 640px;
  width: 100%;
  margin-right: 55px;
  flex-shrink: 0;
}

.create .item .right .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #311102;
  margin-bottom: 15px;
}

.create .item .right .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}

@media (max-width: 1200px) {
  .create .item {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .create .item .left {
    margin-right: 0;
    margin-top: 25px;
  }
}

/* ===== ПРОЕКТИРУЕМ И ПРОИЗВОДИМ ФЕРМЫ ===== */
.prod-section {
  padding: 50px 0 40px;
  border-bottom: 1px solid #311102;
}

.prod-heading {
  text-align: center;
  padding-bottom: 30px;
}

.prod-heading h2 {
  font-family: 'RodchenkoCondC', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #311102;
  margin: 0;
}

.prod-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.prod-card {
  width: calc(50% - 15px);
  max-width: 540px;
  display: flex;
  flex-direction: column;
}

.prod-card__img {
  width: 100%;
  height: 410px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow:
    1px 3px 13px 0 rgba(0, 0, 0, 0.17),
    inset 2px 4px 5px 0 rgba(0, 0, 0, 0.11);
}

.prod-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prod-card__title {
  font-family: 'metaproblack', sans-serif;
  font-size: 26px;
  color: #d35b00;
  margin: 0 0 10px;
  text-align: center;
}

.prod-card__text {
  font-family: 'metapronormal', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #311102;
  margin: 0 0 15px;
  flex-grow: 1;
}

.prod-card__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}

.prod-card__price {
  font-family: 'metapronormal', sans-serif;
  font-size: 24px;
  color: #311102;
  line-height: 1;
}

.prod-card__price sup {
  font-size: 14px;
  vertical-align: super;
}

.prod-card__btn {
  display: inline-block;
  background: #e9a122;
  color: #fff;
  font-family: 'metaproblack', sans-serif;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.prod-card__btn:hover {
  background: #d89010;
  color: #fff;
  text-decoration: none;
}

.prod-footnote {
  text-align: center;
  font-family: 'metaproblack', sans-serif;
  font-size: 18px;
  color: #311102;
  line-height: 24px;
  max-width: 550px;
  margin: 30px auto 0;
}

.prod-footnote sup {
  font-size: 12px;
}

@media (max-width: 991px) {
  .prod-heading h2 {
    font-size: 36px;
  }

  .prod-card {
    width: 100%;
    max-width: 540px;
  }

  .prod-card__img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .prod-heading h2 {
    font-size: 28px;
  }

  .prod-card__title {
    font-size: 22px;
  }

  .prod-card__price {
    font-size: 20px;
  }

  .prod-card__btn {
    font-size: 16px;
    padding: 8px 20px;
  }

  .prod-card__img {
    height: 220px;
  }

  .prod-card__footer {
    flex-wrap: wrap;
  }
}

/* ===== ФОТОГАЛЕРЕЯ ===== */
.gallery-section {
  padding: 50px 0;
}

.gallery-heading {
  text-align: center;
  padding-bottom: 30px;
}

.gallery-heading h2 {
  font-family: 'RodchenkoCondC', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #311102;
  margin: 0;
}

.gallery-slider {
  position: relative;
}

.gallery-slider .slick-track {
  display: flex !important;
}

.gallery-arrow {
  position: absolute;
  top: 115px;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #e9a122;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(49, 17, 2, 0.25);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus {
  background: #d35b00;
  color: #fff;
  outline: none;
}

.gallery-arrow:active {
  transform: translateY(-50%) scale(0.94);
}

.gallery-arrow svg {
  display: block;
}

.gallery-arrow--prev {
  left: -12px;
}

.gallery-arrow--next {
  right: -12px;
}

.gallery-slider .slick-slide,
.gallery-slider .slick-slide > div {
  height: auto !important;
}

.gallery-slide {
  padding: 0 15px;
}

.gallery-slide img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.gallery-slider .slick-dots {
  padding-top: 21px;
  position: static;
}

.gallery-slider .slick-dots li button:before {
  font-size: 16px;
  color: #c1bdb9;
  opacity: 1;
}

.gallery-slider .slick-dots li.slick-active button:before {
  color: #d35b00;
  opacity: 1;
}

@media (max-width: 991px) {
  .gallery-heading h2 {
    font-size: 36px;
  }

  .gallery-slide img {
    height: 200px;
  }

  .gallery-arrow {
    top: 100px;
  }
}

@media (max-width: 576px) {
  .gallery-heading h2 {
    font-size: 28px;
  }

  .gallery-slide img {
    height: 180px;
  }

  .gallery-arrow {
    top: 90px;
    width: 40px;
    height: 40px;
  }

  .gallery-arrow--prev {
    left: 0;
  }

  .gallery-arrow--next {
    right: 0;
  }
}

/* ===== ГЕОГРАФИЯ ПОСТАВОК ФЕРМ ===== */
.geo-section {
  padding: 50px 0;
  background: #f0eded;
}

.geo-heading {
  text-align: center;
  padding-bottom: 20px;
}

.geo-heading h2 {
  font-family: 'RodchenkoCondC', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  color: #311102;
  margin: 0;
}

.geo-date {
  font-family: 'metapronormal', sans-serif;
  font-size: 18px;
  color: #311102;
  margin: 5px 0 0;
}

.geo-map {
  margin-bottom: 30px;
}

.geo-stats {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.geo-stats__item {
  text-align: center;
}

.geo-stats__label {
  display: block;
  font-family: 'metapronormal', sans-serif;
  font-size: 24px;
  color: #d35b00;
}

.geo-stats__value {
  display: block;
  font-family: 'RodchenkoCondC', sans-serif;
  font-size: 48px;
  color: #311102;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .geo-heading h2 {
    font-size: 36px;
  }

  .geo-stats {
    gap: 50px;
  }

  .geo-stats__value {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .geo-heading h2 {
    font-size: 28px;
  }

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

  .geo-stats__value {
    font-size: 32px;
  }

  .geo-stats__label {
    font-size: 20px;
  }
}

/* ===== ПРИГЛАШЕНИЕ К СОТРУДНИЧЕСТВУ ===== */
.invite-section {
  background: url('/img/invite_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}

.invite-inner {
  position: relative;
  min-height: 280px;
}

.invite-content {
  padding: 60px 0;
}

.invite-text {
  font-family: 'metapronormal', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 25px;
}

.invite-btn {
  display: inline-block;
  background: #e9a122;
  color: #fff;
  font-family: 'metaproblack', sans-serif;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.invite-btn:hover {
  background: #d89010;
  color: #fff;
  text-decoration: none;
}

.invite-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 552px;
}

.invite-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .invite-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .invite-text {
    font-size: 24px;
    line-height: 30px;
  }

  .invite-image {
    width: 350px;
  }

  .invite-image img {
    transform: translateY(-180px);
  }

  .top-image__mb .row {
    margin-top: 0;
  }
  .top-image__mb {
    padding-top: 0;
    position: relative;
    background: none !important;
  }
}
@media (max-width: 767px) {
  .top-image-2 > * {
    position: relative;
    z-index: 9;
  }
  .top-image-2::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    display: block;
  }

  .top-image-2 {
    background: url(/img/ferma.jpg) !important;
    background-size: cover !important;
    padding-bottom: 15px;
    position: relative;
  }
  .form-mb {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .invite-content {
    padding: 40px 0;
    text-align: center;
  }

  .invite-text {
    font-size: 20px;
    line-height: 26px;
  }

  .invite-image {
    display: none;
  }
}
