<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ Ð»Ð¾Ð³Ð¸Ð½Ð° */

#body {
	background: black !important;
}

.mobile body[orientation="portrait"] #body {
	background: black;
}

/*
    Ð±Ð»Ð¾Ðº PWA
*/
.a2hs-btn-wrap {
    background-color: rgba(17, 16, 21, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    transition: background-color .3s linear, height .3s linear, padding-bottom .3s linear;
}

.a2hs-btn-wrap button, .a2hs-btn-wrap {
    color: #ffffff;
}

#login  .download {
margin-top: 1%;
margin: auto;
width: 223px;
position: relative;
flex-wrap: wrap;
}

#login  .download .icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

#login  .download p {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

#login  .download .icons&gt;div {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 21px;
}
#login  .download .icons&gt;div.android {
  background: url(../images/download/androin-icon.svg) no-repeat center;
  background-size: contain;
}

#login  .download .icons&gt;div.windows {
  background: url(../images/download/windows-icon.svg) no-repeat center;
  background-size: contain;
}

#login  .download .icons&gt;div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.small-logo {
	width: 320px;
	height: 234px;
	top: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

#series {
	width: 100%;
	height: 100%;
	background: black;
	background-size: 100% 100%;
	position: absolute;
}

/* Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ Ð½Ð° ÑÑ‚Ð°Ñ€Ð½Ð¸Ñ†Ðµ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð¾Ð² */
.logo.logo-series {
	margin-top: 33px;
    margin-bottom: -20px;
    width: 494px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.series-menu {
    width: 100%;
    height: 243px;
    top: 61px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    left: 0px;
    transition: 0.25s left;
}
</pre></body></html>