.check-label-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Helvetica", "Helvetica Neue", 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: "Helvetica", "Helvetica Neue", 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;
  background-color: #FF6B00;
  border: 1px solid #FFFFFF;
}
.check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 4px;
}
.check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.kss-autocomplete {
  position: relative;
  max-width: 100%;
}
.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: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.kss-autocomplete .search-result {
  position: absolute;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 96%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 96%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  box-shadow: none;
  top: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  z-index: 100;
  padding: 0 1px 1px 1px;
}
.kss-autocomplete .search-result .result-wrap {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px 16px 10px 16px;
}
.kss-autocomplete .search-result .result {
  padding: 5px 10px;
  cursor: pointer;
}
.kss-autocomplete .search-result .result .name {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.kss-autocomplete .search-result .result .full_name {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.kss-autocomplete .lupa {
  display: none;
  position: absolute;
  width: 17px;
  height: 17px;
  top: calc(50% - 8px);
  right: 15px;
  cursor: pointer;
}

@font-face {
  font-family: "Helvetica";
  src: url("/templates/kss_template/fonts/Helvetica-Bold.eot");
  src: url("/templates/kss_template/fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Helvetica-Bold.woff2") format("woff2"), url("/templates/kss_template/fonts/Helvetica-Bold.woff") format("woff"), url("/templates/kss_template/fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/templates/kss_template/fonts/Helvetica-Regular.eot");
  src: url("/templates/kss_template/fonts/Helvetica-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/kss_template/fonts/Helvetica-Regular.woff2") format("woff2"), url("/templates/kss_template/fonts/Helvetica-Regular.woff") format("woff"), url("/templates/kss_template/fonts/Helvetica-Regular.svg#Helvetica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

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

.collapses-enter-active,
.collapses-leave-active {
  transition: max-height 0.25s ease;
}

.collapses-enter,
.collapses-leave-to {
  max-height: 0;
}

.collapses-enter-to,
.collapses-leave {
  max-height: 300px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.25s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.body-overflow {
  overflow: hidden;
}

.content-page {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .content-page {
    margin-top: 140px;
  }
}

.page-content {
  margin: 48px 0 0 0;
}

.page-title {
  display: flex;
  align-items: flex-start;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 64px;
  }
}
.page-title .quantity {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  height: 25px;
  margin-left: 12px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-title .quantity {
    height: 41px;
  }
}

h1 {
  font-family: "Helvetica", "Helvetica Neue", 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: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  overflow-anchor: none;
}

main {
  padding-bottom: 120px;
}

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

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

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

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

.slick-slider .slick-track, .slick-slider .slick-list {
  transition-delay: 10ms;
}

.slick-slider .slick-track {
  transition: none !important;
}

.top-arrow.slick-slider .slick-prev {
  display: none !important;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -52px;
  display: block;
  width: 29px;
  height: 16px;
  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;
  left: 0px;
  z-index: 10;
}
.top-arrow.slick-slider .slick-prev:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}
.top-arrow.slick-slider .slick-prev.slick-disabled:before, .top-arrow.slick-slider .slick-next.slick-disabled:before {
  opacity: 0;
}
.top-arrow.slick-slider .slick-prev.slick-disabled:after, .top-arrow.slick-slider .slick-next.slick-disabled:after {
  opacity: 0;
}
.top-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/arrow-next.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.top-arrow.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -52px;
  display: block;
  width: 29px;
  height: 16px;
  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: 10px;
  z-index: 10;
}
.top-arrow.slick-slider .slick-next:before {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5px;
}
.top-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/arrow-next.svg);
}

