.page-production {
  min-height: 100vh;

  .production-map {
    background: linear-gradient(to right, #fff 50%, #f4eee1 50%);
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .production-map:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 25px;
    content: "";
    background: inherit;
    border-radius: 29px 29px 0 0;
  }
  .map-left {
    background-color: white;
    position: relative;
    z-index: 2;
  }
  .map-right {
    background-color: var(--main-bg-color-grey-light);
    padding-left: 130px;
  }
  .map-image-wrapper {
    position: relative;
    width: calc(100% + 100px);
  }
  .map-image {
    max-width: 100%;
    height: auto;
  }
  .map-content-right h3 {
    font-size: 1.55rem;
    font-weight: var(--font-weight-bold);
    color: var(--main-color-hover);
  }
  .map-content-right a {
    color: var(--main-color-hover);
  }
  .map-content-right a:hover {
    color: var(--main-bg-color-grey);
  }
  .logos {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
  }
  .logo {
    height: 80px;
    margin-right: 30px;
  }
  .logo:last-child {
    margin-right: 0;
  }

  .production-info {
    padding-left: 130px;
  }
  .signature-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .signature-container p {
    margin: 0;
    margin-right: 15px;
  }
  .signature-container img {
    max-width: 130px;
  }

  .explanation-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .circle-number {
    width: 40px;
    height: 40px;
    background-color: var(--main-color-hover);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: var(--font-weight-bold);
    margin-right: 15px;
  }
  .explanation-text p {
    color: var(--main-color);
    margin: 0;
  }

  .ingredients-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ingredient-box {
    background-color: #ebe4d5;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
  }
  .ingredient-box h3 {
    font-size: 1.55rem;
    font-weight: var(--font-weight-bold);
    color: var(--main-color-hover);
    margin-bottom: 30px;
  }
  .ingredient-box p {
    color: var(--main-color);
    margin-bottom: 0;
    flex-grow: 1;
  }
  
.footer_custom {
	margin-top: -30px;
}
.title-image-col h3 {
	color: #cb0f22 !important;
	font-weight: bold !important;
}

.map-image-wrapper {
	position:relative;
}
.map-image-wrapper a.bod-na-mape {
	display:block;
	position:absolute;
	text-decoration:none;
	color:#cb0f22;
	background-color: #fff;
	border: 1px solid #cb0f22;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
}

.map-image-wrapper a.bod-na-mape:hover,
.map-image-wrapper a.bod-na-mape.active {
	/*background-color: #c08e4f;*/
	background-color: #cb0f22;
	border: 1px solid #cb0f22;	
}
.map-image-wrapper a.bod-na-mape.bod-na-mape-03 {
	display:block;
	position:absolute;
	text-decoration:none;
	color:#00497f;
	background-color: #fff;
	border: 1px solid #00497f;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
}

.map-image-wrapper a.bod-na-mape.bod-na-mape-03:hover,
.map-image-wrapper a.bod-na-mape.bod-na-mape-03.active {
	/*background-color: #c08e4f;*/
	background-color: #00497f;
	border: 1px solid #00497f;	
}

.map-image-wrapper a.bod-na-mape img.zavod-ikona {
	width: 80%;
	height: auto;
	margin-top: -5px;
	filter: invert(13%) sepia(58%) saturate(6575%) hue-rotate(347deg) brightness(91%) contrast(99%);
	
}
.map-image-wrapper a.bod-na-mape.bod-na-mape-03 img.zavod-ikona {
	width: 80%;
	height: auto;
	margin-top: -5px;
	filter: invert(18%) sepia(91%) saturate(1462%) hue-rotate(184deg) brightness(96%) contrast(101%);
	
}
.map-image-wrapper a.bod-na-mape:hover img.zavod-ikona,
.map-image-wrapper a.bod-na-mape.active img.zavod-ikona {
	filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(358deg) brightness(101%) contrast(105%);
}


.map-image-wrapper a.bod-na-mape.bod-na-mape-01 {
	top:64%;
	left:17%;
}
.map-image-wrapper a.bod-na-mape.bod-na-mape-02 {
	top: 60%;
    left: 52%;
}
.map-image-wrapper a.bod-na-mape.bod-na-mape-03 {
	top: 39%;
    left: 73%;
}
.map-image-wrapper a.bod-na-mape.bod-na-mape-04 {
	top: 19%;
    left: 63%;
}

.map-right .panel-zavody-holder {
	background: transparent;
    margin-bottom: 0;	
}
.map-right .panel-zavody-holder .panel-zavody {
	background-color: transparent;
	margin-bottom: 0;
	box-shadow: none;
}



		
  /* RESPONSIVE STRUCTURE
--------------------------------------- */

  @media screen and (max-width: 1366px) {
    .production-map:before {
      height: 20px;
      border-radius: 20px 20px 0 0;
    }
    .map-right {
      padding-left: 90px;
    }
    .map-image-wrapper {
      width: calc(100% + 70px);
    }
    .logos {
      margin-top: 15px;
    }
    .logo {
      height: 50px;
      margin-right: 20px;
    }
    .production-info {
      padding-left: 90px;
    }
    .signature-container {
      margin-bottom: 30px;
    }
    .signature-container img {
      max-width: 95px;
    }
    .ingredient-box {
      border-radius: 20px;
      padding: 30px;
    }
    .ingredient-box h3 {
      font-size: 1.37rem;
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 1200px) {
    .map-right {
      padding-left: 45px;
    }
    .map-image-wrapper {
      width: calc(100% + 30px);
    }
    .production-info {
      padding-left: 45px;
    }
	.map-image-wrapper a.bod-na-mape {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}	
  }

  @media screen and (max-width: 767px) {
    .production-map {
      background: transparent;
    }
    .production-map:before {
      height: 14px;
      background: #fff;
      border-radius: 14px 14px 0 0;
    }
    .map-left {
      padding-bottom: 40px;
    }
    .map-right {
      padding-top: 40px;
      padding-left: 15px;
      padding-bottom: 40px;
      border-radius: 14px;
    }
    .map-image-wrapper {
      width: 100%;
    }
    .production-info {
      padding-left: 0;
    }
    .circle-number {
      width: 30px;
      height: 30px;
      font-size: 1rem;
    }
    .explanation-item {
      flex-direction: column;
      align-items: flex-start;
    }
    .circle-number {
      margin-bottom: 10px;
    }
    .ingredients-row {
      display: block;
    }
    .ingredient-box {
      margin-bottom: 20px;
      padding: 30px 15px;
    }
	
	.map-image-wrapper a.bod-na-mape {
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	
  }
}
