/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/fomantic-ui/dist/components/breadcrumb.min.css (layer utilities) ***!
  \*********************************************************************************************************************************/
@layer utilities {
/*!
 * # Fomantic-UI 2.9.4 - Breadcrumb
 * https://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * https://opensource.org/licenses/MIT
 *
 */.ui.breadcrumb{line-height:1.4285em;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.inverted.breadcrumb{color:#dcddde}.ui.inverted.breadcrumb>.active.section{color:#fff}.ui.inverted.breadcrumb>.divider{color:rgba(255,255,255,.7)}.ui.breadcrumb .active.section{font-weight:700}.ui.breadcrumb{font-size:1rem}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/order-page.scss ***!
  \*********************************************************************************************************************************************************************/
/*-------------------
     Breakpoints
--------------------*/
.breadcrumbs .ui.breadcrumb {
  display: none;
  opacity: 0.5;
  padding: 15px 0 11px;
}
.breadcrumbs .ui.breadcrumb a {
  color: #D0D3D6 !important;
  font-size: 16px;
  line-height: 18px;
}
.breadcrumbs .ui.breadcrumb a:hover {
  color: white;
}
.breadcrumbs .ui.breadcrumb .divider {
  color: #D0D3D6 !important;
}
.breadcrumbs .ui.breadcrumb .section {
  margin: 0;
}
.breadcrumbs .ui.breadcrumb {
  padding: 15px 0 10px;
}
@media only screen and (max-width: 899px) {
  .breadcrumbs .ui.breadcrumb .ui.breadcrumb {
    font-size: 18px;
    padding: 20px 20px 25px;
    color: #425363;
  }
}
.breadcrumbs .ui.breadcrumb .section {
  color: #d0d3d6;
}
.breadcrumbs .ui.breadcrumb .section.active {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.5;
  font-weight: normal;
}

/*-------------------
     Breakpoints
--------------------*/
.order main {
  min-height: calc(100vh - 387px);
}
.order-empty {
  display: grid;
  grid-auto-rows: initial;
  text-align: center;
  padding: 10px 0 60px;
}
.order-empty-description {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin: 40px auto;
}
.order-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.order-holder .row {
  display: grid;
  grid-template-columns: minmax(auto, 415px) 2fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
  grid-template-areas: "order-list paysystems" "order-list promocode-block";
}
.order-holder .row.active {
  grid-template-areas: "order-list paysystems";
  grid-gap: 0 15px;
  grid-template-rows: 1fr;
  place-content: start;
}
.order-list {
  grid-area: order-list;
  background: #122234;
  padding: 40px 25px;
}
.order-list-item {
  display: grid;
  grid-template-columns: 1fr 15px;
}
.order-list-item-count {
  -webkit-box-flex: 15px;
     -moz-box-flex: 15px;
      -ms-flex: 15px 0 0px;
          flex: 15px 0 0;
  margin-bottom: 15px;
}
.order-list-item-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-right: 15px;
}
.order-list a {
  color: #0064ff;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.order-total {
  margin: 45px 0;
}
.order-total-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}
.order-total-price-old {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}
.order-email, .order-info {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.order-email-input input, .order-info-input input {
  color: #fff;
  width: 100%;
  outline: none;
  margin: 5px 0;
}
.order-email-input input:disabled, .order-info-input input:disabled {
  border: none;
  background: transparent;
  color: white;
  width: 100%;
  padding: 5px 0;
}
.order-agreement {
  text-align: center;
  padding: 20px 20px 0;
}
.order-agreement .ui.checkbox input {
  z-index: 1;
}
.order-agreement .ui.checkbox input:checked ~ label:before, .order-agreement .ui.checkbox input ~ label:before {
  background: transparent;
  border-color: #D0D3D6;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-left: 0;
}
.order-agreement .ui.checkbox input ~ label:after {
  opacity: 1;
  color: #0064ff;
  font-size: 12px;
  text-indent: -2px;
  line-height: 18px;
  content: "";
  background-size: 75%;
  background-position: 1px 4px;
}
.order-agreement .ui.checkbox input:checked ~ label:after {
  background: url(../images/checkmark.3287c7.svg) no-repeat center;
}
.order-agreement .ui.checkbox input.hidden + label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #A0A7AE;
  text-transform: lowercase;
  padding-left: 26px;
}
.order-agreement .ui.checkbox input.hidden + label:first-letter {
  text-transform: uppercase;
}
.order-info {
  background: #122234;
  padding: 50px 20px 40px;
  margin: 0 0 15px;
}
.order-info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 137%;
  text-align: left;
}
.order .paysystems {
  grid-area: paysystems;
  background: #122234;
  padding: 27px 20px 35px;
  display: none;
  -ms-flex-line-pack: center;
      align-content: center;
}
.order .paysystems.active {
  display: grid;
}
.order .paysystems-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 137%;
  margin-bottom: 20px;
  text-align: center;
}
.order .paysystems-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 0;
}
.order .paysystems-item {
  width: 104px;
  height: 104px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.13)), color-stop(50%, rgba(255, 255, 255, 0))), #122234;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%), -o-linear-gradient(top, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 50%), #122234;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 50%), #122234;
  border-radius: 16.6664px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.order .paysystems-item img {
  width: 100%;
}
.order .paysystems:has(:checked) .paysystems-item {
  opacity: 1;
  mix-blend-mode: initial;
  pointer-events: auto;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
}
.order .paysystems.qiwi {
  padding: 39px 61px 27px;
  min-height: 525px;
  place-content: start;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: 1fr;
}
.order .paysystems.qiwi .back-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 137%;
  color: #2F80ED;
  margin-bottom: 46px;
  position: relative;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.order .paysystems.qiwi .back-button img {
  position: absolute;
  left: -36px;
  z-index: 1;
}
.order .paysystems.qiwi .qiwi-buttons {
  -ms-flex-item-align: end;
      align-self: end;
  text-align: center;
}
.order .paysystems.qiwi .qiwi-buttons .ui.button.big {
  width: 202px;
  height: 60px;
  padding: 0;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.order .paysystems.qiwi .order-navigation {
  margin-top: 39px;
}
.order .paysystems.qiwi .paysystems-additional-info-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  display: grid;
  grid-auto-flow: column;
  place-content: start;
  place-items: center;
  margin-bottom: 32px;
}
.order .paysystems.qiwi .paysystems-additional-info-title .paysystems-secure {
  margin: 0 9px 0px 31px;
}
.order .paysystems.qiwi .paysystems-additional-info-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #A0A7AE;
  place-self: center;
}
.order .paysystems.qiwi .ui.form .field {
  display: grid;
  grid-template-columns: minmax(auto, 360px);
  grid-gap: 18px;
}
.order .paysystems.qiwi .ui.form .field.not-empty:before {
  content: "+";
  position: absolute;
  top: 64px;
  left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.order .paysystems.qiwi .ui.form .field.not-empty input {
  padding-left: 24px;
}
.order .paysystems.qiwi .ui.form .field .field-error {
  display: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ff0279;
  margin-left: 326px;
}
.order .paysystems.qiwi .ui.form .field.invalid {
  grid-template-areas: "label field" "error error";
  grid-gap: 10px 16px;
}
.order .paysystems.qiwi .ui.form .field.invalid label {
  grid-area: label;
}
.order .paysystems.qiwi .ui.form .field.invalid input, .order .paysystems.qiwi .ui.form .field.invalid textarea {
  grid-area: field;
  border: 2px solid #ff0279 !important;
}
.order .paysystems.qiwi .ui.form .field.invalid .field-error {
  display: block;
  grid-area: error;
}
.order .paysystems.qiwi .ui.form label {
  font-weight: 400;
  font-size: 18px;
  line-height: 137%;
  color: #FFFFFF;
}
.order .paysystems.qiwi .ui.form label span {
  color: #0064ff;
}
.order .paysystems.qiwi .ui.form button {
  margin-left: 326px;
  padding: 15px 48px;
}
.order .paysystems.qiwi .ui.form input {
  border-radius: 10px;
  color: #fff !important;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 16px;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-appearance: textfield;
}
.order .paysystems.qiwi .ui.form input:-moz-placeholder {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
.order .paysystems.qiwi .ui.form input:-ms-input-placeholder {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
.order .paysystems.qiwi .ui.form input:placeholder-shown {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
.order .paysystems.qiwi .ui.form input:not(:-moz-placeholder) {
  color: rgb(255, 255, 255);
}
.order .paysystems.qiwi .ui.form input:not(:-ms-input-placeholder) {
  color: rgb(255, 255, 255);
}
.order .paysystems.qiwi .ui.form input:not(:placeholder-shown) {
  color: rgb(255, 255, 255);
}
.order .paysystems.qiwi .ui.form input:focus {
  color: #fff !important;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #9DA2A7 !important;
}
.order .paysystems.qiwi .ui.form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.order .paysystems.qiwi .ui.form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.order .paysystems.qiwi .ui.form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.order .paysystems.qiwi .ui.form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.order .paysystems.qiwi .ui.form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.order .promocode-block {
  grid-area: promocode-block;
  background: #122234;
  margin: 0;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.order .promocode-block-input {
  width: 285px;
}
.order .promocode-block-button, .order .promocode-block .button {
  width: auto;
}
.order .recalc-cart-warning {
  width: auto;
}
.order .recalc-cart-warning-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.order .recalc-cart-warning-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px;
}
.order .recalc-cart-warning-holder {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  width: 515px;
}
.order .recalc-cart-warning-holder input {
  padding: 9px 12px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  margin: 25px 0;
  outline: 0;
  border: none;
  width: 300px;
}
.order .recalc-cart-warning-holder .button {
  margin-top: 25px;
  margin-top: 60px;
}
.order .recalc-cart-warning-holder .button.disabled {
  color: #122234;
  background: #485568;
  opacity: 1 !important;
}

@media only screen and (min-width: 900px) and (max-width: 1179px) {
  .order-holder .row {
    grid-template-columns: minmax(auto, 300px) 2fr;
  }
  .order .promocode-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .promocode-block-input {
    margin: 0 0 30px;
  }
  .order .promocode-block-title {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 899px) {
  .order-empty {
    margin-top: 140px;
  }
  .order-title {
    margin: 10px 0 !important;
  }
  .order .ui.container {
    margin: 0 !important;
  }
  .order .breadcrumbs {
    display: none;
  }
  .order-list {
    padding: 20px 32px 50px;
    font-size: 28px;
    line-height: 34px;
  }
  .order-list-item-title {
    padding-right: 25px;
  }
  .order-holder .row, .order-holder .row.active {
    grid-template-columns: inherit;
    grid-template-rows: inherit;
    grid-gap: 20px;
    grid-template-areas: none;
    grid-auto-rows: auto;
  }
  .order-holder .row .order-list, .order-holder .row .paysystems, .order-holder .row .promocode-block, .order-holder .row.active .order-list, .order-holder .row.active .paysystems, .order-holder .row.active .promocode-block {
    grid-area: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .order-holder .row.active, .order-holder .row.active.active {
    grid-template-columns: 1fr;
  }
  .order-holder a {
    font-size: 28px;
    line-height: 34px;
  }
  .order-total-price {
    font-size: 48px;
  }
  .order-total-price-old {
    font-size: 36px;
  }
  .order-email {
    font-size: 28px;
  }
  .order-agreement {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin: -40px auto 46px;
    padding: 40px 40px 0;
  }
  .order-agreement .ui.checkbox input.hidden + label {
    font-size: 28px;
    line-height: 34px;
    padding-left: 48px;
    text-align: left;
  }
  .order-agreement .ui.checkbox input ~ label:before, .order-agreement .ui.checkbox input:checked ~ .box:before, .order-agreement .ui.checkbox input:checked ~ label:before, .order-agreement .ui.checkbox input:checked ~ .box:after, .order-agreement .ui.checkbox input:checked ~ label:after {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    top: 9px;
  }
  .order .promocode-block {
    font-size: 32px;
    padding: 50px 0px 65px;
  }
  .order .promocode-block-title {
    font-size: 32px;
    padding: 0;
  }
  .order .promocode-block-input, .order .promocode-block .button {
    width: 580px;
  }
  .order .promocode-block-button {
    text-align: center;
  }
  .order .promocode-block-button .button {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
  }
  .order .paysystems {
    padding: 46px 0;
  }
  .order .paysystems.qiwi {
    padding: 38px 32px 32px;
    min-height: auto;
  }
  .order .paysystems.qiwi .back-button {
    font-weight: 400;
    font-size: 24px;
    line-height: 137%;
    display: grid;
    grid-auto-flow: column;
    place-content: start;
    place-items: center;
    margin-bottom: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .order .paysystems.qiwi .back-button img {
    position: initial;
  }
  .order .paysystems.qiwi .qiwi-buttons .ui.button.big {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 100px;
    width: 100%;
    height: 100px;
  }
  .order .paysystems.qiwi .ui.form {
    margin-bottom: 64px;
  }
  .order .paysystems.qiwi .ui.form .field {
    grid-template-columns: 1fr;
  }
  .order .paysystems.qiwi .ui.form .field.not-empty:before {
    content: "+";
    position: absolute;
    top: 100px;
    left: 24px;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  }
  .order .paysystems.qiwi .ui.form .field.not-empty input {
    padding-left: 36px;
  }
  .order .paysystems.qiwi .ui.form label {
    font-weight: 400;
    font-size: 28px;
    line-height: 137%;
    margin-bottom: 24px;
  }
  .order .paysystems.qiwi .ui.form input {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    padding: 18px 24px;
  }
  .order .paysystems-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .order .paysystems-list {
    display: grid;
    grid-gap: 24px;
    padding: 12px 32px;
    margin-bottom: 60px;
    border-radius: 4px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: auto;
    grid-template-columns: initial;
    grid-auto-flow: column;
  }
  .order .paysystems-item {
    width: 176px;
    height: 176px;
    border-radius: 28px;
    cursor: pointer;
  }
  .order .paysystems-item img {
    width: 100%;
    height: 100%;
  }
}
