@charset "UTF-8";

: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: #1357cd;
  }
  :root[data-theme="dark"] {
    --white: #0f1115;
    --review__more: #12161d;
    --black: #e5e7eb;
    --black_interface: #e5e7eb;
    --black_text: #e5e7eb;
    --black_text_box: #cbd5e1;
    --filter_for_black: invert(1);
    --gray: #cbd5e1;
    --gray_text: #cbd5e1;
    --opacity: 0.9;
    --progress_bg: #2c3038;
    --star-color_my: #2c3038;
    --boder: #39414f;
    --star-color: #2c3038;
    --star-background: #1357cd;
  }
  [data-theme="dark"] body,
  [data-theme="dark"] .wrapper {
    background: #0f1115 !important;
    color: #e5e7eb !important;
  }
  [data-theme="dark"] .header,
  [data-theme="dark"] .header__container,
  [data-theme="dark"] .program__container,
  [data-theme="dark"] .program-description,
  [data-theme="dark"] .rating-reviews,
  [data-theme="dark"] .reviews,
  [data-theme="dark"] .contacts,
  [data-theme="dark"] .program__images,
  [data-theme="dark"] .program__left-bottom,
  [data-theme="dark"] .contacts__block {
    background: #141821 !important;
    color: #e5e7eb !important;
  }
  [data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3,
  [data-theme="dark"] .c-gray1, [data-theme="dark"] .description__category-btn,
  [data-theme="dark"] .program-company, [data-theme="dark"] .program__downloads span,
  [data-theme="dark"] .program-reviews {
    color: #e5e7eb !important;
  }
  [data-theme="dark"] .progress {
    background: var(--progress_bg) !important;
  }
  [data-theme="dark"] .program-btn {
    background: #0f1115 !important;
  }
  [data-theme="dark"] .program__images-box {
    background: transparent !important;
  }
  [data-theme="dark"] .review__top,
  [data-theme="dark"] .review__text,
  [data-theme="dark"] .contacts__block {
    border-color: #1f2530 !important;
  }
  [data-theme="dark"] .program-install,
  [data-theme="dark"] .program-open,
  [data-theme="dark"] .pr-install,
  [data-theme="dark"] .pr-open {
    color: #ffffff !important;
  }
  
body,
html,
iframe {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.btn,
body,
html,
iframe {
  width: 100%;
}
a,
a.text,
a.text:active,
a.text:hover,
a:hover,
a:visited {
  text-decoration: none;
}
.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;
}
.c-white {
  color: var(--white) !important;
}
.program__downloads-img {
  border: 0.5mm solid var(--black) !important;
}
.complain img,
.program__interaction .c-black,
.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;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  --c-grean: #01875f;
  --c-gray1: #616161;
  --c-gray2: #737373;
}
*,
: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(--white) !important;
  font-size: 14px;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  background: #fff;
  color: var(--c-gray2);
}
.c-white {
  color: #fff;
}
.c-black {
  color: #000;
}
.c-grean,
.pr-cancel {
  color: var(--c-grean);
}
.bg-grean {
  background: var(--c-grean);
}
.c-gray1 {
  color: var(--c-gray1);
}
.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: 17px;
  padding: 0 30px;
  margin: 15px 0;
}
.container,
.wrapper {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}
.title {
  font-size: 18px !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.container {
  padding: 0 25px;
}
.header__container {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.header__container a {
  display: flex;
  align-items: center;
}
.header-logo {
    margin: 0 14px 0;
}
@media screen and (min-width: 861px) {
    .header-logo {
        margin: 0 16px
    }  
    .header__container {
        padding: 17px 10px;
    }
}
.header-playmarket {
    height: 40px;
    margin-right: 8px;
    width: 40px;
}
.header-title {
    font-family: "Poppins", Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #5f6368;
    font-size: 22px;
    line-height: 28px;
}


.header-nav {
    display: flex;
    gap: 1rem;
}

a.header-link {
    font-family: "Poppins", Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #5f6368!important;
    font-size: 14px;
    padding: 1rem 0;
    margin: auto 1rem;
}

a.header-link.active {
    position: relative;
    color: var(--c-grean)!important;
}

.header-link svg {
    display: none;
}

@media screen and (max-width: 861px) {
  body {
    padding-bottom: 40px;
  }
    nav {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    
        padding: 7px 10px;
        background: white;
        border-top: .2px solid #dbdce0;
        z-index: 1000;
    }
    .header-nav {
      justify-content: space-between;
      max-width: 425px;
      width: 100%;
      margin: 0 auto;
}  
    a.header-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1rem;
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }
    .header-link svg {
        fill: #5f6368;
        display: inline-block;
    }
    .header-link.active svg {
        fill: var(--c-grean);
    }
}
   
@media screen and (min-width: 862px) {
    .header-nav li a.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    
        border-bottom: 3px solid var(--c-grean);
        border-radius: 3px 3px 0 0;
    }
}

.header-nav__right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-nav__right-icons {
    padding: 12px;
    font-size: 24px;    
}
.header-nav__right span {
    -webkit-tap-highlight-color: transparent;
    fill: #5f6369;
    color: #5f6369;;
}
.header-user img {
  width: 24px;
  height: 24px;
  max-width: 100%;
}
@media screen and (max-width: 320px) {
  .header-nav__right-icons {
    padding: 6px;
  }
  .header-title {
    font-size: 18px;
    line-height: 1;
  }
}
.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-company {
  line-height: 20px;
  font-weight: 500;
}
.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: 18px 15px;
  justify-content: center;
  align-items: center;
}
.program__downloads,
.program__interaction {
  padding: 15px;
  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 #000;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
.program__interaction-img {
  width: 30px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 1px;
  font-size: 15px;
}
.program__container {
  display: flex;
  justify-content: space-between;
}
.program__left-bottom > div:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 22px;
  position: absolute;
  background: #dfe0e3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apps__boxes,
.program__images-box {
  width: calc(100% + 50px);
  margin: 0 -25px;
  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;
  padding: 0 20px;
  display: flex;
}
.program__images img {
  height: 100%;
}
.description {
  padding-bottom: 16px;
}
.title__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.more-btn {
  font-size: 24px;
  color: #000;
}
.description__text {
  line-height: 22px;
}
.description__category {
  width: calc(100% + 50px);
  overflow: hidden;
  margin: 0 -25px;
  overflow-x: visible;
  padding: 0 25px;
}
.description__category-btn {
  display: flex;
  width: max-content;
  border: 1px solid #d0d0d0;
  padding: 0 17px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 31px;
  margin: 18px 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: 10px;
  height: 100%;
  background: var(--c-grean);
  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__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;
}
.app-img,
.program-logo img,
.program__images a {
  box-shadow: 0 1px 3px #dad9d9;
}
.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.rotate {
  transform: rotate(180deg);
}


.contacts__list li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;

  width: max-content;
}

.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);
}

.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.pwa-open-hidden,
.pwa-open-hidden {
  display: none !important;
}
#pr-open {
  color: white!important;
  font-style: bold;
}
.install-progress-wrap {
  margin-top: 10px;
  width: 100%;
  max-width: 360px;
}
.install-progress-track {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.install-progress-bar {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #3b82f6 100%);
  transition: width 120ms linear;
}
.install-progress-text {
  margin-top: 6px;
  font-size: 13px;
  color: #4b5563;
}
.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-grean);
  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-grean);
  }
}
.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-grean);
  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-grean) 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%;
  }
  .program__downloads, .program__interaction {
    padding: 10px;
  }
  .program-name {
    font-size: 22px;
  }
  .container {
    padding: 0 15px;
  }
}
