html, body {
  height: 100%;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
}

.leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

.easy-button-button .button-state {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaflet-bar button, .leaflet-bar a, .leaflet-bar a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.geocoder-control {
  z-index: 2000;
}

.geocoder-control,
.geocoder-control-input {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-position: center center;
}

.geocoder-control-expanded .geocoder-control-input {
  background-position: right center;
  width: 275px;
}

.geocoder-control-suggestions {
  width: 275px;
  z-index: 2000;
}

.text-seb {
  color: #00a452;
}

.text-dark-green {
  color: #016634;
}
.text-dark-green:hover {
  color: #016634;
}

.bg-container {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#container,
#map.full {
  height: 100%;
  width: 100vw;
}

#map.fullscreen {
  z-index: 1010;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#screenShadow {
  z-index: 1050;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  display: none;
}

.i-permission .s,
.i-company .s,
.i-camera .s {
  font-size: 28px;
}

.i-device .i {
  width: 35px;
  height: 35px;
}

.i-ukraine .s,
.i-energy_station .s,
.i-device .s {
  width: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
  color: #fff;
  text-shadow: 1px 1px #000000;
  font-weight: bold;
  vertical-align: middle;
  font-size: 14px;
}
.i-ukraine .s.ss,
.i-energy_station .s.ss,
.i-device .s.ss {
  font-size: 13px;
}
.i-ukraine .s i,
.i-energy_station .s i,
.i-device .s i {
  font-weight: normal;
  font-style: normal;
  font-size: 8px;
  display: block;
  text-align: center;
  text-shadow: none;
  position: absolute;
  width: 35px;
  left: 0;
  bottom: 0;
}

.i-energy_station .m-e-d .s {
  line-height: 30px;
}

.i-energy_station .sub {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  margin-top: -10px;
}

.i-device .m {
  background: #bbbbbb;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #6e6e6e;
}

.i-ukraine .m {
  background: #fff;
  width: 35px !important;
  height: 35px !important;
  border-radius: 35px;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #6e6e6e;
  overflow: hidden;
}
.i-ukraine .m:before {
  background: #005eb6;
  width: 35px !important;
  height: 16px !important;
  display: block;
  position: relative;
  content: "";
}
.i-ukraine .m .s {
  background: #ffd343;
  width: 35px !important;
  height: 18px !important;
  display: block;
  position: relative;
}
.i-ukraine .lbl {
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
  margin-left: -35px;
  text-shadow: 0 0 2px #fff;
  font-weight: 600;
}
.i-ukraine.i-warship .lbl {
  margin-left: -70px;
  width: 190px;
}
.i-ukraine.i-warship .m {
  width: 190px !important;
  text-align: center;
}
.i-ukraine.i-warship .m img {
  width: 25px;
  height: 25px;
  margin: 3px 5px;
}
.i-ukraine.i-warship .m:before {
  display: none;
}
.i-ukraine.z-small .lbl {
  display: none;
}
.i-ukraine.z-small .m {
  width: 15px !important;
  height: 15px !important;
  margin-left: 7px;
  margin-top: 7px;
}
.i-ukraine.z-small .m:before, .i-ukraine.z-small .m .s {
  height: 6px !important;
}
.i-ukraine.z-small .m img {
  width: 11px;
  height: 11px;
  margin: 0;
  vertical-align: top;
}
.i-ukraine.z-small.i-warship .m {
  vertical-align: top;
  width: 90px !important;
  margin-left: 50px;
}
.i-ukraine.z-small.i-warship .m:before, .i-ukraine.z-small.i-warship .m .s {
  display: none;
}
.i-ukraine.z-small.i-warship .m img {
  margin: 0 2px;
}

.i-energy_station .m-e {
  background: #000;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #6e6e6e;
  color: #fff;
}

