 @media screen and (max-width: 1000px){

    .modal2 {
      background: #fff;
      max-width: 375px;
      max-height: none;
      overflow: visible;
      padding: 20px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      position: relative;
      margin: 0 auto;
    }

    .modal-header {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .modal-header h2 {
      margin: 0;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
    }

    .accordion {
      margin-top: 20px;
    }

    .accordion-item {
      overflow: hidden;
    }

    .accordion-header {
      font-size: 14px;
      padding: 10px 6px;
      font-weight: 700;
      color: #000;
      cursor: pointer;
      text-transform: uppercase;
      border-top: 1px solid #F5E2D4;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .accordion-header::after {
      content: '＋';
      font-size: 28px;
      color: #F5E2D4;
      margin-left: 12px;
      flex-shrink: 0;
    }

    .accordion-header.active::after {
  content: '×'; 
  font-size: 30px;
  color: #F5E2D4;
}

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .accordion-body ul {
      padding-left: 18px;
      margin: 0;
    }

    .accordion-body li {
      margin-bottom: 8px;
      list-style-type: none;
    }

    .table-container {
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      padding: 6px;
      text-align: left;
      vertical-align: top;
      font-size: 8px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .section-title {
      font-weight: 900;
      color: #A0695A;
      padding-bottom: 8px;
      text-decoration: underline;
    }

    .section-title2 {
      font-weight: 900;
      color: #000;
      padding-bottom: 8px;
    }

    td[colspan] {
      background-color: #fff;
      font-weight: bold;
    }

    td:nth-child(1) {
      width: 144px;
    }

    td:nth-child(2) {
      width:84px;
    }
    

	.predpr{
	font-size: 10px;
    font-weight: 900;
    padding: 10px 6px;
    text-transform: uppercase;
    line-height: 14px;
    color: #000;
	}
	.doptxt{
		font-size:10px;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 6px;
		color: #A0695A;
		text-transform:uppercase;
		width: 100%;
	}
 }
		