<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input,
button {
  overflow: visible;
}

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button {
  line-height: 1;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[data-whatinput=mouse] button {
  outline: 0;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

img,
svg {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a img,
a svg {
  border: 0;
}

span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  list-style-position: outside;
}

ul {
  list-style: none;
}

:root {
  --pd_bl_top-bottom: 24px;
  --pd_bl_left-right: 24px;
  --fs_head-bl: 32px;
  --fs_txt_list: 16px
;
}

@media (min-width: 768px) {
  :root {
    --pd_bl_top-bottom: 36px;
    --pd_bl_left-right: 0;
    --fs_head-bl: 40px;
    --fs_txt_list: 17px
	;
  }
}

@media (min-width: 1200px) {
  :root {
    --pd_bl_top-bottom: 44px;
    --fs_head-bl: 56px;
    --fs_txt_list: 18px;
  }
  .calc-rb-rf .container_fluid .calculate .form-detailed {
    margin: 8px 0 auto 15px;
  }
}

@media (min-width: 1366px) {
  :root {
    --fs_txt_list: 19px
	;
  }
}

.contact-message__link {
  -webkit-transition: .5s ease;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.steps,
.tariffs,
.possibility {
  padding-left: calc(0.6rem + 1.6vw);
  padding-right: calc(0.6rem + 1.6vw);
}

.steps,
.tariffs,
.possibility {
  padding-top: calc(1rem + 1.2vw);
  padding-bottom: calc(1rem + 1.2vw);
}

.steps,
.tariffs,
.possibility {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right);
}

.steps &gt; *:not(:last-child),
.tariffs &gt; *:not(:last-child),
.possibility &gt; *:not(:last-child) {
  margin-bottom: var(--pd_bl_top-bottom);
}

.container_fluid--light {
  background-color: #f3f5fd;
}

.head_bl,
.head_bl--left {
  margin: auto;
  max-width: 16em;
  font-family: Roboto-bold;
  font-weight: 700;
  font-size: var(--fs_head-bl);
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

.head_bl--left {
  margin-left: 0;
  font-size: calc( var(--fs_head-bl) - 0.5em);
  text-align: left;
  color: #000;
}

.hide {
  display: none;
}

.img_belka {
  width: 3em;
}

.img_iherb {
  width: 5.2em;
}

.txt_accent {
  color: #2dff2d;
}

.txt_attent {
  color: #4481eb;
}

.txt_title {
  color: #00e0ff !important;
}

.txt_subheader {
  margin: auto;
  max-width: 40em;
  text-align: center;
  font-family: Verdana;
  font-weight: bold;
  font-size: var(--fs_txt_list);
  line-height: 1.6;
}

.container_fluid--iherb {
  position: relative;
  padding-top: calc(100vh - 120px);
  background: url("/assets/img/rb_and_rf/bg520.jpg") no-repeat center;
  background-size: cover;
}

@media (min-width: 768px) {
  .container_fluid--iherb {
    padding-top: 50%;
    background: url("/assets/img/rb_and_rf/bg1920.jpg") no-repeat center;
    background-size: cover;
  }
}

@media (min-width: 1000px) {
  .container_fluid--iherb {
    padding-top: 33%;
  }
}

.container_fluid--iherb h1 {
  margin: auto;
  width: 90%;
  max-width: 20em;
  text-align: center;
}

.container_fluid--iherb__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: var(--fs_head-bl);
}

.slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.slide &gt; *:not(:last-child) {
  margin-bottom: .36em;
}

.slide-imggroup {
  height: 2.6em;
  text-align: center;
}

@media (min-width: 768px) {
  .slide-imggroup {
    height: 1.6em;
  }
}

.slide-slogan {
  padding: 24px;
  background-color: rgba(68, 129, 235, 0.6);
}

.slide-slogan__txt {
  margin: auto;
  max-width: 40em;
  font-family: Verdana;
  text-align: center;
  font-weight: bold;
  font-size: .45em;
  line-height: 1.2;
  color: #fff;
}

.possibility {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right) 0;
}

.possibility-body-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.possibility-body-lt &gt; *:not(:last-child) {
  margin-bottom: var(--pd_bl_top-bottom);
}

.possibility-body-lt &gt; *:not(:empty) {
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 50%;
  padding: 0 16px;
}

/*.possibility-body-lt&gt;*:not(:empty):nth-child(2) {
	margin-top: 1.6rem
}*/
.possibility-body__picture {
  text-align: center;
}

.possibility-body__img {
  max-width: 30vw;
}

.possibility-list {
  margin-left: 2.4rem;
  font-size: var(--fs_txt_list);
  line-height: 1.4;
  margin-top: 30px;
}

.possibility-list &gt; * {
  position: relative;
  padding-left: 1.8em;
}

.possibility-list &gt; *:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background-color: #8ddbe0;
}

