.panel-4{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 50px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 60px;
}

@media(max-width:900px){
  .panel-4{
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:600px){
  .panel-4{
    grid-template-columns: 1fr;
  }
}

.p4-block{
  width: 100%;
}

.p4-block a{
  width: 100%;
  display: block;
  text-decoration: none;
}

.p4-block a:hover img{
  transform: scale(1.1, 1.1);
}

.p4-block a:hover h3,
.p4-block a:hover h6{
  color: rgb(var(--gold));
}

.promotion {
	padding: 40px;
	border: 1px solid #e0e0e0;
	margin: 40px 0 80px;
	background: #ffffff;
	box-shadow: 0px 0px 24px #dfdfdf;
}

.promotion .title {
	margin-top: 0;
	line-height: 1.5em;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 0.8em;
	text-align: center;
	min-height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width:100%;
}

.promotion .title span {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.promotion .container {
	display:flex;
}

.promotion .container.wrap {
	flex-wrap:wrap;
}

.promotion .col-2 {
	
}

.promotion .col-2 div {
	width:50%;
	padding: 25px;
	margin: 10px;
	background: #f6f6f6;
}
.promotion .col-2 div div {
	width:100%;
	padding:0;
	margin:0;
}

.promotion .col-2 div div, .promotion .col-2 div div p, .promotion table {
	font-size:12px;
} 

.promotion table * {
	padding:5px;
}

.promotion table tbody tr td{
    border: 1px solid #e5e5e5;
    background: #fff;
}

.promotion table thead{
	background:#000;
	color:#fff;
}

.promotion table thead tr td:nth-child(2) {
	min-width:60px;
}

.promotion .pakiet {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.promotion .price {
	margin: 0 0 20px 0 !important;!i;!;
	background: #073625 !important;!i;!;
	color: #ffffff;
	text-align: center;
	padding: 20px 0 !important;!i;!;!i;!i9;!i9m;!i9;!;
}

.promotion .price p{
	margin-bottom:0;
	margin-top:0;
}

.promotion .price strong {
	color:#ffda7d;
}

@media (max-width:991px) {
	.promotion .container {
		flex-wrap:wrap;
	}
	.promotion .col-2 div {
		width:100%;
	}
	
	.promotion {
		padding:5px;
	}
	.promotion .col-2 div {
		padding:10px;
	}
}

.promotion .buy {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dbac34;
	padding: 6px;
	margin-top: 15px;
	color: #000;
	-webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3; -o-transition: ease-in-out 0.3; transition: ease-in-out 0.3;
}

.promotion .buy:hover {
    transform: scale(1.03);
}

.promotion .buy span {
	color: #000;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	border: 1px solid #073625;
	padding: 8px;
	background: #dbac34;
	-webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3; -o-transition: ease-in-out 0.3; transition: ease-in-out 0.3;
}

.promotion .buy:hover span {

}

.p4-block img{
  width: 100%;
  transition: 1000ms;
}

.p4-text{
  padding: 10px;
  text-align: center;
  width: 60%;
  margin: auto;
  transform: translate(0, -30px);
  background-color: rgb(var(--back-ground));
}

.p4-text-iner{
  border: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p4-text-iner h3,
.p4-text-iner h6{
  margin: 0;
  color: black;
}

.p4-text-iner p{
  color: black;
  font-size: 16px;
}

.p4-text-iner h3{
  font-size: 20px;
}

.p4-text-iner h6{
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

#p4-h1{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}