.leaflet-control-legend .l-0,
.i-device .l-0 {
  background: #bbbbbb;
}
.leaflet-control-legend .l-1,
.i-device .l-1 {
  background: #17a355;
}
.leaflet-control-legend .l-2,
.i-device .l-2 {
  background: #F8CC4A;
}
.leaflet-control-legend .l-3,
.i-device .l-3 {
  background: #FF9A01;
}
.leaflet-control-legend .l-4,
.i-device .l-4 {
  background: #EA270D;
}
.leaflet-control-legend .l-5,
.i-device .l-5 {
  background: #7c2c85;
}
.leaflet-control-legend .l-6,
.i-device .l-6 {
  background: #66001f;
}
.leaflet-control-legend .lr-0,
.i-device .lr-0 {
  background: #bbbbbb;
}
.leaflet-control-legend .lr-1,
.i-device .lr-1 {
  background: #1dafaf;
}
.leaflet-control-legend .lr-2,
.i-device .lr-2 {
  background: #1d8baf;
}
.leaflet-control-legend .lr-3,
.i-device .lr-3 {
  background: #1d66af;
}
.leaflet-control-legend .lr-4,
.i-device .lr-4 {
  background: #1d41af;
}
.leaflet-control-legend .lr-5,
.i-device .lr-5 {
  background: #411daf;
}
.leaflet-control-legend .lr-6,
.i-device .lr-6 {
  background: #661daf;
}

.leaflet-control-legend.pollutant-caqi .l-1 {
  background: #79bc6a;
}
.leaflet-control-legend.pollutant-caqi .l-2 {
  background: #bbcf4c;
}
.leaflet-control-legend.pollutant-caqi .l-3 {
  background: #eec20b;
}
.leaflet-control-legend.pollutant-caqi .l-4 {
  background: #f29305;
}
.leaflet-control-legend.pollutant-caqi .l-5 {
  background: #960018;
}

.seb-marker-small .i,
.seb-compact-icons .i-device .i {
  width: 15px;
  height: 15px;
}

.seb-marker-small .m,
.seb-compact-icons .i-device .m {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  animation: normal;
  border-width: 1px;
}

.seb-marker-small .s,
.seb-compact-icons .i-device .s {
  font-size: 6px;
  line-height: 15px;
  width: 15px;
  font-weight: normal;
  text-shadow: 1px 1px #444444;
}

.i-company.seb-marker-small .s,
.seb-compact-icons .i-company .s,
.i-camera.seb-marker-small .s,
.seb-compact-icons .i-camera .s {
  font-size: 14px;
}

.i-permission .s {
  font-size: 14px;
}

.i-permission.seb-marker-small .s,
.seb-compact-icons .i-permission .s {
  font-size: 6px;
}

.i-permission .s {
  text-shadow: none;
}

.logo-seb {
  position: absolute;
  width: 100px;
  height: 38px;
  right: 10px;
  top: 10px;
  z-index: 1020;
}
.logo-seb.position-fixed {
  position: fixed;
}
.logo-seb img {
  width: 100px;
  height: auto;
}
.logo-seb.logo-seb-widget {
  width: 38px;
}
.logo-seb.logo-seb-widget img {
  width: 38px;
}
.logo-seb.logo-seb-center {
  right: auto;
  left: 50%;
  margin-left: -50px;
  width: 120px;
  height: 45px;
  top: 4px;
}
.logo-seb.logo-seb-center img {
  width: 120px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}

.logo-eed,
.logo-transition {
  width: 110px;
  height: 38px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  display: none;
}
.logo-eed img,
.logo-transition img {
  width: 110px;
  height: auto;
}

.logo-eed {
  bottom: 20px;
}
.logo-eed img {
  width: 112px;
}

.show-transition .logo-eed {
  bottom: 65px;
}

.row-icons a.details {
  border: 1px solid #dadce0;
  border-radius: 36px;
  height: 36px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 15px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  display: inline-block;
}
.row-icons a.details:hover {
  border-color: #DADCE0;
  background-color: #F1F3F4;
}

.row-icons {
  margin: 20px 0 5px 0;
  text-align: center;
}

.row-only-button {
  margin-top: 10px;
}

.row-icons-social {
  margin: 15px 0 0;
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #DADCE0;
}
.row-icons-social a {
  display: block;
  margin: 0 7px 0 0;
  float: left;
}
.row-icons-social a.details {
  margin-right: -10px;
}
.row-icons-social a span {
  display: none;
}

.aqi-chart + .row-icons-social {
  padding-top: 0;
  border-top: none;
}

