@charset "UTF-8";
.tariff-status {
  border-radius: 30px;
  height: 23px;
  padding: 0px 10px;
  border: 1px solid var(--base-border);
  background: var(--divide-bg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 142%;
  letter-spacing: 0.02em;
  color: var(--white);
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff-status b {
  font-weight: 400;
}
.tariff-status.basic {
  display: none;
}
.tariff-status.premium {
  border-color: var(--font-blue);
}
.tariff-status.elite {
  border-color: var(--purple);
}
.tariff-status.royal {
  border-color: var(--font-yellow);
}

.tariff-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--base-border);
  background-color: var(--base-4);
  background-size: 12px;
  background-position: center;
  display: inline-block;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  margin-left: 6px;
}
.tariff-icon.basic {
  display: none;
}
.tariff-icon.premium {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276' fill='%2347B5FF' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276V2.53356C0.999023 2.34909 1.10057 2.17959 1.26322 2.09255C1.42586 2.00551 1.62321 2.01506 1.7767 2.11738L4.00027 3.59974L5.58493 1.22275C5.6777 1.08359 5.83389 1 6.00114 1C6.16839 1 6.32457 1.08359 6.41734 1.22275L8.00194 3.59974L10.2255 2.11736C10.379 2.01504 10.5764 2.00549 10.739 2.09254C10.9017 2.17958 11.0032 2.34908 11.0032 2.53356V7.50276' fill='%2347B5FF' /%3E%3Cpath d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276V2.53356C11.0032 2.34908 10.9017 2.17958 10.739 2.09254C10.5764 2.00549 10.379 2.01504 10.2255 2.11736L8.00194 3.59974L6.41734 1.22275C6.32457 1.08359 6.16839 1 6.00114 1C5.83389 1 5.6777 1.08359 5.58493 1.22275L4.00027 3.59974L1.7767 2.11738C1.62321 2.01506 1.42586 2.00551 1.26322 2.09255C1.10057 2.17959 0.999023 2.34909 0.999023 2.53356V7.50276Z' stroke='%2347B5FF' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-icon.elite {
  border-color: var(--purple);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276' fill='%23AB7AE0' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276V2.53356C0.999023 2.34909 1.10057 2.17959 1.26322 2.09255C1.42586 2.00551 1.62321 2.01506 1.7767 2.11738L4.00027 3.59974L5.58493 1.22275C5.6777 1.08359 5.83389 1 6.00114 1C6.16839 1 6.32457 1.08359 6.41734 1.22275L8.00194 3.59974L10.2255 2.11736C10.379 2.01504 10.5764 2.00549 10.739 2.09254C10.9017 2.17958 11.0032 2.34908 11.0032 2.53356V7.50276' fill='%23AB7AE0' /%3E%3Cpath d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276V2.53356C11.0032 2.34908 10.9017 2.17958 10.739 2.09254C10.5764 2.00549 10.379 2.01504 10.2255 2.11736L8.00194 3.59974L6.41734 1.22275C6.32457 1.08359 6.16839 1 6.00114 1C5.83389 1 5.6777 1.08359 5.58493 1.22275L4.00027 3.59974L1.7767 2.11738C1.62321 2.01506 1.42586 2.00551 1.26322 2.09255C1.10057 2.17959 0.999023 2.34909 0.999023 2.53356V7.50276Z' stroke='%23AB7AE0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-icon.royal {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276' fill='%230A0D11' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.999023 7.50276V2.53356C0.999023 2.34909 1.10057 2.17959 1.26322 2.09255C1.42586 2.00551 1.62321 2.01506 1.7767 2.11738L4.00027 3.59974L5.58493 1.22275C5.6777 1.08359 5.83389 1 6.00114 1C6.16839 1 6.32457 1.08359 6.41734 1.22275L8.00194 3.59974L10.2255 2.11736C10.379 2.01504 10.5764 2.00549 10.739 2.09254C10.9017 2.17958 11.0032 2.34908 11.0032 2.53356V7.50276' fill='%230A0D11' /%3E%3Cpath d='M0.999023 7.50276C0.999023 8.05527 1.44693 8.50317 1.99944 8.50317H10.0028C10.5553 8.50317 11.0032 8.05527 11.0032 7.50276V2.53356C11.0032 2.34908 10.9017 2.17958 10.739 2.09254C10.5764 2.00549 10.379 2.01504 10.2255 2.11736L8.00194 3.59974L6.41734 1.22275C6.32457 1.08359 6.16839 1 6.00114 1C5.83389 1 5.6777 1.08359 5.58493 1.22275L4.00027 3.59974L1.7767 2.11738C1.62321 2.01506 1.42586 2.00551 1.26322 2.09255C1.10057 2.17959 0.999023 2.34909 0.999023 2.53356V7.50276Z' stroke='%230A0D11' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-color: var(--font-yellow);
  border-color: var(--font-yellow);
}
.tariff-icon-description {
  position: absolute;
  top: 25px;
  left: 0;
  border: 1px solid var(--base-border);
  border-radius: 10px;
  background: var(--base-3);
  z-index: 4;
  padding: 8px 10px;
  width: 168px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 138%;
  visibility: hidden;
  text-align: center;
  color: var(--font-light-2);
}
.tariff-icon-description a {
  text-decoration: underline;
  color: var(--font-blue);
}
.tariff-icon:hover .tariff-icon-description, .tariff-icon.active .tariff-icon-description {
  opacity: 1;
  visibility: visible;
}

.tariff-comparison {
  border-radius: 15px;
  background: var(--base-3);
  overflow: hidden;
  border: 1px solid var(--base-border);
}
.tariff-comparison__title {
  margin-top: 60px;
  font-weight: 600;
  font-size: 36px;
  line-height: 117%;
  letter-spacing: -0.03em;
  color: var(--font-primary);
  margin-bottom: 30px;
}
.tariff-comparison__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--base-border);
}
.tariff-comparison__row:hover {
  background: var(--hover-bg);
}
.tariff-comparison__row:hover .tariff-comparison__label {
  color: var(--font-primary);
}
.tariff-comparison__row.active .tariff-comparison__item:nth-child(1)::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z' fill='%2347B5FF' /%3E%3C/svg%3E");
}
.tariff-comparison__row.active .tariff-comparison__label {
  color: var(--font-primary);
}
.tariff-comparison__row.active .tariff-comparison__description {
  max-height: 100%;
  opacity: 1;
  margin-top: 5px;
}
.tariff-comparison__row.first-row {
  background: var(--base-2);
}
.tariff-comparison__row.first-row .tariff-comparison__item {
  cursor: default;
  white-space: nowrap;
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(1) {
  padding-left: 20px;
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(1)::before {
  display: none;
}
.tariff-comparison__row.first-row .tariff-comparison__item:not(:nth-child(1)) {
  text-align: center;
  font-sizee: 14px;
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(2) {
  color: var(--white);
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(3) {
  color: var(--font-blue);
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(4) {
  color: var(--purple);
}
.tariff-comparison__row.first-row .tariff-comparison__item:nth-child(5) {
  color: var(--font-yellow);
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item i {
  display: none;
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item:not(:nth-child(1))::before {
  content: "∞";
  display: inline-block;
  font-size: 16px;
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(2):before {
  color: var(--white);
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(3):before {
  color: var(--font-blue);
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(4):before {
  color: var(--purple);
}
.tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(5):before {
  color: var(--font-yellow);
}
.tariff-comparison__item {
  font-size: 14px;
  line-height: 120%;
  word-break: break-word;
}
.tariff-comparison__item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  padding: 27px 20px;
}
.tariff-comparison__item:not(:nth-child(1)) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff-comparison__item:nth-child(1) i {
  content: "∞";
}
.tariff-comparison__item i {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 6.5L9.25 17.5L4.25 12.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  width: 25px;
  height: 24px;
  background-position: center;
  background-size: cover;
}
.tariff-comparison__item i.no-active {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 8.86719L16.25 16.8672' stroke='%23546786' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16.25 8.86719L8.25 16.8672' stroke='%23546786' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-comparison__item:nth-child(3) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.75 7L9.75 18L4.75 13' stroke='%2347B5FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-comparison__item:nth-child(4) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.25 7L9.25 18L4.25 13' stroke='%23AB7AE0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-comparison__item:nth-child(5) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.75 7L9.75 18L4.75 13' stroke='%23FFC700' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.tariff-comparison__item:nth-child(1) {
  position: relative;
  padding-left: 49px;
  cursor: pointer;
}
.tariff-comparison__item:nth-child(1):before {
  content: "";
  position: absolute;
  top: 21px;
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z' fill='%234B5769' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.tariff-comparison__label {
  color: var(--font-light-1);
}
.tariff-comparison__description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 140%;
  color: var(--font-light-2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tariff-comparison__description img {
  max-width: 100%;
  margin-top: 20px;
  max-height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.tariff-comparison__button.btn {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-color: var(--font-blue);
  height: 42px;
  visibility: hidden;
}

:root:not(.dark-theme) .tariff-comparison__row.active .tariff-comparison__item:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z' fill='%230B86D8' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6.5L9 17.5L4 12.5' stroke='%23959CA4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item i.no-active {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8L16 16' stroke='%23D0D0D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 8L8 16' stroke='%23D0D0D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item:nth-child(3) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6.5L9 17.5L4 12.5' stroke='%230B86D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item:nth-child(4) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6.5L9 17.5L4 12.5' stroke='%23741FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item:nth-child(5) i:not(.no-active) {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6.5L9 17.5L4 12.5' stroke='%23EFAD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
:root:not(.dark-theme) .tariff-comparison__item:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967L14.5303 11.4697C14.8232 11.7626 14.8232 12.2374 14.5303 12.5303L10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303C9.17678 16.2374 9.17678 15.7626 9.46967 15.4697L12.9393 12L9.46967 8.53033C9.17678 8.23744 9.17678 7.76256 9.46967 7.46967Z' fill='%23D0D0D0' /%3E%3C/svg%3E");
}

@media (max-width: 980px) {
  .tariff-comparison__title {
    font-size: 20px;
  }
  .tariff-comparison__row .tariff-comparison__item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .tariff-comparison__row.first-row .tariff-comparison__item {
    font-size: 14px;
  }
  .tariff-comparison__description {
    font-size: 12px;
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .tariff-comparison__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .tariff-comparison__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tariff-comparison__row:nth-child(2) .tariff-comparison__item::before {
    content: "" !important;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(2):before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.569 12.1905C12.059 12.7495 10.506 14.3115 9.066 14.3115V14.3095L9.061 14.3115V14.3115C7.785 14.3125 6.75 13.2765 6.75 11.9995C6.75 10.7225 7.785 9.6865 9.062 9.6875V9.6875L9.067 9.6895V9.6875C10.507 9.6875 12.06 11.2485 12.57 11.8085C12.569 11.8085 12.75 11.9995 12.75 11.9995L12.569 12.1905V12.1905Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.931 12.1905C13.441 12.7495 14.994 14.3115 16.434 14.3115V14.3095L16.439 14.3115V14.3115C17.715 14.3125 18.75 13.2765 18.75 11.9995C18.75 10.7225 17.715 9.6865 16.438 9.6875V9.6875L16.433 9.6895V9.6875C14.993 9.6875 13.44 11.2485 12.93 11.8085C12.931 11.8085 12.75 11.9995 12.75 11.9995L12.931 12.1905V12.1905Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M19.1139 5.63604C22.6287 9.15076 22.6287 14.8492 19.1139 18.3639C15.5992 21.8787 9.90074 21.8787 6.38604 18.3639C2.87132 14.8492 2.87132 9.15074 6.38604 5.63604C9.90076 2.12132 15.5992 2.12132 19.1139 5.63604' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(3):before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.069 12.1905C11.559 12.7495 10.006 14.3115 8.566 14.3115V14.3095L8.561 14.3115V14.3115C7.285 14.3125 6.25 13.2765 6.25 11.9995C6.25 10.7225 7.285 9.6865 8.562 9.6875V9.6875L8.567 9.6895V9.6875C10.007 9.6875 11.56 11.2485 12.07 11.8085C12.069 11.8085 12.25 11.9995 12.25 11.9995L12.069 12.1905V12.1905Z' stroke='%2347B5FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.431 12.1905C12.941 12.7495 14.494 14.3115 15.934 14.3115V14.3095L15.939 14.3115V14.3115C17.215 14.3125 18.25 13.2765 18.25 11.9995C18.25 10.7225 17.215 9.6865 15.938 9.6875V9.6875L15.933 9.6895V9.6875C14.493 9.6875 12.94 11.2485 12.43 11.8085C12.431 11.8085 12.25 11.9995 12.25 11.9995L12.431 12.1905V12.1905Z' stroke='%2347B5FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.6139 5.63604C22.1287 9.15076 22.1287 14.8492 18.6139 18.3639C15.0992 21.8787 9.40074 21.8787 5.88604 18.3639C2.37132 14.8492 2.37132 9.15074 5.88604 5.63604C9.40076 2.12132 15.0992 2.12132 18.6139 5.63604' stroke='%2347B5FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(4):before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.569 12.1905C12.059 12.7495 10.506 14.3115 9.066 14.3115V14.3095L9.061 14.3115V14.3115C7.785 14.3125 6.75 13.2765 6.75 11.9995C6.75 10.7225 7.785 9.6865 9.062 9.6875V9.6875L9.067 9.6895V9.6875C10.507 9.6875 12.06 11.2485 12.57 11.8085C12.569 11.8085 12.75 11.9995 12.75 11.9995L12.569 12.1905V12.1905Z' stroke='%23854ECA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.931 12.1905C13.441 12.7495 14.994 14.3115 16.434 14.3115V14.3095L16.439 14.3115V14.3115C17.715 14.3125 18.75 13.2765 18.75 11.9995C18.75 10.7225 17.715 9.6865 16.438 9.6875V9.6875L16.433 9.6895V9.6875C14.993 9.6875 13.44 11.2485 12.93 11.8085C12.931 11.8085 12.75 11.9995 12.75 11.9995L12.931 12.1905V12.1905Z' stroke='%23854ECA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M19.1139 5.63604C22.6287 9.15076 22.6287 14.8492 19.1139 18.3639C15.5992 21.8787 9.90074 21.8787 6.38604 18.3639C2.87132 14.8492 2.87132 9.15074 6.38604 5.63604C9.90076 2.12132 15.5992 2.12132 19.1139 5.63604' stroke='%23854ECA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(5):before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.069 12.1905C11.559 12.7495 10.006 14.3115 8.566 14.3115V14.3095L8.561 14.3115V14.3115C7.285 14.3125 6.25 13.2765 6.25 11.9995C6.25 10.7225 7.285 9.6865 8.562 9.6875V9.6875L8.567 9.6895V9.6875C10.007 9.6875 11.56 11.2485 12.07 11.8085C12.069 11.8085 12.25 11.9995 12.25 11.9995L12.069 12.1905V12.1905Z' stroke='%23FFC700' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.431 12.1905C12.941 12.7495 14.494 14.3115 15.934 14.3115V14.3095L15.939 14.3115V14.3115C17.215 14.3125 18.25 13.2765 18.25 11.9995C18.25 10.7225 17.215 9.6865 15.938 9.6875V9.6875L15.933 9.6895V9.6875C14.493 9.6875 12.94 11.2485 12.43 11.8085C12.431 11.8085 12.25 11.9995 12.25 11.9995L12.431 12.1905V12.1905Z' stroke='%23FFC700' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.6139 5.63604C22.1287 9.15076 22.1287 14.8492 18.6139 18.3639C15.0992 21.8787 9.40074 21.8787 5.88604 18.3639C2.37132 14.8492 2.37132 9.15074 5.88604 5.63604C9.40076 2.12132 15.0992 2.12132 18.6139 5.63604' stroke='%23FFC700' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  .tariff-comparison__row .tariff-comparison__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .tariff-comparison__row .tariff-comparison__item:nth-child(1) {
    padding-left: 36px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .tariff-comparison__row .tariff-comparison__item:nth-child(1)::before {
    left: 8px;
    top: 13px;
  }
  .tariff-comparison__row .tariff-comparison__item:not(:nth-child(1)) {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .tariff-comparison__row.first-row .tariff-comparison__item {
    padding: 24px 2px;
    font-size: 12px;
  }
  .tariff-comparison__row.first-row .tariff-comparison__item:nth-child(1) {
    display: none;
  }
  .tariff-comparison__button.btn {
    visibility: visible;
  }
  :root:not(.dark-theme) .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(2):before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.819 12.1915C11.309 12.7505 9.756 14.3125 8.316 14.3125V14.3105L8.311 14.3125V14.3125C7.035 14.3135 6 13.2775 6 12.0005C6 10.7235 7.035 9.68748 8.312 9.68848V9.68848L8.317 9.69048V9.68848C9.757 9.68848 11.31 11.2495 11.82 11.8095C11.819 11.8095 12 12.0005 12 12.0005L11.819 12.1915V12.1915Z' stroke='%23959CA4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.181 12.1915C12.691 12.7505 14.244 14.3125 15.684 14.3125V14.3105L15.689 14.3125V14.3125C16.965 14.3135 18 13.2775 18 12.0005C18 10.7235 16.965 9.68748 15.688 9.68848V9.68848L15.683 9.69048V9.68848C14.243 9.68848 12.69 11.2495 12.18 11.8095C12.181 11.8095 12 12.0005 12 12.0005L12.181 12.1915V12.1915Z' stroke='%23959CA4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.3639 5.63604C21.8787 9.15076 21.8787 14.8492 18.3639 18.3639C14.8492 21.8787 9.15074 21.8787 5.63604 18.3639C2.12132 14.8492 2.12132 9.15074 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.3639 5.63604' stroke='%23959CA4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  :root:not(.dark-theme) .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(3):before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.819 12.1915C11.309 12.7505 9.756 14.3125 8.316 14.3125V14.3105L8.311 14.3125V14.3125C7.035 14.3135 6 13.2775 6 12.0005C6 10.7235 7.035 9.68748 8.312 9.68848V9.68848L8.317 9.69048V9.68848C9.757 9.68848 11.31 11.2495 11.82 11.8095C11.819 11.8095 12 12.0005 12 12.0005L11.819 12.1915V12.1915Z' stroke='%230B86D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.181 12.1915C12.691 12.7505 14.244 14.3125 15.684 14.3125V14.3105L15.689 14.3125V14.3125C16.965 14.3135 18 13.2775 18 12.0005C18 10.7235 16.965 9.68748 15.688 9.68848V9.68848L15.683 9.69048V9.68848C14.243 9.68848 12.69 11.2495 12.18 11.8095C12.181 11.8095 12 12.0005 12 12.0005L12.181 12.1915V12.1915Z' stroke='%230B86D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.3639 5.63604C21.8787 9.15076 21.8787 14.8492 18.3639 18.3639C14.8492 21.8787 9.15074 21.8787 5.63604 18.3639C2.12132 14.8492 2.12132 9.15074 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.3639 5.63604' stroke='%230B86D8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  :root:not(.dark-theme) .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(4):before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.819 12.1915C11.309 12.7505 9.756 14.3125 8.316 14.3125V14.3105L8.311 14.3125V14.3125C7.035 14.3135 6 13.2775 6 12.0005C6 10.7235 7.035 9.68748 8.312 9.68848V9.68848L8.317 9.69048V9.68848C9.757 9.68848 11.31 11.2495 11.82 11.8095C11.819 11.8095 12 12.0005 12 12.0005L11.819 12.1915V12.1915Z' stroke='%23741FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.181 12.1915C12.691 12.7505 14.244 14.3125 15.684 14.3125V14.3105L15.689 14.3125V14.3125C16.965 14.3135 18 13.2775 18 12.0005C18 10.7235 16.965 9.68748 15.688 9.68848V9.68848L15.683 9.69048V9.68848C14.243 9.68848 12.69 11.2495 12.18 11.8095C12.181 11.8095 12 12.0005 12 12.0005L12.181 12.1915V12.1915Z' stroke='%23741FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.3639 5.63604C21.8787 9.15076 21.8787 14.8492 18.3639 18.3639C14.8492 21.8787 9.15074 21.8787 5.63604 18.3639C2.12132 14.8492 2.12132 9.15074 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.3639 5.63604' stroke='%23741FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  :root:not(.dark-theme) .tariff-comparison__row:nth-child(2) .tariff-comparison__item:nth-child(5):before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.819 12.1915C11.309 12.7505 9.756 14.3125 8.316 14.3125V14.3105L8.311 14.3125V14.3125C7.035 14.3135 6 13.2775 6 12.0005C6 10.7235 7.035 9.68748 8.312 9.68848V9.68848L8.317 9.69048V9.68848C9.757 9.68848 11.31 11.2495 11.82 11.8095C11.819 11.8095 12 12.0005 12 12.0005L11.819 12.1915V12.1915Z' stroke='%23EFAD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.181 12.1915C12.691 12.7505 14.244 14.3125 15.684 14.3125V14.3105L15.689 14.3125V14.3125C16.965 14.3135 18 13.2775 18 12.0005C18 10.7235 16.965 9.68748 15.688 9.68848V9.68848L15.683 9.69048V9.68848C14.243 9.68848 12.69 11.2495 12.18 11.8095C12.181 11.8095 12 12.0005 12 12.0005L12.181 12.1915V12.1915Z' stroke='%23EFAD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.3639 5.63604C21.8787 9.15076 21.8787 14.8492 18.3639 18.3639C14.8492 21.8787 9.15074 21.8787 5.63604 18.3639C2.12132 14.8492 2.12132 9.15074 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.3639 5.63604' stroke='%23EFAD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
}