.possibility-list &gt; *:not(:last-child) {
  margin-bottom: 1em;
}

.tariffs {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right) 0;
}

.tariffs-body-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tariffs-body-lt &gt; *:not(:empty) {
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  margin: 12px 12px var(--pd_bl_top-bottom);
}

.tariff {
  border-radius: .4em;
  background-color: #fff;
  font-size: var(--fs_head-bl);
  text-align: center;
  -webkit-box-shadow: 0.2em 0.2em 20px rgba(199, 209, 246, 0.5);
  box-shadow: 0.2em 0.2em 20px rgba(199, 209, 246, 0.5);
}

.tariff &gt; * {
  padding: .4em .7em;
}

.tariff-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4481eb;
  border-radius: .4em .4em 0 0;
  min-height: 1.9em;
}

.tariff-header__head {
  text-align: center;
  font-size: .4em;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}

.tariff-price p {
  font-size: .4em;
  font-family: Roboto-bold;
}

.tariff-price span {
  font-size: 3.6em;
  color: #518506;
}

.tariff-desc {
  padding-top: 0;
}

.tariff-desc p {
  font-size: var(--fs_txt_list);
  line-height: 1.6;
}

.steps {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right) 0;
}

.steps-body-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -16px;
}

.steps-body-lt &gt; *:not(:empty) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: var(--pd_bl_top-bottom);
  padding: 0 16px;
}

.steps-body-lt &gt; *:not(:empty):nth-child(1) {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  min-width: 33.3333333333%;
}

@media (min-width: 1000px) {
  .steps-body-lt &gt; *:not(:empty):nth-child(1) {
    min-width: 50%;
  }
}

.steps-body-lt &gt; *:not(:empty):nth-child(2) {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  min-width: 50%;
}

.steps-body__picture {
  margin: auto;
  margin-left: 0;
  text-align: center;
  max-width: 30vw;
}

.steps-body__img {
  width: 100%;
  max-width: 500px;
}

.steps-list {
  font-size: var(--fs_head-bl);
}

.steps-list &gt; * {
  position: relative;
  padding: 1.2em 1em .75em 4.6em;
  font-size: var(--fs_txt_list);
  line-height: 1.4;
  background-color: #f3f5fd;
  border-radius: .5em;
  -webkit-box-shadow: 0.1em 0.1em 5px rgba(179, 179, 179, 0.7);
  box-shadow: 0.1em 0.1em 5px rgba(179, 179, 179, 0.7);
}

.steps-list &gt; *:before {
  content: "";
  position: absolute;
  top: .75em;
  left: 1em;
  width: 2.6em;
  height: 1.6em;
  background: url("/assets/template/css/i/check.svg") no-repeat center;
  background-size: cover;
}

.steps-list &gt; *:not(:last-child) {
  margin-bottom: 1.6em;
}

.steps-list &gt; *:last-child {
  background-color: #518506;
  color: #fff;
}

.steps-list &gt; *:last-child:before {
  background: url("/assets/template/css/i/check-white.svg") no-repeat center;
  background-size: cover;
}

.contact {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right);
  text-align: center;
}

.contact &gt; *:not(:last-child) {
  margin-bottom: calc(var(--pd_bl_top-bottom) / 3);
}

.contact-tel {
  font-size: var(--fs_head-bl);
}

.contact-tel__link {
  position: relative;
  padding-left: 2em;
  font-family: Roboto-bold;
  font-size: .6em;
  color: #4481eb;
}

.contact-tel__link:hover {
  text-decoration: underline;
}

