@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #ffffff;
  --review__more: #ffffff;
  --black: #000000;
  --black_interface: #000000;
  --black_text: #202124;
  --black_text_box: #000000;
  --filter_for_black: none;
  --gray: #333;
  --gray_text: #333;
  --opacity: 1;
  --progress_bg: #e3e3e3;
  --star-color_my: #e3e3e3;
  --boder: #d0d0d0;
  --star-size: 16px;
  --star-color: #e3e3e3;
  --star-background: #01875f;
  --c-green: #01875f;
  --c-gray1: #616161;
  --c-gray2: #737373;
  --main-text-color: #5f6368;
  --secondary-text-color: #dadce0;
  --bg-color: #ffffff;
  --surface-color: #ffffff;
}

/* Dark theme variables */
[data-theme="dark"] {
  --white: #1e1e1e;
  --review__more: #2d2d2d;
  --black: #ffffff;
  --black_interface: #ffffff;
  --black_text: #e8eaed;
  --black_text_box: #ffffff;
  --filter_for_black: invert(1);
  --gray: #9aa0a6;
  --gray_text: #9aa0a6;
  --opacity: 1;
  --progress_bg: #3c4043;
  --star-color_my: #3c4043;
  --boder: #3c4043;
  --star-size: 16px;
  --star-color: #3c4043;
  --star-background: #86b7e4;
  --c-green: #86b7e4;
  --c-gray1: #9aa0a6;
  --c-gray2: #80868b;
  --main-text-color: #e8eaed;
  --secondary-text-color: #5f6368;
  --bg-color: #1e1e1e;
  --surface-color: #2d2d2d;
}

/* Dark theme support via prefers-color-scheme */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --white: #1e1e1e;
    --review__more: #2d2d2d;
    --black: #ffffff;
    --black_interface: #ffffff;
    --black_text: #e8eaed;
    --black_text_box: #ffffff;
    --filter_for_black: invert(1);
    --gray: #9aa0a6;
    --gray_text: #9aa0a6;
    --opacity: 1;
    --progress_bg: #3c4043;
    --star-color_my: #3c4043;
    --boder: #3c4043;
    --star-size: 16px;
    --star-color: #3c4043;
    --star-background: #86b7e4;
    --c-green: #86b7e4;
    --c-gray1: #9aa0a6;
    --c-gray2: #80868b;
    --main-text-color: #e8eaed;
    --secondary-text-color: #5f6368;
    --bg-color: #1e1e1e;
    --surface-color: #2d2d2d;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

