

/* Start:/local/templates/v3/components/my/ui.item/product/style.css?16383875195522*/
.c-product {
  padding: 60px 0;
  position: relative; }
  .c-product:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    display: block;
    content: '';
    background-color: var(--accent-color-light);
    z-index: -1; }
  .c-product__sidebar {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 35px; }
    @media (min-width: 992px) {
      .c-product__sidebar {
        float: right;
        width: 45%;
        max-width: 530px;
        margin: 0; } }
  .c-product__sidebar + .c-product__content {
    margin: 0; }
    @media (min-width: 992px) {
      .c-product__sidebar + .c-product__content {
        padding: 0 80px 0 0; } }
  .c-product__picture {
    display: block;
    width: 100%;
    height: auto; }
  .c-product__wrap-picture {
    position: relative;
    padding-top: 81.13208%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff; }
    .c-product__wrap-picture img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .c-product__content {
    overflow: hidden; }
  .c-product__title {
    font-style: normal;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
    line-height: 34px; }
    @media (min-width: 992px) {
      .c-product__title {
        font-size: 48px;
        line-height: 62px; }
        .c-product__title--long {
          font-size: 38px;
          line-height: 48px; }
        .c-product__title--small {
          font-size: 24px;
          line-height: 32px; }
        .c-product__title--medium {
          font-size: 38px;
          line-height: 48px; } }
    @media (min-width: 1240px) {
      .c-product__title {
        font-size: 56px;
        line-height: 64px; }
        .c-product__title--long {
          font-size: 42px;
          line-height: 48px; }
        .c-product__title--small {
          font-size: 32px;
          line-height: 48px; }
        .c-product__title--medium {
          font-size: 42px;
          line-height: 48px; } }
  .c-product__description {
    margin: 22px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-product__description {
        font-size: 16px;
        line-height: 24px; } }
  .c-product__info {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-product__info--date {
      margin: 22px 0 0; }
    .c-product__info--label {
      margin: 10px 0 0; }
    .c-product__info--price {
      margin: 25px 0 0; }
  .c-product__badge {
    padding: 7px 13px;
    background: #6FCF97;
    border-radius: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0 24px 0 0; }
    .c-product__badge.has-icon {
      padding: 10px 14px; }
    .c-product__badge svg {
      width: 16px;
      height: 16px;
      position: relative;
      fill: #fff;
      vertical-align: middle;
      top: -0.1em;
      margin-right: 10px; }
    .c-product__badge.is-denied {
      background: #F2994A; }
  .c-product__calendar {
    width: 18px;
    height: 18px;
    fill: #777;
    margin: 0 10px 0 0; }
  .c-product__date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }
  .c-product__partners {
    margin: 20px 0; }
  .c-product__partners-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 10px; }
  .c-product__partners-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px; }
  .c-product__partners-item {
    max-width: 175px;
    margin-left: 20px; }
  .c-product__price {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .c-product__price {
        justify-content: flex-start; } }
  @media (min-width: 992px) {
    .c-product__price-end {
      display: flex;
      align-items: center; } }
  .c-product__price-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin: 0; }
  .c-product__price-cost {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 0 12px;
    white-space: nowrap;
    text-align: right; }
    @media (min-width: 992px) {
      .c-product__price-cost {
        float: left; } }
    .c-product__price-cost.is-old {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px;
      text-decoration-line: line-through;
      color: #777777; }
  .c-product__buttons {
    margin: 48px 0 0; }
  .c-product__filters {
    width: 100%;
    clear: both;
    margin-top: 60px; }
    @media (min-width: 992px) {
      .c-product__filters {
        margin-top: 110px; } }
  .c-product__filter {
    border-top: 1px solid #000000;
    padding: 30px 0; }
  .c-product__filter-type {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #777; }
  .c-product__filter-name {
    margin: 6px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000; }
  .c-product__label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 0 0; }
  .c-product__buttons {
    margin: 40px 0 0; }

/* End */


/* Start:/local/templates/v3/components/my/shop.product-buttons/product-buttons/style.css?16383875191457*/
.c-product-buttons__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-product-buttons__btn:focus {
    outline: none; }

.c-product-buttons__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-product-buttons__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-product-buttons__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-product-buttons__btn {
  font-size: 18px;
  line-height: 24px; }

.c-product-buttons__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-product-buttons__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-product-buttons__btn {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #ffffff; }
  .c-product-buttons__btn:hover:not([disabled]) {
    background-color: #000000;
    border-color: #000000; }

.c-product-buttons__btn--default {
  min-width: 0; }
  @media (min-width: 992px) {
    .c-product-buttons__btn--default {
      width: auto;
      min-width: 285px; } }

.c-product-buttons__btn--header {
  height: 46px;
  padding: 14px 28px;
  font-size: 18px;
  line-height: 18px; }

/* End */


/* Start:/local/templates/v3/components/my/form/order-form/style.css?16383875192445*/
.c-order-form__inp, .c-order-form__btn, .c-order-form__inp > input {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-order-form__inp:focus, .c-order-form__btn:focus, .c-order-form__inp > input:focus {
    outline: none; }

.c-order-form__inp, .c-order-form__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-order-form__inp, .c-order-form__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-order-form__inp, .c-order-form__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-order-form__inp, .c-order-form__btn, .c-order-form__inp > input {
  font-size: 18px;
  line-height: 24px; }

.c-order-form__inp {
  font-weight: 500;
  background: #ffffff;
  color: #000000;
  border-color: #DFDFDF; }
  .error.c-order-form__inp,
  .error > .c-order-form__inp {
    border-color: #cc0000; }
  .focus.c-order-form__inp, .c-order-form__inp:focus {
    border-color: #000000; }

.c-order-form__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-order-form__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-order-form__btn {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #ffffff; }
  .c-order-form__btn:hover:not([disabled]) {
    background-color: #000000;
    border-color: #000000; }

.c-order-form__err {
  margin: -20px 0 0 30px;
  color: #cc0000;
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 992px) {
    .c-order-form__err {
      position: absolute; } }

.c-order-form__hint {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right; }
  @media (min-width: 992px) {
    .c-order-form__hint {
      margin-top: 14px; } }

.c-order-form__title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 30px; }

.c-order-form__field {
  margin: 0 0 20px; }

.c-order-form__inp {
  display: flex;
  align-items: center; }
  .c-order-form__inp > input {
    flex-grow: 1;
    width: 60%; }
  .c-order-form__inp--text {
    resize: none;
    height: 160px; }

/* End */


/* Start:/local/templates/v3/components/my/ui.modal/.default/style.css?16383875192732*/
.c-modal__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-modal__btn:focus {
    outline: none; }

.c-modal__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-modal__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-modal__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-modal__btn {
  font-size: 18px;
  line-height: 24px; }

.c-modal__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-modal__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-modal__btn {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: #ffffff; }
  .c-modal__btn:hover:not([disabled]) {
    color: #000000;
    border-color: #000000; }

.c-modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.25);
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .c-modal:after {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%; } }
  .c-modal__dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .c-modal.is-open {
    opacity: 1;
    pointer-events: auto; }
  .c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-modal__dialog {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    transform: translate(0, -100px);
    background: #ffffff;
    padding: 68px;
    text-align: center;
    position: relative; }
    .is-open > .c-modal__dialog {
      transform: none; }
  .c-modal__close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .c-modal__icon {
    width: 98px;
    height: 98px; }
    .c-modal__icon--primary {
      fill: var(--accent-color); }
    .c-modal__icon--danger {
      fill: #cc0000; }
  .c-modal__text {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin: 40px 0 0; }
    .c-modal__text b {
      color: var(--accent-color); }
  .c-modal__footer {
    margin: 80px 0 0; }
  .c-modal__btn {
    max-width: 300px; }

/* End */


/* Start:/local/templates/v3/components-vue/select-country/style.css?16383875192427*/
.v-select-country__input {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .v-select-country__input:focus {
    outline: none; }

.v-select-country__input {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.v-select-country {
  background: #fff;
  border-radius: 20px;
  overflow: hidden; }
  .v-select-country__search {
    position: relative; }
  .v-select-country__input {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    background: #ffffff;
    padding: 8px 36px 8px 18px; }
    .v-select-country__input::-webkit-input-placeholder {
      color: #cccccc; }
    .v-select-country__input:-moz-placeholder {
      color: #cccccc; }
    .v-select-country__input::-moz-placeholder {
      color: #cccccc; }
    .v-select-country__input:-ms-input-placeholder {
      color: #cccccc; }
  .v-select-country__loop {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: fill 0.3s, opacity 0.3s;
    transition: fill 0.3s, opacity 0.3s;
    right: 12px;
    fill: #000000;
    opacity: 0.75; }
    :focus + .v-select-country__loop {
      fill: var(--accent-color);
      opacity: 1; }
  .v-select-country__list {
    max-height: 160px;
    overflow-y: auto;
    border-top: 1px solid #DFDFDF; }
  .v-select-country__item {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    padding: 8px 18px;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer; }
    .v-select-country__item:hover {
      background-color: #EEF4F7; }
    .v-select-country__item.selected {
      background-color: var(--accent-color);
      color: #ffffff; }
    .v-select-country__item.disabled {
      background-color: #ffffff;
      color: #000000;
      cursor: not-allowed;
      opacity: 0.75; }
  .v-select-country__flag {
    width: 20px;
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.12));
    margin-right: 5px; }
  .v-select-country__code {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }
  .v-select-country__name {
    flex-grow: 1;
    text-align: right;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }

/* End */


/* Start:/local/templates/v3/components-vue/input-phone/style.css?1638387519865*/
.v-input-phone {
  position: relative; }
  .v-input-phone__country {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 18px; }
  .v-input-phone__country-flag {
    width: 21px; }
  .v-input-phone__country-arr {
    width: 9px;
    height: 6px;
    fill: var(--accent-color);
    margin-left: 6px; }
    .v-input-phone__country-arr.opened {
      transform: rotate(180deg); }
  .v-input-phone__drop {
    z-index: 10;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .v-input-phone__input::-webkit-input-placeholder {
    color: #cccccc; }
  .v-input-phone__input:-moz-placeholder {
    color: #cccccc; }
  .v-input-phone__input::-moz-placeholder {
    color: #cccccc; }
  .v-input-phone__input:-ms-input-placeholder {
    color: #cccccc; }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/check/style.css?1638387519414*/
.c-check__icon {
  display: block;
  width: 36px;
  height: 36px; }
  @media (min-width: 992px) {
    .c-check__icon {
      width: 48px;
      height: 48px; } }

.c-check__text {
  font-style: normal;
  font-weight: normal;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 992px) {
    .c-check__text {
      margin: 20px 0 0;
      font-size: 18px;
      line-height: 26px; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/certificate/style.css?16383875191302*/
.c-certificate__title {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 34px; }
  .c-certificate__title b {
    color: var(--accent-color); }
  @media (min-width: 992px) {
    .c-certificate__title {
      font-size: 50px;
      line-height: 56px; } }

.c-certificate__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .c-certificate__text {
      font-size: 18px;
      line-height: 26px; } }

.c-certificate {
  border: 1px solid #000000;
  border-radius: 40px;
  padding: 20px; }
  @media (min-width: 992px) {
    .c-certificate {
      padding: 102px; } }
  .c-certificate__text {
    margin: 20px 0; }
  @media (min-width: 992px) {
    .c-certificate__btn-container {
      margin-top: 42px; } }
  .c-certificate__picture {
    width: 100%;
    height: auto;
    display: block; }
  @media (min-width: 992px) {
    .c-certificate__shadow {
      position: relative; }
      .c-certificate__shadow:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        background: #EDF4F7;
        border-radius: 10px;
        margin: 10px 0 0 10px; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/arrow/style.css?1638387519536*/
.c-arrow {
  border-top: 1px solid #000;
  padding: 30px 0 0;
  margin: 30px 0 0; }
  .c-arrow__icon {
    width: 23px;
    height: 23px;
    margin-right: 80px;
    fill: var(--accent-color);
    float: left;
    margin-right: 30px; }
    @media (min-width: 992px) {
      .c-arrow__icon {
        margin-right: 80px; } }
  .c-arrow__text {
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-arrow__text {
        font-size: 20px;
        line-height: 24px; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/program/style.css?16383875193942*/
.c-program__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-program__btn:focus {
    outline: none; }

.c-program__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-program__text {
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden;
  max-height: 0;
  opacity: 0; }
  .is-open > .c-program__text {
    max-height: 1000px;
    opacity: 1; }

.c-program__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-program__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-program__btn {
  font-size: 18px;
  line-height: 24px; }

.c-program__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-program__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-program__btn {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: #ffffff; }
  .c-program__btn:hover:not([disabled]) {
    color: #000000;
    border-color: #000000; }

.c-program__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .c-program__text {
      font-size: 18px;
      line-height: 26px; } }

.c-program {
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 20px; }
  @media (min-width: 992px) {
    .c-program {
      padding: 60px 80px;
      border-radius: 40px; } }
  .c-program__divider {
    height: 1px;
    line-height: 1px;
    display: block;
    background: #000000;
    margin: 20px 0; }
    @media (min-width: 992px) {
      .c-program__divider {
        margin: 30px 0; } }
  .c-program__item:first-child {
    border-top: 0; }
  .c-program__name {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    padding-right: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-program__name {
        font-size: 20px;
        line-height: 24px; } }
    .is-open > .c-program__name {
      color: var(--accent-color); }
    .c-program__name.is-enabled {
      cursor: pointer; }
    .c-program__name.has-n {
      padding-left: 50px; }
  .c-program__n {
    position: absolute;
    left: 0; }
  .c-program__text {
    font-size: 16px;
    line-height: 24px; }
    .c-program__text:before {
      display: block;
      content: '';
      height: 20px; }
    @media (min-width: 992px) {
      .c-program__text {
        font-size: 20px;
        line-height: 24px; }
        .c-program__text:before {
          display: block;
          content: '';
          height: 30px; } }
    .c-program__text ul,
    .c-program__text ol,
    .c-program__text p {
      margin: 0; }
  .c-program__x {
    -webkit-transition: fill 0.3s, transform 0.3s;
    transition: fill 0.3s, transform 0.3s;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    fill: #000000; }
    .is-open .c-program__x {
      transform: rotate(225deg);
      fill: var(--accent-color); }
  .c-program__document {
    display: inline-block;
    margin-top: 20px;
    width: 100%; }
    @media (min-width: 992px) {
      .c-program__document {
        margin-top: 50px;
        width: auto; } }
  .c-program__size {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-top: 20px;
    text-align: center; }
    .c-program__size span {
      color: #000000; }
    @media (min-width: 992px) {
      .c-program__size {
        margin-top: 9px;
        text-align: right; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/star/style.css?1638387519481*/
.c-star__icon {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 22px; }
  @media (min-width: 992px) {
    .c-star__icon {
      margin-right: 14px; } }

.c-star__wrap {
  display: flex;
  align-items: center;
  min-height: 36px; }

.c-star__text {
  margin: 0;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .c-star__text {
      font-size: 20px;
      line-height: 26px; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/numeric/style.css?1638387519557*/
.c-numeric__num {
  border-radius: 50%;
  display: inline-block;
  background: var(--accent-color-light);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  color: var(--accent-color);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  float: none;
  margin: 0; }

.c-numeric__text {
  font-style: normal;
  font-weight: normal;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 992px) {
    .c-numeric__text {
      margin: 20px 0 0;
      font-size: 18px;
      line-height: 26px; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/author/style.css?1638387519994*/
.c-author {
  border-bottom: 1px solid #000000;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .c-author {
      padding-bottom: 40px; } }
  .c-author__body {
    margin: 0 auto;
    text-align: center; }
  .c-author__picture {
    border-radius: 50%;
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
    height: auto;
    background: #f8fafb url(/local/templates/v3/components/my/ui.item/author/img/not-found.png);
    background-size: contain; }
  .c-author__pic {
    border-radius: 50%;
    padding-top: 100%;
    background: center center no-repeat;
    background-size: cover; }
  .c-author__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px auto 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    max-width: 250px; }
  .c-author__icon {
    width: 40px;
    height: 40px;
    margin: 20px 0 0;
    cursor: pointer; }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/author-info/style.css?16383875191477*/
.c-author-info__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-author-info__btn:focus {
    outline: none; }

.c-author-info__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-author-info__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-author-info__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-author-info__btn {
  font-size: 18px;
  line-height: 24px; }

.c-author-info__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-author-info__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-author-info__btn {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #ffffff; }
  .c-author-info__btn:hover:not([disabled]) {
    background-color: #000000;
    border-color: #000000; }

.c-author-info {
  text-align: left;
  max-width: 590px; }
  .c-author-info__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px; }
  .c-author-info__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 0; }
  .c-author-info__btn {
    margin: 40px 0 0; }

/* End */


/* Start:/local/templates/v3/components/my/home.section.subscribe/section-subscribe/style.css?16383875193649*/
.c-subscribe-section a {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-subscribe-section a svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-subscribe-section a:hover {
  color: var(--accent-color); }
  .c-subscribe-section a:hover svg {
    fill: var(--accent-color); }

.c-subscribe-section a {
  color: #000000; }
  .c-subscribe-section a svg {
    fill: #000000; }

.c-subscribe-section__inp, .c-subscribe-section__btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-subscribe-section__inp:focus, .c-subscribe-section__btn:focus {
    outline: none; }

.c-subscribe-section__inp, .c-subscribe-section__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-subscribe-section__inp, .c-subscribe-section__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-subscribe-section__inp, .c-subscribe-section__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-subscribe-section__inp, .c-subscribe-section__btn {
  font-size: 18px;
  line-height: 24px; }

.c-subscribe-section__inp {
  font-weight: 500;
  background: #ffffff;
  color: #000000;
  border-color: #DFDFDF; }
  .error.c-subscribe-section__inp,
  .error > .c-subscribe-section__inp {
    border-color: #cc0000; }
  .focus.c-subscribe-section__inp, .c-subscribe-section__inp:focus {
    border-color: #000000; }

.c-subscribe-section__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-subscribe-section__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-subscribe-section__btn {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #ffffff; }
  .c-subscribe-section__btn:hover:not([disabled]) {
    background-color: #000000;
    border-color: #000000; }

.c-subscribe-section__title {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 34px; }
  .c-subscribe-section__title b {
    color: var(--accent-color); }
  @media (min-width: 992px) {
    .c-subscribe-section__title {
      font-size: 50px;
      line-height: 56px; } }

.c-subscribe-section__msg {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .c-subscribe-section__msg {
      font-size: 22px;
      line-height: 32px; } }

.c-subscribe-section__hint {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right; }
  @media (min-width: 992px) {
    .c-subscribe-section__hint {
      margin-top: 14px; } }

.c-subscribe-section {
  position: relative;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 30px 20px; }
  @media (min-width: 992px) {
    .c-subscribe-section {
      padding: 70px 80px; } }
  .c-subscribe-section a {
    text-decoration: underline; }
  .c-subscribe-section__title {
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .c-subscribe-section__msg {
      padding-right: 120px; } }
  @media (min-width: 992px) {
    .c-subscribe-section__decor {
      position: absolute;
      top: 50%;
      right: 80px;
      width: 121px;
      height: 63px;
      margin-top: -31.5px;
      background-image: url(/local/templates/v3/components/my/home.section.subscribe/section-subscribe/images/decor.svg); } }

/* End */


/* Start:/local/templates/v3/components/my/widget.items/section-trust/style.css?1638387519300*/
.c-section-trust__columns {
  margin: -30px !important; }

.c-section-trust__column {
  padding: 30px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .c-section-trust__column {
      justify-content: start; } }

/* End */


/* Start:/local/templates/v3/components/my/ui.item/faq/style.css?16383875191348*/
.c-faq__text {
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden;
  max-height: 0;
  opacity: 0; }
  .is-open > .c-faq__text {
    max-height: 1000px;
    opacity: 1; }

.c-faq {
  border-top: 1px solid #000000;
  padding: 30px 0; }
  .c-faq__name {
    position: relative;
    font-weight: 600;
    color: var(--accent-color);
    cursor: pointer;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-faq__name {
        font-size: 20px;
        line-height: 24px; } }
  .c-faq__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }
    .c-faq__text:before {
      display: block;
      content: '';
      height: 20px; }
    @media (min-width: 992px) {
      .c-faq__text {
        font-size: 20px;
        line-height: 24px; }
        .c-faq__text:before {
          display: block;
          content: '';
          height: 30px; } }
  .c-faq__plus {
    -webkit-transition: fill 0.3s, transform 0.3s;
    transition: fill 0.3s, transform 0.3s;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 0;
    fill: #000000; }
  .c-faq.is-open .c-faq__plus {
    fill: var(--accent-color);
    transform: rotate(225deg); }

/* End */


/* Start:/local/templates/v3/components/my/form/consultation-form/style.css?16383875193465*/
.c-consultation-form__inp, .c-consultation-form__btn, .c-consultation-form__inp > input {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  text-decoration: none; }
  .c-consultation-form__inp:focus, .c-consultation-form__btn:focus, .c-consultation-form__inp > input:focus {
    outline: none; }

.c-consultation-form__inp, .c-consultation-form__btn {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s; }

.c-consultation-form__inp, .c-consultation-form__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid;
  height: 54px;
  width: 100%; }
  @media (min-width: 992px) {
    .c-consultation-form__inp, .c-consultation-form__btn {
      height: 69px;
      padding-top: 23px;
      padding-bottom: 22px; } }

.c-consultation-form__inp, .c-consultation-form__btn, .c-consultation-form__inp > input {
  font-size: 18px;
  line-height: 24px; }

.c-consultation-form__inp {
  font-weight: 500;
  background: #ffffff;
  color: #000000;
  border-color: #DFDFDF; }
  .error.c-consultation-form__inp,
  .error > .c-consultation-form__inp {
    border-color: #cc0000; }
  .focus.c-consultation-form__inp, .c-consultation-form__inp:focus {
    border-color: #000000; }

.c-consultation-form__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.c-consultation-form__btn {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center; }

.c-consultation-form__btn {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #ffffff; }
  .c-consultation-form__btn:hover:not([disabled]) {
    background-color: #000000;
    border-color: #000000; }

.c-consultation-form__err {
  margin: -20px 0 0 30px;
  color: #cc0000;
  font-size: 12px;
  line-height: 20px; }
  @media (min-width: 992px) {
    .c-consultation-form__err {
      position: absolute; } }

.c-consultation-form__hint {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right; }
  @media (min-width: 992px) {
    .c-consultation-form__hint {
      margin-top: 14px; } }

.c-consultation-form {
  text-align: left;
  max-width: 590px; }
  .c-consultation-form__head {
    margin: 0 0 30px; }
  .c-consultation-form__title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px; }
    .c-consultation-form__title b {
      display: block;
      color: var(--accent-color); }
  .c-consultation-form__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 0; }
  .c-consultation-form__field {
    margin: 0 0 20px; }
  .c-consultation-form__inp {
    display: flex;
    align-items: center; }
    .c-consultation-form__inp > input {
      flex-grow: 1;
      width: 60%; }
    .c-consultation-form__inp--text {
      resize: none;
      height: 160px; }
  .c-consultation-form__or {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 0 20px; }
    .c-consultation-form__or span {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 20px;
      background: #fff;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.5); }

/* End */
/* /local/templates/v3/components/my/ui.item/product/style.css?16383875195522 */
/* /local/templates/v3/components/my/shop.product-buttons/product-buttons/style.css?16383875191457 */
/* /local/templates/v3/components/my/form/order-form/style.css?16383875192445 */
/* /local/templates/v3/components/my/ui.modal/.default/style.css?16383875192732 */
/* /local/templates/v3/components-vue/select-country/style.css?16383875192427 */
/* /local/templates/v3/components-vue/input-phone/style.css?1638387519865 */
/* /local/templates/v3/components/my/ui.item/check/style.css?1638387519414 */
/* /local/templates/v3/components/my/ui.item/certificate/style.css?16383875191302 */
/* /local/templates/v3/components/my/ui.item/arrow/style.css?1638387519536 */
/* /local/templates/v3/components/my/ui.item/program/style.css?16383875193942 */
/* /local/templates/v3/components/my/ui.item/star/style.css?1638387519481 */
/* /local/templates/v3/components/my/ui.item/numeric/style.css?1638387519557 */
/* /local/templates/v3/components/my/ui.item/author/style.css?1638387519994 */
/* /local/templates/v3/components/my/ui.item/author-info/style.css?16383875191477 */
/* /local/templates/v3/components/my/home.section.subscribe/section-subscribe/style.css?16383875193649 */
/* /local/templates/v3/components/my/widget.items/section-trust/style.css?1638387519300 */
/* /local/templates/v3/components/my/ui.item/faq/style.css?16383875191348 */
/* /local/templates/v3/components/my/form/consultation-form/style.css?16383875193465 */
