/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/components/modal/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/no-global-function-names */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.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 0.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: 0;
  padding: 56px 0 0 0;
}
@media (max-width: 767px) {
  .modal.archive-modal-card .modal-header {
    margin: 0 auto;
    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;
}
@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: 100%;
  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__img img {
  max-height: 100%;
  object-fit: contain;
}
.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-agreement .modal-body {
  padding: 40px 20px 20px 20px;
}

.modal-feedback-agreement .modal-body {
  padding: 40px 20px 20px 20px;
}

@media (max-width: 1199px) {
  .download-header-mobile__link {
    margin: 0 auto;
  }
}

/*
.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;
    }
  }
}
*/