.row-icons:after {
  content: "";
  display: table;
  clear: both;
}

.row-icons a:first-child {
  margin-left: 0;
}

.row-icons-only {
  padding-top: 0;
  border: none;
}
.row-icons-only a.icon {
  padding-left: 35px;
  line-height: 36px;
  width: auto;
  color: #212529;
  margin-right: 10px;
}
.row-icons-only a.icon span {
  display: inline-block;
}
.row-icons-only a:last-child {
  margin-right: 0;
}

a i.icon-f,
.row-icons .icon-f {
  background: url("../images/logos/f.png") no-repeat left center;
}

a i.icon-t,
.row-icons .icon-t {
  background: url("../images/logos/t.png") no-repeat left center;
}

.row-icons .icon-v {
  background: url("../images/logos/v.png") no-repeat left center;
}

.row-icons .label {
  display: none;
}

a i.icon,
.row-icons .icon {
  width: 30px;
  height: 36px;
  background-size: 30px 30px;
}

.row-icons-only a {
  display: inline-block;
  float: none;
}
.row-icons-only span {
  display: block;
}

a i.icon {
  display: inline-block;
}

.locale-ru .leaflet-container .row-icons a.details {
  font-size: 13px;
  padding: 0 10px;
}

.locale-fr .leaflet-container .row-icons a.details {
  font-size: 12px;
  padding: 0 10px;
}

.locale-sk .leaflet-container .row-icons,
.locale-pl .leaflet-container .row-icons,
.locale-hu .leaflet-container .row-icons {
  padding-left: 20px;
}

.popup .title-follow {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.popup .row-details {
  text-align: center;
  margin-top: 10px;
}

.title strong {
  font-size: 14px;
  font-weight: bold;
}

.leaflet-popup-content {
  margin: 13px;
}
.leaflet-popup-content p {
  margin: 10px 0;
}
.leaflet-popup-content p.title-city {
  margin-top: -18px;
}
.leaflet-popup-content .title-label {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
.leaflet-popup-content .updated {
  margin-top: 0;
  margin-bottom: 0;
}
.leaflet-popup-content .index {
  margin-top: 5px;
  margin-bottom: 10px;
}
.leaflet-popup-content .title {
  clear: left;
}
.leaflet-popup-content .title .hromada {
  font-size: 11px;
}

.popup-aqi {
  width: 280px;
}

.aqi {
  margin-bottom: 10px;
  text-align: center;
}
.aqi b {
  color: #fff;
  text-shadow: 1px 1px #000000;
  display: block;
  background: #bbbbbb;
  padding: 5px 10px;
}
.aqi span {
  font-size: 9px;
}
.aqi span b {
  width: 70px;
}

.page-device .aqi b {
  padding: 35px 0;
}

.block-cities-top .aqi {
  margin-bottom: 0;
  float: right;
}
.block-cities-top .aqi b {
  padding: 0;
  width: 60px;
}
.block-cities-top .logo {
  float: right;
  width: 100px;
  height: auto;
}

.popup .aqi {
  float: left;
  width: 70px;
}
.popup .aqi b {
  border-radius: 5px;
  font-weight: bold;
  background: #cecece;
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
}
.popup .aqi i {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  display: block;
}
.popup .aqi.with-units b {
  padding: 5px 0 10px;
}
.popup .aqi.with-units b sup {
  font-weight: normal;
}
.popup .aqi.aqi-long b {
  font-size: 20px;
}

p.with-icon {
  padding-left: 20px;
}
p.with-icon .icon {
  margin-left: -20px;
  display: block;
  float: left;
}

p.with-aqi {
  margin-left: 83px;
}
p.with-aqi.with-icon {
  margin-left: 103px;
  padding-left: 0;
}

.aqi-chart {
  height: 70px;
}

.popup-pollutant-gamma .aqi-chart {
  height: 135px;
}

.leaflet-menu {
  display: none;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0;
  background-color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1001;
}

.leaflet-menu a.leaflet-menu-item {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  padding: 0 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: default;
  outline: none;
}

.leaflet-menu a.leaflet-menu-item.over {
  background-color: #f4f4f4;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.leaflet-menu-icon {
  margin: 2px 8px 0 0;
  width: 16px;
  height: 16px;
  float: left;
  border: 0;
}

.popup-camera .preview {
  width: 300px;
  height: 225px;
  overflow: hidden;
  background: #cecece;
  border-radius: 10px;
  color: #e2e2e2;
  text-align: center;
  vertical-align: middle;
  line-height: 225px;
  margin-bottom: 10px;
}

.popup-camera .no-preview {
  height: 200px;
  font-size: 72px;
  line-height: 200px;
}

.popup-wide .preview {
  width: 600px;
  height: 450px;
}

.popup-camera .preview a {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}

.popup-camera .preview a:before {
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  z-index: 1;
}

.popup-camera .preview a:after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  background: url("../images/icons/arrow.png") center center no-repeat;
  background-size: 50px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding-left: 5px;
  z-index: 2;
}

.popup-camera .preview a:hover:before {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.popup-camera .preview img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: middle;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}

.jumbotron-light {
  background: #f8f9fa;
}

.copy-savednipro, .copy-transition {
  display: none;
}

.extra-small {
  font-size: 55%;
  font-weight: 400;
}

.leaflet-control-locate.active.following a {
  color: #17a355;
}

.leaflet-control-locate a {
  font-size: 12px;
}

.hide-transition .logo-transition,
.mode-iframe .logo-transition {
  display: none;
}

.show-eed .logo-eed {
  display: block;
}

.show-transition .logo-transition {
  display: block;
}

.leaflet-bar {
  border-radius: 6px;
}

#buttonDonate {
  background-color: #00a452;
  border-color: #00a452;
  color: #fff;
  font-size: 16px;
}
#buttonDonate:hover {
  background-color: #019a4e;
  border-color: #019a4e;
}

