.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
  box-shadow: 0 1px 0 0 #e5e5e5;
}

.navbar {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 6.5rem;
  padding: 0.5rem 0;
  position: relative;
}

.header__search {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.input {
  -webkit-appearance: textfield;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem 0 0 0.25rem;
  font-family: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0.375rem 0.5rem;
  position: relative;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  width: 100%;
  color: #777;
}

.btn {
  background-color: #ff524e;
  border: 1px solid #ff524e;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  margin-left: 0;
  outline: 0;
  padding: 0 0.75rem;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.btn .icon-magnifier {
  fill: #fff;
  margin-right: 0;
  z-index: 100;
}
.btn .icon {
  height: 20px;
  overflow: hidden;
  margin-right: 2px;
  position: relative;
  top: 0px;
  width: 20px;
}

.header__info {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.header__info .header__close {
  border-radius: 100%;
  border: 1px solid #666;
  width: 24px;
  height: 24px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #666;
  color: #fff !important;
  font-size: 16px;
}

.btn-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
.btn-box .btn-box a {
  text-decoration: none;
}
.btn-box a.btn-agree {
  position: relative;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  height: auto;
  padding: 15px 25px;
  border: 3px solid #7db626;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: rgba(95, 95, 95, 0.7);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.btn-box a.btn-agree span.play {
  padding: 0;
  max-width: 40px;
}
.btn-box a.btn-agree span.play svg {
  width: 100%;
}
.btn-box .price {
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 9999999999;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer .footer-inner-text {
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 2px 10px;
}
.footer.footer__agree {
  font-size: 10px;
}
.footer a {
  color: #000;
}

.content {
  width: 100%;
}
.content .content__title {
  color: #454545;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  margin: 1rem 0 0.5rem;
}
.content .player {
  position: relative;
  margin: 0 auto;
  height: 290px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.75);
  background: #000 url(bg.png) no-repeat center;
  background-size: cover;
}
.content .rate {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content .rate .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.content .rate .row .rate-block {
  font-size: 15px;
  color: #222;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .rate .row .rate-block .dload-icon {
  border: 1px solid #c7cdd4;
  border-radius: 50%;
  height: 3rem;
  text-align: center;
  width: 3rem;
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .rate .row .rate-block .dload-icon.green {
  background-color: #7db626;
}
.content .rate .row .rate-block .dload-icon.red {
  background-color: #cd3560;
}
.content .rate .row .rate-block .dload-icon img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
}
.content .rate .tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content .rate .tabs .tabs__item {
  padding: 10px;
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.content .rate .tabs .tabs__item.active {
  border-bottom: 2px solid #ec5f56;
}
.content .rate .more {
  margin-top: 15px;
  border: 1px solid #007bff;
  border-radius: 4px;
  color: #0088cf;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

.player {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.player .bg-layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.player .agree-age {
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  z-index: 1;
}
.player .ux {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 5px 20px;
  flex-wrap: wrap;
}
.player .ux .timeline {
  width: 100%;
  height: 3px;
  background: #3d3d3d;
  margin: 3px 0 5px;
}
.player .ux .ux__group {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.player .ux .ux__group .ux__item {
  width: auto;
  height: auto;
  position: relative;
}
.player .ux .ux__group .ux__item.ux__item_icon {
  max-width: 16px;
}
.player .ux .ux__group .ux__item svg {
  width: 100%;
  height: auto;
}
.player .ux .ux__group .ux__item.sound {
  max-height: 20px;
}
.player .ux .ux__group .ux__item.sound svg {
  height: 20px;
  width: auto;
}
.player .ux .ux__group .ux__item.time {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100px;
}

body.close .header__close {
  display: flex;
}

.player__loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  align-items: center;
  justify-content: center;
}

body.loader .player__btn.def {
  display: none;
}
body.loader .player__btn.agree {
  display: none;
}
body.loader .player__loader {
  display: flex;
}

.loaderItem {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 40%;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderItem::after,
.loaderItem::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ff3d00 #ff3d00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loaderItem::before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

body {
  margin: 0 auto;
  padding: 0;
  font-family:
    'PT Sans',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 800px;
}

* {
  box-sizing: border-box;
}

.container {
  padding: 0 0.5rem 0;
}
.container .desc {
  padding: 0 10px 15px;
  text-align: left;
  color: #3c3c3c;
  font-family:
    'Open Sans',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.container .desc span {
  background-color: transparent;
  border-bottom: 1px solid #c7cdd4;
  color: #475872 !important;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

.flex {
  display: flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.agree .hideThis {
  display: none;
}

.agree .showThis {
  display: block;
}

.d-none {
  display: none;
}

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