.header__right {
  max-width: 507px;
  flex-grow: 2;
  margin: 0 10px; }
.header__button {
  max-width: 410px;
  flex-grow: 2; }
  .header__button a {
    max-width: 200px;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    margin: 0 6px; }
    .header__button a.border {
      color: #e20a23;
      font-weight: normal; }
@media screen and (max-width: 991px) {
  .header__right, .header__button {
    display: none; } }

.topmenu .header__button {
  display: none; }
@media screen and (max-width: 991px) {
  .topmenu .header__button {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding: 0 9px 15px; }
    .topmenu .header__button a {
      width: 50%;
      max-width: none;
      font-size: 13px; } }

.popup_wrap.min .wrap {
  max-width: 710px; }
.popup_wrap.min .big {
  max-width: 430px; }
@media screen and (min-width: 767px) {
  .popup_wrap.min .closebut {
    right: -70px; } }
.popup_wrap.min .site_button {
  max-width: 140px; }
.popup_wrap .centertext {
  text-align: center;
  font-size: 12px;
  color: #3d4147;
  line-height: 1.5; }
  .popup_wrap .centertext a {
    color: #e20a23;
    border-bottom: 1px solid #f8d5d7; }
    .popup_wrap .centertext a:hover {
      border-color: transparent; }
@media screen and (max-width: 767px) {
  .popup_wrap .p_title {
    font-size: 26px;
    padding-right: 30px; } }

.lk__tab {
  max-width: 550px; }
  .lk__tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .lk__tab ul li.active a {
      color: #e20a23;
      border-color: #e20a23; }
    .lk__tab ul li a {
      display: block;
      font-size: 18px;
      color: #d5d5d5;
      font-weight: 500;
      border-bottom: 3px solid transparent;
      padding-bottom: 15px; }
      .lk__tab ul li a:hover {
        color: #e20a23; }
.lk__body-block {
  display: none;
  padding-top: 30px; }
  .lk__body-block.notop {
    padding: 0; }
    .lk__body-block.notop .lk__step-block-title {
      padding-top: 10px; }
  .lk__body-block.active {
    display: block; }
.lk__form {
  margin-top: -30px; }
  .lk__form > div {
    margin-top: 30px; }
  .lk__form-button {
    justify-content: flex-end;
    gap: 30px; }
.lk__number {
  font-size: 16px;
  font-weight: 500; }
.lk__step-title {
  font-size: 30px;
  color: #31353b;
  line-height: 1.2; }
.lk__step-block {
  display: none; }
  .lk__step-block.active {
    display: block; }
  .lk__step-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0; }
    .lk__step-block-title-right {
      display: flex;
      gap: 20px; }
      .lk__step-block-title-right a {
        line-height: 38px;
        padding: 0 30px;
        border: 1px solid #97a4ab;
        border-radius: 21px;
        font-size: 14px;
        color: #96a3aa; }
        .lk__step-block-title-right a.active {
          color: #e20a23;
          border-color: #e20a23; }
.lk__max {
  max-width: 870px; }
.lk__accordion-block {
  border-top: 1px solid #d9e3e8; }
  .lk__accordion-block-title {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 15px 70px 15px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .lk__accordion-block-title:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20px;
      right: -20px;
      background: #f6f9fb;
      bottom: -10px;
      box-shadow: inset  0 5px 10px #cad3d9;
      display: none; }
    .lk__accordion-block-title:after {
      content: '';
      position: absolute;
      top: 15px;
      right: 10px;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: url(../images/lkbut.png) 0 0 no-repeat; }
    .lk__accordion-block-title span {
      position: relative; }
    .lk__accordion-block-title.active:before {
      display: block; }
    .lk__accordion-block-title.active:after {
      background-position: 100% 0; }
  .lk__accordion-block-body {
    overflow-x: auto;
    display: none; }
.lk__table {
  width: 100%;
  border-spacing: 0; }
  .lk__table td {
    padding: 20px 10px;
    border-top: 1px solid #e5ebed; }
    .lk__table td:last-child {
      width: 1%; }
    .lk__table td:first-child {
      min-width: 220px; }
    .lk__table td:nth-child(2) {
      white-space: nowrap; }
  .lk__table-title {
    text-decoration: underline; }
  .lk__table .site_button {
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
    padding: 0 15px; }
  .lk__table-price-block {
    margin-top: 5px; }
    .lk__table-price-block label {
      display: block;
      padding-left: 35px;
      position: relative;
      margin-top: 5px;
      cursor: pointer; }
      .lk__table-price-block label:first-child {
        margin: 0; }
      .lk__table-price-block label input {
        display: none; }
        .lk__table-price-block label input:checked + .radio {
          border-color: #e20a23; }
          .lk__table-price-block label input:checked + .radio:before {
            content: '';
            position: absolute;
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            background: #e20a23;
            border-radius: 50%; }
      .lk__table-price-block label .radio {
        position: absolute;
        top: 2;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #c9c7c5;
        border-radius: 50%; }
      .lk__table-price-block label .price {
        font-size: 18px;
        color: #0087eb;
        margin-right: 5px; }
      .lk__table-price-block label .price-old {
        position: relative;
        color: #0087eb;
        font-size: 16px; }
        .lk__table-price-block label .price-old:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px;
          background: #e7364b; }
.lk__back {
  padding-left: 17px;
  background: url(../images/back.png) 0 50% no-repeat; }
.lk__pay {
  padding-bottom: 30px; }
  .lk__pay > div {
    margin-top: 30px; }
  .lk__pay label {
    cursor: pointer;
    height: 100%; }
    .lk__pay label input {
      display: none; }
      .lk__pay label input:checked + span {
        border-color: #e20a23; }
    .lk__pay label > span {
      height: 100%;
      display: flex;
      align-items: center;
      padding: 25px;
      border: 1px solid #e8e8e8;
      height: 100%;
      text-align: center;
      line-height: 1.4;
      min-height: 225px; }
      .lk__pay label > span img {
        display: block;
        margin: 0 auto; }
      .lk__pay label > span > span {
        font-size: 12px;
        width: 100%;
        color: #d5d5d5; }
        .lk__pay label > span > span span {
          display: block;
          margin: 10px 0;
          font-size: 15px;
          color: #31353b; }
@media screen and (max-width: 767px) {
  .lk__tab ul li a {
    font-size: 16px;
    border-bottom-width: 2px;
    padding-bottom: 10px; }
  .lk__step-title {
    font-size: 22px; }
  .lk__step-block-title {
    flex-direction: column;
    align-items: flex-start; }
    .lk__step-block-title-right {
      margin-top: 20px; }
      .lk__step-block-title-right a {
        align-items: center;
        line-height: 1.4;
        text-align: center;
        display: flex;
        padding: 7px 10px; }
  .lk__accordion-block-title {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    min-height: 50px;
    line-height: 1.3; }
    .lk__accordion-block-title:after {
      width: 30px;
      height: 30px;
      background-size: auto 30px;
      top: calc(50% - 15px); } }

.form_group span {
  display: block;
  padding: 0 10px 10px;
  font-size: 16px; }
.form_group input {
  display: block;
  line-height: 51px;
  background: #f0f3f6;
  font-size: 15px;
  color: #cbcbcb;
  border-radius: 3px;
  border: 0;
  width: 100%;
  padding: 0 20px; }

/*# sourceMappingURL=news.css.map */

.nc-popup-admin-helper { height: 80px; line-height: 80px; vertical-align: middle; text-align: center; background-color: #04b8f9; margin: 1px 0; }
.tpl-component-login-popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); text-align: left; z-index: 500; display: none; }
.tpl-component-login-popup .error { color: maroon; font-weight: 400; }
.tpl-component-login-popup .popup-content { display: table-cell; width: 100%; vertical-align: middle; }
.tpl-component-login-popup .popup-content-wrap { max-width: 455px; min-width: 300px; width: 100%; padding: 0 20px; margin: 0 auto; position: relative; height: 100vh; display: flex; align-items: center; justify-content: stretch; }
.tpl-component-login-popup .popup-content-inner { background: var(--tpl-color-background-main); position: relative; -webkit-box-shadow: 0px 7px 52px 0px var(--tpl-color-foreground-main); box-shadow: 0px 7px 52px 0px var(--tpl-color-foreground-main); padding: 7% 7% 7% 7%; -webkit-transition: all 5s; transition: all 5s; }
@media (min-width: 500px) { .tpl-component-login-popup .popup-content-inner { padding: 33px 14% 33px 14%; } }
.tpl-component-login-popup .popup-content-text { -webkit-transition: all 5s; transition: all 5s; }
.tpl-component-login-popup .popup-content-close { position: absolute; top: 0px; right: 0px; height: 40px; width: 40px; display: block; z-index: 10; }
.tpl-component-login-popup .popup-content-close::before { content: '\004d'; font-family: 'ElegantIcons'; position: absolute; color: var(--tpl-color-brand-light); top: 8px; left: -2px; font-size: 26px; line-height: 30px; }
.tpl-component-login-popup .popup-content-close:hover::before { color: var(--tpl-color-brand); -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-login-popup .popup-content-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-login-popup .popup-content-social { padding: 25px 0 25px; display: flex; justify-content: flex-start; }
.tpl-component-login-popup .popup-content-social .nc-social-auth-container { width: 1.5em; height: 1.5em; margin-right: 1em; text-align: center; }
.tpl-component-login-popup .popup-content-social .nc-social-auth-container > * { overflow: hidden; width: 1.5em !important; height: 1.5em !important; }
.tpl-component-login-popup .popup-content-social .tpl-icon { width: 1.2em; height: 1.2em; fill: var(--tpl-color-foreground-main); }
.tpl-component-login-popup .popup-content-caption { text-align: left; display: flex; line-height: 1; }
.tpl-component-login-popup .popup-content-caption hr { margin-left: 1em; border: 0; color: var(--tpl-color-background-main-dark); background-color: var(--tpl-color-background-main-dark); height: 1px; flex-grow: 1; }
.tpl-component-login-popup .popup-content-header { color: var(--tpl-color-foreground-main); text-align: left; padding-top: 20px; }
.tpl-component-login-popup .popup-content-header--alternative { color: var(--tpl-color-brand); }
.tpl-component-login-popup .popup-content-header--alternative:hover, .tpl-component-login-popup .popup-content-header--alternative:active { opacity: 0.8; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-login-popup .popup-content-inputs { padding-top: 25px; }
.tpl-component-login-popup .popup-content-label { position: relative; padding-bottom: 10px; margin-bottom: 0; display: block; }
.tpl-component-login-popup .popup-content-label .error { max-height: 0; margin: 4px 0px -4px 0px !important; -webkit-transition: all 2s; transition: all 2s; }
.tpl-component-login-popup .popup-content-label-icon { position: absolute; left: 12px; top: 6px; width: 21px; height: 21px; background-image: url(images/sprite.png); content: ""; }
.tpl-component-login-popup .popup-content-label--name .popup-content-label-icon { background-position: -21px -21px; }
.tpl-component-login-popup .popup-content-label--phone .popup-content-label-icon { background-position: -42px -21px; }
.tpl-component-login-popup .popup-content-label--email .popup-content-label-icon { background-position: 0px -22px; }
.tpl-component-login-popup .popup-content-label--password .popup-content-label-icon { background-position: -63px -21px; }
.tpl-component-login-popup .popup-content-label--captcha-image { display: flex; align-items: center; justify-content: flex-start; }
.tpl-component-login-popup .popup-content-label--captcha-image button { border: 0; margin: 0; width: 30px; height: 30px; padding: 0.2em; position: relative; font-size: 20px; }
.tpl-component-login-popup .popup-content-label--captcha-image button svg { width: 1em; height: 1em; }
.tpl-component-login-popup .popup-content-label--captcha-image button:focus { outline: none; }
.tpl-component-login-popup .popup-content-label--agreed { display: flex; line-height: 1.1; align-items: flex-start; }
.tpl-component-login-popup .popup-content-label--agreed input { margin-top: 4px; }
.tpl-component-login-popup .popup-content-label--agreed span { margin-left: 0.5em; }
.tpl-component-login-popup .popup-content-input { height: 2em; padding: 5px 10px 5px 58px !important; width: 100%; }
.tpl-component-login-popup .popup-content-input:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }
.tpl-component-login-popup .popup-content-buttons { padding-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.tpl-component-login-popup .popup-content-buttons button { margin-left: auto; margin-right: 0; }
.tpl-component-login-popup .popup-content-forgot { color: var(--tpl-color-brand); }
.tpl-component-login-popup .popup-content-forgot:hover { opacity: 0.8; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-login-popup.reg .popup-content-buttons { justify-content: flex-end; }


.site_button.border.openmod {
    margin-bottom: 0px;
}

.button_zd{
    display: inline-block;
    padding: 12px 26px 0px 26px;
    height: 53px;
    min-width: 300px;
}
.page ol li ul li.minus-marker::before{
    counter-set: heading 3;
    content: "";
    position: absolute;
    top: 8px;
}
.page ol li ul li.minus-marker2::before{
    counter-set: heading 5;
    content: "";
    position: absolute;
    top: 8px;
}