

/* Start:/local/templates/html/components-template/subscribe-to-watch/style.css?16400127142196*/
.subscribe-to-watch {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .subscribe-to-watch:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #e0e0e0;
    width: calc(50% - 92px);
    left: 0;
    top: 30px; }
  .subscribe-to-watch:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #e0e0e0;
    width: calc(50% - 92px);
    right: 0;
    top: 30px; }
  .subscribe-to-watch__lock-wrap {
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: #af226f;
    display: flex;
    align-items: center;
    justify-content: center; }
    .subscribe-to-watch__lock-wrap:before {
      position: absolute;
      content: "";
      height: 260px;
      width: 100%;
      transform: translateY(-100%);
      top: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.48%, #ffffff 100%); }
  .subscribe-to-watch__lock {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.2008 13.0675H6.53418V26.4009H25.2008V13.0675Z' fill='white' stroke='white' stroke-width='2.66667' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12V4H23V12' stroke='white' stroke-width='2.66667' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 18.6667L16 22.6667' stroke='%23AF226F' stroke-width='2.66667' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .subscribe-to-watch__title {
    margin-top: 24px;
    font-weight: bold;
    font-size: 17px;
    line-height: 31px;
    color: #af226f;
    text-align: center; }
  .subscribe-to-watch__link {
    margin-top: 32px; }
  .subscribe-to-watch__descr {
    margin-top: 16px;
    font-weight: normal;
    font-size: 12px; }
    .subscribe-to-watch__descr a.auth {
      color: #af226f;
      border-bottom: 1px solid #af226f; }
      .subscribe-to-watch__descr a.auth:hover {
        border-color: transparent;
        color: #cc468f; }

/* End */


/* Start:/local/templates/html/components-template/modal/style.css?167334141525087*/
@charset "UTF-8";
.modal-authorization-success .btn {
  display: block;
  max-width: 215px;
  margin: auto;
  margin-bottom: 16px; }

.modal-authorization-success .modal-body__descr span {
  font-weight: bold; }

.modal-body__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px; }

.modal-body__descr {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 32px; }

.modal-reset-password .modal-close {
  z-index: 100; }

.modal-reset-password .remembered-password {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  margin: auto;
  color: #5dbbc5;
  text-align: center;
  margin-top: 24px; }
  .modal-reset-password .remembered-password:hover {
    cursor: pointer; }

.modal-reset-password .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.modal-login .modal-tabs {
  display: flex;
  padding: 0px 0px; }
  .modal-login .modal-tabs__item {
    padding: 16px 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: grey;
    transition: color .3s ease; }
    @media (max-width: 575px) {
      .modal-login .modal-tabs__item {
        font-size: 16px;
        padding: 16px 16px; } }
    .modal-login .modal-tabs__item:hover {
      cursor: pointer;
      color: #cc468f; }
    .modal-login .modal-tabs__item.active {
      background-color: #fff;
      color: #af226f;
      pointer-events: none;
      font-weight: 600; }

.modal-login .modal-body {
  padding: 0px; }

.modal-login .modal-close {
  z-index: 1; }

.modal-login .modal-dialog {
  max-width: 568px; }

.modal-login .modal-tabs-page {
  padding: 32px; }

.modal-login__form {
  max-width: 377px;
  margin: auto; }

.modal-login .reset-password {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  color: #5dbbc5; }
  .modal-login .reset-password:hover {
    cursor: pointer; }

.modal-login .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.modal-login .modal-tabs-page .bv-form {
  display: none; }
  .modal-login .modal-tabs-page .bv-form.active {
    display: block; }

.modal-login .social-login {
  padding: 0px 32px 32px 32px;
  position: relative; }
  .modal-login .social-login__item {
    margin: auto;
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #e0e0e0; }
    .modal-login .social-login__item:before {
      position: absolute;
      content: "";
      height: 1px;
      width: calc(50% - 95px);
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e0e0e0; }
    .modal-login .social-login__item:after {
      position: absolute;
      content: "";
      height: 1px;
      width: calc(50% - 95px);
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e0e0e0; }
  .modal-login .social-login__lists {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-login .social-login__list-item {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 24px; }

.modal-login .checkbox {
  display: flex;
  padding-left: 0px;
  gap: 15px; }
  .modal-login .checkbox input {
    position: static;
    width: auto;
    height: auto;
    opacity: 1; }
  @media (max-width: 767px) {
    .modal-login .checkbox label {
      font-size: 14px; } }

.modal.archive-modal-card .modal-header {
  border-bottom: 0px;
  padding: 0px;
  padding-top: 56px; }
  @media (max-width: 767px) {
    .modal.archive-modal-card .modal-header {
      padding-top: 15px; } }

.modal.archive-modal-card .modal-content {
  padding-left: 48px;
  padding-right: 48px; }

.modal.archive-modal-card .modal-dialog {
  max-width: 860px; }

.modal.archive-modal-card .modal-body {
  margin-top: 24px;
  padding: 0px; }

@media (max-width: 767px) {
  .archive-modal-card .modal-title {
    text-align: center;
    font-size: 18px; } }

@media (max-width: 767px) {
  .archive-modal-card .modal-header {
    padding-top: 13px; } }

@media (max-width: 767px) {
  .archive-modal-card .archive-modal-card-includes__title {
    text-align: center;
    font-size: 16px; } }

.archive-modal-card-content {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 40px; }
  @media (max-width: 630px) {
    .archive-modal-card-content {
      flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .archive-modal-card-content {
      margin-left: -40px;
      margin-right: -40px; } }

.archive-modal-card-includes {
  width: 50%;
  padding-right: 18px;
  position: relative; }
  .archive-modal-card-includes:after {
    bottom: 0px;
    left: 0;
    position: absolute;
    content: "";
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.48%, #ffffff 100%); }
    @media (max-width: 630px) {
      .archive-modal-card-includes:after {
        width: 100%; } }
  @media (max-width: 630px) {
    .archive-modal-card-includes {
      width: 100%;
      margin-top: 16px; } }
  @media (max-width: 767px) {
    .archive-modal-card-includes {
      padding-right: 10px; } }

.archive-modal-card-includes__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px; }

.archive-modal-card-includes-list {
  margin-top: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 600px;
  overflow: auto; }
  .archive-modal-card-includes-list::-webkit-scrollbar {
    width: 4px;
    /* ширина для вертикального скролла */
    height: 4px;
    /* высота для горизонтального скролла */
    border-radius: 10px;
    background-color: #fafafa; }
  .archive-modal-card-includes-list::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 9em; }

.archive-modal-card-includes-list__item {
  display: block;
  color: #000;
  padding-left: 28px;
  margin-bottom: 16px;
  position: relative; }
  @media (max-width: 767px) {
    .archive-modal-card-includes-list__item {
      font-size: 14px; } }
  .archive-modal-card-includes-list__item:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 16px;
    top: 8px;
    transform: translateX(-100%);
    border-radius: 50%;
    background-color: #281f26; }
  .archive-modal-card-includes-list__item:last-child {
    margin-bottom: 70px; }

.archive-modal-card-get-number {
  width: 50%; }
  @media (max-width: 630px) {
    .archive-modal-card-get-number {
      width: 100%; } }

.archive-modal-card-get-number__img {
  margin: auto;
  max-width: 260px;
  max-height: 360px;
  margin-bottom: 20px; }
  @media (max-width: 630px) {
    .archive-modal-card-get-number__img {
      width: 160px;
      height: 230px;
      display: none; } }

.archive-modal-card-get-number__title {
  max-width: 310px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px; }

.archive-modal-card .btn--download {
  margin-top: 48px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

@media (max-width: 767px) {
  .archive-modal-card .btn--download {
    margin-top: 0px; } }

.archive-modal-card-get-number__pay {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  max-width: 270px;
  margin: auto;
  margin-top: 16px;
  color: #919191; }
  @media (max-width: 767px) {
    .archive-modal-card-get-number__pay {
      margin-top: 0px; } }
  .archive-modal-card-get-number__pay a {
    text-decoration: underline; }

span.archive-modal-card-includes-list__item {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  padding-right: 15px; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.fade {
  transition: opacity 0.2s ease; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 100; }
  .modal-close:hover .icon {
    fill: #af226f; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.feedback-form {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 40px; }
  .feedback-form__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold; }
  .feedback-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .feedback-form .form-group .help-block {
      color: red; }
  .feedback-form .form-control {
    color: black;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0; }
    .feedback-form .form-control:focus {
      border-bottom: 1px solid #c74a2c; }
    .feedback-form .form-control::placeholder, .feedback-form .form-control::-webkit-input-placeholder, .feedback-form .form-control::-moz-placeholder, .feedback-form .form-control:-ms-input-placeholder, .feedback-form .form-control:-moz-placeholder {
      color: #ccc; }
  .feedback-form .form-control-label {
    color: #ccc;
    margin-bottom: 5px; }
  .feedback-form .btn.btn--large {
    padding: 12px 30px; }
  .feedback-form .btn--large {
    border: 1px solid #281f26; }
    .feedback-form .btn--large:hover {
      border: 1px solid #fff;
      background: #281f26; }
  .feedback-form .form-btn .btn {
    margin: auto;
    display: block; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-share-content {
  display: flex;
  align-items: center; }
  .modal-share-content .modal-share-content__btn,
  .modal-share-content .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-right: 10px; }
  .modal-share-content .modal-share-content__btn,
  .modal-share-content .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 40px;
    width: 40px;
    background-size: 40px 40px; }
  .modal-share-content .modal-share-content__btn {
    background: #1877F2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-share-content .modal-share-content__btn .icon {
      fill: #fff;
      height: 24px;
      width: 24px; }
    @media (hover: hover) {
      .modal-share-content .modal-share-content__btn:hover {
        opacity: 0.8; } }
  .modal-share-content__copy {
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-share-content__copy svg {
      height: 34px;
      width: 34px;
      fill: #fff; }
    .modal-share-content__copy span {
      text-align: center;
      position: absolute;
      bottom: 110%;
      left: 50%;
      opacity: 0;
      visibility: hidden;
      font-size: 12px;
      background-color: rgba(0, 0, 0, 0.1);
      padding: 2px 5px;
      border-radius: 4px;
      transition: opacity 0.3s, visibility 0.3s; }
      .modal-share-content__copy span.active {
        opacity: 1;
        visibility: visible; }
      .modal-share-content__copy span.hidden {
        opacity: 0;
        visibility: hidden; }
    .modal-share-content__copy:hover {
      cursor: pointer;
      opacity: 0.8; }
      .modal-share-content__copy:hover .copy {
        opacity: 1;
        visibility: visible; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-xs {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-md,
  .modal-lg {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1140px; } }

@media (max-width: 575px) {
  .already_login_auth_page_modal_form .modal-body__title {
    margin-top: 15px; } }

.already_login_auth_page_modal_form .modal-login__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; }

.already_login_auth_page_modal_form .btn {
  left: auto;
  transform: none; }
  .already_login_auth_page_modal_form .btn--primary-2 {
    color: #281f26;
    border: 1px solid #281f26;
    background-color: transparent;
    border-radius: 2px; }
    .already_login_auth_page_modal_form .btn--primary-2[disabled], .already_login_auth_page_modal_form .btn--primary-2.disabled {
      color: #e0e0e0 !important;
      border: solid 1px #e0e0e0 !important;
      background: transparent !important; }
      .already_login_auth_page_modal_form .btn--primary-2[disabled]:active, .already_login_auth_page_modal_form .btn--primary-2[disabled]:hover, .already_login_auth_page_modal_form .btn--primary-2[disabled].active, .already_login_auth_page_modal_form .btn--primary-2.disabled:active, .already_login_auth_page_modal_form .btn--primary-2.disabled:hover, .already_login_auth_page_modal_form .btn--primary-2.disabled.active {
        color: #e0e0e0 !important;
        background-color: transparent !important;
        box-shadow: none !important; }
    @media (min-width: 1200px) {
      .already_login_auth_page_modal_form .btn--primary-2:hover, .already_login_auth_page_modal_form .btn--primary-2.active {
        color: #ffffff;
        background-color: #af226f;
        border: 1px solid #af226f; }
      .already_login_auth_page_modal_form .btn--primary-2:active {
        border: 1px solid #281f26; } }

.modal-another-user-login .modal-title {
  padding: 0 30px;
  text-align: center; }

.modal-another-user-login .modal-header {
  padding: 0; }

.modal-another-user-login .modal-dialog {
  max-width: 600px; }

.modal-another-user-login .modal-content {
  padding: 32px; }

.modal-another-user-login .description {
  text-align: center;
  margin-bottom: 30px; }

.modal-another-user-login .btn {
  margin: 0 auto;
  display: block; }

/*
.modal-feedback-form {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
}
.order-registration-content {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
}
.modal {
  .modal-dialog {
    margin: 0 auto;
  }
  .modal-content {
    border: none;
    border-radius: 22px 0;
    background-clip: unset;
  }
  .modal-footer > * {
    margin: unset;
  }
  .modal-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .modal-close {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 26px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border: none;
    .icon {
      transition: fill .3s;

    }
    @media (max-width: 575px) {
      right: 15px;
    }
  }
  .modal-body {
    padding: 30px 40px;
  }
  .modal-header {
    padding: 30px 40px 0;
    border-bottom: none;
    border-radius: 0;
  }
  .modal-title {
    width: 100%;
    text-align: left;
    color: #181717;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
  }
  .tab-panel {
    &__head-item {
      padding: 0 0 10px 0;
      cursor: pointer;
      letter-spacing: 0;
      font-size: 24px;
      font-weight: bold;
      &:not(:first-child) {
        margin-left: 40px;
      }
    }
    &__body {
      margin: 30px 0 0 0;
    }
  }
  .modal-login {
    &__form {
      .btn {
        margin-right: 25px;
        padding: 12px 25px;
      }
    }
    &__social {
      margin: 30px -40px -30px -40px;
      padding: 30px 40px;
      border-radius: 0 0 22px 0;
    }
    &__social-title {
      font-size: 18px;
      font-weight: bold;
    }
  }
  .success-container {
    padding: 0 30px;
    .btn {
      margin: 10px;
    }
  }
  .success-title {
    display: flex;
    align-items: center;
    padding: 16px 30px;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    .icon {
      flex-shrink: 0;
      margin-right: 10px;
    }
  }
  .authoris-input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    .form-group {
      width: 50%;
    }
    .btn {
      width: 40%;
      margin: 0 auto 30px;
    }
    .blocked-text {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 180px;
      font-size: 12px;
    }
  }
  .order-box__descr-item:not(.type-2) {
    margin: 0 30px 12px;
  }
  .modal-row {
    display: flex;
    .icon {
      flex-shrink: 0;
    }
  }
  .modal-right-col {
    flex-grow: 1;
  }
  @media (max-width: 575 - 1px) {
    .modal {
      padding-right: 0 !important;
    }
    .modal-header {
      padding: 30px 20px 0;
    }
    .modal-body {
      padding: 25px 20px;
    }
    .order-box__descr-item:not(.type-2) {
      margin: 0 0 12px;
    }
    .success-container {
      padding: 0;
      .btn {
        width: 100%;
        max-width: 290px;
      }
    }
    .modal-row .icon {
      display: none;;
    }
    .success-title {
      padding: 14px 20px;
      line-height: 1.55;
    }
  }
  @media (min-width: $sm) {
    background-color: transparent;
  }
  @media (min-width: $md) {
    .modal-close {
      &:hover {
        .icon {
          fill: #c74a2c;
        }
      }
    }
  }
}
.modal-noposted {
  &__list-wrap {
    margin: 0 0 30px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  &__list {
    overflow: auto;
    max-height: 300px;

    -moz-overflow-scrolling: auto;
     -ms-overflow-scrolling: auto;
      -o-overflow-scrolling: auto;
    &::-webkit-scrollbar {
      width: 4px;
      cursor: pointer;

      -webkit-appearance: none;
    }

    &::-webkit-scrollbar-thumb {
      width: 4px;
      height: 0;
      border-radius: 5px;
      background-color: #4f681e;
    }
    &::-webkit-scrollbar-corner {
      background-color: #999;
    }
    &::-webkit-resizer {
      background-color: #666;
    }
  }
  .product-card {
    margin-bottom: 20px !important;;
    &:last-child {
      margin-bottom: 0;
    }
    &__container {
      box-shadow: none !important;
    }
    &__price-wrap {
      display: none !important;
    }
  }
  &.modal .modal-close {
    right: 15px;
  }
  &.modal .modal-title {
    font-size: 18px;
    line-height: 1.3;
  }
  @media (max-width: 574px) {
    &.modal .modal-header {
      padding: 30px 40px 0 20px;
    }
  }
}
.order-box {
  padding: 30px;
  border-radius: 22px 0px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, .08);
  & + .order-box {
    margin-top: 20px;
  }
  &__title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
  }
  &__descr-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
    .descr-name {
      max-width: 180px;
      margin-bottom: -2px;
      letter-spacing: 0;
      color: #4d4d4f;
      background: #fff;
      font-size: 15px;
      font-weight: 300;
    }
    .descr-body {
      max-width: 130px;
      margin-bottom: -2px;
      text-align: right;
      color: #000;
      background: #fff;
    }
    &.type-2 {
      align-items: center;
      margin: 25px 0;
      padding: 16px 30px;
      border-bottom: none;
      border-radius: 50px;
      .descr-name {
        white-space: nowrap;
      }
      .descr-body {
        color: $c-text;
        font-size: 24px;
        font-weight: bold;
      }
    }
  }
  &__total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 15px 0;
    span {
      line-height: 1.2;
    }
  }
  .total-price {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
  .btn {
    width: 100%;
    max-width: 370px;
  }
  .btn--outline {
    margin: 10px 0;
  }
  .form-group {
    margin: 20px 0 0 0;
  }
  @media (max-width: 1199px) {
    box-shadow: none;
    &__total {
      align-items: center;
    }
  }
  @media (max-width: 756px) {
    width: calc(100% + 30px);
    margin: 0 -15px 40px;
    padding: 30px 15px;
    border-radius: 0;
  }
  @media (max-width: 575px) {
    padding: 0 15px 30px 15px;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .08);
    &__title {
      display: none;
    }
    &__descr-item.type-2 {
      flex-wrap: wrap;
    }
  }
}
#modal-success-order {
  .modal-header, .modal-body {
    position: relative;
    z-index: 5;
  }
  .modal-close {
    z-index: 10;
    right: 35px;
    @media (max-width: 575px) {
      right: 15px;
    }
  }
  .modal-content {
    z-index: 1;
    &::before {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      opacity: .6;
      background-size: contain;
    }
    @media (min-width: $sm) {
      &::after {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 27px;
        height: 118px;
        content: '';
        border-radius: 22px 0px;
      }
    }
  }
}
.modal-error-order {
  .modal-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    & >.btn {
      padding: 12px 40px;
    }
  }
}
*/

/* End */


/* Start:/local/templates/html/components-template/side-banner/style.css?16430338501735*/
.parallax-banner-wrap {
  overflow: hidden; }

.side-banner-wrap,
.side-neg-rek-wrap {
  display: block;
  max-width: 240px;
  position: relative;
  margin-bottom: 16px; }
  .side-banner-wrap--big,
  .side-neg-rek-wrap--big {
    max-width: 326px; }
  @media (max-width: 767px) {
    .side-banner-wrap,
    .side-neg-rek-wrap {
      margin: 16px auto;
      display: none; } }
  .side-banner-wrap .lazy-img-wrap,
  .side-neg-rek-wrap .lazy-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    .side-banner-wrap .lazy-img-wrap img,
    .side-neg-rek-wrap .lazy-img-wrap img {
      max-height: 100%;
      max-width: 100%; }

.set-banner {
  font-size: 12px;
  margin-top: 10px;
  display: block; }
  @media (max-width: 767px) {
    .set-banner {
      display: none; } }

.side-banner {
  display: block; }

.banner-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.neg-rek-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.moblie-banner {
  display: block;
  will-change: transform; }
  .moblie-banner.prlx-wrap {
    overflow: hidden;
    border-radius: 4px; }
  @media (max-width: 1023px) {
    .moblie-banner {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .moblie-banner {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  .moblie-banner img {
    margin-left: auto; }
  .moblie-banner .prlx {
    display: block; }

.side-banner-wrap--big,
.side-neg-rek--big {
  position: sticky; }

/* End */


/* Start:/local/templates/html/components-template/mixin__content-type/style.css?17303819144946*/
.content-type {
  display: inline;
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  z-index: 1; }

.search-results-card__title .content-type:last-of-type {
  margin-right: 8px; }

.content-type--text {
  padding: 2px 6px;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--lock {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.44995 5.40031H2.44995V10.4003H9.44995V5.40031Z' fill='white' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.44989 4.89998V1.89998H8.44989V4.89998' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L6 9' stroke='%23AF226F' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--auth {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='6' cy='4' r='3.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M11 11.6364C11 9.62806 8.76142 8 6 8C3.23858 8 1 9.62806 1 11.6364' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--personal {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-1.12456e-06%206.5C-1.10949e-06%206.67239%200.0790163%206.83772%200.219669%206.95962C0.360321%207.08152%200.551086%207.15%200.749998%207.15L6.4425%207.15L4.7175%208.6385C4.64757%208.69911%204.5921%208.77105%204.55425%208.85024C4.51641%208.92942%204.49693%209.01429%204.49693%209.1C4.49693%209.18571%204.51641%209.27058%204.55425%209.34976C4.5921%209.42895%204.64757%209.5009%204.7175%209.5615C4.78743%209.62211%204.87045%209.67018%204.96181%209.70298C5.05318%209.73578%205.1511%209.75266%205.25%209.75266C5.34889%209.75266%205.44682%209.73578%205.53819%209.70298C5.62955%209.67018%205.71257%209.62211%205.7825%209.5615L8.7825%206.9615C8.85078%206.89968%208.9043%206.82679%208.94%206.747C9.01501%206.58875%209.01501%206.41125%208.94%206.253C8.9043%206.17321%208.85078%206.10032%208.7825%206.0385L5.7825%203.4385C5.71278%203.37758%205.62983%203.32922%205.53843%203.29622C5.44704%203.26322%205.34901%203.24623%205.25%203.24623C5.15099%203.24623%205.05296%203.26322%204.96157%203.29622C4.87017%203.32922%204.78722%203.37758%204.7175%203.4385C4.6472%203.49893%204.59141%203.57082%204.55333%203.65003C4.51525%203.72923%204.49565%203.81419%204.49565%203.9C4.49565%203.98581%204.51525%204.07077%204.55333%204.14998C4.59141%204.22918%204.6472%204.30107%204.7175%204.3615L6.4425%205.85L0.749998%205.85C0.551086%205.85%200.360321%205.91848%200.219669%206.04038C0.0790163%206.16228%20-1.13963e-06%206.32761%20-1.12456e-06%206.5ZM2.25%2013L9.75%2013C10.3467%2013%2010.919%2012.7946%2011.341%2012.4289C11.7629%2012.0632%2012%2011.5672%2012%2011.05L12%201.95C12%201.43283%2011.7629%200.936838%2011.341%200.571142C10.919%200.205446%2010.3467%201.4817e-09%209.75%205.36501e-08L2.25%207.09321e-07C1.65326%207.61489e-07%201.08096%200.205447%200.659008%200.571143C0.237051%200.936839%20-1.56754e-06%201.43283%20-1.52233e-06%201.95L-1.35186e-06%203.9C2.91123e-05%204.07237%200.0790602%204.23768%200.219709%204.35956C0.360358%204.48143%200.551106%204.5499%200.749998%204.5499C0.948891%204.5499%201.13964%204.48143%201.28029%204.35956C1.42094%204.23768%201.49997%204.07237%201.5%203.9L1.5%201.95C1.5%201.77761%201.57902%201.61228%201.71967%201.49038C1.86032%201.36848%202.05109%201.3%202.25%201.3L9.75%201.3C9.94891%201.3%2010.1397%201.36848%2010.2803%201.49038C10.421%201.61228%2010.5%201.77761%2010.5%201.95L10.5%2011.05C10.5%2011.2224%2010.421%2011.3877%2010.2803%2011.5096C10.1397%2011.6315%209.94891%2011.7%209.75%2011.7L2.25%2011.7C2.05109%2011.7%201.86032%2011.6315%201.71967%2011.5096C1.57902%2011.3877%201.5%2011.2224%201.5%2011.05L1.5%209.1C1.49997%208.92763%201.42094%208.76232%201.28029%208.64045C1.13964%208.51857%200.948891%208.4501%200.749998%208.4501C0.551106%208.4501%200.360359%208.51857%200.21971%208.64045C0.0790606%208.76232%202.95367e-05%208.92763%20-8.97259e-07%209.1L-7.26784e-07%2011.05C-6.81572e-07%2011.5672%200.237052%2012.0632%200.659009%2012.4289C1.08097%2012.7946%201.65326%2013%202.25%2013Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

/* End */
/* /local/templates/html/components-template/subscribe-to-watch/style.css?16400127142196 */
/* /local/templates/html/components-template/modal/style.css?167334141525087 */
/* /local/templates/html/components-template/side-banner/style.css?16430338501735 */
/* /local/templates/html/components-template/mixin__content-type/style.css?17303819144946 */
