/* Ui-Kit COLORS */
body {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1 {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
.ds-text-1 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
}
}
.ds-text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
.ds-text-2 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
}
}
.ds-text-3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
.ds-text-3 {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
}
}
.ds-text-4 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
.ds-text-4 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
}
}
.ds-text-5 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
.ds-text-5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
}
}
.ds-text-6 {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
.ds-text-6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
}
}
.ds-text-7 {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
.ds-text-7 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
}
}
.bold {
  font-weight: 500;
}
@media (min-width: 992px) {
.bold {
    font-weight: 500;
}
}
.bold-2 {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-2 {
    font-weight: 600;
}
}
.bold-3 {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-3 {
    font-weight: 700;
}
}
.ds-text-5.bold {
  font-weight: 600;
}
.ds-text-3.bold {
  font-weight: 500;
}
.ds-text-1.bold {
  font-weight: 500;
}
svg {
  transition: all 0.3s;
}
.ds-icon-xs {
  width: 17px;
  height: 17px;
}
.ds-icon-sm {
  width: 19px;
  height: 19px;
}
.ds-icon-md {
  width: 22px;
  height: 22px;
}
.ds-icon-lg {
  width: 30px;
  height: 30px;
}
.ds-icon-xl {
  width: 40px;
  height: 40px;
}
.icon-fill {
  fill: var(--color);
}
.icon-stroke {
  stroke: var(--color);
}
.icon-fill-stroke {
  fill: var(--color);
  stroke: var(--color);
}
.subscription__wrapper .help-block {
  color: var(--ds-color-accent);
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}
.subscription__wrapper .icon-spinner {
  position: absolute;
  opacity: 0;
}/* Ui-Kit COLORS */
body[data-v-4457f2a9] {
  --ds-color-primary: #74B908;
  --ds-color-primary-hover: #87D014;
  --ds-color-primary-active:#4E8313;
  --ds-color-gradient-main: linear-gradient(83deg, #4BB908 0%, #93E80E 99.66%);
  --ds-color-green-inactive: #CAF08F;
  --ds-color-text: #262B26;
  --ds-hover-text: #656565;
  --ds-color-neutral: #959595;
  --ds-color-hover-neutral: #B2B2B2;
  --ds-color-inactive: #E4E4E4;
  --ds-color-hover-inactive: #F2F2F2;
  --ds-color-table-border: #F3F3F3;
  --ds-color-background: #F5F5F5;
  --ds-color-light-background: #F9F9F9;
  --ds-color-light-error-background: #FFEDED;
  --ds-color-done-background: #E2F9BE;
  --ds-color-accent: #DC662D;
  --ds-color-accent-active: #FF6A24;
  --ds-color-error: #FC5142;
  --ds-color-text-error: #DA5D23;
  --ds-color-error-background: #FFDAC9;
  --ds-color-warning-text: #BF5000;
  --ds-color-warning-background: #FFEEB2;
  --ds-color-white: #FFFFFF;
  --ds-color-black: #000000;
  --ds-color-rating-star: #FFC905;
  --ds-color-black-green: #4B7903;
  --ds-color-boxberry: #DF0043;
  --ds-color-cdek: #00B33C;
  --ds-color-russian: #014898;
  --ds-color-rating-star: #FFC905;
  /* SPECIAL COLORS */
  --new-year-holidays-text: #00254A;
  --four-twenty-primary: #142714;
  --four-twenty-secondary: #0A1300;
}
.ds-text-1[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 992px) {
.ds-text-1[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.625rem;
}
}
.ds-text-2[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.8375rem;
}
@media (min-width: 992px) {
.ds-text-2[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
}
}
.ds-text-3[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
@media (min-width: 992px) {
.ds-text-3[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 1.8375rem;
}
}
.ds-text-4[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (min-width: 992px) {
.ds-text-4[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
}
}
.ds-text-5[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
}
@media (min-width: 992px) {
.ds-text-5[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
}
}
.ds-text-6[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
}
@media (min-width: 992px) {
.ds-text-6[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.225rem;
}
}
.ds-text-7[data-v-4457f2a9] {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
@media (min-width: 992px) {
.ds-text-7[data-v-4457f2a9] {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.05rem;
}
}
.bold[data-v-4457f2a9] {
  font-weight: 500;
}
@media (min-width: 992px) {
.bold[data-v-4457f2a9] {
    font-weight: 500;
}
}
.bold-2[data-v-4457f2a9] {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-2[data-v-4457f2a9] {
    font-weight: 600;
}
}
.bold-3[data-v-4457f2a9] {
  font-weight: 600;
}
@media (min-width: 992px) {
.bold-3[data-v-4457f2a9] {
    font-weight: 700;
}
}
.ds-text-5.bold[data-v-4457f2a9] {
  font-weight: 600;
}
.ds-text-3.bold[data-v-4457f2a9] {
  font-weight: 500;
}
.ds-text-1.bold[data-v-4457f2a9] {
  font-weight: 500;
}
svg[data-v-4457f2a9] {
  transition: all 0.3s;
}
.ds-icon-xs[data-v-4457f2a9] {
  width: 17px;
  height: 17px;
}
.ds-icon-sm[data-v-4457f2a9] {
  width: 19px;
  height: 19px;
}
.ds-icon-md[data-v-4457f2a9] {
  width: 22px;
  height: 22px;
}
.ds-icon-lg[data-v-4457f2a9] {
  width: 30px;
  height: 30px;
}
.ds-icon-xl[data-v-4457f2a9] {
  width: 40px;
  height: 40px;
}
.icon-fill[data-v-4457f2a9] {
  fill: var(--color);
}
.icon-stroke[data-v-4457f2a9] {
  stroke: var(--color);
}
.icon-fill-stroke[data-v-4457f2a9] {
  fill: var(--color);
  stroke: var(--color);
}
.subscription-error[data-v-4457f2a9] {
  color: var(--ds-color-error);
}
.subscription__wrapper[data-v-4457f2a9] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.subscription__section[data-v-4457f2a9] {
  padding: 25px 15px;
}
.subscription__block[data-v-4457f2a9] {
  position: relative;
}
.subscription__form-header[data-v-4457f2a9] {
  margin-bottom: 15px;
}
.subscription__section_dark[data-v-4457f2a9] {
  background-color: var(--ds-color-background);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__subscription-desktop.subscription__wrapper[data-v-4457f2a9] {
  height: unset;
}
.footer__subscription-desktop.subscription__wrapper .subscription__section[data-v-4457f2a9] {
  padding: 0;
}
.footer__subscription-desktop.subscription__wrapper .subscription__section_dark[data-v-4457f2a9] {
  height: 100%;
}
.short .subscription__section_dark[data-v-4457f2a9] {
  min-height: 130px;
  padding-top: 0;
}
.subscription__content[data-v-4457f2a9] {
  width: 100%;
}
.subscription__header[data-v-4457f2a9] {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  color: var(--ds-color-accent);
  margin-bottom: 24px;
  white-space: initial;
}
ul[data-v-4457f2a9] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 21px;
}
li[data-v-4457f2a9] {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-bottom: 10px;
  white-space: initial;
  display: list-item;
  list-style-type: disc;
}
li[data-v-4457f2a9]:last-child {
  margin-bottom: 0;
}
li[data-v-4457f2a9]::marker {
  color: var(--ds-color-primary);
  font-size: 15px;
}
label[data-v-4457f2a9] {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
p[data-v-4457f2a9] {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  margin-top: 14px;
}
.subscription__button[data-v-4457f2a9] {
  margin-top: 10px;
}