#buttonFire {
  background-color: #dc2626;
  border-color: #dc2626;
  color: #fff;
  font-size: 16px;
}
#buttonFire:hover {
  background-color: #b91c1c;
  border-color: #b91c1c;
}

#buttonRadiation {
  background-color: #f97316;
  border-color: #f97316;
  color: #fff;
  font-size: 16px;
}
#buttonRadiation:hover {
  background-color: #c2410c;
  border-color: #c2410c;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  width: 12px;
  height: 12px;
  margin-top: 10px;
}

.leaflet-bar .easy-button-button {
  padding: 0;
}
.leaflet-bar .easy-button-button svg {
  margin-top: -3px;
}
.leaflet-bar .easy-button-blue {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  outline: none;
}
.leaflet-bar .easy-button-blue:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.leaflet-bar .easy-button-blue span.button-state {
  font-size: 14px;
}
.leaflet-bar .easy-button-blue span.button-state i {
  font-size: 16px;
  line-height: 30px;
}
.leaflet-bar .easy-button-blue span.caqi {
  font-size: 12px;
}
.leaflet-bar .easy-button-button span.with-sub {
  font-size: 14px;
  line-height: 10px;
  padding-top: 5px;
  height: auto;
  display: inline-block;
}
.leaflet-bar .easy-button-button span.with-sub span {
  font-size: 10px;
}
.leaflet-bar .easy-button-button span.with-sub span.sm {
  font-size: 8px;
}

.btn-donate {
  position: absolute;
  right: 85px;
  top: 9px;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.15rem;
  }
  .col-extra-15 {
    padding: 0;
  }
  .margin-minus-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 468px) {
  .copy-savednipro, .copy-transition {
    display: inline-block;
  }
  .block-content > .container {
    padding: 0;
  }
  #map {
    height: 450px;
  }
  .buttons-compact img {
    width: 25px;
    height: auto;
  }
  .buttons-compact .btn {
    margin-left: -5px;
    margin-right: -5px;
  }
}
/**

 */
.navbar.fixed-right {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.4);
  display: none;
}

.navbar.fixed-left .navbar-brand,
.navbar.fixed-right .navbar-brand {
  margin: 10px 10px 20px;
}

.navbar.fixed-right-open {
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  color: #212529;
}
.navbar-light .navbar-nav .nav-link-donate {
  color: #fff;
}

