﻿@media screen and (min-width: 1650px) {
  .mobile-side-ad {
    position: fixed;
    left: 1499px;
    top: 170px;
  }
  .cookie-container {
    position: fixed;
    bottom: 0;
    z-index: 11;
  }
}
@media screen and (max-width: 1650px) {
  .mobile-side-ad {
    display: none;
  }
  .cookie-container {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
  }
}
@media screen and (min-width: 1200px) {
  .left-block-hidden .mobile-side-ad {
    display: block;
    position: fixed;
    left: 1073px;
    top: 100px;
  }
  .cookie-container {
    position: fixed;
    bottom: 0;
    z-index: 11;
  }
}
