* {
  font-family: "gilroy";
  margin: 0;
  padding: 0;
}

.main {
  background: url(../img/main-bg.png) no-repeat 50% / cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: 24px;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.wrapper {
  border-radius: 20px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* backdrop-filter: blur(10px); */
  width: 764px;
  margin: 0 auto;
  padding: 40px;
}

.wrapper__logo {
  margin-bottom: 24px;
  width: 40px;
}

.wrapper__logo img {
  width: 100%;
}
.title-icon {
  margin-bottom: 24px;
}
.grey_title.grey_title {
  color: #BBC0C8;
}
.wrapper__title {
  font-weight: 600;
  margin-bottom: 24px;
  color: #131313;
}

.wrapper__block {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.wrapper__block-title {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.wrapper__block-subtitle {
  color: #bbc0c8 !important;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  font-style: bold;
  color: black;
}

.wrapper__block-switch {
  margin-right: 20px;
}

.wrapper__block-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wrapper__block-input label {
  margin-bottom: 8px;
  color: #131313;
  font-size: 16px;
}

.wrapper__block-input label span {
  color: #06f;
}

.wrapper__block-input input {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #bbc0c8;
  width: 100%;
  background-color: transparent;
  outline: none;
}

.wrapper__block-input {
  position: relative;
}

::-webkit-input-placeholder {
  color: #bbc0c8;
}

:-moz-placeholder {
  color: #bbc0c8;
}

::-moz-placeholder {
  color: #bbc0c8;
}

:-ms-input-placeholder {
  color: #bbc0c8;
}

#highload0 {
  opacity: 0;
  position: absolute;
}

#highload0 ~ label::before {
  content: "\2713";
  text-align: center;
  color: white;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #0066ff;
  border-radius: 0.25em;
  margin: 0.25em;
  display: inline-block;
  margin-right: 12px;
}

#highload0:checked ~ label::before {
  color: #0066ff;
  border: 1px solid #0066ff;
}

.checkbox-custom-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border-radius: 60px;
  border: 1px solid #06f;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #06f;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

.form-btn:hover {
  background: #06f;
  color: #fff;
}
.inline_btns button.form-btn.full.brdr-btn:hover,
.form-btn.full {
  background: #06f;
  color: #fff;
  border: 1px solid #06f;
}
.inline_btns button.form-btn.full.brdr-btn, 
.form-btn.full:hover {
  background: transparent;
  color: #06f;
}

#country {
  background: url(../img/icons/arrow.svg) no-repeat right;
  background-color: transparent;
  background-position-x: calc(100% - 8px);
  appearance: none;
  height: 46px;
}
.col-md-12.d-flex.inline_btns {
  gap: 70px;
  flex-direction: row-reverse;
}
.login {
  color: #131313;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 0;
}

.login a {
  color: #06f;
  font-weight: 600;
  text-decoration: none;
}

.wrapper__block-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.wrapper__block-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.wrapper__block-switch-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wrapper__block-switch-round:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .wrapper__block-switch-round {
  background-color: #0066FF;
}

input:focus + .wrapper__block-switch-round {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .wrapper__block-switch-round:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.wrapper__block-switch-round {
  border-radius: 34px;
}

.wrapper__block-switch-round:before {
  border-radius: 50%;
}

.wrapper__block-select select {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #bbc0c8;
  cursor: pointer;
  padding-left: 10px;
  color: #bbc0c8;
  outline: none;
}

.wrapper__block-drop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
  width: 100%;
}

.wrapper__block-content {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
  margin-bottom: 20px;
}

.wrapper__block-content.active {
  visibility: visible;
}

.plan-content.active {
  margin-bottom: 45px;
}

.wrapper__block-content.active .wrapper__block-plan {
  cursor: pointer;
}

.wrapper__block-content-title {
  display: flex;
  align-items: center;
  color: #131313;
  font-size: 14px;
}

.wrapper__block-content-title p {
  margin-left: 12px;
}

.wrapper__block-content-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  width: 100%;
}

.wrapper__block-content-value p {
  font-size: 18px;
  font-weight: 500;
  color: #131313;
}

.wrapper__block-content-counter {
  display: flex;
  border-radius: 8px;
  border: 1px solid #bbc0c8;
  align-items: center;
  width: 93px;
  height: 36px;
  justify-content: space-between;
  padding: 0 20px;
}

.wrapper__block-content-btns div {
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
}

.wrapper__subtitle {
  color: black;
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: 400;
  font-style: bold;

}

.wrapper__question {
  color: #06f;
  font-size: 12px;
  text-decoration: none;
}

.wrapper__block-input svg {
  position: absolute;
  bottom: 17px;
  right: 17px;
  cursor: pointer;
}

.wrapper__block-plan {
  min-width: 50%;
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  background: #fff;
  padding: 17px 28px;
  transition: all 0.6s;
  cursor: default;
  max-height: 1300px;
  height: 120px;;
}

