.tab_cookies .bottom_svg {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  transform: translateY(70px);
  width: 100%;
  z-index: 999;
}
.tab_cookies { 
  background: #222222;
}
.tab_cookies .top_svg {
  pointer-events: none;
  transform: translateY(-32px);
  width: 100%;
  min-height: 90px;
  max-height: 90px;
}
.tab_cookies .top_svg svg {
  width : 100%;
  height: 100%;
  margin: -8px -1px;
}
.tab_cookies .bottom_svg svg {
  height: 100%;
  margin: -8px -1px;
  width: 100%;
}
.tab_cookies .image_section img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 575px) {
  .tab_cookies .top_svg {
    max-height: 100%;
    min-height: 100%; 
  }
  .tab_cookies .bottom_svg { 
    transform: translateY(15px); 
  }
  .tab_cookies .image_section img { 
    height: 100%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .tab_cookies .image_section img { 
    height: 100%;
  }
  .tab_cookies .bottom_svg { 
    transform: translateY(50px); 
}
}
@media (min-width:2100px) and (max-width: 2800px) { 
    transform: translateY(-60px );
}
}