@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
::-webkit-scrollbar-button {
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #4C83AB;
}

::-webkit-resizer {
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

body {
  background: transparent url(../pic/bg.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.flex1 {
  flex: 1;
}

.site {
  width: 100%;
  max-width: 640px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  box-sizing: border-box;
}
.site .menu {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 20px 0px 20px;
}
.site .content {
  padding: 20px;
  overflow: auto;
  flex: 1;
}
.site .footer {
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: #4C83AB;
  border-radius: 4px 4px 0px 0px;
}
.site .footer .links > a {
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.site .footer .links > a:first-child {
  margin-left: 0px;
}

.rows strong {
  margin-right: 10px;
}

.logo {
  display: block;
  background: url(../pic/mini-logo.svg) no-repeat left center;
  width: 100px;
  height: 48px;
  background-size: contain;
}

.category-select > p {
  display: block;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  text-align: right;
}
.category-select > p::before {
  display: block;
  content: "Категория:";
  color: #4C83AB;
  font-size: 12px;
}
.category-select > p:after {
  transition: 0.3s;
  content: "\e90d";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.category-select > p.selected:after {
  rotate: 180deg;
}
.category-select > div {
  position: absolute;
  background-color: #fff;
  overflow: auto;
  border-radius: 3px;
  text-align: left;
}
.category-select > div > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  color: #4C83AB;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-select > div > a:last-child {
  border-bottom: none;
}
.category-select > div > a:hover {
  background-color: rgb(249.4615384615, 251.2429149798, 252.5384615385);
}

.content .item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.content .item:hover {
  background-color: #fff;
}
.content .item .title {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
}
.content .item .title > p {
  color: #4C83AB;
  display: flex;
  align-items: center;
}
.content .item .title > p:after {
  content: "\e925";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.content .item .send-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgb(214.1538461538, 227.2914979757, 236.8461538462);
  padding-top: 10px;
  margin-top: 10px;
}
.content .item .send-line > p {
  font-size: 12px;
}
.content .item button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  margin-left: 20px;
  border-radius: 4px;
  background-color: #fff;
  color: #4C83AB;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  border: 1px solid rgb(214.1538461538, 227.2914979757, 236.8461538462);
}
.content .item button::after {
  margin-left: 10px;
  content: "\e909";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.content .item button:hover {
  background-color: #4C83AB;
  border-color: #4C83AB;
  color: #fff;
}

.audio {
  display: flex;
  width: 100%;
}
.audio .control-button {
  margin-right: 10px;
}
.audio .control-button::after {
  color: #4C83AB;
  font-size: 48px;
  cursor: pointer;
  content: "\e948";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.audio.play .control-button:after {
  content: "\e945";
}
.audio .progress {
  flex: 1;
}
.audio .progress .line-progress {
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.audio .progress .line-progress > i {
  display: block;
  background-color: rgb(214.1538461538, 227.2914979757, 236.8461538462);
  width: 100%;
  max-width: 2px;
  margin: 1px;
}
.audio .progress .line-progress > i.active {
  background-color: #4C83AB;
}
.audio .time-audio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #4C83AB;
  font-size: 10px;
}

.splash {
  position: fixed;
  background-color: rgba(76, 131, 171, 0.9);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: column;
}
.splash > div {
  max-width: 480px;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
}
.splash .splash-wrapper {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  max-height: 600px;
  overflow: auto;
}
.splash .splash-wrapper h1 {
  font-size: 20px;
  padding-bottom: 10px;
}
.splash .splash-wrapper h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.splash .splash-wrapper ul {
  padding-left: 20px;
}
.splash .splash-wrapper p {
  margin-bottom: 10px;
}
.splash .splash-wrapper a {
  color: #4C83AB;
}
.splash .close-wrapper {
  text-align: right;
}
.splash .close-wrapper > a {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-right: -20px;
}
.splash .close-wrapper > a::after {
  content: "\e907";
  font-size: 32px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.payment-form input, .payment-form button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: none;
  outline: none;
  margin-top: 10px;
  border-radius: 4px;
}
.payment-form input {
  border: 2px solid rgb(214.1538461538, 227.2914979757, 236.8461538462);
  padding: 10px 20px;
  font-size: 16px;
}
.payment-form button {
  background-color: #4C83AB;
  color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  font-weight: bold;
  border-bottom: 3px solid rgb(60.3076923077, 103.951417004, 135.6923076923);
  text-shadow: 0px 1px 1px rgb(60.3076923077, 103.951417004, 135.6923076923);
}
.payment-form p {
  font-size: 12px;
  color: #4C83AB;
}
.payment-form p > span {
  display: block;
  color: #333;
  font-size: 14px;
}
.payment-form p:first-child {
  margin-bottom: 10px;
}
.payment-form .payment-amount:after {
  content: "₽";
  margin-left: 4px;
}/*# sourceMappingURL=main.css.map */