body,
html,
iframe {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn,
body,
html,
iframe {
  width: 100%;
}
a,
a.text,
a.text:active,
a.text:hover,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit;
}
.advertising,
.bar,
.program-logo,
.program__left-bottom > div,
.text-field__icon {
  position: relative;
}
.app-name span,
.program-verified,
.review__text.webkit {
  -webkit-box-orient: vertical;
}
.contacts__title,
a:hover,
button {
  cursor: pointer;
}
.percent,
.showbox {
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__container a {
  color: var(--black_interface) !important;
}
.c-black {
  color: var(--black_text) !important;
}
.always-dark {
  color: #202124;
}
.c-white {
  color: var(--white) !important;
}
.program__downloads-img {
  border: 0.5mm solid var(--black) !important;
}
.complain img,
.return-policy__btn::before,
.share__btn img {
  filter: var(--filter_for_black) !important;
}
.description__category-btn {
  color: var(--gray) !important;
  opacity: var(--opacity) !important;
}
.complain a:hover,
.progress {
  background: var(--progress_bg) !important;
}
.app-name,
.rating__bar span {
  color: var(--black_text) !important;
}
.review__true-false a {
  color: var(--gray_text) !important;
  border: 1px solid var(--boder) !important;
}
.review__more-box {
  color: var(--black_text_box) !important;
}
.complain {
  background: var(--white) !important;
}
.review__more-open {
  background: var(--review__more) !important;
}
::backdrop,
:fullscreen {
  background-color: rgba(255, 255, 255, 0);
}
body:fullscreen {
  overflow: scroll !important;
}
body:-ms-fullscreen {
  overflow: scroll !important;
}
body:-webkit-full-screen {
  overflow: scroll !important;
}
body:-moz-full-screen {
  overflow: scroll !important;
}
@font-face {
  font-family: icons;
  src: url("assets/icons.ttf") format("truetype"),
    url("assets/icons.woff") format("woff"),
    url("assets/icons.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"]:before,
[class^="_icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.program__interaction .material-symbols-outlined.icon-info {
  font-size: 12px !important;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
.complain.open,
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
body {
  background-color: var(--bg-color) !important;
  font-size: 14px;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  background: var(--bg-color);
  color: var(--c-gray2);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-white {
  color: var(--white);
}
.c-black {
  color: var(--black_text);
}
.c-green,
.pr-cancel {
  color: var(--c-green) !important;
}
.bg-green {
  background: var(--c-green) !important;
}
.text-white {
  color: var(--white) !important;
}
.c-gray1 {
  color: var(--c-gray1) !important;
}
.bg-gray1 {
  background: var(--c-gray1);
}
.c-gray2 {
  color: var(--c-gray2);
}
.bg-gray2 {
  background: var(--c-gray2);
}
.btn {
  font-size: 15px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 0 30px;
  margin: 15px 0;
}
.container,
.wrapper {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}
.title {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.container {
  padding: 0 25px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}
.header__container a {
  display: flex;
  font-size: 24px;
  color: var(--secondary-text-color);
  line-height: 20px;
  padding: 17px 0 32px;
}
.header-search {
  margin-left: auto;
}
.header-more {
  margin-left: 17px;
}
.program-logo {
  width: 66px;
  height: 66px;
  border-radius: 12px;
  margin: 5px 28px 0 0;
}
.program__left {
  display: flex;
  flex-direction: column;
  width: calc(100% - 24px - 142px);
}
.program__left-bottom {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  width: max-content;
}
.program-info,
.program__reviews {
  flex-direction: column;
  display: flex;
}
.program__left-top {
  display: flex;
  width: calc(100% - auto);
}
.program-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.program-info {
  width: calc(100% - 66px - 33px);
}
.program-badge {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.program-company {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}
.horisontal-box {
  width: 100%;
  margin: 0;
  padding: 22px 0 24px;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.advertising {
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
}
.apps__title .advertising {
  font-weight: 600;
}
.apps__title .advertising::after {
  content: "";
  width: 2px;
  height: 2px;
  background: var(--c-gray1);
  position: absolute;
  right: -6px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.program__reviews {
  padding: 0px 15px;
  min-width: 110px;
  justify-content: center;
  align-items: center;
}
.program-more-buttons {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
}
.program-more-buttons a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--c-green);
  font-size: 14px;
  padding: 0 8px 0 8px;
  vertical-align: baseline;
  text-decoration: none;
}

.program-device-container-sub1 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 32px;
}
.program-more-buttons a .colored-icon {
  color: var(--c-green);
  fill: var(--c-green);
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.program__downloads,
.program__interaction {
  padding: 0px 15px;
  min-width: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.program__interaction .c-black,
.program__reviews-rating {
  font-weight: 500;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.program-reviews,
.program__downloads span,
.program__interaction span.c-gray1 {
  font-size: 12px;
  line-height: 20px;
}
.program__reviews-rating img {
  height: 14px;
  margin-left: 2px;
}
.program__downloads-img {
  width: 21px;
  height: 20px;
  border: 0.5mm solid var(--black_text);
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
.program__interaction-img {
  width: 30px;
  border: 1px solid var(--black_text);
  border-radius: 0;
  padding: 1px;
}
.program__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 560px) {
  .program__container {
    display: block;
  }
  .program-btn,
  .program-more-buttons {
    max-width: 350px;
  }
  .program-logo {
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0;
    width: 180px;
    height: 180px;
  }
  .program-logo img {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
      0 1px 3px 1px rgba(60, 64, 67, 0.15);
    border-radius: 20%;
    width: 180px;
  }
  h1.program-name {
    font-size: 44px;
    margin-bottom: 16px;
  }
}
.program__left-bottom > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  background: var(--secondary-text-color);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apps__boxes,
.program__images-box {
  width: 100%;
  margin: 0;
  padding: 16px 0;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.program__images-box::-webkit-scrollbar {
  width: 0;
  display: none;
}
.program__images {
  height: 164px;
  width: max-content;
  display: flex;
}
.program__images img {
  height: 100%;
}
.description {
  padding-bottom: 16px;
}
section:not(.program) {
  max-width: 692px;
}
.description__text {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.updated {
  margin: 20px 0;
}
.updated .title__top {
  padding-bottom: 0;
}
.updated .title__top h2 {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  color: var(--black_text);
}
.updated .description__text p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  margin-top: 4px;
}

.data-safety {
  margin-top: 36px;
}

.data-container {
  border-color: var(--secondary-text-color);
  border-radius: 8px;
  border: 1px solid;
  margin-top: 30px;
  padding: 20px 20px 0;
}
.data-container:not(:disabled) {
  border-color: var(--secondary-text-color);
}
.data-list-item {
  align-items: flex-start;
  display: flex;
}
.data-list-item:not(:first-child) {
  margin-top: 20px;
}
.data-list-item img {
  margin-right: 20px;
  height: 20px;
  width: 20px;
  background-size: contain;
}
.data-list-item .subtext {
  color: var(--main-text-color);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.data-details {
  color: var(--c-green);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}
.data-details-btn {
  position: relative;
  display: block;
  border: 0;
  color: var(--c-green);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 100%;
  margin: 14px 0;
  padding: 0;
}

.rating-reviews__container .title__top {
  padding-bottom: 0;
}
.rating_details {
  margin-bottom: 24px;
}
.rating_details_btn {
  background: none;
  border: none;
  color: var(--main-text-color);
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  padding: 0;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  letter-spacing: 0.0107142857em;
}
.rating_details_btn img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.rating_details_devices {
  margin-top: 24px;
}
.rating_details_device {
  background-color: rgb(232, 240, 254);
  border: none;
  padding: 7px 16px;
  border-radius: 9999px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  letter-spacing: 0.25px;
  line-height: 18px;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 0;
}
.rating_details_device.active {
  color: var(--c-green);
  background-color: #e6f3ef;
}

.title__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.more-btn {
  font-size: 24px;
  color: #000;
}
.description__text {
  line-height: 22px;
}
.description__category {
  display: block;
  width: calc(100% + 50px);
  overflow: hidden;
  margin: 0 -25px;
  overflow-x: visible;
  padding: 0 25px;
}
.description__category-btn {
  display: inline-block;
  width: max-content;
  border: 1px solid #d0d0d0;
  padding: 0 17px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 31px;
  margin: 8px 0;
  color: #333;
}
.rating-reviews__title {
  display: flex;
  align-items: center;
}
.rating-reviews__info {
  line-height: 16px;
  margin-left: 15px;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  width: max-content;
}
.Stars::before {
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color_my) var(--percent)
  ) !important;
  -webkit-background-clip: text !important;
  content: "★★★★★";
  letter-spacing: 0;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating__stars-box {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.progress {
  margin: 5px 0;
  height: 10px;
  background: #e3e3e3;
  padding: 0;
  width: calc(100% - 21px);
  overflow: hidden;
  border-radius: 6px;
}
.bar {
  float: left;
  min-width: 0px;
  height: 100%;
  background: var(--c-green);
  border-radius: 5px;
}
.percent {
  position: absolute;
  top: 50%;
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: #fff;
}
.rating__total {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 8px;
}
.rating__box {
  padding: 11px 0 0;
  display: flex;
  justify-content: space-between;
}
.rating__left {
  display: flex;
  flex-direction: column;
  width: 98px;
}
.rating__bar,
.review__top {
  align-items: center;
  display: flex;
}
.rating__bar {
  width: 100%;
}
.rating__right {
  width: calc(100% - 98px - 12px);
}
.rating__bar span {
  width: 21px;
  line-height: 10px;
  color: #000;
}
.reviews {
  padding: 15px 0;
}
.contacts__list,
.program-info-first,
.reviews__container {
  display: flex;
  flex-direction: column;
}
.review {
  flex-direction: column;
  display: flex;
  margin: 15px 0;
}
.review__top {
  margin-bottom: 15px;
}
.review__more {
  font-size: 24px;
  margin-left: auto;
}
.review__img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
}
.review__name {
  font-size: 14px;
}
.review__rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.review-date {
  margin-left: 10px;
  font-size: 13px;
  line-height: 16px;
}
.review__text {
  line-height: 22px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.review__text.webkit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.review__feedback {
}
.review__feedback-text {
  margin-top: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1rem;
}
.review__feedback-action {
  align-items: center;
  display: flex;
  margin-top: 12px;
  gap: 12px;
}
.review__feedback-action p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1rem;
  margin-right: 24px;
}
.review__feedback-action .review__feedback-btn {
  min-width: auto;
  height: 24px;
  padding: 0 12px;
  line-height: 10px;
  color: var(--main-text-color);
  fill: var(--main-text-color);
  background-color: var(--white);
  border: 1px var(--secondary-text-color) solid;
  border-radius: 9999px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 0;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}
.review__feedback-action .review__feedback-btn:hover {
  background-color: #f1f3f4;
  color: var(--white);
}
.review__feedback-action .review__feedback-btn.active {
  background-color: #e6f3ef;
  color: var(--c-green);
  border-color: #e6f3ef;
}

.review__qna {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  padding: 8px 0;
}
.review__true-false {
  display: flex;
}
.review__true-false a {
  display: flex;
  width: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 13px;
  color: #333;
}
.review__more-box {
  margin-left: auto;
  position: relative;
}
.review__more-open {
  box-shadow: 0 0 15px #73737354;
  border-radius: 3px;
  position: absolute;
  right: -15px;
  top: 100%;
  z-index: 2;
  background: #fff;
  width: max-content;
  display: none;
  flex-direction: column;
}

.update__container .description {
  color: var(--main-text-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.5;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.app-img,
.program-logo img,
.program__images a {
  box-shadow: 0 1px 3px var(--secondary-text-color);
}
.program-info-instal.open,
.review__more-open.open {
  display: flex;
}
.review__more-open a {
  width: 100%;
  padding: 15px 15px 15px 13px;
  font-size: 15px !important;
  line-height: 15px !important;
}
.app-name,
.app-size,
.review__qna > span {
  font-size: 12px;
}
.btn-true {
  margin-right: 8px;
}
.all-reviews {
  display: flex;
  width: max-content;
  font-weight: 500;
}
.contacts__block {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.contacts__block.open {
  padding: 15px 0;
  height: 220px;
}
.contacts__more-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.contacts__more-btn:active {
  background: none;
  -webkit-tap-highlight-color: transparent;
}
.contacts__more-btn:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.contacts__more-btn.rotate {
  transform: rotate(180deg);
}

.contacts__list li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

.contacts__list li a {
  color: var(--black_text);
  font-weight: 500;
  line-height: 22px;

  display: flex;
  flex-direction: column;
}

.contacts__list li span.material-symbols-outlined {
  font-size: 22px;
}

.contacts__list li a span {
  font-weight: 400;
  color: var(--c-gray2);
}

.contacts__list li a p {
  font-weight: 400;
  color: var(--c-gray2);
}
.contacts__flag {
  padding-top: 20px;
  width: 100%;
}
.contacts__flag-link {
  color: var(--black_text);
  background: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.contacts__flag-link:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.footer {
  display: block;
  width: 100%;
  padding-bottom: 72px;
}
.divider {
  border-bottom: 1px solid var(--secondary-text-color);
  margin-bottom: 36px;
  padding-top: 36px;
  width: 100%;
}
.footer__container {
  margin-top: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__item {
  font-size: 12px;
  line-height: 48px;
  margin-right: 24px;
}

.bottom__navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-color);
  border-top: 1px solid var(--secondary-text-color);
  z-index: 1000;
}
.bottom__navigation nav {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom__navigation nav a {
  color: var(--main-text-color);
  fill: var(--main-text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom__navigation nav a.active {
  color: var(--c-green);
  fill: var(--c-green);
}

.bottom__navigation nav a span {
  line-height: 1.2;
}

@media screen and (min-width: 560px) {
  .bottom__navigation {
    display: none;
  }
}

.apps {
  padding: 22px 0;
}
.apps__boxes::-webkit-scrollbar {
  width: 0;
  display: none;
}
.apps__boxes-block {
  width: max-content;
  padding: 0 20px;
  display: flex;
}
.app-img {
  width: 98px;
  height: 98px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 10px;
}
.app__box {
  width: 97px;
  margin: 0 6px;
}
.app-name {
  line-height: 14px;
  color: #333;
  letter-spacing: 0.2px;
}
.app-size {
  color: var(--c-gray1);
  line-height: 24px;
}
.app-name span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.error__content {
  line-height: 22px;
  padding: 15px 0 26px;
}
.return-policy__btn {
  display: flex;
  line-height: 22px;
  font-weight: 500;
  padding-left: 37px;
  position: relative;
}
.return-policy {
  padding: 18px 0;
}
.return-policy__btn::before {
  content: "";
  width: 16px;
  height: 18px;
  background: url(assets/undo.png) 0 0 / contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.program__images a {
  width: max-content;
  display: flex;
  height: 100%;
  border-radius: 8px;
  margin: 0 5px;
  overflow: hidden;
}
.fancybox-infobar,
.fancybox-navigation,
.pr-delete,
.pr-open,
.program-btn.click .pr-install,
.program-info-first.none,
.program__images-box.none,
.svg-item.none,
.wait-install,
.wait33,
.wait72,
.wait99 {
  display: none;
}
.program-wait {
  line-height: 20px;
  font-weight: 500;
  color: #333;
}
.program-verified {
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.program-verified::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  background: url(assets/googlePlay.png) center/contain no-repeat;
}
.apps__container.none,
.program__bottom.none {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.program-info-instal {
  flex-direction: column;
  display: none;
}
.program-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 65px;
  min-width: 200px;
  text-align: center;
}
.btn.program-cancel {
  border: 0 solid #a6a5a5;
  margin-right: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.program-btn.click .btn.program-cancel {
  border: 1px solid #cecece;
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
}
.program-install,
.program-open {
  transition: 0.5s;
  cursor: pointer;
}
.program-btn.click .btn.program-install,
.program-btn.click .btn.program-open {
  padding: 0 20px;
  background: #e3e3e3;
}
.click-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.program-btn.click .pr-open {
  display: flex;
  justify-content: center;
  width: 100%;
}
#pr-open {
  color: white !important;
  font-style: bold;
}
.collumn .program-btn,
.collumn .program__left {
  width: 100%;
}
.program__container.collumn {
  flex-direction: column;
}
.apps__container {
  transition: 0.5s;
  height: max-content;
}
.program__bottom {
  transition: 0.5s;
  height: 100%;
  margin-top: 5px;
}
.program-logo img {
  border-radius: 12px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
}
.program-logo img.transform {
  transform: scale(0.5);
}
.showbox {
  position: absolute;
  top: 50%;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 76px;
}
.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circular {
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.donut,
.svg-item {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.circular.animation {
  animation: 2s linear infinite rotate;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: 1.5s ease-in-out infinite dash;
  stroke: var(--c-green);
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 899, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  0%,
  100%,
  40%,
  66%,
  80%,
  90% {
    stroke: var(--c-green);
  }
}
.svg-item {
  width: 100%;
  margin: 0 auto;
  animation: 1s donutfade;
  display: flex;
}
.donut {
  width: 76px !important;
  height: 76px !important;
  z-index: 0;
}
@keyframes donutfade {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.donut-ring {
  stroke: #ebebeb;
}
.donut-segment {
  transform-origin: center;
  stroke: #ff6200;
}
.donut-segment-2 {
  stroke: #1357cd;
  stroke-dasharray: 0, 100;
  transition: 0.5s;
}
.segment-1 {
  fill: #ccc;
}
.segment-2 {
  fill: #1357cd;
}
.donut-percent {
  animation: 1s donutfadelong;
}
@keyframes donutfadelong {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.thanks-review {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: calc(100vw - 20px);
  background: #202125;
  color: #fff;
  padding: 12px 15px;
  border-radius: 4px;
  display: none;
}
.review__true-false a.click {
  background: #e7f3ef;
  color: var(--c-green);
  border-color: #e7f3ef;
}
.complain img {
  width: 15px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 13px;
}
.share__btn img {
  width: 17px;
  height: 18px;
  margin-left: -1px;
}
.complain a {
  font-size: 15px !important;
  line-height: 17px !important;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 48px 15px 40px;
}
.complain {
  box-shadow: 0 0 15px #73737354;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  display: none;
}
.header-more__box {
  position: relative;
  z-index: 1;
}
.complain a:hover,
.review__more-open a:hover {
  background: #e3e3e3;
}
input[type="search"] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 50px;
}
.text-field__icon::before {
  content: "";
  color: #bdbdbd;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0.825rem;
  top: 50%;
  transform: translateY(-50%);
}
.text-field__icon .text-field__input {
  padding-left: 2rem;
}
.text-field__icon_email::before {
  content: "@";
}
.text-field__icon_search::before {
  width: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23bdbdbd' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(179%) sepia(0%) saturate(2394%) hue-rotate(86deg)
    brightness(118%) contrast(119%);
}
.lds-ring {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
  border-color: var(--c-green) transparent transparent transparent;
}
.lds-ring div:first-child {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0);
  z-index: 10;
}
@media screen and (max-width: 560px) {
  .program__container {
    flex-direction: column;
  }
  .program__left {
    width: 100%;
  }
}

[data-theme="dark"] .icon {
  filter: invert(1);
}

@media (prefers-color-scheme: dark) {
  .icon {
    filter: invert(1);
  }
}

/* media-header start */

.media-header {
  fill: #202125;
  stop-color: #202125;
  color: #202125;
  background-color: #202125;
}

.media-header .header_iconNameContent {
  margin-top: calc(56.25vw - 40px);
}

@media screen and (min-width: 840px) {
  .media-header .header_iconNameContent {
    margin-top: 112px;
  }
}

.header_videoWrap {
  height: 56.25vw;
  max-height: 600px;
  position: absolute;
  right: -24px;
  top: 0;
  width: 100vw;
}

.header_content {
  margin: 0 auto;
  max-width: 1296px;
  min-height: 56px;
  position: relative;
  width: calc(100% - 48px);
}
.header_videoBG {
  background: linear-gradient(0deg, #202124 0, #0000 56%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 840px) {
  .header_videoBG {
    background: linear-gradient(90deg, #202124 0, #0000 56%),
      linear-gradient(0deg, #202124 0, #0000 56%);
  }
  .header_videoWrap {
    height: 468px;
    object-fit: cover;
    padding: 1px;
    position: absolute;
    right: -20px;
    width: 832px;
    overflow: hidden;
  }
  .media-header .program-logo {
    width: 48px;
    height: 48px;
    right: unset;
    top: unset;
    left: 0;
    bottom: 24px;
  }
  .media-header .program__bottom {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .header_videoBG {
    background: linear-gradient(90deg, #202124 0, #0000 56%),
      linear-gradient(0deg, #202124 0, #0000 56%),
      linear-gradient(270deg, #202124 0, #0000 56%);
  }
}

.header_videoBtnTrailer {
  background-color: #0000008a;
  border-radius: 48px;
  bottom: 50%;
  color: #fff;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.header_videoBtnTrailer button {
  box-sizing: initial;
  -webkit-font-smoothing: inherit;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 26px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  min-height: 40px;
  min-width: 40px;
  text-transform: none;
}

.header_top {
  margin-top: 56px;
}

.header_videoWrap video, .header_videoWrap iframe {
  height: 56.25vw;
  object-fit: cover;
  padding: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header_videoWrap video, .header_videoWrap iframe {
      height: 468px;
      width: 832px;
  }
}

.header_top {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 48px;
  position: relative;
}

.media-header .program-logo img {
  box-shadow: none;
}
.media-header .program-name {
  color: #fff;
}
.media-header .program__bottom, .media-header .program__bottom .c-black, .media-header .program__bottom .c-gray1, .media-header .advertising {
  color: #fff !important;
}
.media-header .program__bottom .c-gray1 .info, .media-header .program__reviews-rating img {
  filter: invert(1);
}
.media-header .program__bottom .program__interaction-img {
  border: 1px solid #fff;
  background: #fff;
  width: 22px;
  height: 18px;
  line-height: 18px;
  padding: 0;
}
.media-header .program__bottom .program__interaction-img span {
  color: #000;
  font-size: 12px;
  line-height: 1;
}
.media-header .program__interaction .icon, .header .program__interaction .icon {
  vertical-align: middle;
}