.checkbox-block-error {
  color: red;
}

.checkbox-block-error #highload0 ~ label::before {
  border: 1px solid red;
}

.wrapper__block-plan:hover .wrapper__block-plan-images {
  opacity: 1;
}

.plan-content .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  align-items: center !important;
}

.wrapper__block-plan-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}

.wrapper__block-plan-title svg {
  cursor: pointer;
}

.wrapper__block-plan-title h3 {
  color: #06f;
  font-weight: 600;
  font-size: 20px;
}
.plan-content .col-md-12 {
  padding-left: 4px;
  padding-right: 4px;
}
.wrapper__block-plan-subtitle {
  color: #131313;
  font-size: 16px;
  margin-bottom: 6px;
  padding-right: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrapper__block-plan-price {
  color: #BBC0C8;
  font-size: 16px;
  font-weight: 600;
}

.wrapper__block-plan-price span {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
}

.wrapper__block-plan-images {
  margin-top: 8px;
  opacity: 0;
  transition: all 0.6s;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wrapper__block-plan-images svg {
  margin-right: 4px;
}
.wiro-modal,
.individual-content.active {
  max-height: 400px !important;
  margin-bottom: 20px;
  overflow: auto;
}

.individual-content .wrapper__block-plan-subtitle {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
  display: block;
}
p.wrapper__block-title.has-staric:after {
  content: '*';
  color: #0066ff;
  font-size: 17px;
  margin-left: 2px;
}
.individual-content .wrapper__block-plan:hover {
  height: 140px;
  border: 1px solid #06f;
  box-shadow: 0px 0px 20px 0px rgba(0, 102, 255, 0.2);
}

.payment-content.active {
  height: 100px;
  margin-bottom: 0;
}

.payment-content .wrapper__block-plan {
  height: 90px;
}

.switch-on {
  display: none;
}

/* dashboard */

.dashboard {
  display: flex;
  background: rgb(242,246,247);
}

.content {
  padding-top: 50px;
  padding-bottom: 125px;
  min-height: 100vh;
}

.content__title {
  font-size: 40px;
  font-weight: 600;
  color: #0d6efd;
}

.content__subtitle {
  font-size: 20px;
  color: #131313;
  font-weight: 500;
}

.content__subtitle span {
  color: #06f;
  font-weight: 600;
}

.content__block {
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  background: #fff;
  margin-top: 12px;
  padding: 20px;
}

.content__block-inforamtion-wrapper {
  display: flex;
}
.content__block-inforamtion {
  display: flex;
  padding-right: 0;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 450px;
}

.content__block-info {
  font-size: 12px;
  color: #bbc0c8;
  font-weight: 400;
  margin-top: 12px;
}

.content__block-info span {
  color: #131313;
}

.content__block-title {
  margin-top: 55px;
}

.content__block-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.content__block-subtitle {
  display: flex;
  align-items: center;
  color: #131313;
  font-size: 16px;
  font-weight: 600;
}

.content__block-subtitle img {
  margin-right: 12px;
  width: 100px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.content__block-subtitle .package-image {
  width: 40px;
}

.content__block-plan-title {
  font-size: 12px;
}

.content__block-plan {
  margin-top: 20px;
}

.content__block-plan .wrapper__block-input label {
  font-size: 12px;
  margin-top: 12px;
  color: #bbc0c8;
}

.content__block-plan .wrapper__block-select select {
  border-radius: 4px;
  border: 1px solid #06f;
  color: #06f;
  appearance: none;
  background: url(../img/icons/select_arrow.svg) no-repeat right;
  background-position-x: calc(100% - 8px);
}

.content__block-plan-wrapper {
  display: flex;
}

.content__block-plan-btn {
  border-radius: 60px;
  border: 1px solid #06f;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  margin-right: 12px;
  color: #06f;
}

.content__block-plan-btn.black {
  border: 1px solid #131313;
  color: #131313;
}

.content__block-plan-btn.full {
  background: #06f;
  color: #fff;
}
.content__block-plan-btn.btn-success {
  background: #198754;
  color: #fff;
  border: 1px solid #198754;
}
.content__block-plan-btn img {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}

.content__explore {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #06f;
  margin-top: 12px;
}

.content__explore svg {
  margin-left: 8px;
}

.content__block-plans {
  max-height: 0;
  transition: all 0.6s;
  overflow: hidden;
  visibility: hidden;
}

.content__block-plans.active {
  visibility: visible;
  margin-bottom: 20px;
}

.arrow {
  transition: all 0.3s;
}

.content__block .content__block-inforamtion,
.content__block.active .content__block-inforamtion.block {
  display: none;
}

.content__block .content__block-inforamtion.block,
.content__block.active .content__block-inforamtion {
  display: flex;
}

.content__block .arrow,
.content__block.active .block {
  display: none;
}

.content__block.active .arrow,
.content__block .block {
  display: flex;
}

.invoices {
  margin-top: 80px;
}

.invoices table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.invoices table tr:first-child {
  border-bottom: 1px solid #bbc0c8;
}

.invoices table th {
  text-align: left;
  color: #bbc0c8;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px;
}

.invoices table td {
  text-align: left;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
}

.cart {
  margin-top: 40px;
}

.cart table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.cart table tr:first-child {
  border-bottom: 1px solid #bbc0c8;
}

.cart table th {
  text-align: left;
  color: #bbc0c8;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px;
}

.cart table td {
  text-align: left;
  color: #131313;
  font-size: 16px;
  font-weight: 400;
  padding-top: 12px;
}

/* support */

.support__block {
  margin-right: 38px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  background: #fff;
  padding: 10px;
  padding-right: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.support__block-title {
  color: #131313;
  font-weight: 600;
  font-size: 20px;
}

.support__block-subtitle {
  color: #bbc0c8;
  font-weight: 400;
  font-size: 12px;
  margin-top: 6px;
}

.questions {
  margin-top: 40px;
}

.question {
  margin-top: 20px;
}

.question__title {
  color: #0d6efd;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.question__descr {
  color: #131313;
  font-size: 16px;
  margin-top: 12px;
  max-height: 0;
  visibility: hidden;
  transition: all 0.6s;
  overflow: hidden;
}

.question__descr.active {
  visibility: visible;
}

/* plans */

.plans__block {
  width: 100%;
  border-radius: 12px;
  /* border: 1px solid #bbc0c8; */
  padding: 12px;
  margin-top: 1px;
}
.tools__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.plans__information {
  width: 100%;
}

.plans__included-tools {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.mansory-item {
  height: auto;
  display: flex;
}
.mansory-sizer,
.mansory-item {
  width: 32%;
}

.tools-sizer {
  width: 24%;
}

.mansory-item_large {
  /*width: 100%;*/
}

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: max-content!important;
  flex: 1;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.plans__block-title {
  color: #121212;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1px;
}

.plans__block-price {
  color: #61677F;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: left;
}

.plans__block-price span {
  color: #06f;
  font-size: 28px;
  font-weight: 600;
}

.plans__block-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #4E7EED;
  background-color: #4E7EED;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  margin: 0 auto 10px;
  text-decoration: none;
}

.plans__block ul {
  list-style-type: none;
  margin-bottom: 40px;
}

.plans__block li {
  display: flex;
  align-items: center;
  color: #61677F;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  padding: 6px 0;
  border-bottom: 1px solid #E3E7F0;
}
.plans__block li:last-of-type {
  border-bottom: none;
}

.plans__block li img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.plans__block-view {
  color: #4E7EED;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #4E7EED;
  border-radius: 8px;
  padding: 12px 12px;
  margin: 0 auto;
}

.plans .row {
  width: auto;
  margin: 0;
}

.plans .col-md-3 {
  padding-right: 7px;
  padding-left: 0;
}

.plans__block-img {
  width: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.plans__block-img img {
  width: 100%;
}

/* summary */

.summary__block {
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  padding: 20px;
  min-height: 100%;
}

.summary__block-title {
  color: #131313;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.summary__block-title img {
  cursor: pointer;
}

.summary__block-value {
  color: #131313;
  font-size: 23px;
  font-weight: 600;
  margin-top: 8px;
}

.summary__block-value-gray {
  color: #bbc0c8;
  font-size: 12px;
}

.summery__block-wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.summery__block-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  color: #131313;
  font-size: 24px;
}

.summary__block-counter-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.summery__block-result {
  color: #131313;
  font-size: 24px;
  font-weight: 600;
}

.summary hr {
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  height: 1px;
  color: #bbc0c8;
}

.summary__values {
  color: #bbc0c8;
  font-size: 16px;
}

.summary__values span {
  color: #131313;
}

.summary__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #06f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  width: 224px;
  cursor: pointer;
  margin-top: 40px;
  transition: background 0.2s linear;
}

.summary__btn:hover {
  background: #a6caff;
  transition: background 0.2s linear;
}

.popup-text {
  visibility: hidden;
  width: 220px;
  background-color: #1771f7;
  color: white;
  text-align: center;
  padding: 8px;
  border-radius: 50px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-weight: 400;
  transition: opacity 0.3s;
  font-size: 12px;
}

.summary__btn:hover .popup-text {
  visibility: visible;
  opacity: 1;
}

/* blog */

.blog__block {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #bbc0c8;
  margin-top: 40px;
}

.blog__block-title {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.blog__block-title span {
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  border-radius: 4px;
  background: #06f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
}

.blog__block-descr {
  color: #131313;
  font-size: 16px;
  margin-bottom: 8px;
}

.blog__block-hashtags {
  color: #bbc0c8;
  font-size: 12px;
  margin-bottom: 20px;
}

.blog__block-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.blog__block-link svg {
  margin-left: 8px;
}
.wrapper__block-select select,
.dark-txt {
  color: #131313 !important;
}
.wrapper__block-plan:hover {
  max-height: 364px;
  height: 140px;
  border: 1px solid #06f;
  box-shadow: 0px 0px 20px 0px rgba(0, 102, 255, 0.2);
}

/* wiro-modal */

.wiro-modal.active {
  visibility: visible;
  opacity: 1;
  left: calc(50% - 15px);
}

.wiro-modal-overlay {
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.wiro-modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.wiro-modal {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s, opacity 0.6s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: linear-gradient(136deg, #fff 0%, rgb(255, 255, 255) 100%);
  padding: 20px 40px 0;
  width: 764px;
  z-index: 2;
}
/* K_style */
.d-flex.inline_title_lang li.nav-item.dropdown {
  margin: 0;
  text-align: right;
  display: inline-block;
}
.d-flex.inline_title_lang .col {
  padding-left: 0;
}
.cus_rounded_toggle img,
.content__block-inforamtion-wrapper.rounded_arrow img {
  filter: brightness(0) invert(1);
}
.cus_rounded_toggle,
.content__block-inforamtion-wrapper.rounded_arrow {
  background: #0066ff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
main.dashboard .content__block-inforamtion {
  max-width: 100%;
  justify-content: space-between;
  padding-right: 120px;
}
main.dashboard .content__block .content__block-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.d-flex.inline_title_lang .col:last-child {
  text-align: center;
  display: flex;
  justify-content: end;
}
   .content__block-plan {
  padding: 20px;
  border: 1px solid #BBC0C8;
  border-radius: 12px;
  background: #f2f6f7;
  transition: 0.4s ease;
}
main.dashboard .content__block-plans .content__block-plan:hover {
  transition: 0.4s ease;
  border-color: #f2f6f7;
}
main.dashboard .content__block-plans .content__block-plan {
  margin-top: 0px;
  position: relative;

}
main.dashboard .content__block-inforamtion {
  margin-bottom: 20px;
}
.db_plan h1.content__title {
  font-size: 24px;
  line-height: 32px;
  color: #131313;
  font-weight: 600;
}
.db_plan h3.content__block-title {
  font-size: 16px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 20px;
}
.db_plan .plans .mansory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: auto !important;
}
.wiro-modal,
.wiro-modal .wiro-modal-tbl,
.db_plan .plans .mansory .mansory-item .card ul.d-grid.plans__included-tools {
  scrollbar-width: thin;
  scrollbar-color: #cbcbcb #f2f6f7;
}
.wiro-modal .wiro-modal-tbl,
.db_plan .plans .mansory .mansory-item .card ul.d-grid.plans__included-tools {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: start;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.db_plan .plans .mansory .mansory-item {
  width: auto;
  position: inherit !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
}
.db_plan .plans .mansory .plans__block.d-sm-flex {
  height: 100%;
}
.db_plan .mansory .card {
  padding: 12px;
  border-color: #BBC0C8;
  border-radius: 22px !important;
  height: 100% !important;
  justify-content: space-between;
}
.db_plan .mansory .card .plans__information {
  height: 100%;
  justify-content: center;
}
.db_plan .mansory  .d-flex.flex-column.justify-content-center.align-center {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.db_plan .mansory button, .db_plan .mansory a.plans__block-btn {
  border-radius: 30px;
}
.db_plan .mansory .card ul.d-grid.plans__included-tools {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.db_plan p.plans__block-price,
.db_plan .card p.plans__block-price.mb-0 {
  margin: 25px 0 !important;
  font-size: 40px;
  font-weight: 600;
  color: #BBC0C8;
}
.db_plan p.plans__block-price span,
.db_plan .mansory .card p.plans__block-price span {
  font-size: 64px;
  line-height: 72px;
  color: #0066FF;
}
.db_plan p.plans__block-price ul li,
.db_plan .mansory .card ul.d-grid.plans__included-tools li {
  border: none;
}
.db_plan .plans .mansory .card p.plans__block-title {
  font-size: 24px;
  color: #0066FF;
  font-weight: 600;
  text-align: left;
}
.db_plan .plans .plans__information ul li {
  font-size: 16px;
  line-height: 22px;
  color: #131313;
  gap: 5px;
}
.db_plan .plans button.plans__block-view,
.db_plan .plans .plans__information button.card-view {
  padding: 10px 10px 0 10px;
  border: none;
  color: #BBC0C8;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
}
.db_plan .plans button.plans__block-view:hover,
.db_plan .plans .plans__information button.card-view:hover {
  color: #131313;
}
.db_plan .plans button.plans__block-view:hover img,
.db_plan .plans .plans__information button.card-view:hover img {
  filter: brightness(0.1);
}
.db_plan .plans .plans__information button.card-view:hover {
  color: #131313;
}
.db_plan .plans .plans__information button.card-view:hover img {
  filter: brightness(0.1);
}
.db_plan .mansory a.plans__block-btn, .db_plan .mansory button.plans__block-btn {
  background: transparent;
  color: #0066FF;
  font-size: 16px;
  font-weight: 600;
  border-color: #0066FF;
  margin-bottom: 40px;
}
.db_plan .mansory a.plans__block-btn:hover, .db_plan .mansory button.plans__block-btn:hover {
  background: #0066FF;
  color: #fff;
}
main.dashboard .content__block-plans .content__block-plan .row {
  display: block;
}
main.dashboard .content__block-plans .content__block-plan .row .col-md-6 {
  width: 100%;
}
main.dashboard .content__block-plans .content__block-plan .row .col-md-6 .wrapper__block.d-flex.inline-frm-fields {
  display: block !important;
  width: 100%;
}
main.dashboard .content__block-plans .content__block-plan .row .col-md-6 .wrapper__block.d-flex.inline-frm-fields .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding-left: 15px;
}
.content__block-plans .content__block-plan .row .col-md-6 .wrapper__block.d-flex.inline-frm-fields .row .col {
  padding: 0;
}
main.dashboard .content__block-plans .content__block-plan .row .col-md-6 .wrapper__block.d-flex.inline-frm-fields .row select {
  border-color: #bbc0c8;
  background-color: #fff;
  border-radius: 30px;
  font-size: 13px;
  background-size: 17px;
  background-position-x: calc(100% - 10px);
}
main.dashboard .content__block-plans .content__block-plan .row a.content__block-plan-btn.full {
  width: 90%;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
main.dashboard .content__block-plans .content__block-plan {
  padding: 20px 20px 66px 20px;
}
main.dashboard .content__block .content__block-plans .btn_box {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  padding: 0;
}
.btn_box.plan-btn a.content__block-plan-btn.full.btn-success {
  background: #0066ff;
}



/* Res */
@media (max-width:1440px) {
  .db_plan p.plans__block-price span, .db_plan .mansory .card p.plans__block-price span {
    font-size: 45px;
    line-height: 60px;
}
.db_plan .plans .mansory .card p.plans__block-title {
  font-size: 18px;
}
.db_plan p.plans__block-price, .db_plan .card p.plans__block-price.mb-0 {
  margin: 20px 0 !important;
  font-size: 30px;
}
.db_plan .plans .mansory {
  gap: 15px;
}}
@media (max-width: 1200px) {
main.dashboard  .content__block-plans .content__block-plan .col-md-6.d-flex.flex-column.justify-content-center {
  width: 100%;
}
.db_plan .plans .mansory {
  grid-template-columns: repeat(3, 1fr);
}}
@media (max-width:880px) {
  .cus_rounded_toggle, .content__block-inforamtion-wrapper.rounded_arrow {
    height: 30px;
    width: 30px;
}
main.dashboard .cus_rounded_toggle, main.dashboard .content__block-inforamtion-wrapper.rounded_arrow {
  height: 30px;
  width: 30px;
}
main.dashboard .invoices .content__block-wrapper,
main.dashboard .content__block .content__block-wrapper {
  flex-wrap: nowrap;
  flex-direction: row;
}
.content__title {
  font-size: 30px;
}}
@media (max-width:767px) {
  .d-flex.inline_title_lang {
    display: block !important;
    margin-bottom: 30px;
    padding-top: 10px;
}
main.dashboard .burger {
  top: 38px;
  z-index: 99999;
}
.d-flex.inline_title_lang .col:last-child {
  justify-content: flex-start;
}
.d-flex.inline_title_lang li.nav-item.dropdown {
  text-align: left;
  width: auto;
  display: inline-block;
  z-index: 999;
}
main.dashboard .content__block .content__block-plans {
  grid-template-columns: 1fr;
}
main.dashboard .content__block-inforamtion {
  padding-right: 20px;
}
main.dashboard .content__block-plans .content__block-plan .row .col-md-6 .wrapper__block.d-flex.inline-frm-fields .row select {
  font-size: 11px;
  background-size: 15px;
}


main.dashboard .indual-tools .content__block-inforamtion {
  padding-right: 20px;
}
.indual-tools .content__block-inforamtion-wrapper .cus_rounded_toggle {
  position: absolute;
  right: 10px;
  top: 20px;
}
.indual-tools.content__block {
  position: relative;
}
.indual-tools .content__block-inforamtion {
  display: block;
}
main.dashboard .indual-tools  .invoices .content__block-wrapper, main.dashboard .content__block .content__block-wrapper {
  flex-wrap: wrap;
}
.indual-tools  .content__block-inforamtion-wrapper .content__block-inforamtion .content__block-info {
  display: grid;
}
main.dashboard .sidenav .sidenav__settings form {
  padding-bottom: 45px;
}

}
@media (max-width: 577px) {
  .wiro-modal {
    top: 30%;
  }
  
}

.wiro-modal__title {
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.wiro-modal__title span {
  color: #06f;
}

.wiro-modal__subtitle {
  font-size: 16px;
  color: #131313;
  font-weight: 600;
  margin-bottom: 4px;
}

.wiro-modal__descr {
  color: black;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.wiro-modal table {
  width: 100%;
}

.wiro-modal th {
  color: #bbc0c8;
  font-size: 12px;
  font-weight: 400;
  width: 33%;
  text-align: right;
}

.wiro-modal th:first-child {
  text-align: left;
}

.wiro-modal td {
  text-align: right;
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
}

.wiro-modal td:first-child {
  text-align: left;
}

.wiro-modal__price {
  display: flex;
  justify-content: space-between;
  color: #bbc0c8;
  font-size: 12px;
  font-weight: 400;
  margin-top: 28px;
}

.wiro-modal__price span {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}

.wiro-modal__btns {
  margin-top: 0;
  bottom: 0;
  position: sticky;
  background: #fff;
  padding: 20px 0;
}

.wiro-modal__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #06f;
  padding: 12px 0;
  font-size: 16px;
  color: #06f;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.wiro-modal__btn.blue {
  background: #06f;
  color: #fff;
}

.wiro-modal__link {
  margin-top: 24px;
  display: block;
  text-decoration: none;
  color: #06f;
  font-size: 12px;
  font-weight: 600;
}

/* affiliate */

.affiliate .plans__block-price {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}

.affiliate .plans__block-img,
.affiliate .plans__block-btn {
  margin-bottom: 12px;
}

.affiliate .plans__block-price span {
  font-size: 16px;
}

.affilate__img {
  width: 100%;
}

.affilate__img img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* product */

.product__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.product__wrapper select {
  border-radius: 4px;
  border: 1px solid #bbc0c8;
  padding: 4px 40px;
  cursor: pointer;
}

.product__wrapper-btns {
  display: flex;
}

.product__wrapper-btn {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 4px 20px;
  font-weight: 500;
  color: #131313;
  font-size: 14px;
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.product__wrapper-btn img {
  margin-left: 8px;
}

.product__wrapper #country {
  background-position-x: calc(100% - 20px);
}

.products .content__block-plans {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}

.products.invoices {
  margin-top: 40px;
}

.products #highload0 ~ label {
  display: inline-block;
}

.products #highload0 ~ label::before {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 0;
  line-height: 12px;
}

.products.invoices table td {
  width: 16.6%;
}

.archive__block-active {
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  width: 404px;
  padding: 20px;
  margin-top: 12px;
}

.archive__block-wrapper {
  display: flex;
  align-items: center;
}

.archive__block-img {
  width: 40px;
  margin-right: 40px;
}

.archive__block-img img {
  width: 40px;
}

.archive__block-content {
  width: 100%;
}

.archive__block-content-title {
  color: #131313;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.archive__block-content-block {
  display: flex;
  justify-content: space-between;
  color: #bbc0c8;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.archive__block-content-date span {
  color: #131313;
}

.archive__block-content-price {
  font-weight: 600;
}

.archive__block-content-price span {
  font-size: 16px;
  color: #131313;
  font-weight: 600;
}

.archive__block-content-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.archive .wrapper__block-plan-images.active {
  opacity: 1;
}

.archive .wrapper__block-plan-images {
  max-height: 0;
}

.archive__wrapper {
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  width: 100%;
  padding: 20px;
  margin-top: 12px;
}

.archive__wrapper-title {
  font-size: 16px;
  color: #131313;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  cursor: pointer;
}

.archive__wrapper-price {
  color: #bbc0c8;
  font-size: 12px;
  font-weight: 600;
}

.archive__wrapper-price span {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
}

.archive__block-not-active {
  width: 404px;
  border-radius: 12px;
  border: 1px solid #bbc0c8;
  padding: 20px;
}

.archive__block-not-active .archive__block-content-title {
  cursor: auto;
}

.sidenav__close,
.burger {
  display: none;
}

.single-blog {
  padding-top: 40px;
}

.single-blog__hashtags {
  color: #bbc0c8;
  font-size: 12px;
}

.single-blog__links {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.single-blog__links a {
  text-decoration: none;
  color: #06f;
  font-size: 16px;
}

.profile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.profile-info__main {
  display: flex;
  align-items: center;
}

.profile-info__main .el {
  margin-right: 24px;
}

.profile-info__main-logo {
  width: 88px;
  height: 88px;
  border-radius: 100%;
}

.profile-info__main-logo img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 100%;
}

.profile-info__main-edit {
  width: 200px;
}

.profile-info__main-edit-title {
  color: #bbc0c8;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-info__main-edit-title svg {
  cursor: pointer;
}

.profile-info__main-edit-title svg path {
  fill: #06f;
}
.profile-info__main-edit-name {
  color: #131313;
  font-size: 16px;
}

.profile-info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  border-radius: 60px;
  border: 1px solid #06f;
  color: #06f;
  font-size: 12px;
  text-decoration: none;
}

.profile-info__btn svg {
  margin-left: 16px;
}

.profile-info__btn svg path {
  fill: #06f;
}

@media (max-width: 1024px) {
  .plans__included-tools {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .db_plan .plans .mansory {
    grid-template-columns: repeat(2, 1fr);
}
.plans__included-tools {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}

@media (max-width: 883px) {
    .content__block-wrapper {
        flex-direction: column;
        align-items: start;
    }
    .content__block-inforamtion-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .content__block-inforamtion {
        max-width: 100%;
    }
}
@media (max-width: 805px) {
  .mansory-item {
    width: 100%;
  }

  .mansory-item_large {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sidenav {
    padding-left: 10px;
  }
  .plans__block {
    flex-direction: column;
  }
  .plans__information {
    width: 100%;
  }
  .db_plan .plans .plans__information ul li {
    font-size: 14px;
    gap: 4px;
}
}

@media (max-width: 576px) {
  .profile-info {
    display: block;
  }

  .profile-info__main {
    display: block;
  }

  .profile-info .el {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wrapper {
    width: 100%;
    padding: 20px;
  }

  .wrapper__block-plan {
    width: 100%;
    margin-top: 10px;
  }

  .plan-content .col-md-12 {
    display: block;
    margin-top: 0;
  }

  .individual-content.active {
    height: auto;
  }

  .dashboard {
    display: block;
  }

  .burger {
    display: block;
    position: absolute;
    right: 30px;
    top: 17px;
    width: 30px;
  }

  .burger img {
    width: 30px;
    height: 30px;
    max-width: none;
    display: block;
  }

  .sidenav {
    margin: 0;
    padding: 20px;
    padding-bottom: 100px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.6s;
  }

  .sidenav__close {
    position: absolute;
    right: 30px;
    top: 37px;
    display: block;
    width: 30px;
    z-index: 10;
  }

  .sidenav__close img {
    width: 100%;
  }

  .sidenav.active {
    left: 0;
    z-index: 99999;
}

  .content__block-info {
    margin-right: 0;
  }

  .content__block {
    padding: 10px;
  }

  .content__block-inforamtion {
    padding-right: 0;
  }

  .content__block-plan-wrapper {
    display: block;
  }

  .content__block-plan-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .invoices table td {
    font-size: 8px;
  }

  .invoices table th {
    font-size: 9px;
  }

  .cart table td {
    font-size: 8px;
  }

  .cart table th {
    font-size: 9px;
  }

  .support__block {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .support__block-title {
    font-size: 16px;
  }

  .support__block-subtitle {
    font-size: 9px;
  }

  .content__title {
    font-size: 20px;
    margin-top: 20px;
  }

  .content__subtitle {
    font-size: 14px;
  }

  .question__title {
    font-size: 12px;
  }

  .question__descr {
    font-size: 9px;
  }

  .blog__block {
    padding: 10px;
    margin-top: 10px;
  }

  .blog__block-title {
    font-size: 12px;
  }

  .blog__block-descr {
    font-size: 12px;
  }

  .blog__block-hashtags {
    font-size: 9px;
  }

  .blog__block-link {
    font-size: 12px;
  }

  .content__block-title {
    margin-top: 20px;
  }

  .plans__block {
    padding: 10px;
  }

  .plans__block-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .plans__block-price {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .plans__block-price span {
    font-size: 30px;
  }

  .plans__block-btn {
    margin-bottom: 20px;
    padding: 8px 0;
    font-size: 12px;
  }

  .plans__block ul {
    margin-bottom: 20px;
  }

  .plans__block li {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .plans__block-view {
    font-size: 12px;
  }

  .plans__block-img {
    margin-bottom: 20px;
  }

  .wiro-modal {
    width: 90%;
    overflow: scroll;
    padding: 20px;
  }

  .wiro-modal__title {
    font-size: 16px;
  }

  .wiro-modal__subtitle {
    font-size: 12px;
  }

  .wiro-modal th {
    font-size: 8px;
  }

  .wiro-modal td {
    font-size: 8px;
    padding-top: 0;
  }

  .wiro-modal__price {
    margin-top: 10px;
  }

  .wiro-modal__btn {
    padding: 8px 0;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .wiro-modal__link {
    margin-top: 10px;
    font-size: 10px;
  }

  .wiro-modal__btns {
    margin-top: 10px;
  }

  .summary__block {
    padding: 10px;
  }

  .summery__block-counter {
    width: 40%;
  }

  .affilate__img img {
    margin: 10px 0;
  }

  .plans .col-md-3 {
    padding-right: 0;
  }

  .archive__block-active,
  .archive__block-not-active {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  .archive__block-img {
    margin-right: 10px;
  }

  .archive__block-content-title {
    font-size: 16px;
  }

  .archive__block-content-block {
    font-size: 8px;
  }

  .archive__block-content-price span {
    font-size: 12px;
  }

  .archive__block-content-date {
    display: flex;
    align-items: center;
  }

  .archive__block-content-more {
    font-size: 10px;
  }

  .product__wrapper,
  .product__wrapper-btns {
    display: block;
    width: 90%;
  }

  .product__wrapper-btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .products.invoices {
    margin-top: 20px;
  }

  .support__block img {
    width: 30%;
  }

  .blog {
    margin-top: 20px;
  }

  .summary__values {
    margin-bottom: 5px;
  }

  .invoices {
    margin-top: 20px;
  }

  .cart {
    margin-top: 20px;
  }
  .d-flex.inline_title_lang {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.d-flex.inline_title_lang .col:last-child {
    justify-content: start;
}
.content__title {
  font-size: 22px;
}
.d-flex.inline_title_lang h1.content__title {
  margin-top: 0;
}
.sidenav {
  z-index: 9999999;
}
.d-flex.inline_title_lang li.nav-item.dropdown {
  margin-left: -40px;
}
main.dashboard .burger {
  top: 28px;
  left: -5px;
}
main.dashboard .sidenav__menu-logo {
  position: relative;
  bottom: 20px;
}
.db_plan .plans .mansory {
  grid-template-columns: repeat(2, 1fr);
}
.db_plan h1.content__title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
}
section.content.container.db_plan {
  padding-top: 28px;
}
.db_plan .plans .mansory .mansory-item {
  margin-bottom: 0 !important;
}
.db_plan .plans .plans__information ul li {
  margin-bottom: 0;
}
}
@media (max-width:425px) {
  .d-flex.inline_title_lang .col:last-child {
    padding-right: 0;
}
h3.content__block-title {
  font-size: 18px;
}
.db_plan p.plans__block-price span, .db_plan .mansory .card p.plans__block-price span {
  font-size: 35px;
  line-height: 50px;
}
.db_plan .plans .mansory {
  grid-template-columns: repeat(1, 1fr);
}
.db_plan h1.content__title {
  font-size: 18px;
}}
@media (max-width: 360px) {
 .dashboard .plans__included-tools {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard  .db_plan .plans__included-tools {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .d-flex.inline_title_lang {
    padding-top: 29px;
}
.content__title {
  font-size: 20px;
}
.db_plan h1.content__title {
  font-size: 15px;
}}
@media (max-width:350px){
  .content__title {
    font-size: 18px;
}}

.cart-count {
  margin-top: -20px;
}

.affiliate-link__block input {
  border-radius: 6px;
  border: 1px solid black;
  padding: 6px;
  width: 200px;
}

.affiliate-link__block {
  margin: 10px 0;
  display: flex;
}

.affiliate-link__block button {
  border: 1px solid #06f;
  padding: 10px;
  border-radius: 6px;
  margin-left: 5px;
}

.summary__block-img {
  width: 100px;
  height: 40px;
  margin-right: 15px;
}

.summary__block-img img {
  width: 100%;
  height: 100%;
}

@keyframes growProgressBar {
  0%,
  33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 9rem;
  --fg: #369;
  --bg: #def;
  --pgPercentage: var(--value);
  margin: 0 auto;
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
    closest-side,
    white 80%,
    transparent 0 99.9%,
    white 0
  ),
  conic-gradient(#006529 calc(var(--pgPercentage) * 1%), #d895ff 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

.progressbars {
  margin: 30px 0 !important;
}

@media (max-width: 768px) {
  div[role="progressbar"] {
    --size: 8rem;
  }

  .circle-chart {
    margin: 30px 0;
  }

  .progressbars {
    flex-direction: column;
  }

  .circle-chart__text {
    font-size: 19px;
  }

  .affilate__img img {
    min-height: 100px;
    object-fit: cover;
  }
}

.circle-chart__text {
  text-align: center;
  margin: 10px 0;
  font-weight: 700;
}

.conds {
  margin: 10px 0 0 30px;
}

.conds__item {
  margin: 5px 0;
}

.page-title {
  text-align: center;
}

.conds-wrapper {
  border-top: 1px solid black;
  padding-top: 20px;
}

.wrapper__block-plan.selected {
  border: 1px solid rgb(0, 102, 255);
}

.wrapper__block-plan-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-icon {
  width: 50px;
}

.list-style-number {
  list-style: decimal inside;
}

pre.display-inline {
  display: inline;
  background: #ddd;
  padding: 2px 10px;
}

.extension-image {
  display: block;
  max-width: 300px;
  border-radius: 10px;
  margin: 10px 15px;
}
