* html #poststuff {
  height: 100%;
}

body {
  background-color: #a7abb5;
  color: #000;
  text-indent: 0px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  padding-top: 10px;
}

a {
  text-decoration: underline;
  color: #000084;
}

a:hover {
  text-decoration: underline;
  color: #000084;
}

a:visited {
  color: #000084;
}

.yes {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6e6;
  border: 1px solid #5d5;
}

.fav {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f95;
  border: 1px solid #f54;
}

.no {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: 1px solid #bbb;
}

.almost-silence {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b2f66f;
  border: 1px solid #a2e65f;
}

.silence {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff7;
  border: 1px solid #ee6;
}

.no-translates {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #eee;
}

.need-remaster {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #6ee;
  border: 1px solid #5d5;
}

.bw {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333;
  border: 1px solid #5d5;
}

.future {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
  padding: 10px;
}

a.menu {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 20px;
  font-weight: bold;
  color: #3a3;
  padding: 3pt;
  border: 1px solid #66F;
  background-color: #EEF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}

a.menu:hover {
  text-decoration: none;
  color: #000;
}

a.page {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-weight: light;
  color: #888;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 2px;
}

a.page:hover {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-weight: light;
  color: #000;
  background-color: #fff;
  border: 1px solid #afa;
  padding: 2px;
}

.zag {
  text-decoration: none;
  font-size: 2.5rem;
  font-family: "Cuprum", verdana;
  font-weight: bold;
  font-style: normal;
  color: #6597c8;
  margin: 0 5px 0 5px;
  background-image: url("/images/calend.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-background-size: auto auto;
  cursor: pointer;
  border: #AAD 1px solid;
  padding: 6pt;
  background-color: #EEF;
  border-radius: 10pt;
  padding-left: 60px;
}

.btn-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: bold 12px / normal Verdana, Geneva, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ff9900;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ava-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 0px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font: normal 16px / normal "Times New Roman", Times, serif;
  color: rgba(255, 255, 255, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.4);
  text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ava-css:hover {
  border: 3px solid rgba(255, 255, 0, 1);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

.around_line {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
}

.bottom {
  float: left;
  margin-left: 10px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 7pt;
  font-weight: bold;
  color: #248;
  margin-right: 10px;
  padding-left: 0px;
  padding: 3px;
}

.date {
  font-size: 7pt;
  font-weight: bold;
  color: #577;
}

.twitter-share-button {
  padding: 0px;
  margin: 0px;
}

a.btns {
  background-position: 0 0px;
  display: inline-block;
  width: 44px;
  height: 44px;
}

a.btns:hover {
  background-position: 0 -44px;
}

a.socs {
  background-position: 0 0px;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.socs:hover {
  box-shadow: inset 0 0 0 2px #000;
  background-color: #fff;
  width: 54px;
  height: 54px;
}

#profile {
  background: url(../i.garfield-archive.ru/btns/profile.png) 0px 0px no-repeat;
}

#profile:hover {
  background-position: 0 -64px;
}

#about {
  background: url(../i.garfield-archive.ru/btns/aboutc4ca.png?1) 0px 0px no-repeat;
}

#about:hover {
  background-position: 0 -64px;
}

#push {
  background: url(btns/push.html) 0px 0px no-repeat;
}

#push:hover {
  background-position: 0 -44px;
}

#donate {
  background: url(../i.garfield-archive.ru/btns/donatec4ca.png?1) 0px 0px no-repeat;
}

#donate:hover {
  background-position: 0 -64px;
}

#random {
  background: url(btns/random.html) 0px 0px no-repeat;
}

#random:hover {
  background-position: 0 -64px;
}

#top-calendar {
  background: url(btns/top-calendar.png) 0px 0px no-repeat;
}

#top-calendar:hover {
  background-position: 0 -64px;
}

#rating {
  background: url(btns/rating.html) 0px 0px no-repeat;
}

#rating:hover {
  background-position: 0 -44px;
}

.heart {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(images/heart.png) 0px -86px no-repeat;
  color: #f55;
}

.heart.liked {
  background-position: 0px 0px;
  color: #fff;
}

.likes {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(images/heart.png) 0px -86px no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}

.char_tag.taged {
  background-color: #9f9;
  color: #000;
  text-decoration: none;
}

.char_tag {
  background-color: #ddd;
  color: #999;
  text-decoration: none;
}

.non-touch .heart:hover {
  background-position: 0 -44px;
  color: #fff;
}

.vk_text {
  font-size: 8pt;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  color: #000;
  text-decoration: none;
}

.vk_date {
  font-size: 8pt;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  color: #666;
  text-decoration: none;
}

.vk_link {
  font-size: 8pt;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  color: #00b;
  text-decoration: none;
}

.text-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f5f5f5;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #aaa;
  color: rgba(0, 0, 0, 1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
}

.comics-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  padding: 20px 0px 20px 0px;
}

.comics-selector {
  display: flex;
  align-items: center;
}

.comics-container {
  width: 100%;
  display: block;
}

main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header {
  text-align: left;
  background: transparent;
}

.header__menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.header__menu-buttons {
  display: flex;
}

.header__button-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.comics-container__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 3px;
  text-align: center;
  background-image: url("/images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.comics-container__image {
  width: 100%;
  height: auto;
  display: block;
}

.comics-container__overlay {
  position: absolute;
  top: -10.4%;
  left: 0;
  width: 100%;
  z-index: 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.comics-root {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.comics-info {
  background-color: #ddd;
  border: 0px solid #000;
  padding: 20px;
  border-radius: 21pt;
}

.switch {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 46px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(btns/lang-rus.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  content: "";
  font-size: 16pt;
  height: 44px;
  width: 44px;
  left: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input:checked + .slider {
  background-image: url(btns/lang-eng.png);
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.strip {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p,
li {
  font-size: 19pt;
  font-family: merriweather, Georgia, Times, serif;
  font-weight: 400;
  word-break: break-word;
  line-height: 31.2px;
  text-rendering: optimizelegibility;
  text-align: left;
  margin-bottom: 20pt;
}

@media (max-width: 900px) {
  .comics-root {
    border-right: 0;
    border-left: 0;
  }

  .zag {
    font-size: 1.2rem;
    padding-left: 40px;
    background-size: 25%;
    background-position: 5px;
 }

  .comics-controls {
    padding: 0px 0 10px 0;
  }

  .comics-info {
    border-right: 0;
    border-left: 0;
  }

  .header__menu {
    flex-direction: row;
    align-items: center;
  }

  .logo {
    display: none;
  }

  .header__menu-buttons {
    flex-direction: row;
    gap: 12px;
  }

  .slider {
    scale: 0.8;
  }

  .heart {
    scale: 0.8;
  }
}