/*
Theme Name: CoolStory
Author: Slava Khripushin
Author URI: https://t.me/slav4x
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.manager,
.manager-icon {
  right: 50px;
  bottom: 50px;
}

@media(max-width: 1024px) {
  .manager, .manager-icon {
    right: 22px;
    bottom: 95px;
  }
}

.promo {
  background: #f77cb6;
}