.partner-page {
  color: #333;
  font-family: 'AvenirNextCyr-Regular';
  font-size: 18px;

}
.heading_title_partner {
    font-size: 70px;
}

.partner-page-content .img-fluid {
    max-height: 630px;
}

.intro {
    background-color: #000;
    /*background-image: url('https://hannover-agro.com.ua/image/catalog/partner/sale-stamp.png'); /* шлях до зображення */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='100'%3E%3Ctext x='0' y='70' font-size='60' fill='red' font-family='Arial' transform='rotate(-20 100 50)'%3ESALE%3C/text%3E%3C/svg%3E");
    background-repeat: repeat; /* повторювати у всіх напрямках */
    background-size: 225px; /* розмір за замовчуванням */
    padding: 70px 0;
    color: #fff;
}
.breadcrumbs .breadcrumb{
    background: none;
}

.intro nav[aria-label="breadcrumb"]:after{
    background: none;
}

.title_partner {
    font-size: 3rem;
    font-weight: bold;
    line-height: normal;
    line-height: 3rem;
}
.partner-page-content{
    padding-top: 100px;
}
.pt-100{
        padding-top: 30px;
    }

.pt-50{
        padding-top: 50px;
    }

@media (max-width: 728px) {
    
    .partner-page-content .img-fluid {
    max-height: 480px;
}
    .partner-page-content{
     padding-top: 30px;
}
    .title_partner {
        font-size: 2rem;
        line-height: 2rem;
}
    .pt-100{
        padding-top: 30px;
    }
.heading_title_partner {
    font-size: 30px;
}

}
.form-section {
  padding: 40px 0;
  background: rgb(4, 127, 11);
  color:#fff;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}


#form-response {
  margin-top: 20px;
  color: green;
}

#partner-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 10px;
}

#partner-form .form-group {
  margin-bottom: 20px;
}

#partner-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

#partner-form input,
#partner-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

#partner-form input:focus,
#partner-form select:focus {
  border-color: #007bff;
  outline: none;
}

#partner-form .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #047f0b;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

#partner-form .btn-primary:hover {
  background-color: #0056b3;
}


   .wrapper {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px 0;
    }

    .center-image {
      position: relative;
      width: 840px;
      height: 600px;
      margin: 0 auto;
      background: url('/image/catalog/info-page/bg_about_page.png') center center no-repeat;
      background-size: contain;
    }

    .block {
      position: absolute;
      width: 220px;
      text-align: center;
      
    }

    .block img {
      width: 120px;
      margin-bottom: 5px;
    }

    .block strong {
      display: block;
      margin-bottom: 5px;
    }

    /* Позиціонування блоків */
    .top-left { top: 20px; left: 0; }
    .top-right { top: 20px; right: 0; }
    .bottom-left { bottom: 20px; left: 0; }
    .bottom-right { bottom: 20px; right: 0; }
    .top-center { top: -40px; left: 50%; transform: translateX(-50%); }
    .bottom-center { bottom: -40px; left: 40%; }

    .center-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .center-title img {
      height: 150px;
    }

    .center-title h2 {
      margin: 10px 0 0;
      font-size: 22px;
      color: #4d6b34;
    }
    .block-title {
      display: flex;
      align-items: center;
      text-align: left;
      gap: 5px;
      flex-direction: row;
    }

     @media screen and (max-width: 768px) {
    .wrapper {
      padding: 20px;
    }
    .block-title{
      flex-direction: column;
    }

    .center-image {
      width: 100%;
      height: 300px;
      background-size: contain;
    }

    .block {
      position: static;
      width: 100%;
      margin: 20px auto;
      font-size: 15px;
    }
    

    .block img {
      width: 100px;
    }

    .center-title h2 {
      font-size: 18px;
    }
  }
  