main-slider.slick-slider .slick-dots {
  display: flex !important;
  gap: 8px;
  width: 360px;
  height: 2px;
  z-index: 50;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  main-slider.slick-slider .slick-dots {
    width: 430px;
  }
}
main-slider.slick-slider .slick-dots li {
  height: 2px;
  width: 100%;
  margin: 0;
}
main-slider.slick-slider .slick-dots li button {
  height: 2px;
  width: 100%;
  padding: 0;
}
main-slider.slick-slider .slick-dots li button:before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.4;
}
main-slider.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.main-slider.slick-slider .slick-dots {
  display: flex !important;
  gap: 8px;
  width: calc(100% - 16px);
  height: 2px;
  z-index: 50;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .main-slider.slick-slider .slick-dots {
    width: 430px;
  }
}
.main-slider.slick-slider .slick-dots li {
  height: 2px;
  width: 100%;
  margin: 0;
}
.main-slider.slick-slider .slick-dots li button {
  height: 2px;
  width: 100%;
  padding: 0;
}
.main-slider.slick-slider .slick-dots li button:before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.4;
}
.main-slider.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.product-slider.slick-slider {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.product-slider.slick-slider .slick-list {
  height: 100%;
  padding: 0 !important;
}
.product-slider.slick-slider .slick-list .slick-track {
  height: 100%;
}
.product-slider.slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.product-slider.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.product-slider.slick-slider .slick-dots {
  display: flex !important;
  gap: 8px;
  width: calc(100% - 16px);
  height: 2px;
  z-index: 50;
  bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.product-slider.slick-slider .slick-dots li {
  height: 2px;
  width: 100%;
  margin: 0;
}
.product-slider.slick-slider .slick-dots li button {
  height: 2px;
  width: 100%;
  padding: 0;
}
.product-slider.slick-slider .slick-dots li button:before {
  font-size: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.4;
}
.product-slider.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.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: 10100;
  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 {
  scrollbar-width: none;
}
.modal-mask > .__vuescroll > .__panel .__view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper {
  width: calc(100% - 20px);
  max-width: 501px;
  margin: 0px auto;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-mask .modal-wrapper {
    max-width: 536px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-mask .modal-wrapper {
    max-width: 501px;
  }
}
.modal-mask .modal-wrapper .modal-container {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .modal-mask .modal-wrapper .modal-container {
    padding: 20px;
  }
}
.modal-mask .modal-wrapper .modal-container .modal-header {
  position: relative;
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-close-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 26px;
  background: url('data:image/svg+xml,<svg width="16" height="26" viewBox="0 0 16 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 6L8 13M1 20L8 13M8 13L1 6M8 13L15 20" stroke="black"/></svg>') no-repeat;
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-title {
  text-align: left;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
}
.modal-mask .modal-wrapper .modal-container .modal-body {
  width: 100%;
}
.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.warning {
  border-width: 1px;
  border-style: solid;
}
.modal-mask .modal-wrapper .modal-container .modal-body .info {
  font-family: "Helvetica", "Helvetica Neue", 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-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 {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 24px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number {
  width: calc((100% - 24px) / 4);
  height: 42px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 8.5px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  -moz-appearance: textfield;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
  opacity: 1; /* Firefox */
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus::placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-webkit-input-placeholder {
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus::-webkit-input-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus:-moz-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus::-ms-input-placeholder {
  color: transparent;
}
.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-timer {
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-new-code {
  margin: 0;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 34px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-new-code:hover {
  background: #FF6B00;
  border: 1px solid #FF6B00;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-new-code.disabled {
  background: #CFCFCF;
  border: 1px solid #CFCFCF;
}
.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: 24px 0 32px 0;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 34px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-code:hover {
  background: #FF6B00;
  border: 1px solid #FF6B00;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-code.disabled {
  background: #CFCFCF;
  border: 1px solid #CFCFCF;
}
.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-body input[type=email] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8.5px 16px;
  gap: 10px;
  width: 100%;
  height: 34px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
  opacity: 1; /* Firefox */
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:focus::placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]::-webkit-input-placeholder {
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:focus::-webkit-input-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:focus:-moz-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-body input[type=email]:focus::-ms-input-placeholder {
  color: transparent;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .title {
  margin-bottom: 12px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .title span {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div {
  width: 33.3333333333%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:first-child {
  background-color: #0077ff;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:first-child > div {
  width: 100%;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:nth-child(2) {
  background-color: #FC3F1D;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:nth-child(2) > div {
  width: 100%;
  height: 100%;
  padding-top: 6px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:nth-child(3) {
  background-color: #fff;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:nth-child(3) > div {
  width: 100%;
}
.modal-mask .modal-wrapper .modal-container .modal-body .social-providers .provider-wrap > div:nth-child(3) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap {
  width: 100%;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 34px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap:hover {
  background: #FF6B00;
  border: 1px solid #FF6B00;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap.disabled {
  background: #CFCFCF;
  border: 1px solid #CFCFCF;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap.no-bg {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 34px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap.no-bg:hover {
  border: 1px solid #CFCFCF;
  color: #888;
}
.modal-mask .modal-wrapper .modal-container .modal-footer .line-buttons .button-wrap.no-bg.disabled {
  border: 1px solid #F5F5F5;
  color: #CFCFCF;
}
.modal-mask.error-window .modal-wrapper .modal-container .modal-header .modal-header-title {
  font-family: "Helvetica", "Helvetica Neue", 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: "Helvetica", "Helvetica Neue", 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 {
  z-index: 10101;
}
.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: "Helvetica", "Helvetica Neue", 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.smart-view-product-window .modal-wrapper .modal-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 461px;
  height: 307px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-img {
  flex-grow: 0;
  width: 227px;
  height: 307px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info {
  padding: 0px;
  width: 227px;
  height: 307px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel {
  scrollbar-width: none;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view {
  display: block;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 214px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .name {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .collection {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .price {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes {
  margin-bottom: 40px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .title a {
  color: #888;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  list-style: none;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  position: relative;
  padding: 10px 18px 10px 0;
  cursor: pointer;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button.disabled {
  color: #888;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button.active {
  color: #000;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button.active:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 6px;
  background: url('data:image/svg+xml,<svg width="3" height="6" viewBox="0 0 3 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H3V6H1L0 3V0Z" fill="%23FF6B00"/></svg>') no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button:hover {
  color: #888;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button:hover:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 6px;
  background: url('data:image/svg+xml,<svg width="3" height="6" viewBox="0 0 3 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H3V6H1L0 3V0Z" fill="%23888"/></svg>') no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button.active:hover {
  color: #000;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buttons .button.active:hover:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 6px;
  background: url('data:image/svg+xml,<svg width="3" height="6" viewBox="0 0 3 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H3V6H1L0 3V0Z" fill="%23FF6B00"/></svg>') no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .sizes .buy-button {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0 10px 18px;
  margin-left: auto;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .about-product {
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .about-product div.title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3L6 8L11 3" stroke="black"/></svg>') center right no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .about-product div.title.active {
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 8L6 3L1 8" stroke="black"/></svg>') center right no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .about-product div.value {
  padding-top: 16px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #555;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .materials {
  width: 100%;
  overflow: hidden;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .materials div.title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3L6 8L11 3" stroke="black"/></svg>') center right no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .materials div.title.active {
  background: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 8L6 3L1 8" stroke="black"/></svg>') center right no-repeat;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .__vuescroll .__panel .__view .info-box .materials div.value {
  padding-top: 16px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #555;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  height: 42px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .bottom-content > div {
  display: flex;
  gap: 8px;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .bottom-content span {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.modal-mask.smart-view-product-window .modal-wrapper .modal-body .product-info .bottom-content .col1 {
  width: 109px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 320px;
  height: 207px;
}
@media screen and (min-width: 768px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line {
    width: 496px;
    height: 307px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line {
    width: 461px;
  }
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img {
  flex-grow: 0;
  width: 156px;
  height: 207px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img {
    width: 244px;
    height: 307px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img {
    width: 227px;
  }
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  height: 207px;
}
@media screen and (min-width: 768px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info {
    height: 307px;
  }
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .top-content .title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .top-content .quantity-price {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  height: 42px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content > div {
  display: flex;
  gap: 8px;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content span {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
  display: block;
}
.modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content .col1 {
  width: 69px;
}
@media screen and (min-width: 768px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content .col1 {
    width: 118px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-mask.add-to-basket-window .modal-wrapper .product-info-line .product-info .bottom-content .col1 {
    width: 109px;
  }
}
.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 {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 34px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.modal-mask.confirm-order .modal-wrapper .modal-footer .button-wrap:hover {
  background: #FF6B00;
  border: 1px solid #FF6B00;
}
.modal-mask.confirm-order .modal-wrapper .modal-footer .button-wrap.disabled {
  background: #CFCFCF;
  border: 1px solid #CFCFCF;
}
.modal-mask.sizes-table {
  z-index: 100051;
}
.modal-mask.sizes-table .modal-wrapper {
  margin: 10px 0;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .modal-mask.sizes-table .modal-wrapper {
    max-width: 736px;
  }
}
.modal-mask.sizes-table .modal-wrapper .modal-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .top-content {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .top-content p:not(:last-child) {
  margin-bottom: 24px;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .top-content .pic {
  width: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal-mask.sizes-table .modal-wrapper .modal-body .top-content .pic {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .modal-mask.sizes-table .modal-wrapper .modal-body .top-content .text {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .modal-mask.sizes-table .modal-wrapper .modal-body .top-content .text {
    padding-left: 20px;
  }
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content {
  border-top: 1px solid #CFCFCF;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content {
  margin-top: 24px;
  display: flex;
  overflow: auto;
  gap: 0;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column:first-child {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column:first-child {
    box-shadow: -12px 0 20px #222;
    transition: box-shadow 0.3s ease-in-out;
    position: sticky;
    left: 0;
  }
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column:first-child .table-cell {
  width: 190px;
  text-align: left;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column:first-child .table-cell span {
  color: #888;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column .table-cell {
  padding: 12px 8px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  text-align: center;
  width: 84px;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column .table-cell:nth-child(odd) {
  background-color: #fff;
}
.modal-mask.sizes-table .modal-wrapper .modal-body .bottom-content .table-content .table-column .table-cell:nth-child(even) {
  background-color: #F5F5F5;
}
.modal-mask.photo-window .modal-wrapper {
  border-radius: 0;
  background: #FFFFFF;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}
.modal-mask.photo-window .modal-container {
  padding: 0;
  gap: 0;
}
.modal-mask.photo-window .modal-container .modal-header .modal-header-close-button {
  right: 25px;
  top: 23px;
  z-index: 100000;
  cursor: pointer;
}
.modal-mask.photo-window .modal-container .modal-body {
  position: relative;
}
.modal-mask.photo-window .modal-container .modal-body .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  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;
  left: 10px;
  z-index: 10;
}
.modal-mask.photo-window .modal-container .modal-body .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('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-0.5" y="0.5" width="35" height="35" rx="17.5" transform="matrix(-1 0 0 1 35 0)" stroke="%23888888"/><path d="M26 18H10M10 18L14 14M10 18L14 22" stroke="%23888888"/></svg>');
}
.modal-mask.photo-window .modal-container .modal-body .slick-prev:hover::after {
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-0.5" y="0.5" width="35" height="35" rx="17.5" transform="matrix(-1 0 0 1 35 0)" stroke="black"/><path d="M26 18H10M10 18L14 14M10 18L14 22" stroke="black"/></svg>');
}
.modal-mask.photo-window .modal-container .modal-body .slick-prev:before {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}
.modal-mask.photo-window .modal-container .modal-body .slick-prev.slick-disabled:before, .modal-mask.photo-window .modal-container .modal-body .slick-next.slick-disabled:before {
  opacity: 0;
}
.modal-mask.photo-window .modal-container .modal-body .slick-prev.slick-disabled:after, .modal-mask.photo-window .modal-container .modal-body .slick-next.slick-disabled:after {
  opacity: 0;
}
.modal-mask.photo-window .modal-container .modal-body .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  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: 10px;
  z-index: 10;
}
.modal-mask.photo-window .modal-container .modal-body .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('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1552_1741)"><path d="M35.5 18C35.5 8.33502 27.665 0.5 18 0.5C8.33502 0.5 0.5 8.33502 0.5 18C0.5 27.665 8.33502 35.5 18 35.5C27.665 35.5 35.5 27.665 35.5 18Z" stroke="%23888888"/><path d="M10 18H26M26 18L22 14M26 18L22 22" stroke="%23888888"/></g><defs><clipPath id="clip0_1552_1741"><rect width="36" height="36" fill="white" transform="matrix(-1 0 0 1 36 0)"/></clipPath></defs></svg>');
}
.modal-mask.photo-window .modal-container .modal-body .slick-next:hover::after {
  background-image: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1552_1738)"><path d="M35.5 18C35.5 27.665 27.665 35.5 18 35.5C8.33502 35.5 0.5 27.665 0.5 18C0.5 8.33502 8.33502 0.5 18 0.5C27.665 0.5 35.5 8.33502 35.5 18Z" stroke="black"/><path d="M10 18H26M26 18L22 22M26 18L22 14" stroke="black"/></g><defs><clipPath id="clip0_1552_1738"><rect width="36" height="36" fill="white" transform="matrix(-1 0 0 -1 36 36)"/></clipPath></defs></svg>');
}
.modal-mask.photo-window .modal-container .modal-body .slick-next:before {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: 5px;
}
.modal-mask.photo-window .modal-container .top-short .slide-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-mask.photo-window .modal-container .buttom-short {
  width: 682px;
  height: 108px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide {
  cursor: pointer;
  width: 83px !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;
  width: 83px;
  height: 108px;
  background: #fff;
  opacity: 0.6;
  border-radius: 4px;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide img {
  width: 75px;
  height: 100px;
  border-radius: 4px;
  opacity: 0.3;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide.slick-current {
  background: #fff;
  opacity: 0.9;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide.slick-current img {
  opacity: 1;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide:hover {
  background: #fff;
  opacity: 0.9;
}
.modal-mask.photo-window .modal-container .buttom-short .slick-track .slick-slide:hover img {
  opacity: 1;
}

.position-relative {
  position: relative;
}

.kss-overlay-wrap {
  position: relative;
  width: 100%;
}

.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);
  }
}

.VkIdWebSdk__button_reset {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.VkIdWebSdk__button {
  background: #0077ff;
  cursor: pointer;
  transition: all 0.1s ease-out;
}

.VkIdWebSdk__button:hover {
  opacity: 0.8;
}

.VkIdWebSdk__button:active {
  opacity: 0.7;
  transform: scale(0.97);
}

.VkIdWebSdk__button {
  border-radius: 8px;
  width: 100%;
  min-height: 44px;
}

.VkIdWebSdk__button_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}

.VkIdWebSdk__button_icon + .VkIdWebSdk__button_text {
  margin-left: -28px;
}

.VkIdWebSdk__button_text {
  display: flex;
  font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
  flex: 1;
  justify-content: center;
  color: #ffffff;
}

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