.contact-tel__link__ico {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.contact-message {
  font-size: var(--fs_head-bl);
}

.contact-message__link {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 4em;
  margin: 0 .8em;
  background-color: #4481eb;
  border-radius: 50%;
  color: #fff;
  fill: #fff;
  -webkit-box-shadow: 0.1em 0.1em 7px rgba(19, 79, 182, 0.7);
  box-shadow: 0.1em 0.1em 7px rgba(19, 79, 182, 0.7);
}

.contact-message__link:hover {
  background-color: #fff;
  color: #4481eb;
  fill: #4481eb;
}

.contact-message__link__ico {
  position: absolute;
  top: calc(50% - 1.2em);
  left: calc(50% - 1.2em);
  width: 2.4em;
  height: 2.4em;
}

.advantages-rb-rf .possibility-body-lt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.calc-rb-rf {
  padding: var(--pd_bl_top-bottom) var(--pd_bl_left-right) 0;
  padding-bottom: 40px;
  margin-top: 40px;
}

.calc-rb-rf-section {
  background: url(/assets/img/rb_and_rf/bg-calc.jpg) no-repeat center;
  background-size: cover;
}

.calc-rb-rf-body-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calc-rb-rf-body-lt h2 {
  font-size: calc( var(--fs_head-bl) - 0.5em);
  margin-bottom: 47px;
  color: #fff;
}

.calc-rb-rf-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-rb-rf .container_fluid {
  background: none;
  width: 100%;
}

.calc-rb-rf .container_fluid .calculate {
  padding: 0;
}

.calc-rb-rf .container_fluid .calculate h2 {
  margin: 0;
  line-height: 26px;
}

.calc-rb-rf .container_fluid .calculate h2 span {
  font-size: 26px;
}

.calc-rb-rf .container_fluid .calculate .calculate-form-base-lt label {
  color: #fff;
}

.calc-rb-rf .container_fluid .calculate .calculate-form-base-lt div:first-child {
  pointer-events: none;
}

.calc-rb-rf .container_fluid .calculate .calculate-form-option-lt label {
  color: #fff;
}

.calc-rb-rf .container_fluid .calculate .form-value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.calc-rb-rf .container_fluid .calculate .form-value-block:last-child {
  margin-bottom: 0;
}

.calc-rb-rf .container_fluid .calculate .form-value span {
  border-bottom: 2px solid #8f8f8f;
  font-weight: 200;
}

.calc-rb-rf .container_fluid .calculate .form-value__descr {
  margin-top: 10px;
  margin-bottom: 15px;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.calc-rb-rf .container_fluid .calculate .form-value__descr_active {
  opacity: 1;
  height: auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  visibility: visible;
}

.calc-rb-rf .container_fluid .calculate .form-value__descr span {
  font-size: 18px;
  border-bottom: none !important;
}

.calc-rb-rf .container_fluid .calculate .form-value-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calc-rb-rf .container_fluid .calculate .form-detailed {
  cursor: pointer;
  width: 20px;
  margin: 12px 0 auto 15px;
}

.calc-rb-rf .container_fluid .calculate .form-check label {
  color: #fff;
  padding-left: 10px;
}

.calc-rb-rf .container_fluid .calculate .btn_form-submit {
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  background: #FFF;
  color: #4481eb;
}

.calc-rb-rf .container_fluid .calculate .btn_form-submit:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #fff;
          box-shadow: 0px 0px 20px 0px #fff;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.calc-rb-rf .container_fluid .calculate .btn_form-submit a {
  padding: 19px 44px;
  background: #fff;
  border-radius: 5px;
  color: rgba(68, 129, 235, 0.95);
  font-weight: 600;
  text-transform: uppercase;
}

.icon-none {
  display: none !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .calc-rb-rf-body-lt h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .calc-rb-rf .container_fluid .calculate h2 {
    text-align: left;
  }
  .calc-rb-rf .container_fluid .calculate h2 span {
    font-size: 20px;
  }
  .calc-rb-rf .container_fluid .calculate .form-value__descr {
    text-align: left;
  }
  .calc-rb-rf .container_fluid .calculate .form-value__descr span {
    font-size: 16px;
  }
  .calc-rb-rf .container_fluid .calculate .form-detailed {
    margin: 4px 0 auto 15px;
  }
}

@media (max-width: 616px) {
  .steps-body__picture {
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .calc-rb-rf-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calc-rb-rf-img {
    display: none;
  }
  .calc-rb-rf .container_fluid .calculate h2 span {
    font-size: 18px;
  }
  .calc-rb-rf .container_fluid .calculate .form-value__descr span {
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  .calc-rb-rf .container_fluid .calculate h2 span {
    font-size: 17px;
  }
}
/*# sourceMappingURL=rf-rb-style.css.map */</pre></body></html>