.nav-link-country {
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  .w-md-110 {
    width: 110% !important;
  }
  .navbar.fixed-right {
    bottom: 0;
    width: 320px;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .navbar.fixed-right .navbar-collapse {
    flex-grow: 0;
    flex-direction: column;
    /*width: 100%;*/
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1rem;
    padding: 10px 1rem;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    top: 0;
  }
}
@media (min-width: 768px) {
  .navbar.fixed-right {
    left: auto;
  }
  .navbar.fixed-right .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-left: none;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    vertical-align: baseline;
  }
  .navbar.fixed-right .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 100%;
  }
}
.navbar.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1060;
  box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.4);
  display: none;
}

.navbar.fixed-left-open {
  display: block;
}

.navbar.fixed-left {
  bottom: 0;
  width: 290px;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.navbar.fixed-left .navbar-collapse {
  flex-grow: 0;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1rem;
  padding: 10px 1rem;
}

.navbar.fixed-left .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}

.navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
  width: 100%;
}

.navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  top: 0;
}

.container-fluid > .container {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar.fixed-left {
    right: auto;
  }
  .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: none;
    vertical-align: baseline;
    margin-left: 0.5em;
  }
  .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
    left: 100%;
  }
}
.breadcrumb {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.finger {
  position: absolute;
  background: url(../images/finger.png) no-repeat top left;
  background-size: 100px 114px;
  width: 150px;
  height: 170px;
  top: 50%;
  left: 50%;
  z-index: 110;
  margin-top: -48px;
  margin-left: -22px;
}

@-webkit-keyframes hint-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.35);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes hint-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.35;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hint-puff {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes hint-puff {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ui-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

.ui-hint:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  border: solid 1px white;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 6px 4px #8bd5f9;
  -webkit-animation: hint-puff 1.5s infinite ease-in-out;
  animation: hint-puff 1.5s infinite ease-in-out;
}

.ui-hint:after {
  opacity: 0.75;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  background: #8bd5f9;
  border-radius: 20px;
  margin-left: -15px;
  margin-top: -15px;
  border: solid 2px #fff;
}

.the-map:hover .finger,
.the-map:hover .ui-hint {
  display: none;
}

.the-map .display-none {
  display: none;
}

@media (max-width: 768px) {
  .finger,
  .ui-hint {
    display: none;
  }
}
.leaflet-touch .geocoder-control {
  height: 34px;
  z-index: 1000;
}

.jumbotron-compact {
  padding: 1em;
}

.chart-logo {
  float: right;
  margin: 0 0 0 10px;
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.chart-hidden-export .highcharts-exporting-group,
#chart_raw_data .highcharts-exporting-group,
#chart_ukraine_map .highcharts-exporting-group,
#chart_city_hourly_data .highcharts-exporting-group {
  display: none;
}

.legend-fire-wind .title {
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
  margin-top: -5px;
}
.legend-fire-wind .title .info {
  display: inline-block;
  float: none;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  border: 1px solid #cecece;
  border-radius: 10px;
  text-align: center;
}
.legend-fire-wind .title .info svg {
  margin-top: -5px;
  height: 8px;
  color: #aaaaaa;
}
.legend-fire-wind .preview {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}
.legend-fire-wind .preview img {
  margin-top: -20%;
  width: 66px;
  height: auto;
}
.legend-fire-wind .status {
  font-size: 9px;
  text-align: center;
  margin: 0 -10px;
  color: #666666;
}

.legend-liveuamap .title .info {
  margin-right: -3px;
}

.legend-isw {
  cursor: pointer;
}
.legend-isw:hover .preview {
  border-color: #666666;
}
.legend-isw:hover .title .info {
  border-color: #666666;
}
.legend-isw:hover .title .info svg {
  color: #666666;
}

.legend-fire-wind + .legend-fire-wind,
.legend-pollutant + .legend-fire-wind {
  margin: 10px -10px 0 -10px;
  padding: 10px 10px 0;
  border-top: 1px solid #e4e4e4;
}

.leaflet-bottom .leaflet-control-legend {
  width: 90px;
  padding: 10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.leaflet-bottom .leaflet-control-legend .unit {
  font-size: 10px;
  text-align: center;
  margin: -8px -10px 2px;
}
.leaflet-bottom .leaflet-control-legend span {
  display: block;
  float: left;
  width: 65px;
  line-height: 14px;
  text-align: left;
  padding: 0 3px;
}
.leaflet-bottom .leaflet-control-legend span b {
  font-size: 9px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
}
.leaflet-bottom .leaflet-control-legend span em {
  float: right;
  line-height: 14px;
  font-size: 8px;
  font-style: normal;
  color: #fff;
}
.leaflet-bottom .leaflet-control-legend .status {
  font-size: 9px;
  text-align: center;
  margin: 0 -10px -5px;
  color: #666666;
}
.leaflet-bottom .leaflet-control-legend.pollutant-gamma .unit {
  margin-left: -5px;
  margin-right: -5px;
}
.leaflet-bottom .leaflet-control-legend.pollutant-pm25 span i {
  width: 45px;
}
.leaflet-bottom .leaflet-control-legend.pollutant-no2 span i, .leaflet-bottom .leaflet-control-legend.pollutant-so2 span i, .leaflet-bottom .leaflet-control-legend.pollutant-co span i {
  width: 40px;
}

.leaflet-container .leaflet-control-attribution {
  font-size: 10px;
}
.leaflet-container .leaflet-control-attribution a {
  color: #000;
  text-decoration: underline;
}

/*
@media (min-width: 768px) {
  .leaflet-left .leaflet-control-legend {
    position: absolute;
    left: 55px;
    bottom: 11px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
 */
/**
Home page
 */
.with-chevron .fa-chevron-right,
.lead .fa-chevron-right {
  font-size: 65%;
}

.block-features .icon {
  font-size: 2.75rem;
}

.bg-gradient-green {
  background: -o-linear-gradient(40deg, #00a452 0, #00d67d 100%) !important;
  background: linear-gradient(50deg, #00a452 0, #00d67d 100%) !important;
}

.bg-gradient-red {
  background: -o-linear-gradient(40deg, #e10439 0, #e42755 100%) !important;
  background: linear-gradient(50deg, #e10439 0, #e42755 100%) !important;
}

.bg-gradient-violet {
  background: linear-gradient(50deg, #6e00ff 0, #6c02b7 100%) !important;
}

.btn-transparent {
  background: rgba(209, 209, 209, 0.2);
  color: #fff;
}
.btn-transparent:hover {
  background: rgba(128, 128, 128, 0.2);
}

.delimiter-top,
.delimiter-bottom {
  position: relative;
  border: 0;
}

.delimiter-top:before {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-bottom:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-dark:before, .delimiter-dark:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.block-chatbot .icon {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 3rem;
}
.block-chatbot .icon i, .block-chatbot .icon svg {
  font-size: 2.75rem;
}
.block-chatbot .icon img {
  width: 3rem;
  height: 3rem;
}
.block-chatbot .icon-shape {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}
.block-chatbot .icon-shape i, .block-chatbot .icon-shape svg {
  font-size: 1.25rem;
}

.hover-blurable {
  position: relative;
}

.hover-blurable .blurable-item {
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.hover-blurable .blurable-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .hover-blurable .blurable-hidden {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.hover-blurable:hover .blurable-item {
  opacity: 0.8;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.hover-blurable:hover .blurable-hidden {
  opacity: 1;
  top: 50%;
}

.block-platforms img {
  max-height: 50px;
  width: auto;
}

.block-partners img {
  max-height: 50px;
  width: auto;
}

.device {
  position: relative;
}

.device > .img-fluid {
  position: relative;
  z-index: 2;
}

.device::before {
  content: "";
  background-color: #f9fbfd;
}

.device-full,
.device-screen,
.device > .device-shadow,
.device::before {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.device-iphonex > .device-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.device-full {
  right: -10%;
  top: 0;
  width: 110%;
  height: auto;
}

@media (max-width: 768px) {
  .device-full-complaints {
    right: 0;
    width: 100%;
  }
}
.device-iphonex::before,
.device-iphonex > .device-screen {
  left: 16.7929292929%;
  top: 9.9300699301%;
  width: 65.2777777778%;
  height: 78.5314685315%;
}

.device-macbook::before,
.device-macbook > .device-screen {
  top: 5.1666666667%;
  left: 21.5008431703%;
  width: 66.4418212479%;
  height: 82%;
}

.device-combo {
  position: relative;
}

.device-combo > .device {
  position: absolute;
}

.device-combo {
  padding-bottom: 62.4260355%;
}
.device-combo > .device-iphonex {
  width: 27.9585799%;
  z-index: 10;
}
.device-combo > .device-macbook {
  top: 10%;
  right: 0;
}
.device-combo > .device-iphonex {
  bottom: 0;
  left: 0;
}
.device-combo > .device-saveecosensor {
  width: 65%;
  z-index: 11;
  bottom: 0;
  right: -10%;
}

/**
Responsive styles
 */
@media (max-width: 768px) {
  .navbar.fixed-left .navbar-toggler {
    display: none;
  }
  .navbar.fixed-left .navbar-brand {
    margin-left: 0;
  }
  .container-with-breadcrumbs {
    display: table;
  }
  .container-with-breadcrumbs .block-breadcrumbs {
    display: table-footer-group;
  }
  .container-with-breadcrumbs .breadcrumb {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    margin-bottom: 0;
    padding: 0.75em 0 0;
  }
  .container-with-breadcrumbs .block-content {
    display: table-header-group;
  }
}
.leaflet-bottom {
  z-index: 990;
}

.leaflet-control-layers-expanded {
  padding: 0;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  position: absolute;
  left: 42px;
  top: -2px;
  padding: 5px 10px;
  background: #fff;
  width: auto;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list .leaflet-bar {
  border: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list .layers-group-title {
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 10px;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list .layers-group-title:first-child {
  margin-top: 0;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list label {
  white-space: nowrap;
  margin-bottom: 3px;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list button.btn-close {
  width: 100%;
  height: auto;
  background: #6c757d;
  color: #fff;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin-top: 10px;
}

.leaflet-control-layers label:last-child {
  margin-bottom: 0;
}
.leaflet-control-layers label span {
  margin-left: 7px;
  margin-top: 1px;
  display: inline-block;
  line-height: 15px;
}
.leaflet-control-layers label .leaflet-control-layers-selector {
  vertical-align: top;
}
.leaflet-control-layers label .leaflet-control-layers-dropdown {
  width: 100%;
}

.leaflet-touch .leaflet-control-layers div.leaflet-bar, .leaflet-touch .leaflet-bar div.leaflet-bar {
  border: none;
}

@media (min-width: 768px) {
  .leaflet-control-layers-pollutantss {
    position: static;
    margin: 0 !important;
    border: none;
  }
  .leaflet-control-layers-pollutantss .leaflet-bar {
    border: none;
  }
  .leaflet-control-layers-pollutantss > button {
    display: none;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list {
    display: block;
    position: absolute;
    top: 30px;
    left: 55px;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list .leaflet-control-layers-base {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
    white-space: nowrap;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list .leaflet-control-layers-base:after {
    content: "";
    display: table;
    clear: both;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list .layers-group-title {
    display: inline-block;
    position: absolute;
    top: -18px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 0 0;
    padding: 0 10px;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    border-radius: 4px;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list label:hover {
    background: #f4f4f4;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list label.selected {
    background: #007bff;
    color: #fff;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list label input {
    display: none;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list label span {
    margin: 0 10px;
  }
  .leaflet-control-layers-pollutantss .leaflet-control-layers-list .btn-close {
    display: none;
  }
}
.leaflet-control-velocity {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 5px;
  margin: 0 !important;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-map-pane canvas.leaflet-heatmap-layer {
  z-index: 10;
}

.leaflet-map-pane canvas.velocity-overlay {
  z-index: 1;
}

.btn-group .custom-switch-btn {
  margin: 7px 0 0 10px;
}

.custom-switch-group .custom-switch {
  display: inline-block;
  margin: 0 15px;
}

/**
Inspections
 */
.bg-light-green {
  background: rgba(82, 204, 102, 0.2);
}

.bg-light-blue {
  background: #E6F0FF;
}

.bg-light-violet {
  background: rgba(121, 82, 179, 0.2);
}

.bg-light-orange {
  background: rgba(255, 193, 7, 0.2);
}

.bg-blue-chart {
  background: #c3ddf4;
}

/**
Borders
 */
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.tooltip-inner hr {
  border-top-color: #8a8a8a;
}

.block-cities .aqi {
  margin: -5px -5px 0 0;
}

.flag {
  display: inline-block;
  width: 12px;
  height: 8px;
  box-shadow: 0 0 1px #6e6e6e;
  background-position: center center;
  background-size: cover;
  border-radius: 1px;
}
.flag.flag-large {
  width: 60px;
  height: 40px;
}
.flag.flag-ua, .flag.flag-uk {
  background-image: url(../images/flags/UA.png);
}
.flag.flag-bg {
  background-image: url(../images/flags/BG.png);
}
.flag.flag-ge {
  background-image: url(../images/flags/GE.png);
}
.flag.flag-by {
  background-image: url(../images/flags/BY.png);
}
.flag.flag-us {
  background-image: url(../images/flags/US.png);
}
.flag.flag-be {
  background-image: url(../images/flags/BE.png);
}
.flag.flag-hu {
  background-image: url(../images/flags/HU.png);
}
.flag.flag-de {
  background-image: url(../images/flags/DE.png);
}
.flag.flag-sk {
  background-image: url(../images/flags/SK.png);
}
.flag.flag-it {
  background-image: url(../images/flags/IT.png);
}
.flag.flag-fr {
  background-image: url(../images/flags/FR.png);
}
.flag.flag-gb, .flag.flag-en {
  background-image: url(../images/flags/GB.png);
}
.flag.flag-pl {
  background-image: url(../images/flags/PL.png);
}
.flag.flag-at {
  background-image: url(../images/flags/AT.png);
}
.flag.flag-ie {
  background-image: url(../images/flags/IE.png);
}
.flag.flag-me, .flag.flag-cnr {
  background-image: url(../images/flags/ME.png);
}
.flag.flag-ru {
  background-image: url(../images/flags/RU.png);
}
.flag.flag-zh, .flag.flag-cn {
  background-image: url(../images/flags/CN.png);
}
.flag.flag-cs, .flag.flag-cz {
  background-image: url(../images/flags/CZ.png);
}
.flag.flag-ja, .flag.flag-jp {
  background-image: url(../images/flags/JP.png);
}
.flag.flag-ko, .flag.flag-kr {
  background-image: url(../images/flags/KR.png);
}
.flag.flag-no {
  background-image: url(../images/flags/NO.png);
}
.flag.flag-pt {
  background-image: url(../images/flags/PT.png);
}
.flag.flag-ro {
  background-image: url(../images/flags/RO.png);
}
.flag.flag-md {
  background-image: url(../images/flags/MD.png);
}

.nav-item .flag, .btn .flag {
  width: 18px;
  height: 12px;
  background-size: 18px 18px;
  margin-right: 0.5rem;
}

.table-rankings .aqi {
  margin-bottom: 0;
}

.modal-backdrop {
  z-index: 1070;
}

.modal {
  z-index: 1080;
}

.modal-dialog-black .modal-footer,
.modal-dialog-black .modal-header {
  border-color: #666666;
}
.modal-dialog-black .modal-content {
  background: #000;
  color: #fff;
}

.popup-russian-warship-go-fuck-yourself .h1 img {
  width: 40px;
  height: auto;
  margin: 0 10px;
  display: inline-block;
}

/* Width & Height */
.h-5 {
  height: 1.25rem;
}

.h-16 {
  height: 4rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-3 {
  height: 0.75rem;
}

.h-full {
  height: 100%;
}

.h-14 {
  height: 3.5rem;
}

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-0 {
  height: 0px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-5 {
  width: 1.25rem;
}

.w-16 {
  width: 4rem;
}

.w-full {
  width: 100%;
}

.w-0 {
  width: 0px;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-48 {
  width: 12rem;
}

.w-auto {
  width: auto;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

.w-60 {
  width: 15rem;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-7 {
  width: 1.75rem;
}

.w-3 {
  width: 0.75rem;
}

.w-screen {
  width: 100vw;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-14 {
  width: 3.5rem;
}

.w-64 {
  width: 16rem;
}

.w-56 {
  width: 14rem;
}

/*# sourceMappingURL=styles.css.map */
