@font-face {
  font-family: "Montserrat";
  src: url("/templates/kss_template/fonts/Montserrat/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/templates/kss_template/fonts/Montserrat/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/templates/kss_template/fonts/Montserrat/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/templates/kss_template/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/templates/kss_template/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("/templates/kss_template/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/templates/kss_template/fonts/Montserrat/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("/templates/kss_template/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.check-label-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-label-radio input:checked ~ .checkmark {
  border-width: 2px;
  border-style: solid;
}
.check-label-radio input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 2px;
  left: 2px;
}
.check-label-radio .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 50%;
}

.check-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-label input:checked ~ .checkmark {
  border-width: 1px;
  border-style: solid;
  background-image: url("/templates/kss_template/images/icon/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.check-label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 2px;
}
.check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.kss-autocomplete {
  position: relative;
  max-width: 430px;
}
.kss-autocomplete input[type=text] {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px 15px 12px 8px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.kss-autocomplete .search-result {
  position: absolute;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  box-shadow: none;
  border-top-width: 1px;
  border-top-style: solid;
  top: calc(100% - 4px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  z-index: 100;
}
.kss-autocomplete .search-result .result {
  padding: 5px 10px;
  cursor: pointer;
}
.kss-autocomplete .search-result .result .name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.kss-autocomplete .search-result .result .full_name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.kss-autocomplete .lupa {
  position: absolute;
  width: 17px;
  height: 17px;
  top: calc(50% - 8px);
  right: 15px;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.body-overflow {
  overflow: hidden;
}

.page-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}
.page-title.no-breadcrumbs {
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .page-title {
    font-size: 28px;
    line-height: 36px;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
}

h2 {
  font-size: 24px;
  line-height: 27px;
}

h3 {
  font-size: 18px;
  line-height: 21px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  overflow-anchor: none;
}

main {
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-bottom: 60px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

.kss-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .kss-container {
    padding: 0 30px;
  }
}

.line-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.round-arrow.slick-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -37px;
  right: 48px;
  left: auto !important;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.round-arrow.slick-slider .slick-prev:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}
.round-arrow.slick-slider .slick-prev.slick-disabled:before, .round-arrow.slick-slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.round-arrow.slick-slider .slick-prev.slick-disabled:after, .round-arrow.slick-slider .slick-next.slick-disabled:after {
  opacity: 0;
}
.round-arrow.slick-slider .slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.round-arrow.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -37px;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: 0px;
  z-index: 10;
}
.round-arrow.slick-slider .slick-next:before {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5px;
}
.round-arrow.slick-slider .slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/templates/kss_template/images/icon/kss-arrow-next.svg);
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-wrapper,
.modal-leave-active .modal-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-mask {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.modal-mask .__vuescroll .__panel .__view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper {
  width: calc(100% - 20px);
  max-width: 411px;
  margin: 0px auto;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: relative;
}
.modal-mask .modal-wrapper .modal-container {
  width: 100%;
  height: 100%;
}
.modal-mask .modal-wrapper .modal-container .modal-header {
  padding: 15px 15px 0 15px;
}
@media screen and (min-width: 661px) {
  .modal-mask .modal-wrapper .modal-container .modal-header {
    padding: 20px 20px 0 20px;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-close-button {
  text-align: right;
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-close-button svg {
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 20px 0;
  text-align: left;
}
@media screen and (min-width: 661px) {
  .modal-mask .modal-wrapper .modal-container .modal-header .modal-header-title {
    padding: 0 10px 30px 10px;
    font-size: 24px;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-body {
  padding: 0 15px 25px 15px;
}
@media screen and (min-width: 661px) {
  .modal-mask .modal-wrapper .modal-container .modal-body {
    padding: 0 30px 25px 30px;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-body .form-in-modal {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: repeat(1, 1fr);
}
.modal-mask .modal-wrapper .modal-container .modal-body .field {
  display: block;
  width: 100%;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  padding: 0 15px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field.warning {
  border-width: 1px;
  border-style: solid;
}
.modal-mask .modal-wrapper .modal-container .modal-body .info {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field-text {
  height: 47px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field-textarea {
  resize: none;
  padding: 15px;
  height: 82px;
  box-sizing: border-box;
}
.modal-mask .modal-wrapper .modal-container .modal-body .check-label {
  font-size: 15px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .descr {
  text-align: center;
  margin-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number {
  width: 55px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  -moz-appearance: textfield;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-webkit-outer-spin-button, .modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus {
  border-width: 1px;
  border-style: solid;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code-timer {
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-new-code {
  margin: 20px auto;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-body .text-new-code {
  text-align: center;
  margin: 20px 0;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-code {
  margin: 20px auto;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  max-width: 160px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-body .link-phone, .modal-mask .modal-wrapper .modal-container .modal-body .link-email {
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-footer {
  padding: 0 15px 15px 15px;
}
@media screen and (min-width: 661px) {
  .modal-mask .modal-wrapper .modal-container .modal-footer {
    padding: 0 30px 15px 30px;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-footer .button-wrap {
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  max-width: 160px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .button-wrap.no-bg {
  border-width: 1px;
  border-style: solid;
}
.modal-mask.error-window .modal-wrapper .modal-container .modal-header .modal-header-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding: 0 0 10px 0;
  text-align: center;
}
@media screen and (min-width: 661px) {
  .modal-mask.error-window .modal-wrapper .modal-container .modal-header .modal-header-title {
    padding: 0 10px 10px 10px;
    font-size: 16px;
  }
}
.modal-mask.error-window .modal-wrapper .modal-container .modal-body {
  padding: 0 15px 15px 15px;
}
@media screen and (min-width: 661px) {
  .modal-mask.error-window .modal-wrapper .modal-container .modal-body {
    padding: 0 30px 15px 30px;
  }
}
.modal-mask.error-window .modal-wrapper .modal-container .modal-body .error-message {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .modal-mask.kss-mobile {
    display: none;
  }
}
.modal-mask.kss-mobile .modal-wrapper {
  max-width: 320px;
}
.modal-mask.kss-mobile .modal-wrapper .modal-body .vopros {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-mask.kss-mobile .modal-wrapper .modal-body .delivery-price {
  font-size: 14px;
}
.modal-mask.kss-mobile .modal-wrapper .modal-footer .btn-wrap {
  display: flex;
  justify-content: space-between;
}
.modal-mask.kss-mobile .modal-wrapper .modal-footer .btn-wrap .yes-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.modal-mask.kss-mobile .modal-wrapper .modal-footer .btn-wrap .no-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  cursor: pointer;
}
.modal-mask.kss-choose-city .modal-wrapper {
  max-width: 1100px;
}
.modal-mask.kss-choose-city .modal-wrapper .modal-body .kss-autocomplete-wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  left: 0;
  top: 0;
  padding: 15px;
  margin: 0 -15px;
  width: auto;
}
.modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap {
  margin-top: 30px;
}
.modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city {
  webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 568px) {
  .modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city {
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city {
    webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1194px) {
  .modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city {
    webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city .city-leter {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 12px;
}
.modal-mask.kss-choose-city .modal-wrapper .modal-body .popular-city-wrap .popular-city .city {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 6px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info {
  width: calc(100% - 90px);
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .quantity-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .quantity-price span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.modal-mask.add-to-basket-window .modal-wrapper .modal-footer .button-wrap {
  max-width: 220px;
}
.modal-mask.confirm-order .modal-wrapper .modal-header .modal-header-title {
  font-size: 13px;
}
@media screen and (min-width: 370px) {
  .modal-mask.confirm-order .modal-wrapper .modal-header .modal-header-title {
    font-size: 17px;
  }
}
.modal-mask.confirm-order .modal-wrapper .modal-body .information-message {
  font-size: 14px;
  margin-bottom: 10px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .send-to {
  margin-bottom: 10px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .saved .check-label-radio {
  display: flex;
  align-items: center;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .saved .check-label-radio .title {
  font-size: 12px;
  margin-right: 10px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .check-label-radio:first-child {
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .check-label-radio .checkmark {
  border-radius: 3px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .check-label-radio input:checked ~ .checkmark:after {
  border-radius: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: transparent;
  width: 4px;
  top: 0px;
  left: 4px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .label-wrap {
  display: flex;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .label-wrap label:not(:last-child) {
  margin-right: 10px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .value {
  margin-bottom: 10px;
}
.modal-mask.confirm-order .modal-wrapper .modal-body .new .inputs .info {
  margin-bottom: 0;
}
.modal-mask.confirm-order .modal-wrapper .modal-footer .button-wrap {
  max-width: 240px;
}

.position-relative {
  position: relative;
}

.kss-overlay-wrap {
  position: relative;
}

.spinner-border-text {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.kss-overlay {
  position: absolute;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
  .kss-overlay {
    margin: 0;
  }
}
.kss-overlay .kss-overlay-blur {
  position: absolute;
}
.kss-overlay .kss-overlay-bublik {
  position: absolute;
}
.kss-overlay .spinner-border {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.kss-overlay .spinner-border.small {
  width: 2rem;
  height: 2rem;
}
@keyframes spinner-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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