@media only screen and (max-width: 767px) {
  [class*="computer only"]:not(.mobile),
  [class*="large screen only"]:not(.mobile),
  [class*="mobile hidden"],
  [class*="or lower hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="widescreen only"]:not(.mobile) {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="mobile only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile),
  [class*="tablet hidden"],
  [class*="widescreen only"]:not(.tablet) {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="computer hidden"],
  [class*="large screen only"]:not(.computer),
  [class*="mobile only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile),
  [class*="tablet only"]:not(.computer),
  [class*="widescreen only"]:not(.computer) {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="widescreen only"]:not([class*="large screen"]) {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  [class*="computer only"]:not([class*=widescreen]),
  [class*="large screen only"]:not([class*=widescreen]),
  [class*="mobile only"]:not([class*=widescreen]),
  [class*="tablet only"]:not([class*=widescreen]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important;
  }
}
body {
  letter-spacing: 0.1px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
body.pushable {
  background: #fff;
}
.ui.container {
  position: relative;
}
@media only screen and (min-width: 1240px) and (max-width: 1449px) {
  .ui.container {
    width: 85.71428571428571rem !important;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1239px) {
  .ui.container {
    width: 78.57142857142857rem !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1139px) {
  .ui.container {
    width: 69.42857142857143rem !important;
  }
}
@media only screen and (min-width: 993px) {
  .ui.container.container-custom {
    width: 100% !important;
  }
}
a.no-colored {
  color: inherit !important;
}
a.no-colored:hover {
  color: inherit !important;
}
@media only screen and (max-width: 766px) {
  h1.ui.header,
  .ui.huge.header {
    font-size: 1.642857142857143rem;
    line-height: 2.071428571428572rem;
  }
}
@media only screen and (max-width: 766px) {
  h2.ui.header,
  .ui.large.header {
    font-size: 1.642857142857143rem;
    line-height: 2.071428571428572rem;
  }
}
h2.ui.header.mh2,
.ui.large.header.mh2 {
  font-size: 1.428571428571429rem;
  line-height: 1.857142857142857rem;
}
h5.ui.medium.header,
.ui.medium.header {
  line-height: 2rem;
}
@media only screen and (max-width: 766px) {
  h5.ui.medium.header,
  .ui.medium.header {
    font-size: 1.285714285714286rem;
    line-height: 2rem;
  }
}
h5.ui.tiny.header,
.ui.tiny.header {
  line-height: 2rem;
}
@media only screen and (max-width: 766px) {
  h5.ui.tiny.header,
  .ui.tiny.header {
    font-size: 1.285714285714286rem;
    line-height: 2rem;
  }
}
h4.ui.small.header,
.ui.small.header {
  line-height: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  h4.ui.small.header,
  .ui.small.header {
    font-size: 1.428571428571429rem;
    line-height: 1.857142857142857rem;
  }
}
h6.ui.mini.header,
.ui.mini.header {
  font-size: 1.285714285714286rem;
  line-height: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 766px) {
  .h6-m {
    font-size: 1.285714285714286rem !important;
    line-height: 2rem !important;
  }
}
@media only screen and (max-width: 766px) {
  .h2-m {
    font-size: 1.428571428571429rem !important;
    line-height: 1.857142857142857rem !important;
  }
}
.text {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
.text-red {
  color: #c8102e;
}
.text-green {
  color: #84bd00;
}
.text-orange {
  color: #ed8b00;
}
.text-grey {
  color: #8f8f8f;
}
.white {
  color: #fff !important;
}
.bg-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
@media only screen and (max-width: 766px) {
  .bg-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bg-orange {
  background: #ed8b00;
}
.bg-lightGrey {
  background: #f1f1f1;
}
.bg-gradient-red {
  background: -webkit-repeating-linear-gradient(45deg, #ea0520, #ea0520 114px, #c91627 114px, #c91627 228px);
  background: -moz-repeating-linear-gradient(45deg, #ea0520, #ea0520 114px, #c91627 114px, #c91627 228px);
  background: -o-repeating-linear-gradient(45deg, #ea0520, #ea0520 114px, #c91627 114px, #c91627 228px);
  background: -ms-repeating-linear-gradient(45deg, #ea0520, #ea0520 114px, #c91627 114px, #c91627 228px);
  background: repeating-linear-gradient(45deg, #ea0520, #ea0520 114px, #c91627 114px, #c91627 228px);
}
.bg-gradient-green {
  background: -webkit-repeating-linear-gradient(45deg, #26ad45, #26ad45 114px, #88be3f 114px, #88be3f 228px);
  background: -moz-repeating-linear-gradient(45deg, #26ad45, #26ad45 114px, #88be3f 114px, #88be3f 228px);
  background: -o-repeating-linear-gradient(45deg, #26ad45, #26ad45 114px, #88be3f 114px, #88be3f 228px);
  background: -ms-repeating-linear-gradient(45deg, #26ad45, #26ad45 114px, #88be3f 114px, #88be3f 228px);
  background: repeating-linear-gradient(45deg, #26ad45, #26ad45 114px, #88be3f 114px, #88be3f 228px);
}
@media only screen and (max-width: 766px) {
  .bg-gradient-green {
    background: -webkit-repeating-linear-gradient(45deg, #88be3f, #88be3f 114px, 114px, #26ad45 228px);
    background: -moz-repeating-linear-gradient(45deg, #88be3f, #88be3f 114px, 114px, #26ad45 228px);
    background: -o-repeating-linear-gradient(45deg, #88be3f, #88be3f 114px, 114px, #26ad45 228px);
    background: -ms-repeating-linear-gradient(45deg, #88be3f, #88be3f 114px, 114px, #26ad45 228px);
    background: repeating-linear-gradient(45deg, #88be3f, #88be3f 114px, 114px, #26ad45 228px);
  }
}
.counter-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.counter-label .ui.button {
  margin-right: 0;
}
.counter-label .ui.button.padded {
  width: 3.428571428571428rem;
  height: 3.428571428571428rem;
}
.counter-label input {
  border: none;
  width: 3.142857142857143rem;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.counter-label input:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}
.no-margin {
  margin: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.pusher {
  overflow: visible !important;
}
*:focus {
  outline: none;
}
.three-strings {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.two-strings {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
svg.icon {
  width: 1.066666666666667em;
  height: 1.066666666666667em;
  vertical-align: bottom;
  fill: #251b5b;
  -webkit-transition: fill 0.1s ease;
  -moz-transition: fill 0.1s ease;
  -o-transition: fill 0.1s ease;
  -ms-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}
svg.icon.large {
  width: 1.714285714285714rem;
  height: 1.714285714285714rem;
}
svg.icon:hover,
.button:hover> svg.icon,
.item:hover> svg.icon {
  fill: #1c5290;
}
svg.icon.heart .use-heart-inner {
  fill: transparent;
}
svg.icon.heart:hover,
.button:hover> svg.icon.heart,
.item:hover> svg.icon.heart {
  fill: #c8102e;
}
.button.active> svg.icon.heart .use-heart:not(:only-child),
.button:active> svg.icon.heart .use-heart:not(:only-child),
.item:active> svg.icon.heart .use-heart:not(:only-child),
.item.active> svg.icon.heart .use-heart:not(:only-child) {
  fill: transparent;
}
.button.active> svg.icon.heart .use-heart-inner,
.button:active> svg.icon.heart .use-heart-inner,
.item:active> svg.icon.heart .use-heart-inner,
.item.active> svg.icon.heart .use-heart-inner {
  fill: #c8102e;
}
svg.icon.star {
  fill: #e3e3e3;
  height: 16px !important;
  width: 16px !important;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
svg.icon.star.active {
  fill: #ed8b00;
}
svg.icon.star.selected {
  fill: #ed8b00;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.ui.button:not(.icon)>.icon:not(.button):not(.dropdown),
.ui.button:not(.icon)>.icons:not(.button):not(.dropdown) {
  margin-top: -0.033333333333333em;
  margin-bottom: -0.033333333333333em;
}
.ui.button:not(.icon)>.icon:not(.button):not(.dropdown):last-child,
.ui.button:not(.icon)>.icons:not(.button):not(.dropdown):last-child {
  margin-right: 0;
  margin-left: 0.666666666666667em;
}
.ui.button.loading svg.icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ui.icon.button >.icon {
  margin: -0.033333333333333em !important;
}
.ui.circular.button>.icon {
  width: 1.066666666666667em;
  vertical-align: bottom;
}
.ui.button:not(.icon) {
  min-width: 140px;
  max-width: 100%;
}
@media only screen and (max-width: 766px) {
  .ui.button:not(.icon) {
    min-width: 9.714285714285714rem;
  }
}
.ui.button:not(.icon).padded {
  min-width: 172px;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
.ui.input .ui.button:not(.icon) {
  min-width: auto;
}
.ui.button.flat:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
}
.ui.button.shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.ui.button.transparent {
  background: none;
  border: 2px solid #fff;
}
.ui.button .icon.heart {
  width: 1.6em;
  height: 1.6em;
  margin: -0.3em !important;
}
.ui.action.input>.button,
.ui.action.input>.buttons {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ui.button {
  margin: 0;
}
.ui.label>.icon,
.ui.left.icon.label>.icon {
  width: 1em;
}
.ui.label.padded {
  padding: 0.642857142857143em 1.142857142857143em;
}
.ui.label svg.icon {
  width: 1.142857142857143em;
  height: 1.142857142857143em;
  margin-top: -0.071428571428571em;
  margin-bottom: -0.071428571428571em;
}
.ui.label svg.icon.close-small {
  width: 1.714285714285714em;
  height: 1.714285714285714em;
  padding: 0.428571428571429em;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 0.714285714285714em;
  margin-top: -0.357142857142857em;
  margin-bottom: -0.357142857142857em;
  margin-right: -0.857142857142857em;
}
.ui.circular.label {
  font-size: 0.857142857142857rem;
  line-height: 1rem;
  font-weight: 700;
}
.ui.nag {
  font-size: 1.285714285714286em;
  font-weight: 500;
  line-height: 1.333333333333333em;
  padding-top: 1.111111111111111em;
  padding-bottom: 1.111111111111111em;
  padding-right: 2.857142857142857rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0 !important;
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .ui.nag {
    font-size: 1.142857142857143em;
  }
}
@media only screen and (max-width: 766px) {
  .ui.nag {
    font-size: 0.857142857142857em;
  }
}
.ui.nag .icon:first-child {
  margin-right: 0.888888888888889em;
}
@media only screen and (max-width: 766px) {
  .ui.nag .icon:first-child {
    margin-right: 0.777777777777778em;
  }
}
.ui.nag .icon {
  fill: #fff;
  min-width: 1.285714285714286rem;
}
.ui.nag >.close.icon {
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header {
  display: initial;
}
header .ui.menu.top {
  margin-left: -0.857142857142857em;
  margin-right: -0.857142857142857em;
  padding: 0.857142857142857em 0;
  margin-bottom: 0;
}
header .ui.menu.top .item {
  font-size: 1.142857142857143rem;
  padding: 0.75em;
  margin: 0;
}
header .ui.menu.top .item .icon {
  margin-right: 0.5625em;
}
header .ui.menu.top .menu .item:not(.phone) {
  color: #8f8f8f;
  letter-spacing: 0.1px;
}
header .ui.menu.top .menu .item.phone {
  font-size: 1.428571428571429em;
  color: #353535;
  font-weight: bold;
  padding: 0.6em;
  margin-left: 0.4em;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
header .ui.menu.primary {
  margin: 0 -0.857142857142857em;
  padding: 0;
}
header .ui.menu.primary .item {
  padding: 0.571428571428571 em 0.857142857142857 em;
  margin: 0;
}
header .ui.menu.primary form.item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 36px;
  padding-right: 22px;
}
header .ui.menu.primary form.item .ui.search {
  width: 100%;
}
header .ui.menu.primary form.item .ui.search input {
  height: 48px;
  font-size: 16px;
}
header .ui.menu.primary form.item .ui.search input::-webkit-search-decoration,
header .ui.menu.primary form.item .ui.search input::-webkit-search-cancel-button,
header .ui.menu.primary form.item .ui.search input::-webkit-search-results-button,
header .ui.menu.primary form.item .ui.search input::-webkit-search-results-decoration {
  display: none;
}
header .ui.menu.primary form.item .ui.search .ui.button {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 56px;
  text-align: center;
}
header .ui.menu.primary form.item .ui.search svg.icon {
  fill: #fff;
  height: 1.6em;
}
header .ui.secondary.menu.bottom {
  margin: 0 -0.857142857142857em;
  padding: 0.571428571428571 em 0;
}
@media only screen and (max-width: 766px) {
  header .ui.secondary.menu.bottom {
    margin: 0.142857142857143rem -0.571428571428571rem;
    padding-top: 0.714285714285714rem;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
}
header .ui.secondary.menu.bottom::-webkit-scrollbar {
  height: 0;
}
@media only screen and (max-width: 766px) {
  header .ui.secondary.menu.bottom .item {
    padding: 0.571428571428571rem !important;
    font-size: 1.285714285714286rem !important;
  }
  header .ui.secondary.menu.bottom .item_catalog {
    padding: 0.571428571428571rem !important;
    font-size: 1.142857142857143rem !important;
  }
}
header .ui.secondary.menu.bottom .item {
  font-weight: bold;
  font-size: 1.428571428571429em;
  padding: 0.6em;
  margin: 0;
  scroll-snap-align: start;
}
header .ui.secondary.menu.bottom .item_catalog {
  font-size: 1rem;
  padding: 0.666666666666667em;
  margin: 0;
  color: $yellow;
}
header .ui.secondary.menu.bottom .item_catalog_child {
  font-size: 1rem;
  padding: 0.666666666666667em;
  margin: 0;
  color: $yellow;
}
header .ui.secondary.menu.bottom.active {
  background-color: rgba(0,0,0,0.05);
}
header .ui.secondary.menu.menu-mobile {
  margin: 0;
  padding: 1.714285714285714rem 0 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .ui.secondary.menu.menu-mobile .icon.hamburger {
  cursor: pointer;
  margin-left: auto;
  line-height: 0;
}
header .ui.secondary.menu.menu-mobile .icon.hamburger svg {
  width: 24px;
  height: 24px;
}
.menu-mobile__logo {
  width: 15.142857142857142rem;
  height: 2.571428571428572rem;
}
.menu-mobile__logo img {
  width: 100%;
  height: 100%;
}
.icon-close {
  position: absolute;
  top: 0;
  right: 3.571428571428572rem;
  -webkit-transform: translateX(1.428571428571429rem);
  -moz-transform: translateX(1.428571428571429rem);
  -o-transform: translateX(1.428571428571429rem);
  -ms-transform: translateX(1.428571428571429rem);
  transform: translateX(1.428571428571429rem);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: none !important;
  -webkit-transition: 0.3s ease-in-out !important;
  -moz-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  -ms-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -ms-transition-property: opacity, -ms-transform;
  transition-property: opacity, transform;
}
.icon-close svg {
  fill: #251b5b !important;
}
.ui.search.active .icon-close {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -ms-transition-property: opacity, -ms-transform;
  transition-property: opacity, transform;
}
.person-popup__activator .ui.floating.green.label.circular {
  display: none;
}
.person-popup__activator.authorized .ui.floating.green.label.circular {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.person-popup__activator.authorized .ui.floating.green.label.circular svg.icon {
  margin: 0;
  width: 0.785714285714286rem;
  height: 0.607142857142857rem;
  fill: #fff;
}
.menu-top-wrapper {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  max-width: 101.28571428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
  .menu-top-wrapper.no-fixed {
    position: relative;
  }
}
.ui.popup.menu-popup {
  padding: 0.857142857142857rem 2.285714285714286rem 1.142857142857143rem 1.428571428571429rem;
  background-color: #f1f1f1;
  border-top-left-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 766px) {
  .ui.popup.menu-popup {
    margin-left: 0.571428571428571rem !important;
    padding: 0.571428571428571rem 0.285714285714286rem 1.142857142857143rem 1.142857142857143rem;
    min-width: calc(100% - 16px);
    border-top-left-radius: 0.428571428571429rem;
  }
}
.ui.popup.menu-popup .menu-popup__inner {
  padding: 0.285714285714286rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .ui.popup.menu-popup .menu-popup__inner {
    overflow: auto;
    max-height: calc(100vh - 245px);
  }
  .ui.popup.menu-popup .menu-popup__inner::-webkit-scrollbar-thumb {
    background-color: #71347f;
    border-radius: 0;
  }
}
.ui.popup.menu-popup::before {
  content: none;
}
.ui.popup.menu-popup .menu-popup__item {
  position: relative;
  font-size: 1.142857142857143rem;
  white-space: nowrap;
  width: fit-content;
}
@media only screen and (min-width: 993px) {
  .ui.popup.menu-popup .menu-popup__item::before {
    content: '';
    position: absolute;
    bottom: -0.214285714285714rem;
    height: 0.071428571428571rem;
    background-color: #1c5291;
    width: 0;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .ui.popup.menu-popup .menu-popup__item:hover::before {
    width: 100%;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
}
@media only screen and (max-width: 766px) {
  .ui.popup.menu-popup .menu-popup__item {
    white-space: normal;
  }
}
.ui.popup.menu-popup .menu-popup__item sup {
  margin-left: 0.285714285714286rem;
  color: #1c5291;
}
.padded .lSSlideOuter {
  margin-top: -0.714285714285714rem;
}
.lightSlider {
  height: fit-content !important;
}
.padded .lightSlider {
  padding-top: 0.714285714285714rem;
}
.lightSlider .column {
  min-height: 100%;
}
.slider {
  height: 31.428571428571427rem !important;
}
@media only screen and (max-width: 766px) {
  .slider {
    height: 17.285714285714285rem !important;
  }
}
.slider-wrapper {
  margin-top: 1.714285714285714rem !important;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .slider-wrapper {
    margin-top: 0.714285714285714rem !important;
    margin-right: -1.142857142857143rem;
  }
}
.slider-wrapper .slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.slider-slide__inner {
  padding: 3.428571428571428rem;
  min-height: 31.428571428571427rem;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #00008b;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .slider-slide__inner {
    padding: 1.714285714285714rem;
    min-height: 17.285714285714285rem;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.slider-slide-text .text {
  margin-top: 0.857142857142857rem;
}
#main-slider-next {
  position: absolute;
  top: 50%;
  right: -1.785714285714286rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 766px) {
  #main-slider-next {
    display: none;
  }
}
#main-slider-prev {
  position: absolute;
  top: 50%;
  left: -1.785714285714286rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 766px) {
  #main-slider-prev {
    display: none;
  }
}
#main-slider:not(.lightSlider) {
  overflow: hidden;
}
#main-slider:not(.lightSlider) > a {
  margin-right: 1.714285714285714rem;
  min-width: 74.33518%;
}
@media only screen {
  #main-slider:not(.lightSlider) > a {
    margin-right: 1.142857142857143rem;
  }
}
@media only screen {
  #main-slider:not(.lightSlider) > a {
    min-width: 85.71%;
  }
}
.list-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.list-slider-row {
  margin-top: 1.714285714285714rem;
  position: relative;
}
.list-slider-wrapper {
  margin-top: 4rem;
}
@media only screen and (max-width: 766px) {
  .list-slider-wrapper {
    margin-top: 2.285714285714286rem;
  }
}
.list-slider-wrapper.recommended {
  margin-top: 4.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .list-slider-wrapper.recommended {
    margin-top: 2.285714285714286rem;
  }
}
.list-slider-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-slider-header .ui.header {
  margin: 0 !important;
}
.list-slider:not(.lightSlider) {
  overflow: hidden;
}
.list-slider-next-btn {
  position: absolute;
  top: 8.714285714285714rem;
  right: -1.785714285714286rem;
}
@media only screen and (max-width: 766px) {
  .list-slider-next-btn {
    top: 5.142857142857143rem;
    right: -1.285714285714286rem;
  }
}
.list-slider-next-btn_lower {
  top: 9.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .list-slider-next-btn_lower {
    top: 5.142857142857143rem;
  }
}
.list-slider-prev-btn {
  position: absolute;
  top: 8.714285714285714rem;
  left: -1.785714285714286rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 766px) {
  .list-slider-prev-btn {
    top: 5.142857142857143rem;
    left: -1.285714285714286rem;
  }
}
.list-slider-prev-btn_lower {
  top: 9.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .list-slider-prev-btn_lower {
    top: 5.142857142857143rem;
  }
}
.main-creation-slider-wrapper {
  position: relative;
}
.product-card {
  position: relative;
  display: block;
  min-height: 100%;
  width: 216px;
}
@media only screen and (max-width: 766px) {
  .product-card {
    width: auto;
  }
}
.lightSlider .product-card {
  width: 216px;
}
@media only screen and (max-width: 766px) {
  .lightSlider .product-card {
    width: auto;
  }
}
.product-card__header {
  padding: 0.857142857142857rem 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 18.857142857142858rem;
}
@media only screen and (max-width: 766px) {
  .product-card__header {
    height: 12.285714285714286rem;
  }
}
.product-card__favorite {
  position: absolute;
  top: -0.714285714285714rem;
  right: -0.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .product-card__favorite {
    right: 0;
  }
}
.product-card__image {
  max-width: 192px;
  max-height: 100%;
}
@media only screen and (max-width: 766px) {
  .product-card__image {
    max-width: 102px;
  }
}
.product-card__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.product-card__image-wrapper {
  height: 100%;
}
.product-card__description {
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 11.928571428571429rem;
}
@media only screen and (max-width: 766px) {
  .product-card__description {
    min-height: 13.071428571428571rem;
  }
}
.product-card__prices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-card__price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #353535;
}
@media only screen and (max-width: 766px) {
  .product-card__price {
    font-size: 1.428571428571429rem;
  }
}
.product-card__promotion-price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #c8102e;
}
@media only screen and (max-width: 766px) {
  .product-card__promotion-price {
    font-size: 1.428571428571429rem;
  }
}
.product-card__old-price {
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8f8f8f;
  text-decoration: line-through;
}
@media only screen and (max-width: 766px) {
  .product-card__old-price {
    margin-left: 0.571428571428571rem;
    font-size: 1rem;
  }
}
.product-card__name {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 766px) {
  .product-card__name {
    margin-top: 0.571428571428571rem;
    -webkit-line-clamp: 3;
    font-size: 1.071428571428571rem !important;
    line-height: 1.571428571428571rem !important;
  }
}
.product-card__rating {
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.product-card__rating-review {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.product-card__rating .ui.rating {
  vertical-align: top;
}
.product-card__btn {
  margin-right: 0 !important;
}
.product-card__btn-wrapper {
  margin-top: 16px !important;
}
.product-card__label-sale {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-card__label-top {
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
  margin-top: 96px;
}
@media only screen and (max-width: 766px) {
  .footer {
    margin-top: 4.285714285714286rem;
  }
}
.footer a {
  display: inline-block;
}
.footer-top {
  padding: 16px 0;
  background: #f9f9f9;
}
.footer-top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.footer-top-social span {
  line-height: 24px;
  font-weight: 500;
}
.footer-top-icons {
  margin-left: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-top-icon {
  margin-right: 16px;
  width: 32px;
  height: 32px;
}
.footer-top-icon:last-child {
  margin-right: 0;
}
.footer-top-icon svg {
  width: 32px;
  height: 32px;
}
.footer-bottom {
  padding: 48px 0 63px;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .footer-bottom {
    padding: 3.428571428571428rem 0 9.285714285714286rem;
  }
}
@media only screen and (max-width: 766px) {
  .footer-bottom {
    padding: 1.714285714285714rem 0 7.071428571428571rem;
  }
}
.footer-bottom-brand {
  padding-right: 120px;
}
.footer-bottom-brand__description {
  margin-top: 32px;
  line-height: 1.714285714285714rem;
}
.footer-bottom-brand__copyright {
  margin-top: 102px;
}
@media only screen and (max-width: 766px) {
  .footer-bottom-brand__copyright {
    margin-top: 1.714285714285714rem;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.footer-bottom-brand__logo {
  width: 15.428571428571429rem;
  height: 2.428571428571428rem;
}
.footer-bottom-brand__logo img {
  width: 100%;
  height: 100%;
}
.footer-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom-list li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.footer-bottom-list li:first-child {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.footer-bottom-contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
.footer-bottom-contacts__tel {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 766px) {
  .footer-bottom-contacts__tel {
    font-size: 18px !important;
  }
}
.footer-bottom-contacts__work-time {
  margin-top: 28px;
}
@media only screen and (max-width: 766px) {
  .footer-bottom-contacts__work-time {
    margin-top: 0.857142857142857rem;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.footer-bottom-contacts__privacy {
  margin-top: 40px;
  color: #2787f5;
}
@media only screen and (max-width: 766px) {
  .footer-bottom-contacts__privacy {
    margin-top: 1.714285714285714rem;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.footer-bottom-contacts__privacy_link {
  display: inline !important;
}
.footer-bottom-contacts__creator {
  margin-top: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #71347f;
}
.footer-bottom .ui.vertical.text.menu .header.item {
  margin: 0 0 0.857142857142857rem 0;
  padding: 0;
  font-size: 1.428571428571429rem;
  line-height: 2rem;
  text-transform: capitalize;
}
.footer-bottom .ui.vertical.text.menu .item {
  width: fit-content;
  margin: 0;
  padding: 0;
  line-height: 2.285714285714286rem;
}
@media only screen and (max-width: 993px) {
  .footer-no-margin-mobile {
    margin: 0;
  }
}
.footer-no-margin {
  margin: 0;
}
.footer-big-margin {
  margin-top: 16.428571428571427rem;
}
.ui.left.vertical.menu.sidebar {
  padding: 1.714285714285714rem 1.142857142857143rem 4.785714285714286rem;
}
.ui.left.vertical.menu.sidebar .ui.vertical.text.menu {
  margin-top: 1.142857142857143rem;
  width: 100%;
}
.ui.left.vertical.menu.sidebar .ui.vertical.text.menu .header.item {
  margin-top: 0;
  margin-bottom: 0.571428571428571rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.428571428571429rem;
  line-height: 1.857142857142857rem;
  font-weight: 700;
  text-transform: capitalize;
}
.ui.left.vertical.menu.sidebar .ui.vertical.text.menu .item {
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.142857142857143rem;
  padding-right: 1.142857142857143rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.142857142857143rem;
  line-height: 2.857142857142857rem;
  font-weight: 500;
  color: #353535;
}
.ui.left.vertical.menu.sidebar .ui.vertical.text.menu .item.active {
  background-color: #f1f1f1;
  color: #1c5291;
}
.sidebar-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.428571428571429rem;
  line-height: 1.857142857142857rem;
  font-weight: 700;
}
.sidebar-close {
  cursor: pointer;
  line-height: 0;
}
.sidebar-close svg {
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
}
.sidebar-location {
  margin-top: 1.714285714285714rem;
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar-location-inner {
  padding: 0.571428571428571rem 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.142857142857143rem;
  line-height: 2.857142857142857rem;
  font-weight: 600;
  cursor: pointer;
}
.sidebar-location-inner__icon {
  line-height: 0;
}
.ui.sidebar {
  border: none;
}
.ui.sidebar::-webkit-scrollbar {
  width: 0;
}
.banner-secondary {
  padding: 44px 48px 52px 48px;
  height: 440px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 6px;
}
@media only screen and (max-width: 766px) {
  .banner-secondary {
    padding: 1.714285714285714rem;
    height: 15.785714285714286rem;
  }
}
.banner-secondary.padded {
  margin-right: 32px;
}
@media only screen and (max-width: 992px) {
  .banner-secondary.padded {
    margin-right: 0;
  }
}
.banner-secondary__btn {
  width: fit-content;
}
.banner-secondary__btn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.banner-secondary__btn_blue svg {
  fill: #251b5b;
}
.range-slider.noUi-target {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #e3e3e3;
}
.range-slider.noUi-horizontal {
  height: 0.142857142857143rem;
}
.range-slider.noUi-horizontal .noUi-handle {
  top: -0.571428571428571rem;
  right: 0;
  border-radius: 50%;
  border: 0.142857142857143rem solid #e3e3e3;
  width: 1.428571428571429rem;
  height: 1.428571428571429rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.range-slider.noUi-horizontal .noUi-handle:before {
  content: none;
}
.range-slider.noUi-horizontal .noUi-handle:after {
  content: none;
}
.range-slider.noUi-horizontal .noUi-handle-lower {
  left: 1.535714285714286rem;
}
.range-slider.noUi-horizontal .noUi-handle-upper {
  right: 0rem;
}
.range-slider .noUi-connect {
  background: #b89abf !important;
}
.filter-wrapper {
  margin-top: 1.428571428571429rem;
}
.filter-wrapper.margined {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper.margined {
    margin-top: 1.428571428571429rem;
  }
}
.filter-wrapper .ui.mini.header {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .filter-wrapper .ui.mini.header {
    font-size: 1.428571428571429rem;
    line-height: 1.857142857142857rem;
  }
}
.filter-wrapper__link {
  margin-top: 0.857142857142857rem;
  display: block;
}
.filter-wrapper .ui.input {
  margin-top: 0.571428571428571rem;
  margin-bottom: 1.142857142857143rem;
  display: none;
}
.filter-wrapper .ui.input input {
  padding: 0.571428571428571rem 0.857142857142857rem;
  width: 100%;
  border: 2px solid #e3e3e3;
  border-radius: 0.285714285714286rem;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
.filter-wrapper.isOpen .ui.input {
  display: block;
}
.filter-range-slider {
  margin-top: 2.142857142857143rem;
  width: fit-content;
}
.filter-range-slider__inputs {
  margin-top: 1.785714285714286rem;
  margin-bottom: 1.785714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.filter-range-slider__inputs .filter-range-slider__input {
  position: relative;
  max-width: 7.428571428571429rem;
  width: 100%;
  height: 2.857142857142857rem;
}
@media only screen and (max-width: 992px) {
  .filter-range-slider__inputs .filter-range-slider__input {
    max-width: 9.714285714285714rem;
  }
}
.filter-range-slider__inputs .filter-range-slider__input:last-child {
  margin-left: 0.571428571428571rem;
}
@media only screen and (max-width: 992px) {
  .filter-range-slider__inputs .filter-range-slider__input:last-child {
    margin-left: 1.142857142857143rem;
  }
}
.filter-range-slider__inputs .filter-range-slider__input input {
  padding: 0.714285714285714rem 0.714285714285714rem 0.714285714285714rem 2.5rem;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  font-feature-settings: 'pnum' on, 'lnum' on;
  border: 2px solid #e3e3e3;
  border-radius: 0.285714285714286rem;
}
.filter-range-slider__inputs .filter-range-slider__input input:focus {
  border: 2px solid #b89abf;
}
.filter-range-slider__inputs .filter-range-slider__input input:focus-visible {
  outline: none;
}
.filter-range-slider__inputs .filter-range-slider__input span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.857142857142857rem;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  color: #8f8f8f;
  pointer-events: none;
}
.filter-checkbox {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 992px) {
  .filter-checkbox {
    margin-top: 1.142857142857143rem;
  }
}
.isOpen .filter-checkbox:first-child {
  margin-top: 0;
}
.filter__return-back {
  margin-top: 1.142857142857143rem;
  margin-bottom: 1.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
}
.filter__return-back-icon {
  margin-right: 0.285714285714286rem;
}
.filter__return-back-icon svg {
  width: 1.142857142857143rem;
  height: 0.857142857142857rem;
}
.filter-inner {
  max-height: 20.142857142857142rem;
  overflow: hidden;
}
.isOpen .filter-inner {
  padding-right: 0.714285714285714rem;
  overflow-y: scroll;
}
.isOpen .filter-inner::-webkit-scrollbar-thumb {
  background-color: #71347f;
  border-radius: 0;
}
.filter-mobile__header {
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  padding-left: 1.142857142857143rem;
  padding-right: 1.142857142857143rem;
  padding-bottom: 1.714285714285714rem;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.428571428571429rem;
  line-height: 1.857142857142857rem;
  font-weight: 700;
}
.filter-mobile__header .ui.icon {
  line-height: 0;
}
.filter-mobile__header .ui.icon svg {
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
}
.filter-mobile__labels {
  margin-bottom: 1.714285714285714rem;
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  padding: 1.142857142857143rem;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: scroll;
}
.filter-mobile__labels:empty {
  display: none;
}
.filter-mobile__labels::-webkit-scrollbar {
  height: 0;
}
.filter-mobile__label {
  margin-right: 0.571428571428571rem;
  white-space: nowrap;
}
.filter-mobile__label:last-child {
  margin-right: 0;
}
.ui.checkbox label:before,
.ui.checkbox label:after {
  left: 0;
  top: 0.2rem;
}
.ui.checkbox label:after {
  border-radius: 2px;
  background-color: #71347f;
}
.ui.checkbox label {
  padding-left: 1.714285714285714rem;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  overflow: visible !important;
}
.ui.checkbox input:focus ~ label:before {
  border-color: #8f8f8f;
}
.ui.checkbox.left label:before,
.ui.checkbox.left label:after {
  left: -1.7rem;
  top: -0.1rem;
}
.ui.checkbox.left label:after {
  border-radius: 2px;
  background-color: #71347f;
}
.ui.checkbox.left label {
  margin-left: 1rem;
}
.ui.checkbox.left label:after {
  padding-top: 3px;
}
.pagination {
  margin-top: 4.285714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .pagination {
    margin-top: 3rem;
    margin-bottom: 0.285714285714286rem;
  }
}
.pagination .ui.pagination.secondary.menu {
  margin-left: -0.571428571428571rem;
  margin-right: -0.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .pagination .ui.pagination.secondary.menu {
    margin-right: -0.285714285714286rem;
    margin-left: -0.285714285714286rem;
  }
}
.pagination .ui.pagination.secondary.menu .item {
  margin: 0 0.571428571428571rem;
  padding: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #71347f;
  height: 2.857142857142857rem;
  width: 2.857142857142857rem;
  min-width: auto;
  background-color: #f1f1f1;
  border-radius: 0.428571428571429rem !important;
}
@media only screen and (max-width: 766px) {
  .pagination .ui.pagination.secondary.menu .item {
    margin: 0 0.285714285714286rem;
  }
}
.pagination .ui.pagination.secondary.menu .item.active {
  background-color: #71347f;
  color: #fff;
}
.pagination.margined {
  margin-top: 6.571428571428571rem;
}
.pagination__next {
  margin-left: 0.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .pagination__next {
    min-width: 6.857142857142857rem;
  }
}
.pagination__next .ui.lightgrey.button {
  margin: 0;
  color: #71347f;
}
@media only screen and (max-width: 766px) {
  .pagination__next .ui.lightgrey.button {
    min-width: 6.857142857142857rem;
  }
}
.breadcrumb {
  margin-top: 1rem;
}
@media only screen and (max-width: 992px) {
  .breadcrumb {
    margin-top: 0.428571428571429rem;
  }
}
.breadcrumb .ui.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb .ui.breadcrumb .divider {
  margin: 0 0.357142857142857rem;
}
.breadcrumb .ui.breadcrumb .section {
  font-weight: 500;
}
.breadcrumb .ui.breadcrumb .section.active {
  color: #8f8f8f;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui.search .search-field {
  padding: 0.571428571428571rem 0 0.5rem;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .ui.search .search-field {
    padding: 0.571428571428571rem 1.142857142857143rem 0.5rem;
  }
}
.ui.search .search-field__title {
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .ui.search .search-field__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.ui.search .search-field__wrapper {
  display: block;
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  padding: 0 1.142857142857143rem;
  border-radius: 0 !important;
}
@media only screen and (max-width: 992px) {
  .ui.search .search-field__wrapper {
    margin-right: -1.785714285714286rem;
    padding: 0;
  }
}
.ui.search .search-field__wrapper:hover {
  background-color: #f1f1f1;
}
.ui.search .search-field__wrapper:focus {
  background-color: #f1f1f1;
}
.ui.search .search-field__image {
  margin-right: 0.571428571428571rem;
  height: 5.142857142857143rem;
  max-width: 4.142857142857143rem;
  width: 100%;
}
.ui.search .search-field__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ui.search .search-field__icon {
  margin-right: 0.571428571428571rem;
}
.ui.search .search-field__icon svg {
  fill: #251b5b !important;
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
}
.ui.search .search-field__price {
  margin-left: auto;
  font-weight: 700;
}
.ui.search .results {
  padding: 0.571428571428571rem 1.142857142857143rem !important;
  width: 100%;
  max-height: 29.714285714285715rem;
  overflow-y: auto;
}
@media only screen and (max-width: 992px) {
  .mobile-search .ui.search .results {
    padding: 0 !important;
    max-height: max-content;
    overflow: hidden;
  }
}
.ui.search .results .result {
  padding: 0.714285714285714rem 0;
}
.ui.search .results .result.active {
  background: none;
}
.ui.search .results::-webkit-scrollbar-thumb {
  background-color: #71347f;
}
.ui.search .results::-webkit-scrollbar {
  width: 0.571428571428571rem !important;
}
.search-result {
  margin-top: 1.142857142857143rem;
}
@media only screen and (max-width: 992px) {
  .search-result {
    margin-top: 1.642857142857143rem;
  }
}
.search-result__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.search-result__header span {
  margin-left: 1.142857142857143rem;
}
.search-result__cards {
  margin-top: 1.357142857142857rem;
}
.search-result__body {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 992px) {
  .search-result__body {
    margin-top: 1.428571428571429rem;
  }
}
.search-result__body:not(:nth-child(2)) {
  margin-top: 4.571428571428571rem;
}
@media only screen and (max-width: 992px) {
  .search-result__body:not(:nth-child(2)) {
    margin-top: 2.285714285714286rem;
  }
}
.search-not-result {
  padding: 10rem 0 11rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .search-not-result {
    padding: 8.285714285714286rem 0 11rem;
    text-align: center;
  }
}
.search-not-result .text {
  margin-top: 0.571428571428571rem;
}
.search-not-result__title {
  font-size: 1.714285714285714rem;
  line-height: 2.285714285714286rem;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .search-not-result__title {
    font-size: 1.285714285714286rem;
    line-height: 2rem;
  }
}
.search-not-result__error {
  color: #c8102e;
}
.mobile-search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-search .ui.header {
  margin: 0;
}
.mobile-search .ui.search {
  margin-top: 1.357142857142857rem;
}
@media only screen and (max-width: 992px) {
  .mobile-search .ui.search {
    margin-top: 1.571428571428571rem;
  }
}
.mobile-search .ui.search button.icon-close {
  padding: 0 13px 0 !important;
  height: 100%;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@media only screen and (max-width: 992px) {
  .mobile-search .ui.search input {
    padding: 0.857142857142857rem 1.142857142857143rem;
  }
}
.mobile-search .ui.search .ui.action.input input:focus {
  border-color: #71347f !important;
}
.mobile-search .ui.search.active button.ui.primary.icon.button {
  visibility: hidden;
  background: none;
}
.mobile-search .ui.search.active button.icon-close {
  right: 0;
  border-top: 2px solid #71347f;
  border-top-right-radius: 0.428571428571429rem;
  border-bottom-right-radius: 0.428571428571429rem;
  border-right: 2px solid #71347f;
  border-bottom: 2px solid #71347f;
}
.mobile-search .ui.search svg.magnifier {
  fill: #fff;
}
.mobile-search .ui.search .results {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mobile-menu .ui.bottom.fixed.menu {
  padding: 1rem 1.714285714285714rem 0.857142857142857rem;
  z-index: 110;
}
.mobile-menu__item {
  margin-right: 2.5rem;
  height: 2.857142857142857rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.mobile-menu__item:last-child {
  margin-right: 0;
}
.mobile-menu__item .ui.icon {
  position: relative;
}
.mobile-menu__item.active svg {
  fill: #ed8b00;
}
.mobile-menu__item.active .mobile-menu__description {
  color: #ed8b00;
}
.mobile-menu__item svg {
  width: 1.714285714285714rem;
  height: 1.714285714285714rem;
  fill: #251b5b;
}
.mobile-menu__item svg.icon.heart:hover {
  fill: #ed8b00;
}
.active .mobile-menu__item svg {
  fill: #ed8b00 !important;
}
.mobile-menu__description {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.285714285714286rem;
  font-size: 0.714285714285714rem;
  line-height: 0.857142857142857rem;
  font-weight: 500;
  color: #251b5b;
}
.mobile-menu__red-label {
  position: absolute;
  top: -0.571428571428571rem;
  right: -0.857142857142857rem;
}
.js-show-more:before {
  content: attr(data-show-text);
}
.js-show-more.active:before {
  content: attr(data-hide-text);
}
@media only screen and (max-width: 992px) {
  .review .ui.grid .column:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .review .ui.grid .column:last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.review__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.review__header span {
  margin-left: 1.5rem;
  color: #8f8f8f;
}
.review__selector {
  margin-top: 1.714285714285714rem;
  width: 20rem;
}
@media only screen and (max-width: 992px) {
  .review__selector {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .review__selector {
    width: 100%;
  }
}
.review__selector .ui.selection.dropdown {
  padding: 0.571428571428571rem 0.571428571428571rem 0.571428571428571rem 0.857142857142857rem;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.review__selector .ui.selection.dropdown > .dropdown.icon {
  right: 0.357142857142857rem;
}
.review__selector .menu.transition,
.review__selector .menu.transition.visible {
  top: 3.428571428571428rem;
  max-height: none !important;
}
.review__selector .ui.selection.dropdown .menu > .item {
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.714285714285714rem;
}
.review__selector .ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 500;
}
.review__first-comment {
  margin-top: 1.714285714285714rem;
  color: #8f8f8f;
  max-width: 39.5rem;
}
.review__body {
  margin-top: 2.285714285714286rem;
}
.review__block {
  margin-bottom: 2.285714285714286rem;
}
.review__block:last-child {
  margin-bottom: 0;
}
.review__block.my-comment {
  margin-bottom: 1.714285714285714rem;
  padding-bottom: 1.714285714285714rem;
  border-bottom: 1px solid #e3e3e3;
}
.review__block-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .review__block-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.review__block-header .ui.header {
  line-height: 2rem;
}
.review__block-comment {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 992px) {
  .review__block-comment {
    margin-top: 1.714285714285714rem;
  }
}
.review__block-labels-wrapper {
  margin-top: 1.142857142857143rem;
}
.review__block-labels-flex {
  margin-top: 0.571428571428571rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .review__block-labels-flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.review__block-labels-left .ui.label {
  margin: 0 0.571428571428571rem 0 0;
  cursor: pointer;
}
.review__block-labels-left .ui.label:last-child {
  margin: 0;
}
.review__block-labels-right {
  display: none;
}
.my-comment .review__block-labels-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .my-comment .review__block-labels-right {
    margin-top: 1.714285714285714rem;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.review__block-labels-right a {
  display: inline-block;
  margin-right: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .review__block-labels-right a {
    margin-right: 0;
  }
}
.review__block-labels-right a:last-child {
  margin-right: 0;
}
.review__rating {
  margin-top: 3rem;
}
@media only screen and (max-width: 992px) {
  .review__rating {
    margin-top: 0;
  }
}
.review__rating-headline {
  padding-bottom: 0.571428571428571rem;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .review__rating-headline {
    margin-top: 1.714285714285714rem;
  }
}
.review__rating-headline .ui.rating svg {
  width: 1.714285714285714rem !important;
  height: 1.714285714285714rem !important;
}
.review__rating-count {
  white-space: nowrap;
}
.review__rating-block {
  padding-top: 1.142857142857143rem;
}
.review__rating-row {
  margin-top: 0.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.review__rating-row:first-child {
  margin-top: 0;
}
.review__rating-name {
  margin-right: 1.214285714285714rem;
  min-width: 5.5rem;
}
.review__rating-val {
  text-align: right;
  margin-left: 0.571428571428571rem;
  min-width: 1.857142857142857rem;
}
.review__rating-layout {
  position: relative;
  height: 0.285714285714286rem;
  width: 14.857142857142858rem;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
  .review__rating-layout {
    width: 100%;
  }
}
.review__rating-colored-stripe {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.285714285714286rem;
  background-color: #ed8b00;
}
.review__rating-small {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.review__rating-small-date {
  margin-right: 1.142857142857143rem;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  color: #8f8f8f;
}
.review__rating-btn {
  margin-top: 1.714285714285714rem;
}
.review__rating-btn .ui.button {
  margin: 0;
  width: 100%;
}
.ui.mini.modal {
  max-width: 24rem;
}
.ui.tiny.modal {
  max-width: 28.714285714285715rem;
}
.ui.small.modal {
  max-width: 32.57142857142857rem;
}
.ui.large.modal {
  max-width: 42.285714285714285rem;
}
.ui.big.modal {
  max-width: 75.42857142857143rem;
}
@media only screen and (max-width: 1100px) {
  .ui.big.modal {
    max-width: 69.5rem;
  }
}
.ui.dimmer.modals::-webkit-scrollbar {
  width: 0 !important;
}
.modal__wrapper {
  position: relative;
  height: 100%;
}
.modal-close-btn {
  position: absolute;
  top: -1.428571428571429rem;
  right: -1.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .modal-close-btn {
    top: -0.571428571428571rem;
    right: -0.571428571428571rem;
  }
}
.modal-close-btn svg {
  width: 1.428571428571429rem;
  height: 1.428571428571429rem;
}
.modal-location .modal-close-btn svg {
  fill: #71347f;
}
.modal-close-btn-circle {
  position: absolute;
  top: -2.285714285714286rem;
  right: -2.285714285714286rem;
}
.modal-close-btn-circle .ui.circular.button {
  background: #fff;
}
.modal-location .ui.header {
  line-height: 2.285714285714286rem;
}
.modal-location .ui.search {
  margin-top: 1.142857142857143rem;
  height: 3.428571428571428rem;
}
.modal-location .ui.search .ui.input {
  height: 100%;
}
.modal-location .ui.vertical.text.menu {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2.285714285714286rem;
  width: fit-content;
}
@media only screen and (max-width: 766px) {
  .modal-location .ui.vertical.text.menu {
    margin-right: 0;
    width: 100%;
  }
}
.modal-location .ui.vertical.text.menu:last-child {
  margin-right: 0;
}
.modal-location__cities {
  margin-top: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .modal-location__cities {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal-location__cities .item {
  margin: 0 !important;
  padding: 0.571428571428571rem 0 !important;
}
@media only screen and (max-width: 766px) {
  .modal-location__cities .item {
    margin: 0 -1.714285714285714rem !important;
    padding-left: 1.714285714285714rem !important;
    padding-right: 1.714285714285714rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
    line-height: 2.857142857142857rem !important;
  }
  .modal-location__cities .item.active {
    background-color: #f1f1f1 !important;
  }
}
.modal-person-log-in__input {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .modal-person-log-in__input {
    margin-top: 1.714285714285714rem;
  }
}
.modal-person-log-in__btn {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .modal-person-log-in__btn {
    margin-top: 2.142857142857143rem;
  }
}
.modal-person-log-in__btn .ui.button {
  height: 3.428571428571428rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
}
.modal-person-log-in-code .ui.header {
  line-height: 2.285714285714286rem;
}
.modal-person-log-in-code__text {
  margin-top: 0.857142857142857rem;
}
.modal-person-log-in-code__input {
  margin-top: 1.714285714285714rem;
}
.modal-person-log-in-code__input input {
  font-size: 1.714285714285714rem !important;
  line-height: 2.285714285714286rem !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.modal-person-log-in-code__new-code {
  display: none;
  text-align: center;
}
.complete .modal-person-log-in-code__new-code {
  display: block;
}
.modal-person-log-in-code__new-code-timer {
  text-align: center;
  display: block;
}
.complete .modal-person-log-in-code__new-code-timer {
  display: none;
}
.modal-person-log-in-code__new-code-timer-wrapper {
  margin-top: 0.571428571428571rem;
}
.modal-person-log-in-code__btn {
  margin-top: 1.714285714285714rem;
  height: 3.428571428571428rem;
}
.modal-person-log-in-code__btn .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  height: 100%;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
}
.modal-person-log-in-code__policy {
  margin-top: 1.142857142857143rem;
  display: block;
  color: #8f8f8f !important;
}
.modal-shops {
  height: 41.714285714285715rem;
}
@media only screen and (max-width: 993px) {
  .modal-shops {
    height: fit-content;
  }
}
.modal-shops .content {
  height: 100%;
}
@media only screen and (max-width: 993px) {
  .modal-shops .content {
    height: fit-content;
  }
}
.modal-shops__body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
}
.modal-shops__left {
  margin-top: -2.857142857142857rem;
  margin-bottom: -2.857142857142857rem;
  padding-top: 2.857142857142857rem;
  padding-bottom: 2.857142857142857rem;
  max-height: 47.42857142857143rem;
  overflow: auto;
  max-width: 34.285714285714285rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .modal-shops__left {
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
}
.modal-shops__left::-webkit-scrollbar-thumb {
  background-color: #71347f !important;
  border-radius: 0 !important;
}
.modal-shops__dropdown {
  margin-top: 1.714285714285714rem;
  width: 15.428571428571429rem;
}
@media only screen and (max-width: 992px) {
  .modal-shops__dropdown {
    width: 100%;
  }
}
.modal-shops__dropdown .ui.selection.dropdown {
  position: relative;
  padding: 0.571428571428571rem 0.571428571428571rem 0.571428571428571rem 0.857142857142857rem;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-shops__dropdown .ui.selection.dropdown>.dropdown.icon {
  right: 0.357142857142857rem;
}
.modal-shops__dropdown .menu.transition,
.modal-shops__dropdown .menu.transition.visible {
  top: 3.428571428571428rem;
  max-height: none !important;
}
.modal-shops__dropdown .ui.selection.dropdown .menu>.item {
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.714285714285714rem;
}
.modal-shops__dropdown .ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 500;
}
.modal-shops label {
  position: absolute;
  top: -0.642857142857143rem;
  left: 0.571428571428571rem;
  width: 3.071428571428572rem;
  text-align: center;
  overflow: hidden;
  background: #fff;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
  color: #71347f;
}
.modal-shops__list {
  margin-top: 1.714285714285714rem;
}
.modal-shops__item {
  margin-right: 4.642857142857143rem;
  max-width: 16.785714285714285rem;
  width: 100%;
}
@media only screen and (max-width: 766px) {
  .modal-shops__item {
    margin-right: 1.928571428571429rem;
    max-width: 13rem;
  }
}
@media only screen and (max-width: 766px) {
  .modal-shops__item .shops__item-address {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
@media only screen and (max-width: 766px) {
  .modal-shops__item .shops__item-work-time {
    font-size: 1.071428571428571rem;
    line-height: 2rem;
  }
}
.modal-shops__item-wrapper {
  margin-top: 1.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .modal-shops__item-wrapper {
    margin-top: 1.142857142857143rem;
  }
}
.modal-shops__in-stock {
  color: #84bd00;
}
@media only screen and (max-width: 766px) {
  .modal-shops__in-stock {
    white-space: nowrap;
  }
}
.modal-shops__in-stock span.modal-shops__in-stock-number:before {
  content: attr(data-number);
}
.not-in-stock .modal-shops__in-stock {
  display: none;
}
.modal-shops__not-in-stock {
  display: none;
  color: #8f8f8f;
}
@media only screen and (max-width: 766px) {
  .modal-shops__not-in-stock {
    white-space: nowrap;
  }
}
.not-in-stock .modal-shops__not-in-stock {
  display: block;
}
.modal-shops__map-container {
  margin: -2.857142857142857rem -2.857142857142857rem -2.857142857142857rem 0;
  width: 100%;
  border-top-right-radius: 0.428571428571429rem;
  border-bottom-right-radius: 0.428571428571429rem;
  overflow: hidden;
}
.modal-shops__list>.modal-shops__item-wrapper {
  display: none;
}
.modal-shops__list>.modal-shops__item-wrapper.js-filtered {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 992px) {
  .modal-shops__list>.modal-shops__item-wrapper.js-filtered {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.modal-review__rating {
  margin-top: 1.142857142857143rem;
}
.modal-review .ui.rating {
  margin-top: 0.857142857142857rem;
}
.modal-review .ui.rating svg {
  height: 1.714285714285714rem !important;
  width: 1.714285714285714rem !important;
}
.modal-review__input {
  margin-top: 2.857142857142857rem;
}
.modal-review__input .field {
  margin: 0 !important;
}
.modal-review textarea {
  margin-top: 1.142857142857143rem !important;
  min-height: 0 !important;
  height: 6.857142857142857rem !important;
  resize: none !important;
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
}
.modal-review__btn {
  margin-top: 1.714285714285714rem;
}
.modal-review__btn .ui.button {
  height: 3.428571428571428rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
.modal-resume__form {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .modal-resume__form {
    margin-top: 1.428571428571429rem;
  }
}
.modal-resume__input {
  margin-top: 1.142857142857143rem;
}
.modal-resume__input:first-child {
  margin-top: 0;
}
.modal-resume__upload {
  margin-top: 1.142857142857143rem;
}
.modal-resume__upload-text {
  margin-top: 0.857142857142857rem;
  font-weight: 500;
}
@media only screen and (max-width: 766px) {
  .modal-resume__upload-text {
    font-size: 0.928571428571429rem;
    line-height: 1.285714285714286rem;
  }
}
.modal-resume__upload-btn input {
  display: none;
}
.modal-resume__upload-btn .ui.button {
  height: 3.428571428571428rem;
  padding-top: 0.928571428571429rem !important;
  padding-bottom: 0.928571428571429rem !important;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.modal-resume__upload-btn .ui.button svg.icon {
  vertical-align: initial !important;
  fill: #71347f;
}
.modal-resume__upload-error {
  margin-top: 1.428571428571429rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-resume__upload-error-text {
  color: #c8102e !important;
  font-weight: 500;
}
@media only screen and (max-width: 766px) {
  .modal-resume__upload-error-text {
    font-size: 0.928571428571429rem;
    line-height: 1.285714285714286rem;
  }
}
.modal-resume__upload-error-text span {
  color: #8f8f8f;
}
.modal-resume__upload-error-icon {
  line-height: 0;
}
.modal-resume__upload-error-icon svg.icon {
  height: 0.857142857142857rem;
  width: 0.857142857142857rem;
  fill: #c8102e;
}
.modal-resume__upload-btn .ui.button,
.modal-resume__upload-btn font-size rem(15) !important,
.modal-resume__upload-btn line-height rem(22) !important,
.modal-resume__upload-btn font-weight 700 !important,
.modal-resume__upload-btn color $primary !important,
.modal-resume__upload-btn svg.icon {
  width: 0.785714285714286rem;
  height: 1.428571428571429rem;
  vertical-align: text-bottom !important;
}
.modal-resume__upload-success {
  margin-top: 1.428571428571429rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-resume__upload-success-icon-file {
  margin-right: 1.071428571428571rem;
}
.modal-resume__upload-success-icon-file svg.icon {
  width: 1.357142857142857rem;
  height: 1.714285714285714rem;
  fill: #71347f !important;
}
.modal-resume__upload-success-text {
  font-weight: 500;
}
@media only screen and (max-width: 766px) {
  .modal-resume__upload-success-text {
    font-size: 0.928571428571429rem;
    line-height: 1.285714285714286rem;
  }
}
.modal-resume__upload-success-icon-close {
  line-height: 0;
}
.modal-resume__upload-success-icon-close svg.icon {
  height: 0.857142857142857rem;
  width: 0.857142857142857rem;
  fill: #c8102e;
}
.modal-resume__upload-progress {
  margin-top: 1.142857142857143rem;
  position: relative;
}
.modal-resume__upload-progress .ui.progress {
  margin: 0;
  height: 3.428571428571428rem;
  background: #f1f1f1;
}
.modal-resume__upload-progress .ui.progress .bar {
  height: 100%;
  background-color: #b89abf;
}
.modal-resume__upload-progress-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.modal-resume__btn {
  margin-top: 1.142857142857143rem;
}
.modal-resume__btn .ui.button.disabled {
  background-color: #e3e3e3;
  color: #8f8f8f;
}
.modal-resume__policy {
  margin-top: 1.142857142857143rem !important;
  display: block;
  color: #8f8f8f !important;
}
@media only screen and (max-width: 766px) {
  .modal-resume__policy {
    font-size: 0.928571428571429rem;
    line-height: 1.285714285714286rem;
  }
}
.modal-return__product {
  margin-top: 1.714285714285714rem;
  padding: 0.785714285714286rem 0 0.785714285714286rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .modal-return__product {
    margin-top: 1.142857142857143rem;
    padding: 1.071428571428571rem 0 1.071428571428571rem;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.modal-return__product-image {
  margin-right: 1.142857142857143rem;
  padding: 0.285714285714286rem;
  position: relative;
  min-width: 5.714285714285714rem;
  width: 5.714285714285714rem;
  min-height: 6.857142857142857rem;
  height: 6.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .modal-return__product-image {
    margin-right: 0.857142857142857rem;
    min-width: 3.285714285714286rem;
    width: 3.285714285714286rem;
    min-height: 4rem;
    height: 4rem;
  }
}
.modal-return__product-image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-return__product-name {
  margin-right: auto;
  max-width: 18.928571428571427rem;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .modal-return__product-name {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
    max-width: 100%;
  }
}
.modal-return__product-quantity {
  margin-right: auto;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
@media only screen and (max-width: 766px) {
  .modal-return__product-quantity {
    margin-right: 0;
    margin-left: 1.071428571428571rem;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.modal-return__product-sum {
  font-weight: 700;
}
.modal-return__product-name .modal-return__product-sum {
  margin-top: 0.857142857142857rem;
}
.modal-return__why {
  margin-top: 1.714285714285714rem;
}
.modal-return__why-checkboxes {
  margin-top: 1.142857142857143rem;
}
.modal-return__why-checkbox {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .modal-return__why-checkbox {
    margin-top: 1.142857142857143rem;
  }
}
.modal-return__why-checkbox:first-child {
  margin-top: 0;
}
.modal-return__why-textarea {
  margin-top: 1.714285714285714rem;
}
.modal-return__why-textarea textarea {
  min-height: 0 !important;
  height: 6.857142857142857rem !important;
  resize: none !important;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
.modal-return__btn {
  margin-top: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 766px) {
  .modal-return__btn {
    width: 100%;
  }
}
.modal-return__btn .ui.button {
  margin: 0;
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  height: 3.428571428571428rem;
  min-width: 10.571428571428571rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
@media only screen and (max-width: 766px) {
  .modal-return__btn .ui.button {
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .modal-return-complete .ui.header {
    max-width: calc(209 / 240 * 100%);
  }
}
.modal-return-complete__text {
  margin-top: 1.142857142857143rem;
  max-width: 27.142857142857142rem;
}
@media only screen and (max-width: 766px) {
  .modal-return-complete__text {
    max-width: calc(221 / 240 * 100%);
  }
}
.modal-remove__text {
  margin-top: 1.142857142857143rem;
}
.modal-remove__btn {
  margin-top: 1.714285714285714rem;
}
.modal-remove__btn .ui.button {
  margin: 0;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
}
@media only screen and (max-width: 766px) {
  .modal-remove__btn .ui.button {
    width: 100%;
  }
}
.person-popup {
  margin: 0.214285714285714rem 0 0 0 !important;
  padding: 1.142857142857143rem !important;
}
.person-popup__text {
  white-space: normal !important;
  color: #353535;
}
.person-popup__btn-log-in {
  margin-top: 1.714285714285714rem;
}
.person-popup__btn .ui.button {
  font-size: 1.071428571428571rem !important;
  line-height: 1.571428571428571rem !important;
  padding-top: 0.642857142857143rem;
  padding-bottom: 0.642857142857143rem;
}
.person-popup__log-out-name {
  font-size: 1.285714285714286rem;
  line-height: 2rem;
  font-weight: 700;
}
.person-popup__log-out-phone {
  font-size: 1rem;
  line-height: 1.714285714285714rem;
  color: #8f8f8f;
}
.person-popup__btn-log-out {
  margin-top: 0.571428571428571rem;
  cursor: pointer;
}
.custom-input .ui.input {
  height: 3.428571428571428rem;
  width: 100%;
}
.custom-input .ui.input input {
  position: relative;
  font-size: 1.142857142857143rem;
  line-height: 1.571428571428571rem;
  font-weight: 500;
  border: 2px solid #e3e3e3 !important;
}
.custom-input .ui.input input:focus {
  border: 2px solid #b89abf !important;
}
.custom-input .ui.input input:focus + label {
  padding: 0 0.214285714285714rem;
  top: 0.071428571428571rem;
  overflow: hidden;
  background: #fff;
  width: fit-content;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
}
.custom-input .ui.input input:focus {
  border-color: #71347f;
}
.error .custom-input .ui.input input {
  background-color: #fff !important;
  border: 2px solid #c8102e !important;
  color: #353535 !important;
}
.custom-input__error {
  margin-top: 0.571428571428571rem;
}
.custom-input__error .ui.error.message {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c8102e;
}
.custom-input__error .ui.error.message ul {
  margin: 0;
  padding: 0;
}
.custom-input__error .ui.error.message ul li {
  list-style: none;
}
.custom-input label {
  position: absolute;
  top: 50%;
  left: 0.714285714285714rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
  color: #8f8f8f;
}
@media only screen and (max-width: 766px) {
  .custom-input label {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.custom-input:hover label {
  padding: 0 0.214285714285714rem;
  top: 0.071428571428571rem;
  overflow: hidden;
  background: #fff;
  width: fit-content;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
}
.custom-input.not-complete label {
  padding: 0 0.214285714285714rem;
  top: 0.071428571428571rem;
  overflow: hidden;
  background: #fff;
  width: fit-content;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
}
.ui.form .field.field input:-webkit-autofill,
.ui.form .field.field input:-webkit-autofill:focus {
  border-color: #71347f !important;
}
.custom-textarea {
  position: relative;
  line-height: 0;
}
.custom-textarea textarea {
  height: 100%;
  width: 100%;
  font-size: 1.142857142857143rem;
  line-height: 1.571428571428571rem;
  font-weight: 500;
  border: 2px solid #e3e3e3 !important;
  resize: none;
}
.custom-textarea label {
  padding: 0 0.214285714285714rem;
  position: absolute;
  top: -0.5rem;
  left: 0.714285714285714rem;
  overflow: hidden;
  background: #fff;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
  font-weight: 500;
  color: #71347f;
}
.custom-textarea__close-btn {
  position: absolute;
  top: 1.142857142857143rem;
  right: 1.142857142857143rem;
  line-height: 0;
  cursor: pointer;
}
.custom-textarea__close-btn svg.icon {
  width: 0.857142857142857rem;
  height: 0.857142857142857rem;
  fill: #71347f;
}
.personal-data__form {
  margin-top: 1.928571428571429rem;
}
@media only screen and (max-width: 993px) {
  .personal-data__form {
    margin-top: 1.714285714285714rem;
  }
}
.personal-data__input {
  margin-top: 1.357142857142857rem;
}
@media only screen and (max-width: 993px) {
  .personal-data__input {
    margin-top: 2.285714285714286rem;
  }
}
.personal-data__input:first-child {
  margin-top: 0;
}
.personal-data__input .custom-input .ui.input input {
  padding-left: 0.714285714285714rem;
}
.personal-data__input .custom-input .ui.input input:focus {
  border: 2px solid #e3e3e3 !important;
}
.personal-data__input .custom-input .ui.input label {
  padding: 0 0.214285714285714rem;
  top: -0.5rem;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  background: #fff;
  width: fit-content;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
  font-weight: 500;
  color: #71347f;
}
.personal-data__btn {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 993px) {
  .personal-data__btn {
    margin-top: 4.785714285714286rem;
  }
}
.personal-data__btn .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
.personal-data__btn-exit-mobile {
  margin-top: 1.142857142857143rem;
}
.orders__content {
  margin-top: 1.928571428571429rem;
}
@media only screen and (max-width: 993px) {
  .orders__content {
    margin-top: 1.142857142857143rem;
  }
}
.orders__block:first-child .orders__row:first-child {
  padding-top: 0;
  padding-bottom: 0.571428571428571rem;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  color: #8f8f8f;
  cursor: auto;
}
@media only screen and (max-width: 993px) {
  .orders__block:first-child .orders__row:first-child {
    padding-bottom: 0.357142857142857rem;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.orders__row {
  padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem 1.285714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 993px) {
  .orders__row {
    margin: 0 -1.142857142857143rem;
    padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.orders__row.isOpen {
  background-color: #f1f1f1;
}
.orders__date-number {
  padding-right: 2.142857142857143rem;
  max-width: 24.428571428571427rem;
  min-width: 14.857142857142858rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__date-number {
    padding: 0;
    min-width: 0;
    max-width: 100%;
    width: calc((120 / 288) * 100%);
  }
}
.orders__quantity {
  padding-right: 2.142857142857143rem;
  max-width: 11rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__quantity {
    padding-right: 0;
    max-width: 100%;
    width: calc((91 / 288) * 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.orders__status {
  padding-right: 2.142857142857143rem;
  max-width: 13.071428571428571rem;
  min-width: 10.428571428571429rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__status {
    margin-top: 0.571428571428571rem;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    width: 80%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.orders__status_grey {
  color: #8f8f8f;
}
.orders__status_orange {
  color: #ed8b00;
}
.orders__status_red {
  color: #c8102e;
}
.orders__status_green {
  color: #84bd00;
}
.orders__return {
  padding-right: 2.142857142857143rem;
  max-width: 10.214285714285714rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__return {
    display: none;
  }
}
.orders__sum {
  padding-right: 2.142857142857143rem;
  max-width: 13.285714285714286rem;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 993px) {
  .orders__sum {
    padding-right: 0;
    max-width: 100%;
    width: calc((77 / 288) * 100%);
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.orders__dropdown-icon {
  line-height: 0;
}
@media only screen and (max-width: 993px) {
  .orders__dropdown-icon {
    margin-top: 1.142857142857143rem;
    padding-right: 0.285714285714286rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 20%;
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
.orders__dropdown-icon svg.icon {
  width: 0.442857142857143rem;
  height: 0.392857142857143rem;
}
.isOpen .orders__dropdown-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 993px) {
  .isOpen .orders__dropdown-icon {
    padding-right: 0;
    padding-left: 0.285714285714286rem;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.orders__product {
  padding: 0.857142857142857rem 0 0.785714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
@media only screen and (max-width: 993px) {
  .orders__product {
    margin: 0 -1.142857142857143rem;
    padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.orders__product:last-child {
  padding-bottom: 2.285714285714286rem;
}
@media only screen and (max-width: 993px) {
  .orders__product:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.orders__product.returned {
  color: #8f8f8f !important;
}
.orders__product-inner-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 993px) {
  .orders__product-inner-row {
    width: 70%;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.orders__product-image {
  position: relative;
  margin-right: 1.142857142857143rem;
  padding: 0.285714285714286rem;
  min-width: 5.714285714285714rem;
  width: 5.714285714285714rem;
  min-height: 6.857142857142857rem;
  height: 6.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .orders__product-image {
    min-width: 3.285714285714286rem;
    width: 3.285714285714286rem;
    min-height: 4rem;
    height: 4rem;
  }
}
.orders__product-image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.orders__product-name {
  padding-right: 7.142857142857143rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 26.428571428571427rem;
  width: 100%;
}
@media only screen and (max-width: 1450px) {
  .orders__product-name {
    padding-right: 4.285714285714286rem;
  }
}
@media only screen and (max-width: 993px) {
  .orders__product-name {
    padding-right: 0;
    max-width: 100%;
    width: 90%;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.orders__product-quantity {
  padding-right: 2.142857142857143rem;
  max-width: 16.428571428571427rem;
  width: 100%;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
@media only screen and (max-width: 1450px) {
  .orders__product-quantity {
    max-width: 5rem;
  }
}
@media only screen and (max-width: 993px) {
  .orders__product-quantity {
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 100%;
    width: 10%;
  }
}
.orders__product-prices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.orders__product-prices-wrapper {
  padding-right: 2.142857142857143rem;
  max-width: 10.428571428571429rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 993px) {
  .orders__product-prices-wrapper {
    margin-top: 0.857142857142857rem;
    padding-right: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.orders__product-price {
  font-weight: 700;
}
.orders__product-old-price {
  margin-left: 0.571428571428571rem;
  text-decoration: line-through;
  color: #8f8f8f;
}
.orders__product-discount-price {
  margin-top: 0.142857142857143rem;
  color: #c8102e;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
@media only screen and (max-width: 993px) {
  .orders__product-discount-price {
    margin-top: 0;
  }
}
.orders__product-return {
  max-width: 15.285714285714286rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 993px) {
  .orders__product-return {
    margin-top: 1.142857142857143rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .orders__product-return-btn {
    width: 100%;
  }
}
.orders__product-return-btn .ui.button {
  margin: 0;
  padding-top: 0.642857142857143rem;
  padding-bottom: 0.642857142857143rem;
  min-width: 8.571428571428571rem;
  color: #71347f;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
@media only screen and (max-width: 993px) {
  .orders__product-return-btn .ui.button {
    width: 100%;
  }
}
.orders__product-returned {
  color: #8f8f8f;
}
.orders__description {
  padding: 1.714285714285714rem 0 2.785714285714286rem;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
@media only screen and (max-width: 993px) {
  .orders__description {
    padding-top: 2.285714285714286rem;
  }
}
.orders__description-header {
  font-size: 1.285714285714286rem;
  line-height: 2rem;
  font-weight: 700;
}
.orders__description-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 993px) {
  .orders__description-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orders__description-delivery {
  padding-right: 4rem;
  max-width: 25.714285714285715rem;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .orders__description-delivery {
    padding-right: 2.142857142857143rem;
  }
}
@media only screen and (max-width: 993px) {
  .orders__description-delivery {
    padding-right: 0;
    max-width: 100%;
  }
}
.orders__description-delivery-text {
  margin-top: 0.571428571428571rem;
}
.orders__description-delivery-date {
  margin-top: 1.142857142857143rem;
}
.orders__description-payment {
  padding-right: 2.142857142857143rem;
  max-width: 17.142857142857142rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__description-payment {
    margin-top: 1.714285714285714rem;
    padding-right: 0;
    max-width: 100%;
  }
}
.orders__description-payment-val {
  margin-top: 0.571428571428571rem;
}
.orders__description-payment-logo {
  margin-top: 1rem;
  width: 4.357142857142857rem;
  height: 1.714285714285714rem;
}
.orders__description-payment-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.orders__description-destination {
  padding-right: 2.142857142857143rem;
  max-width: 17.142857142857142rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .orders__description-destination {
    margin-top: 1.714285714285714rem;
    padding-right: 0;
    max-width: 100%;
  }
}
.orders__description-destination-text {
  margin-top: 0.571428571428571rem;
}
.orders__description-total {
  min-width: 11.428571428571429rem;
}
@media only screen and (max-width: 993px) {
  .orders__description-total {
    margin-top: 1.714285714285714rem;
    padding-right: 0;
    max-width: 100%;
    min-width: 100%;
  }
}
.orders__description-total-sum {
  margin-top: 0.571428571428571rem;
  font-size: 1.428571428571429rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
}
.orders__description-total-status {
  margin-top: 0.857142857142857rem;
}
.orders__description-buttons {
  margin-top: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 993px) {
  .orders__description-buttons {
    margin-top: 2.285714285714286rem;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orders__description-buttons .ui.button {
  margin: 0;
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  min-width: 8.571428571428571rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
@media only screen and (max-width: 993px) {
  .orders__description-buttons .ui.button {
    width: 100%;
  }
}
.orders__description-button-cancel {
  margin-right: 1.714285714285714rem;
}
@media only screen and (max-width: 993px) {
  .orders__description-button-cancel {
    margin-right: 0;
  }
}
.orders__description-button-cancel .ui.button {
  color: #71347f;
}
@media only screen and (max-width: 993px) {
  .orders__description-button-pay {
    margin-top: 1.714285714285714rem;
  }
}
.orders__description-button-pay .ui.button {
  min-width: 15.428571428571429rem;
}
.orders-mobile__content {
  margin-top: 0.928571428571429rem;
}
.orders-mobile__row {
  padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 766px) {
  .orders-mobile__row {
    margin: 0 -1.142857142857143rem;
  }
}
.orders-mobile__row.isOpen {
  background-color: #f1f1f1;
}
.orders-mobile__row.disabled {
  padding: 0 1.142857142857143rem 0.571428571428571rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.orders-mobile__number-date-wrapper {
  -webkit-flex-basis: calc((115 / 288) * 100%);
  flex-basis: calc((115 / 288) * 100%);
}
.orders-mobile__number-date-status {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 420px) {
  .orders-mobile__number-date-status {
    width: 8.214285714285714rem;
    white-space: nowrap;
  }
}
.orders-mobile__quantity {
  -webkit-flex-basis: calc((96 / 288) * 100%);
  flex-basis: calc((96 / 288) * 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.orders-mobile__total {
  -webkit-flex-basis: calc((77 / 288) * 100%);
  flex-basis: calc((77 / 288) * 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.orders-mobile__total-sum {
  font-weight: 700;
}
.orders-mobile__total-dropdown-icon {
  margin: 0;
  padding: 0 0.357142857142857rem 0.714285714285714rem 0;
  line-height: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.orders-mobile__total-dropdown-icon svg.icon {
  width: 0.571428571428571rem;
  height: 0.428571428571429rem;
}
.isOpen .orders-mobile__total-dropdown-icon {
  padding: 0;
  margin: 0.714285714285714rem 0.357142857142857rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.orders-mobile__product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.orders-mobile__product-wrapper {
  padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .orders-mobile__product-wrapper {
    margin: 0 -1.142857142857143rem;
    padding: 1.142857142857143rem 1.142857142857143rem 1.071428571428571rem;
  }
}
.orders-mobile__product-wrapper:first-child {
  padding: 1.428571428571429rem 1.142857142857143rem 1.071428571428571rem;
}
.orders-mobile__product-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.orders-mobile__product-image {
  position: relative;
  margin-right: 0.857142857142857rem;
  padding: 0.285714285714286rem;
  min-width: 5.714285714285714rem;
  width: 5.714285714285714rem;
  min-height: 6.857142857142857rem;
  height: 6.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .orders-mobile__product-image {
    padding: 0.214285714285714rem;
    min-width: 3.285714285714286rem;
    width: 3.285714285714286rem;
    min-height: 4rem;
    height: 4rem;
  }
}
.orders-mobile__product-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.orders-mobile__product-description {
  margin-right: auto;
  -webkit-flex-basis: calc((182 / 288) * 100%);
  flex-basis: calc((182 / 288) * 100%);
}
.orders-mobile__product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.orders-mobile__product-prices {
  margin-top: 0.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
.orders-mobile__product-price {
  font-weight: 700;
}
.orders-mobile__product-price-old {
  margin-left: 0.571428571428571rem;
  text-decoration: line-through;
  color: #8f8f8f;
}
.orders-mobile__product-quantity-discount {
  padding-right: 0.428571428571429rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.orders-mobile__product-quantity {
  font-weight: 700;
}
.orders-mobile__product-discount {
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
.orders-mobile__description {
  margin: 3.142857142857143rem -1.142857142857143rem 0;
  padding: 0 1.142857142857143rem 1.714285714285714rem;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
}
.orders-mobile__description-delivery-text {
  margin-top: 0.571428571428571rem;
}
.orders-mobile__description-delivery-date {
  margin-top: 1.142857142857143rem;
}
.orders-mobile__description-payment {
  margin-top: 1.714285714285714rem;
}
.orders-mobile__description-payment-logo {
  margin-top: 1rem;
  width: 4.357142857142857rem;
  height: 1.714285714285714rem;
}
.orders-mobile__description-payment-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.orders-mobile__description-destination {
  margin-top: 1.714285714285714rem;
}
.orders-mobile__description-destination-text {
  margin-top: 0.571428571428571rem;
}
.orders-mobile__description-total {
  margin-top: 1.714285714285714rem;
}
.orders-mobile__description-total-sum {
  margin-top: 0.571428571428571rem;
  font-size: 1.428571428571429rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
}
.orders-mobile__description-buttons {
  margin-top: 2.285714285714286rem;
}
.orders-mobile__description-buttons .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
.orders-mobile__description-button-cancel .ui.button {
  color: #71347f;
}
.orders-mobile__description-button-pay {
  margin-top: 1.714285714285714rem;
}
.orders-mobile__return {
  margin-top: 1.142857142857143rem;
}
.orders-mobile__return-btn .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.orders-mobile__return-returned {
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .orders-mobile__return-returned {
    text-align: left;
  }
}
.counter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: fit-content;
}
.counter .ui.button {
  margin-right: 0;
}
.counter .ui.button svg.icon {
  stroke: #71347f;
}
.counter input {
  border: none;
  width: 60px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  background: none;
}
.counter input:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}
.fields-delivery {
  width: 100%;
}
.fields-delivery__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .fields-delivery__row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fields-delivery__field-apartment {
  margin-right: 1.142857142857143rem;
  width: calc(196 / 436 * 100%);
}
@media only screen and (max-width: 766px) {
  .fields-delivery__field-apartment {
    width: calc(50% - 8px);
  }
}
.fields-delivery__field-floor {
  margin-right: 1.142857142857143rem;
  width: calc(96 / 436 * 100%);
}
@media only screen and (max-width: 766px) {
  .fields-delivery__field-floor {
    margin-right: 0;
    width: calc(50% - 8px);
  }
}
.fields-delivery__field-intercom {
  width: calc(112 / 436 * 100%);
}
@media only screen and (max-width: 993px) {
  .fields-delivery__field-intercom {
    width: auto;
  }
}
@media only screen and (max-width: 766px) {
  .fields-delivery__field-intercom {
    margin-top: 1.714285714285714rem;
    width: 100%;
  }
}
.fields-delivery__field-comment {
  margin-top: 1.142857142857143rem;
}
.fields-delivery .custom-input input:focus + label {
  color: #71347f;
}
.fields-delivery .custom-input.not-complete label {
  color: #71347f;
}
.calendar {
  height: 5.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: auto;
}
.calendar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.calendar__item {
  margin-right: 0.571428571428571rem;
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.714285714285714rem;
  border: 2px solid #e3e3e3;
  border-radius: 0.428571428571429rem;
  cursor: pointer !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.calendar__item:last-child {
  margin-right: 0;
}
.calendar__item.active {
  border-color: #71347f;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.calendar__item-date {
  color: inherit;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.active .calendar__item-date {
  color: #71347f;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.calendar__item-day {
  margin-top: 0.285714285714286rem;
}
.calendar__item-prev,
.calendar__item-next {
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 766px) {
  .calendar__item-prev,
  .calendar__item-next {
    display: none;
  }
}
.calendar__item-prev {
  left: -1.428571428571429rem;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.calendar__item-next {
  right: -1.428571428571429rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.order-info__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 993px) {
  .order-info__row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-info__address {
  padding-right: 1.428571428571429rem;
  max-width: 23.714285714285715rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .order-info__address {
    padding-right: 0;
    max-width: 100%;
  }
}
.order-info__address-description {
  margin-top: 0.571428571428571rem;
}
.order-info__address-date {
  margin-top: 1.142857142857143rem;
}
.order-info__payment {
  padding-right: 1.428571428571429rem;
  max-width: 15.571428571428571rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .order-info__payment {
    margin-top: 1.714285714285714rem;
    padding-right: 0;
    max-width: 100%;
  }
}
.order-info__payment-caption {
  margin-top: 1rem;
  width: 4.317142857142857rem;
  height: 1.714285714285714rem;
}
.order-info__payment-caption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.order-info__payment-type {
  margin-top: 0.571428571428571rem;
}
.order-info__definition {
  padding-right: 1.428571428571429rem;
  max-width: 13.071428571428571rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .order-info__definition {
    margin-top: 1.714285714285714rem;
    padding-right: 0;
    max-width: 100%;
  }
}
.order-info__definition-text {
  margin-top: 0.571428571428571rem;
}
.order-info__sum {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 993px) {
  .order-info__sum {
    margin-top: 1.714285714285714rem;
  }
}
.order-info__sum-price {
  margin-top: 0.571428571428571rem;
  font-size: 1.428571428571429rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
}
.main-banners {
  height: 100%;
}
.main-banners-wrapper {
  margin-top: 4.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .main-banners-wrapper {
    margin-top: 2.285714285714286rem;
  }
}
.main-banner-left {
  display: block;
  width: 100%;
  height: 31.428571428571427rem;
  border-radius: 0.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .main-banner-left {
    height: 15.785714285714286rem;
  }
}
@media only screen and (max-width: 400px) {
  .main-banner-left {
    height: 8.571428571428571rem;
  }
}
.main-banner-left-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3.428571428571428rem;
  height: 100%;
  width: 100%;
  background-image: url("/images/main-banner-left.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media only screen and (max-width: 766px) {
  .main-banner-left-inner {
    padding: 1.714285714285714rem;
  }
}
.main-banner-left__btn {
  width: fit-content;
}
.main-banner-left__btn svg {
  width: 2.857142857142857rem;
  height: 2.857142857142857rem;
  fill: #fff;
}
.main-banner-left__text {
  color: #fff;
}
.main-banner-left__title {
  font-size: 2.285714285714286rem;
  line-height: 2.857142857142857rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.main-banner-left__description {
  margin-top: 0.571428571428571rem;
}
.main-creation-wrapper {
  margin-top: 4.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .main-creation-wrapper {
    margin-top: 2.285714285714286rem;
  }
}
.main-creation-banner__text .ui.large.header {
  margin: 0;
}
@media only screen and (max-width: 1009px) {
  .main-creation-slider .product-card {
    width: 100%;
  }
}
.main-creation-slider-wrapper {
  margin-top: -0.714285714285714rem;
}
.main-creation-slider__btn svg {
  width: 2.857142857142857rem;
  height: 2.857142857142857rem;
}
.main-news {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .main-news {
    margin-top: 1.214285714285714rem;
  }
}
.main-news .ui.grid {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .main-news .ui.grid {
    overflow: auto;
  }
  .main-news .ui.grid::-webkit-scrollbar {
    height: 0;
  }
  .main-news .ui.grid .column {
    min-width: 17.857142857142858rem;
  }
}
@media only screen and (max-width: 450px) {
  .main-news .ui.grid .column {
    min-width: 16.857142857142858rem;
  }
}
.main-news__title {
  line-height: 2rem !important;
}
@media only screen and (max-width: 992px) {
  .main-news__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.main-news-wrapper {
  margin-top: 4.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .main-news-wrapper {
    margin-top: 2.285714285714286rem;
  }
}
.main-news-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-news__image {
  max-width: 24rem;
  min-width: 15.142857142857142rem;
  width: 100%;
  height: 15.714285714285714rem;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
.main-news__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 766px) {
  .main-news__image {
    height: 9.928571428571429rem;
  }
}
.main-news__text {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .main-news__text {
    margin-top: 1rem;
  }
}
.main-news__description {
  margin-top: 0.857142857142857rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.catalog {
  margin-top: 1.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .catalog {
    margin-top: 0.571428571428571rem;
  }
}
.catalog-header {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.catalog-header.vertical-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.catalog-header .ui.large.header {
  margin: 0;
}
.catalog-header .ui.large.header.hidden {
  display: none;
}
.catalog-header span {
  margin-left: 1.142857142857143rem;
  color: #8f8f8f;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.catalog-header__return-back {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.catalog-header__return-back .ui.header {
  margin: 0;
}
.catalog-header__return-back-icon {
  display: none;
  margin-right: 1.071428571428571rem;
  line-height: 0;
}
.catalog-header.active .catalog-header__return-back-icon {
  display: block;
}
@media only screen and (max-width: 992px) {
  .catalog-header-subcategory .catalog-header__return-back-icon {
    display: block;
  }
  .catalog-header-subcategory .catalog-header__return-back-icon svg {
    fill: #2787f5 !important;
  }
}
.catalog-header__return-back-icon svg {
  width: 1.5rem;
  height: 1.071428571428571rem;
}
.catalog-body {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .catalog-body {
    margin-top: 1.428571428571429rem;
  }
}
.catalog-body.catalog-category .catalog-filter.ui.sidebar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .catalog-filter.ui.sidebar {
    display: block;
    position: static;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto !important;
    max-height: none;
    visibility: visible;
  }
}
.catalog-banner {
  position: relative;
  margin-bottom: 2.142857142857143rem;
  padding: 2.214285714285714rem 2.214285714285714rem 1.642857142857143rem 3.428571428571428rem;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 766px) {
  .catalog-banner {
    margin-bottom: 1.285714285714286rem;
    padding: 2.285714285714286rem 1.714285714285714rem;
    min-height: 8.571428571428571rem;
  }
}
.catalog-banner .ui.huge.header {
  margin-top: 0;
  margin-bottom: 0.857142857142857rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 766px) {
  .catalog-banner .ui.huge.header {
    margin: 0;
  }
}
.catalog-banner__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
}
.catalog-category .catalog-banner__inner {
  width: 60%;
  background-position: bottom;
}
@media only screen and (max-width: 992px) {
  .catalog-banner__inner {
    width: 52%;
  }
}
.catalog-cards {
  margin-top: 1.714285714285714rem;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 766px) {
  .catalog-cards {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.catalog-cards__inner {
  margin-top: 2.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .catalog-cards__inner {
    margin-top: 1.285714285714286rem;
  }
}
.catalog-category .catalog-cards__inner {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .catalog-category .catalog-cards__inner {
    margin-top: 2rem;
  }
}
.catalog-subcategory .catalog-cards__inner {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .catalog-subcategory .catalog-cards__inner {
    margin-top: 2rem;
  }
}
.catalog-cards .ui.grid {
  margin-top: -1.428571428571429rem;
  margin-bottom: -1.428571428571429rem;
}
.catalog-cards .ui.grid .five.column.row {
  padding: 0;
}
.catalog-cards .ui.grid .column {
  padding-top: 1.428571428571429rem;
  padding-bottom: 1.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .catalog-cards .ui.grid .column {
    padding-top: 0.857142857142857rem;
    padding-bottom: 0.857142857142857rem;
  }
}
.catalog-sorting-dropdown {
  width: 15.428571428571429rem;
}
.catalog-sorting-dropdown .ui.selection.dropdown {
  padding: 0.571428571428571rem 0.571428571428571rem 0.571428571428571rem 0.857142857142857rem;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.catalog-sorting-dropdown .ui.selection.dropdown>.dropdown.icon {
  right: 0.357142857142857rem;
}
.catalog-sorting-dropdown .menu.transition,
.catalog-sorting-dropdown .menu.transition.visible {
  top: 3.428571428571428rem;
  max-height: none !important;
}
.catalog-sorting-dropdown .ui.selection.dropdown .menu>.item {
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.714285714285714rem;
}
.catalog-sorting-dropdown .ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 500;
}
.catalog-sorting__filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.catalog-sorting__filter-mobile-btn {
  position: relative;
  cursor: pointer;
}
.catalog-sorting__filter-mobile-btn svg {
  width: 2.857142857142857rem;
  height: 2.857142857142857rem;
}
.catalog-sorting__filter-mobile-btn .ui.red.label {
  padding: 0;
  position: absolute;
  top: -0.5rem;
  right: -0.357142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
  font-size: 0.857142857142857rem;
  line-height: 1rem;
}
.catalog-sorting__labels {
  margin: 1.357142857142857rem -0.357142857142857rem -0.357142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-sorting__labels:empty {
  display: none;
}
.catalog-sorting__label {
  margin-right: 0.785714285714286rem;
  padding: 0.357142857142857rem;
  cursor: pointer;
}
.catalog-sorting__label:last-child {
  margin-right: 0;
}
.catalog-filter .catalog-sorting__label {
  margin-right: 0.571428571428571rem;
  white-space: nowrap;
}
.catalog-slider {
  margin-top: 4.571428571428571rem;
}
.catalog-category__list .header.item {
  font-size: 1.285714285714286rem !important;
  line-height: 2rem !important;
  text-transform: capitalize !important;
}
.catalog-category__list .active.item {
  color: #251b5b !important;
}
@media only screen and (max-width: 992px) {
  .catalog-category__list .active.item {
    color: inherit !important;
    background-color: #f1f1f1 !important;
  }
}
.catalog-category__list .item {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  margin: 0 0 0.857142857142857rem 0 !important;
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  font-weight: 500 !important;
  color: #353535 !important;
}
@media only screen and (max-width: 992px) {
  .catalog-category__list .item {
    margin: 0 -1.142857142857143rem !important;
    padding: 0.571428571428571rem 1.142857142857143rem !important;
  }
  .catalog-category__list .item:first-child {
    padding-top: 0 !important;
  }
}
.catalog-category__list .item:hover {
  color: #251b5b !important;
}
@media only screen and (max-width: 992px) {
  .catalog-category__list .ui.vertical.text.menu {
    margin: -0.571428571428571rem 0;
    width: 100%;
  }
}
.catalog-category.show-cards .mobile-category-list-visible {
  display: none !important;
}
.catalog-category.show-cards .mobile-cards-hidden {
  display: block !important;
}
.catalog-header.active .ui.header.hidden {
  display: block;
}
.catalog-header.active .ui.header.visible {
  display: none;
}
.mobile-catalog__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mobile-catalog .ui.menu {
  margin-top: 2.285714285714286rem !important;
}
.mobile-catalog .ui.menu .item {
  text-align: center;
  padding: 1.142857142857143rem 0 !important;
  font-size: 1.285714285714286rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  color: #251b5b !important;
  border-bottom: 1px solid #e3e3e3 !important;
}
.mobile-catalog .ui.menu .item:last-child {
  border-bottom: none !important;
}
.detail-card {
  margin-top: 0.785714285714286rem;
}
.detail-card .ui.huge.header {
  margin: 0;
}
.detail-card__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.142857142857143rem 0;
}
@media only screen and (max-width: 766px) {
  .detail-card__header {
    position: sticky;
    top: 0;
    background: #fff;
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding: 1.142857142857143rem;
    z-index: 101;
  }
}
.detail-card__header.scrolled {
  min-height: 7.142857142857143rem;
}
.detail-card__header.scrolled .ui.large.header {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
.detail-card__header-return-back {
  margin-top: 0.357142857142857rem;
  margin-right: 1.142857142857143rem;
  display: none;
}
@media only screen and (max-width: 992px) {
  .detail-card__header-return-back {
    display: block;
  }
  .scrolled .detail-card__header-return-back {
    margin-top: 0;
  }
}
.detail-card__header-return-back svg {
  width: 1.285714285714286rem;
  height: 0.857142857142857rem;
}
.detail-card__top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .detail-card__top-row {
    margin-top: 0.571428571428571rem;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.detail-card__labels {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.detail-card__label {
  margin-right: 0.571428571428571rem;
}
.detail-card__label:last-child {
  margin-right: 0;
}
.detail-card__top-rating {
  margin-left: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .detail-card__top-rating {
    margin-left: 0;
    margin-top: 1.142857142857143rem;
  }
}
.detail-card__top-rating .ui.rating svg {
  width: 1.714285714285714rem !important;
  height: 1.714285714285714rem !important;
}
.detail-card__top-rating-val {
  margin-left: 0.571428571428571rem;
  color: #8f8f8f;
}
.detail-card__top-favorite {
  margin-left: 1.714285714285714rem;
}
.detail-card__top-article {
  margin-left: auto;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #8f8f8f;
}
.detail-card__body {
  margin-top: 2.142857142857143rem;
}
@media only screen and (max-width: 992px) {
  .detail-card__body {
    margin-top: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 991px) {
  .detail-card__body .ui.grid .second {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 991px) {
  .detail-card__body .ui.grid .third {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.detail-card__image {
  position: relative;
  padding-bottom: 105.2631578947368%;
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .detail-card__image {
    padding-bottom: 0;
    height: 27.142857142857142rem;
  }
}
@media only screen and (max-width: 766px) {
  .detail-card__image {
    padding-bottom: 0;
    height: 21.714285714285715rem;
  }
}
.detail-card__image-heart-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.detail-card__image-heart-icon svg {
  width: 1.714285714285714rem;
  height: 1.714285714285714rem;
}
.detail-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}
.detail-card__features {
  padding-left: 1.714285714285714rem;
}
@media only screen and (max-width: 992px) {
  .detail-card__features {
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detail-card__features table {
  border-spacing: 0;
}
@media only screen and (max-width: 992px) {
  .detail-card__features table {
    margin-top: 1.714285714285714rem;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 992px) {
  .detail-card__features table tr.mobile-hidden {
    display: none;
    visibility: hidden;
  }
}
.detail-card__features table td {
  padding: 0 0 0.857142857142857rem 0;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
@media only screen and (max-width: 992px) {
  .detail-card__features table td {
    display: block;
  }
  .detail-card__features table td:first-child {
    padding: 0 0 0.285714285714286rem 0;
  }
  .detail-card__features table td:last-child {
    padding: 0 0 0.857142857142857rem 0;
  }
}
.detail-card__features table td:first-child {
  padding-right: 1.714285714285714rem;
  color: #8f8f8f;
  width: 15.5rem;
}
.detail-card__description {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .detail-card__description {
    margin-top: 0.285714285714286rem;
  }
}
.detail-card__description-title {
  font-size: 1.428571428571429rem;
  line-height: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 766px) {
  .detail-card__description-title {
    line-height: 1.857142857142857rem;
  }
}
.detail-card__description-text {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .detail-card__description-text {
    margin-top: 1.142857142857143rem;
  }
}
.detail-card__description-text p {
  margin: 1.714285714285714rem 0 0 0;
  line-height: inherit !important;
}
.detail-card__description-text p:first-child {
  margin: 0;
}
.detail-card__prices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.detail-card__price {
  margin-right: 1.142857142857143rem;
  font-size: 2.285714285714286rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
}
.detail-card__price:last-child {
  margin-right: 0;
}
.detail-card__price_red {
  color: #c8102e;
}
.detail-card__price_old {
  color: #8f8f8f;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 400;
  text-decoration: line-through;
}
.detail-card__buttons {
  margin-top: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.detail-card .counter-label {
  margin-right: 1.714285714285714rem;
  font-size: 1.142857142857143rem;
}
@media only screen and (max-width: 766px) {
  .detail-card .counter-label {
    margin-right: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 766px) {
  .detail-card .ui.button.padded.no-margin {
    min-width: 9.428571428571429rem;
  }
}
.detail-card__in-stock-wrapper {
  margin: 1.714285714285714rem 0 1.142857142857143rem;
}
.detail-card__in-stock_nothing {
  color: #c8102e;
}
.detail-card__discount {
  padding: 1.142857142857143rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 766px) {
  .detail-card__discount {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.detail-card__discount-icon {
  margin-right: 1.357142857142857rem;
  padding-top: 0.428571428571429rem;
}
.detail-card__discount-icon svg {
  fill: #c8102e;
}
.detail-card__logistics {
  padding-top: 0.571428571428571rem;
}
@media only screen and (max-width: 766px) {
  .detail-card__logistics {
    padding-top: 0.357142857142857rem;
  }
}
.detail-card__logistics-block {
  margin-top: 1.071428571428571rem;
}
.detail-card__logistics-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.detail-card__logistics-icon {
  margin-right: 1.142857142857143rem;
}
.detail-card__logistics-icon svg {
  width: 2.285714285714286rem !important;
  height: 2.285714285714286rem !important;
}
.detail-card__logistics-icon.box svg {
  width: 1.928571428571429rem !important;
  height: 1.785714285714286rem !important;
}
.detail-card__logistics-description {
  margin-top: 0.571428571428571rem;
  padding-left: 3.571428571428572rem;
}
.detail-card__logistics-description-inner {
  margin-top: 1.142857142857143rem;
  color: #8f8f8f;
}
.detail-card__reviews {
  margin-top: 4.571428571428571rem;
}
@media only screen and (max-width: 992px) {
  .detail-card__reviews {
    margin-top: 0.714285714285714rem;
  }
}
.detail-card .list-slider-wrapper.recommended {
  margin-top: 0.642857142857143rem;
}
.detail-card .list-slider-wrapper.recommended {
  margin-top: 4.857142857142857rem;
}
.favorites {
  margin-top: 2.285714285714286rem;
}
.favorites__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.favorites__header span {
  margin-left: 1.142857142857143rem;
  color: #8f8f8f;
}
.favorites__cards {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 992px) {
  .favorites__cards {
    margin-top: 1.928571428571429rem;
  }
}
.favorites__nothing {
  text-align: center;
  margin: 7.642857142857143rem 0 13.285714285714286rem;
}
@media only screen and (max-width: 992px) {
  .favorites__nothing {
    margin: 13.571428571428571rem 0 11.071428571428571rem;
  }
}
.favorites__nothing-description {
  margin-top: 0.571428571428571rem;
}
.mobile-favorites__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-company {
  margin-top: 1.928571428571429rem;
}
.about-company__description {
  margin-top: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 766px) {
  .about-company__description {
    margin-top: 1.142857142857143rem;
  }
}
.about-company__text {
  max-width: 64.85714285714286rem;
}
.about-company__logo {
  margin-left: 9.357142857142858rem;
  width: 19.142857142857142rem;
  height: 4.5rem;
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .about-company__logo {
    margin-left: 4.357142857142857rem;
  }
}
.about-company__image {
  margin-top: 3.428571428571428rem;
  height: 26.071428571428573rem;
  border-radius: 0.428571428571429rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .about-company__image {
    margin-top: 1.714285714285714rem;
    height: 13.428571428571429rem;
  }
}
.news-stock {
  margin-top: 1.714285714285714rem;
}
.news-stock__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .news-stock__header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.news-stock__header .ui.secondary.menu {
  margin: 0;
  width: 21.714285714285715rem;
  height: 2.857142857142857rem;
  background-color: #f1f1f1;
  border-radius: 100px;
}
@media only screen and (max-width: 766px) {
  .news-stock__header .ui.secondary.menu {
    margin-top: 1.142857142857143rem;
    width: 20.571428571428573rem;
  }
}
.news-stock__header .ui.secondary.menu .item {
  margin: 0;
  width: 10.857142857142858rem;
  height: 100%;
  border-radius: 100px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
@media only screen and (max-width: 766px) {
  .news-stock__header .ui.secondary.menu .item {
    width: 10.285714285714286rem;
  }
}
.news-stock__header .ui.secondary.menu .item.active {
  color: #fff;
  background-color: #71347f;
}
.news-stock__cards {
  margin-top: 2.285714285714286rem;
}
.news-stock__cards .ui.grid {
  margin-top: -1.428571428571429rem;
  margin-bottom: -1.428571428571429rem;
}
.news-stock__cards .column {
  padding-top: 1.428571428571429rem !important;
  padding-bottom: 1.428571428571429rem !important;
}
.news-stock__card {
  max-width: 24rem;
}
@media only screen and (max-width: 766px) {
  .news-stock__card {
    max-width: 100%;
  }
}
.news-stock__card-image {
  position: relative;
  height: 15.714285714285714rem;
  width: 100%;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .news-stock__card-image {
    height: 13.428571428571429rem;
    width: 100%;
  }
}
.news-stock__card-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-stock__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-stock__card-description {
  margin-top: 1.714285714285714rem;
}
.news-stock__card-title {
  color: #251b5b !important;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-stock__card-text {
  margin-top: 0.857142857142857rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-open {
  margin-top: 1.714285714285714rem;
}
.news-open__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .news-open__header {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
}
.news-open__header-icon {
  margin-right: 1.142857142857143rem;
  line-height: 0;
}
.news-open__header-icon svg {
  width: 1.285714285714286rem;
  height: 0.857142857142857rem;
  fill: #2787f5;
}
.news-open__image {
  margin-top: 2.285714285714286rem;
  height: 38.785714285714285rem;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .news-open__image {
    margin-top: 1.714285714285714rem;
    height: 11.857142857142858rem;
  }
}
.news-open__description {
  margin-top: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .news-open__description {
    margin-top: 1.142857142857143rem;
  }
}
.news-open__description p {
  margin: 1.714285714285714rem 0 0;
}
@media only screen and (max-width: 766px) {
  .news-open__description p {
    margin: 1.142857142857143rem 0 0;
  }
}
.news-open__description p:first-child {
  margin: 0;
}
.news-open__right .ui.header {
  line-height: 2.285714285714286rem;
}
.news-open__any {
  margin-top: 3.428571428571428rem;
  display: block;
}
.news-open__any:first-child {
  margin-top: 0;
}
.news-open__any-news {
  margin-top: 1.928571428571429rem;
}
.news-open__any-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
  height: 15.714285714285714rem;
  max-width: 24rem;
  width: 100%;
}
.news-open__any-description {
  margin-top: 2.142857142857143rem;
}
.news-open__any-title {
  line-height: 2rem;
  color: #251b5b !important;
}
.news-open__any-text {
  margin-top: 0.857142857142857rem;
}
.stock-open {
  margin-top: 1.714285714285714rem;
}
.stock-open__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .stock-open__header {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
}
.stock-open__header-icon {
  margin-right: 1.142857142857143rem;
  line-height: 0;
}
.stock-open__header-icon svg {
  width: 1.285714285714286rem;
  height: 0.857142857142857rem;
  fill: #353535;
}
.stock-open__image {
  margin-top: 2.285714285714286rem;
  position: relative;
  height: 22.428571428571427rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .stock-open__image {
    margin-top: 1.714285714285714rem;
    height: 8.571428571428571rem;
  }
}
.stock-open__image-inner {
  padding-left: 6.857142857142857rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25.1412%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right right;
  background-size: cover;
}
@media only screen and (max-width: 1240px) {
  .stock-open__image-inner {
    width: 33%;
  }
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .stock-open__image-inner {
    width: 40%;
  }
}
@media only screen and (max-width: 766px) {
  .stock-open__image-inner {
    padding-left: 2.285714285714286rem;
    width: 52.38%;
  }
}
.stock-open__image-text {
  font-size: 1.428571428571429rem;
  line-height: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 766px) {
  .stock-open__image-text {
    font-size: 0.714285714285714rem;
    line-height: 0.857142857142857rem;
  }
}
.stock-open__image-text-big {
  margin-top: 0.857142857142857rem;
  font-size: 7.142857142857143rem;
  line-height: 5rem;
  font-weight: 900;
}
@media only screen and (max-width: 766px) {
  .stock-open__image-text-big {
    margin-top: 0.857142857142857rem;
    font-size: 3.714285714285714rem;
    line-height: 2.5rem;
  }
}
.stock-open__cards {
  margin-top: 3.428571428571428rem;
}
@media only screen and (max-width: 766px) {
  .stock-open__cards {
    margin-top: 1.714285714285714rem;
  }
}
.payment-delivery {
  margin-top: 1.928571428571429rem;
}
.payment-delivery__content {
  margin-top: 2.571428571428572rem;
}
@media only screen and (max-width: 992px) {
  .payment-delivery__content {
    margin-top: 1.714285714285714rem;
  }
}
.payment-delivery__image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 0.428571428571429rem;
}
.payment-delivery__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.delivery.padded {
  padding: 0 5.214285714285714rem 0 1.642857142857143rem;
}
@media only screen and (max-width: 1450px) {
  .delivery.padded {
    padding: 0 3.785714285714286rem 0 1.642857142857143rem;
  }
}
@media only screen and (max-width: 991px) {
  .delivery.padded {
    padding: 0;
  }
}
.delivery__description {
  margin-top: 1.142857142857143rem;
}
@media only screen and (max-width: 992px) {
  .delivery__description {
    margin-top: 0.571428571428571rem;
  }
}
.delivery__description p {
  margin-top: 2.142857142857143rem;
}
@media only screen and (max-width: 992px) {
  .delivery__description p {
    margin-top: 1.714285714285714rem;
  }
}
.delivery__description p:first-child {
  margin-top: 0;
}
.delivery__description-bottom {
  margin-top: 1.714285714285714rem;
  padding-top: 1.714285714285714rem;
  border-top: 1px solid #e3e3e3;
}
@media only screen and (max-width: 766px) {
  .delivery__description-bottom {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.delivery__description-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .delivery__description-price {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.delivery__description-price-value {
  font-size: 1.428571428571429rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
  white-space: nowrap;
}
.delivery__description-price-free {
  margin-top: 1.142857142857143rem;
  color: #8f8f8f;
}
.delivery__pickup {
  margin-top: 3.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .delivery__pickup {
    margin-top: 2.285714285714286rem;
  }
}
.delivery__pickup-caption {
  width: 15.428571428571429rem;
  height: 8.714285714285714rem;
}
@media only screen and (max-width: 992px) {
  .delivery__pickup-caption {
    width: 20.571428571428573rem;
    height: 11.571428571428571rem;
  }
}
.delivery__pickup-caption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.delivery__pickup-name {
  margin-top: 1.142857142857143rem !important;
}
.delivery__pickup-description {
  margin-top: 1.142857142857143rem;
}
@media only screen and (max-width: 766px) {
  .delivery__pickup-description {
    margin-top: 0.571428571428571rem;
  }
}
.vacancies {
  margin-top: 1.928571428571429rem;
}
.vacancies__banner {
  margin-top: 2.285714285714286rem;
  height: 17.142857142857142rem;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .vacancies__banner {
    margin-top: 1.714285714285714rem;
    height: 8.571428571428571rem;
  }
}
.vacancies__content {
  margin-top: 1.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .vacancies__content {
    margin-top: 0.571428571428571rem;
  }
}
.vacancy__block:first-child .vacancy__row:first-child {
  border-top: none;
}
.vacancy__block:first-child .vacancy__row-mobile:nth-child(2) {
  border-top: none;
}
.vacancy__mobile-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.vacancy__row {
  padding: 1rem 1.714285714285714rem 1rem 1.285714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
}
.vacancy__row.isOpen {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
}
.vacancy__row-mobile {
  margin-left: -1.142857142857143rem;
  margin-right: -1.142857142857143rem;
  padding: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e3e3e3;
}
.vacancy__row-mobile.isOpen {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
}
.vacancy .js-show-more::before {
  content: none;
}
.vacancy__name {
  padding-right: 1.071428571428571rem;
  font-size: 1.285714285714286rem;
  line-height: 2rem;
  font-weight: 700;
  max-width: 31.285714285714285rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .vacancy__name {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1139px) {
  .vacancy__name {
    max-width: 295px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1238px) {
  .vacancy__name {
    max-width: 353px;
  }
}
.vacancy__location {
  min-width: 26.571428571428573rem;
}
@media only screen and (max-width: 992px) {
  .vacancy__location {
    margin-top: 0.857142857142857rem;
    min-width: 0;
  }
}
.vacancy__wage {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .vacancy__wage {
    margin-top: 0.428571428571429rem;
  }
}
.vacancy__wage-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 14.142857142857142rem;
  width: 100%;
}
.vacancy__wage-icon {
  line-height: 0;
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 766px) {
  .vacancy__wage-icon {
    margin-top: 0.428571428571429rem;
  }
}
.isOpen .vacancy__wage-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.vacancy__wage-icon svg {
  width: 0.642857142857143rem;
  height: 0.5rem;
}
.vacancy__hidden-block {
  margin-top: 1.714285714285714rem;
}
.vacancy__row-hidden {
  padding-right: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .vacancy__row-hidden {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vacancy__requirements {
  padding-right: 1.071428571428571rem;
  font-weight: 700;
  max-width: 32.57142857142857rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .vacancy__requirements {
    padding-right: 0;
  }
}
.vacancy__list {
  margin: 1.142857142857143rem 0 0;
  padding-left: 1.714285714285714rem;
}
.vacancy__list li {
  margin-bottom: 0.571428571428571rem;
}
.vacancy__list li:last-child {
  margin-bottom: 0;
}
.vacancy__responsibilities {
  font-weight: 700;
  max-width: 26.571428571428573rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .vacancy__responsibilities {
    margin-top: 1.142857142857143rem;
  }
}
.vacancy__experience {
  margin-left: auto;
  margin-right: 1.857142857142857rem;
  font-weight: 700;
  max-width: 9.857142857142858rem;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .vacancy__experience {
    padding-left: 1.071428571428571rem;
  }
}
@media only screen and (max-width: 992px) {
  .vacancy__experience {
    margin-top: 1.142857142857143rem;
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
  }
}
.vacancy__experience-value {
  margin-top: 0.571428571428571rem;
}
.vacancy__employment {
  font-weight: 700;
  max-width: 12.428571428571429rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .vacancy__employment {
    margin-top: 1.142857142857143rem;
    padding-left: 0;
    max-width: 100%;
  }
}
.vacancy__employment-value {
  margin-top: 0.571428571428571rem;
}
.vacancy__button {
  margin-top: 1.142857142857143rem;
  margin-bottom: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .vacancy__button {
    margin-bottom: 1.714285714285714rem;
  }
}
.vacancy__button .ui.button {
  margin: 0;
  min-width: 15.428571428571429rem !important;
}
@media only screen and (max-width: 766px) {
  .vacancy__button .ui.button {
    width: 100%;
  }
}
.contacts {
  margin-top: 1.928571428571429rem;
}
.contacts__content {
  margin-top: 2.142857142857143rem;
}
.contacts__row {
  margin: -1rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__block {
  margin-right: 4rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 766px) {
  .contacts__block {
    margin-right: 0;
    width: 100%;
  }
}
.contacts__block-description {
  margin-top: 1.071428571428571rem;
}
.contacts__map {
  margin-top: 3.428571428571428rem;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
@media only screen and (max-width: 766px) {
  .contacts__map {
    border-radius: 0;
    margin-top: 2.857142857142857rem;
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
  }
}
.shops {
  margin-top: 2rem;
}
.shops__content {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .shops__content {
    margin-top: 1.714285714285714rem;
  }
}
.shops__button {
  margin-bottom: 2.214285714285714rem;
}
.shops__button .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.shops__button .ui.button svg {
  fill: #71347f;
}
.shops__map {
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .shops__map-container.ui.sidebar {
    display: block;
    position: static;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    overflow-x: hidden;
    height: 41.714285714285715rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .shops__map-container.ui.sidebar {
    padding: 0 !important;
    z-index: 111;
    height: 100% !important;
  }
}
.shops__map-wrapper {
  margin-top: 2.285714285714286rem;
}
@media only screen and (max-width: 766px) {
  .shops__map-wrapper {
    margin-top: 1.714285714285714rem;
  }
}
.shops__map-btn {
  position: absolute;
  top: 1.142857142857143rem;
  right: 1.142857142857143rem;
}
.shops__map-btn .ui.icon.button {
  margin: 0;
  padding: 0.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 2.857142857142857rem !important;
  height: 2.857142857142857rem !important;
}
.shops__map-btn svg {
  width: 1.428571428571429rem !important;
  height: 1.428571428571429rem !important;
}
.shops__list {
  max-height: 41.714285714285715rem;
  overflow-y: auto;
}
.shops__list::-webkit-scrollbar-thumb {
  background-color: #71347f;
  border-radius: 0;
}
.shops__item {
  margin-top: 1.571428571428571rem;
  display: block;
  max-width: 17.428571428571427rem;
}
@media only screen and (max-width: 992px) {
  .shops__item {
    max-width: 100%;
  }
}
.shops__item:first-child {
  margin-top: 0;
}
.shops__item-address {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
.shops__item-work-time {
  margin-top: 0.285714285714286rem;
  color: #8f8f8f;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
.shops__dropdown {
  width: 15.428571428571429rem;
}
@media only screen and (max-width: 992px) {
  .shops__dropdown {
    width: 100%;
  }
}
.shops__dropdown .ui.selection.dropdown {
  position: relative;
  padding: 0.571428571428571rem 0.571428571428571rem 0.571428571428571rem 0.857142857142857rem;
  width: 100%;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shops__dropdown .ui.selection.dropdown>.dropdown.icon {
  right: 0.357142857142857rem;
}
.shops__dropdown .menu.transition,
.shops__dropdown .menu.transition.visible {
  top: 3.428571428571428rem;
  max-height: none !important;
}
.shops__dropdown .ui.selection.dropdown .menu>.item {
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.714285714285714rem;
}
.shops__dropdown .ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 500;
}
.shops label {
  position: absolute;
  top: -0.642857142857143rem;
  left: 0.571428571428571rem;
  width: 3.071428571428572rem;
  text-align: center;
  overflow: hidden;
  background: #fff;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
  color: #71347f;
}
.shops__list>.shops__item {
  display: none;
}
.shops__list>.shops__item.js-filtered {
  display: block;
}
.personal-area {
  margin-top: 1.642857142857143rem;
}
.personal-area__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal-area__exit .ui.button {
  margin: 0;
  color: #71347f;
  min-width: 8.571428571428571rem;
}
.personal-area__body {
  margin-top: 2.357142857142857rem;
}
.personal-area__personal-data {
  padding-right: 2.285714285714286rem;
}
@media only screen and (max-width: 993px) {
  .personal-area__personal-data {
    padding-right: 0;
  }
}
.personal-area .ui.tabular.secondary.menu {
  margin: 0 0 2.214285714285714rem 0;
  padding: 0;
  width: fit-content;
  background: #f1f1f1;
  border-radius: 7.142857142857143rem;
}
.personal-area .ui.tabular.secondary.menu .item {
  margin: 0;
  padding: 4px 20px;
  min-width: 0.419642857142857rem;
  height: 2.857142857142857rem;
  border-radius: 7.142857142857143rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.personal-area .ui.tabular.secondary.menu .item.active {
  background: #71347f;
  color: #fff;
}
.personal-area .amount-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.142857142857143rem 1.428571428571429rem;
  width: 24rem;
  height: 5.714285714285714rem;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--default-input-line, #e3e3e3);
  background: #f9f9f9;
  margin-bottom: 2.285714285714286rem;
}
.personal-area .amount-card .text .first {
  display: block;
  font-size: 1.071428571428571rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.571428571428571rem;
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area .amount-card .text .second {
  display: inline-block;
  font-weight: 700;
  font-size: 1.285714285714286rem;
  line-height: 1.857142857142857rem; /* 144.444% */
}
.personal-area .personal-area__bonuses {
  max-width: 75.42857142857143rem;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row {
  padding: 1.142857142857143rem 0 1.142857142857143rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 500;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__date-number {
  max-width: 20.5rem;
  margin-right: clamp(28px, 26%, 250px);
  width: clamp(700px, 50%, 287px);
  line-height: 1.714285714285714rem;
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__date-number a {
  font-style: normal;
  color: var(--violet, #71347f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__status {
  width: 100%;
  line-height: 1.714285714285714rem;
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__status .date {
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum {
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.571428571428571rem;
  width: 100%;
  max-width: 20.5rem;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .icon {
  width: 1.571428571428571rem;
  height: 1.571428571428571rem;
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .amount {
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
/* h5 */
  font-family: Raleway;
  font-size: 1.428571428571429rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 140% */
}
.personal-area .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .amount.charged {
  color: var(--red, #c8102e);
}
.personal-area .personal-area__bonuses .bonuses__block:first-child .bonuses__row {
  padding-top: 0;
}
.order-link {
  padding: 24px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 766px) {
  .order-link {
    padding: 24px 12px;
  }
}
@media only screen and (min-width: 993px) {
  .order-link .desktop.hidden {
    display: none;
  }
}
.order-link:hover {
  background: var(--light_grey, #f1f1f1);
}
.order-link:not(:last-child) {
  border-bottom: 1px solid var(--default-input-line, #e3e3e3);
}
.order-link__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  color: #353535;
}
.order-link__number {
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
@media only screen and (max-width: 766px) {
  .order-link__number {
    font-size: 16px;
    line-height: 24px;
  }
}
.order-link__total {
  text-align: right;
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  white-space: nowrap;
}
@media only screen and (max-width: 766px) {
  .order-link__total {
    font-size: 16px;
    line-height: 24px;
  }
}
.order-link__status {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.order-link__body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 16px;
}
@media only screen and (max-width: 766px) {
  .order-link__body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.order-link__products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 8px;
  overflow: auto;
}
@media only screen and (max-width: 766px) {
  .order-link__products {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.order-link__product {
  width: 56px;
  height: 72px;
}
.order-link__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  vertical-align: top;
}
.order-link__more {
  width: 56px;
  height: 72px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--violet, #71347f);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.orders__description-button-cancel:last-child {
  margin-right: 0;
}
.personal-area-mobile__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.personal-area-mobile__tabs {
  margin-top: 1.714285714285714rem;
}
.personal-area-mobile__content {
  margin-top: 1.714285714285714rem;
}
.personal-area-mobile .ui.tabular.secondary.menu {
  margin: 0;
  padding: 0;
  width: fit-content;
  background: #f1f1f1;
  border-radius: 7.142857142857143rem;
}
.personal-area-mobile .ui.tabular.secondary.menu .item {
  margin: 0;
  padding: 0;
  min-width: 7.071428571428571rem;
  max-width: 7.071428571428571rem;
  height: 2.857142857142857rem;
  border-radius: 7.142857142857143rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
}
.personal-area-mobile .ui.tabular.secondary.menu .item.active {
  background: #71347f;
  color: #fff;
}
.personal-area-mobile .amount-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.142857142857143rem 1.428571428571429rem;
  width: 20.642857142857142rem;
  height: 5.714285714285714rem;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--default-input-line, #e3e3e3);
  background: #f9f9f9;
  margin-bottom: 1.714285714285714rem;
}
.personal-area-mobile .amount-card .text .first {
  display: block;
  font-size: 1.071428571428571rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.571428571428571rem;
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area-mobile .amount-card .text .second {
  display: inline-block;
  font-weight: 700;
  font-size: 1.285714285714286rem;
  line-height: 1.857142857142857rem; /* 144.444% */
}
.personal-area-mobile .personal-area__bonuses {
  max-width: 75.42857142857143rem;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row {
  padding: 1.142857142857143rem 0 1.142857142857143rem 0;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 500;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  cursor: pointer;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__date-number {
  max-width: 20.5rem;
  margin-right: clamp(28px, 26%, 250px);
  margin-bottom: 0.571428571428571rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  width: clamp(700px, 50%, 287px);
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__date-number * {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.571428571428571rem;
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__date-number * em {
  font-style: normal;
  color: var(--violet, #71347f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__status {
  width: 54%;
  display: inline-block;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__status * {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.571428571428571rem;
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__status *.date {
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum {
  font-weight: 700;
  font-size: 1.285714285714286rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0.571428571428571rem;
  max-width: 20.5rem;
  float: right;
  position: absolute;
  bottom: 1.142857142857143rem;
  right: 0.285714285714286rem;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .icon {
  width: 1.571428571428571rem;
  height: 1.571428571428571rem;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .amount {
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
/* h5 */
  font-family: Raleway;
  font-size: 1.285714285714286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.personal-area-mobile .personal-area__bonuses .bonuses__block .bonuses__row .bonuses__sum .amount.charged {
  color: var(--red, #c8102e);
}
.personal-area-mobile .personal-area__bonuses .bonuses__block:first-child .bonuses__row {
  padding-top: 0;
}
.basket {
  margin-top: 1.928571428571429rem;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
.basket.icon {
  margin-top: inherit;
}
.basket__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.basket__header span {
  margin-left: 1.142857142857143rem;
}
.basket__content {
  margin-top: 2.285714285714286rem;
}
.basket__delivery.ui.message {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff8e8;
  margin-top: -0.5rem;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 991px) {
  .basket__delivery.ui.message {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 24px;
    gap: 12px;
  }
}
.basket__delivery.ui.message .message__main {
  color: var(--black, #353535);
  text-align: left;
  font-variant-numeric: lining-nums proportional-nums;
/* h4 */
  font-family: Raleway;
  font-size: clamp(1.428571428571429rem, 4vw, 1.714285714285714rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2.285714285714286rem; /* 133.333% */
  margin-bottom: 0.285714285714286rem;
}
@media only screen and (max-width: 991px) {
  .basket__delivery.ui.message .message__main {
    line-height: 1.857142857142857rem;
  }
}
.basket__delivery.ui.message .message__left-amount {
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
/* p */
  font-family: Raleway;
  font-size: clamp(1.071428571428571rem, 4vw, 1.142857142857143rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.714285714285714rem; /* 150% */
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .basket__delivery.ui.message .message__left-amount {
    line-height: 1.571428571428571rem;
  }
}
.basket__delivery-wrapper {
  padding-right: 5.714285714285714rem;
}
@media only screen and (max-width: 1450px) {
  .basket__delivery-wrapper {
    padding-right: 1.428571428571429rem;
  }
}
@media only screen and (max-width: 993px) {
  .basket__delivery-wrapper {
    padding-right: 0;
  }
}
.basket__mobile-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.basket__products-wrapper {
  padding-right: 5.714285714285714rem;
}
@media only screen and (max-width: 1450px) {
  .basket__products-wrapper {
    padding-right: 1.428571428571429rem;
  }
}
@media only screen and (max-width: 993px) {
  .basket__products-wrapper {
    padding-right: 0;
  }
}
.basket__controls {
  padding-left: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 766px) {
  .basket__controls {
    padding-left: 0;
    white-space: nowrap;
  }
}
.basket__controls-remove-all {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 766px) {
  .basket__controls-remove-all {
    margin-left: 2.142857142857143rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.basket__resposive-fields {
  padding-right: 4.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1450px) {
  .basket__resposive-fields {
    padding-right: 1.428571428571429rem;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 766px) {
  .basket__resposive-fields {
    padding-right: 0;
  }
}
.basket__products {
  margin-top: 1.142857142857143rem;
}
.basket__product,
.basket__product-not-in-stock {
  padding: 0.785714285714286rem 1.357142857142857rem 0.857142857142857rem 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
@media only screen and (max-width: 766px) {
  .basket__product,
  .basket__product-not-in-stock {
    margin: 0 -1.142857142857143rem;
    padding: 1.071428571428571rem 1.142857142857143rem 1.142857142857143rem 1.142857142857143rem;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.basket__product-not-in-stock,
.basket__product-not-in-stock-not-in-stock {
  border-top: none;
  padding-top: 0.857142857142857rem;
  color: #8f8f8f !important;
}
.basket__product.active,
.basket__product-not-in-stock.active {
  background-color: #f1f1f1;
}
.basket__product-left-wrapper,
.basket__product-not-in-stock-left-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.basket__product-inner-row,
.basket__product-not-in-stock-inner-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1240px) {
  .basket__product-inner-row,
  .basket__product-not-in-stock-inner-row {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 766px) {
  .basket__product-inner-row,
  .basket__product-not-in-stock-inner-row {
    width: calc(177 / 288 * 100%);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 550px) {
  .basket__product-inner-row,
  .basket__product-not-in-stock-inner-row {
    width: calc(145 / 288 * 100%);
  }
}
.basket__product-image,
.basket__product-not-in-stock-image {
  margin: 0 1.142857142857143rem 0 0.5rem;
  padding: 0.285714285714286rem;
  width: 5.714285714285714rem;
  min-width: 5.714285714285714rem;
  height: 6.857142857142857rem;
}
@media only screen and (max-width: 400px) {
  .basket__product-image,
  .basket__product-not-in-stock-image {
    margin: 0 0.857142857142857rem 0 -0.071428571428571rem;
    width: 3.285714285714286rem;
    min-width: 3.285714285714286rem;
    height: 4rem;
  }
}
.basket__product-image img,
.basket__product-not-in-stock-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.basket__product-name,
.basket__product-not-in-stock-name {
  padding-right: 5.214285714285714rem;
  width: 24.071428571428573rem;
}
@media only screen and (max-width: 1450px) {
  .basket__product-name,
  .basket__product-not-in-stock-name {
    padding-right: 1.642857142857143rem;
    width: 21.928571428571427rem;
  }
}
@media only screen and (max-width: 1240px) {
  .basket__product-name,
  .basket__product-not-in-stock-name {
    max-width: 17.642857142857142rem;
    width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .basket__product-name,
  .basket__product-not-in-stock-name {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basket__product-counter,
.basket__product-not-in-stock-counter {
  font-size: 0.8rem;
}
@media only screen and (max-width: 766px) {
  .basket__product-counter,
  .basket__product-not-in-stock-counter {
    margin-top: 0.571428571428571rem;
  }
}
.basket__not-in-stock .basket__product-counter,
.basket__not-in-stock .basket__product-not-in-stock-counter {
  pointer-events: none;
}
.basket__not-in-stock .basket__product-counter .ui.button svg.icon,
.basket__not-in-stock .basket__product-not-in-stock-counter .ui.button svg.icon {
  stroke: #8f8f8f !important;
}
.basket__product-counter input,
.basket__product-not-in-stock-counter input {
  width: 3.714285714285714rem;
}
.basket__not-in-stock .basket__product-counter input,
.basket__not-in-stock .basket__product-not-in-stock-counter input {
  pointer-events: none;
  color: #8f8f8f !important;
}
.basket__product-prices,
.basket__product-not-in-stock-prices {
  margin-left: 4.285714285714286rem;
  padding-right: 0.714285714285714rem;
  max-width: 10.857142857142858rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1450px) {
  .basket__product-prices,
  .basket__product-not-in-stock-prices {
    margin-left: 1.428571428571429rem;
    max-width: 9.428571428571429rem;
  }
}
@media only screen and (max-width: 766px) {
  .basket__product-prices,
  .basket__product-not-in-stock-prices {
    margin-top: 0.857142857142857rem;
    margin-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: none;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
.basket__not-in-stock .basket__product-prices,
.basket__not-in-stock .basket__product-not-in-stock-prices {
  color: #8f8f8f !important;
}
.basket__product-prices-top,
.basket__product-not-in-stock-prices-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  white-space: nowrap;
}
.basket__product-prices-price,
.basket__product-not-in-stock-prices-price {
  font-weight: 700;
}
.basket__product-prices-price-old,
.basket__product-not-in-stock-prices-price-old {
  margin-left: 0.571428571428571rem;
  color: #8f8f8f;
  text-decoration: line-through;
}
.basket__product-prices-discount,
.basket__product-not-in-stock-prices-discount {
  color: #c8102e;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
@media only screen and (max-width: 1450px) {
  .basket__product-prices-discount,
  .basket__product-not-in-stock-prices-discount {
    text-align: center;
  }
}
.basket__not-in-stock .basket__product-prices-discount,
.basket__not-in-stock .basket__product-not-in-stock-prices-discount {
  color: #8f8f8f !important;
}
.basket__product-favorite,
.basket__product-not-in-stock-favorite {
  padding-right: 1.428571428571429rem;
  padding-left: 0.714285714285714rem;
  font-size: 1rem;
}
@media only screen and (max-width: 1450px) {
  .basket__product-favorite,
  .basket__product-not-in-stock-favorite {
    padding-right: 0.714285714285714rem;
  }
}
@media only screen and (max-width: 766px) {
  .basket__product-favorite,
  .basket__product-not-in-stock-favorite {
    width: calc(40 / 288 * 100%);
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.basket__product-favorite .ui.icon,
.basket__product-not-in-stock-favorite .ui.icon {
  margin: 0;
}
.basket__product-remove,
.basket__product-not-in-stock-remove {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
}
@media only screen and (max-width: 766px) {
  .basket__product-remove,
  .basket__product-not-in-stock-remove {
    margin-top: 1rem;
    margin-right: 5.071428571428571rem;
    margin-left: 0;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media only screen and (max-width: 400px) {
  .basket__product-remove,
  .basket__product-not-in-stock-remove {
    margin-right: 1.785714285714286rem;
  }
}
.basket__order-total {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.empty .basket__order-total {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.basket__order-total-field {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.basket__order-total-sum {
  padding-top: 1.142857142857143rem;
  font-size: 1.428571428571429rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
  white-space: nowrap;
}
.basket__order-fields {
  margin-top: 1.428571428571429rem;
}
.basket__order-row {
  margin-top: 0.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basket__order-row:first-child {
  margin-top: 0;
}
.basket__order-row:last-child {
  padding-bottom: 1.142857142857143rem;
  border-bottom: 1px solid #e3e3e3;
}
.basket__order-price {
  font-weight: 700;
}
.basket__order-bottom {
  margin-top: 1.714285714285714rem;
}
.basket__order-btn .ui.button {
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.empty .basket__order-btn .ui.button {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #e3e3e3 !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  color: #8f8f8f;
}
.basket__order-btn-description {
  margin-top: 1.142857142857143rem;
  font-size: 1rem;
  line-height: 1.428571428571429rem;
  color: #8f8f8f;
}
.basket__order-btn-description:before {
  content: attr(data-complete);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.empty .basket__order-btn-description:before {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: attr(data-empty);
}
.basket__order-promo {
  margin-top: 1.142857142857143rem;
  padding-top: 1.142857142857143rem;
  position: relative;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
}
.empty .basket__order-promo {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.basket__order-promo-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basket__order-promo-header.js-show-more:before {
  content: none;
}
.basket__order-promo-icon {
  line-height: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.isOpen .basket__order-promo-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.basket__order-promo-icon svg.icon {
  width: 0.571428571428571rem;
  height: 0.5rem;
}
.basket__order-promo-form {
  margin-top: 1.142857142857143rem;
}
.basket__order-promo-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket__order-promo-input {
  max-width: 12.928571428571429rem;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-input {
    max-width: 100%;
  }
}
.basket__order-promo-input .ui.input {
  width: 100%;
}
.basket__order-promo-input .ui.input input {
  padding: 0.571428571428571rem 0.857142857142857rem;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 500;
}
.basket__order-promo-input .ui.input input:focus {
  border: 2px solid #b89abf;
}
.error .basket__order-promo-input .ui.input input {
  background: #fff !important;
  border: 2px solid #c8102e !important;
  color: #353535 !important;
}
.basket__order-promo-cancel {
  display: none;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-cancel {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 1.142857142857143rem;
  }
}
.promo-completed .basket__order-promo-cancel {
  display: block;
}
.basket__order-promo-cancel .ui.button {
  margin: 0;
  padding-top: 0.642857142857143rem;
  padding-bottom: 0.642857142857143rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  color: #71347f;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-cancel .ui.button {
    width: 100%;
  }
}
.basket__order-promo-apply {
  display: block;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-apply {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 1.142857142857143rem;
  }
}
.basket__order-promo-apply .ui.button {
  margin: 0;
  padding-top: 0.642857142857143rem;
  padding-bottom: 0.642857142857143rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  color: #fff;
}
@media only screen and (max-width: 1450px) {
  .basket__order-promo-apply .ui.button {
    width: 100%;
  }
}
.promo-completed .basket__order-promo-apply {
  display: none;
}
.basket__order-promo-completed-icon {
  display: none;
  position: absolute;
  top: 1.357142857142857rem;
  left: 8.571428571428571rem;
}
.basket__order-promo-completed-icon svg.icon {
  margin: 0 !important;
  fill: #fff;
  vertical-align: middle;
  width: 0.785714285714286rem !important;
  height: 0.857142857142857rem !important;
}
.promo-completed .basket__order-promo-completed-icon {
  display: block;
}
.basket__order-promo-error {
  margin-top: 0.571428571428571rem;
  font-weight: 500;
}
.basket__order-promo-error .ui.error.message {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c8102e;
}
.basket__order-promo-error .ui.error.message ul li {
  margin: 0;
}
.basket__order-promo-error .ui.error.message ul li:before {
  content: '';
}
.basket__empty {
  margin: 7.642857142857143rem auto 9.857142857142858rem;
  font-size: 1rem;
  text-align: center;
  max-width: 32.57142857142857rem;
}
.basket__empty-description {
  margin-top: 0.571428571428571rem;
}
.basket__not-in-stock {
  margin-top: 3.142857142857143rem;
  font-size: 1rem;
}
.basket__not-in-stock-description {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  margin-top: 1.142857142857143rem;
  margin-bottom: 0.857142857142857rem;
}
.basket-sidebar__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.basket-sidebar .amount-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 1.142857142857143rem 1.428571428571429rem;
  height: 5.714285714285714rem;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--default-input-line, #e3e3e3);
  background: #f9f9f9;
  margin-bottom: 1.714285714285714rem;
}
@media only screen and (max-width: 991px) {
  .basket-sidebar .amount-card {
    margin-top: -3.214285714285714rem;
  }
}
.basket-sidebar .amount-card .text .first {
  display: block;
  font-size: 1.071428571428571rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.571428571428571rem;
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
}
.basket-sidebar .amount-card .text .second {
  display: inline-block;
  font-weight: 700;
  font-size: 1.285714285714286rem;
  line-height: 1.857142857142857rem; /* 144.444% */
}
.basket__order-bottom .bonuses_amount {
  color: var(--black, #353535);
  font-variant-numeric: lining-nums proportional-nums;
/* p */
  font-family: Raleway;
  font-size: 1.142857142857143rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.714285714285714rem; /* 150% */
  margin-top: 1.5rem;
  margin-bottom: 0.571428571428571rem;
}
@media only screen and (max-width: 991px) {
  .basket__order-bottom .bonuses_amount {
    font-size: 1.057142857142857rem;
    margin-top: 0.285714285714286rem;
  }
}
.basket__order-bottom .bonuses_amount em {
  color: var(--orange, #ed8b00);
  font-variant-numeric: lining-nums proportional-nums;
  font-style: normal;
  font-weight: 700;
}
.basket__order-bottom .bonuses_about {
  color: var(--grey, #8f8f8f);
  font-variant-numeric: lining-nums proportional-nums;
/* p2 */
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.428571428571429rem; /* 142.857% */
}
@media only screen and (max-width: 991px) {
  .basket__order-bottom .bonuses_about {
    font-size: 0.985714285714286rem;
  }
}
.delivery-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.delivery-main__content {
  padding: 4rem 0 0 4rem;
  position: relative;
  max-width: 43.714285714285715rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 993px) {
  .delivery-main__content {
    padding: 1.714285714285714rem 0 0;
    height: 100vh;
    max-width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .delivery-main__content.max-height {
    height: auto;
  }
}
.delivery-main__return {
  margin-bottom: 0.571428571428571rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
}
@media only screen and (max-width: 993px) {
  .delivery-main__return {
    margin-bottom: 1.5rem;
  }
}
.delivery-main__return svg.icon {
  margin-right: 0.571428571428571rem;
  fill: #2787f5;
}
.delivery-main__tabs {
  margin-top: 2.285714285714286rem;
  width: calc(456 / 556 * 100%);
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs {
    margin-top: 1.428571428571429rem;
    width: 100%;
  }
}
.delivery-main__tabs .ui.secondary.menu {
  margin: 0;
  border-radius: 7.142857142857143rem;
  width: 100%;
}
.delivery-main__tabs .ui.secondary.menu .item {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
  color: #71347f;
  cursor: pointer;
  border-radius: 7.142857142857143rem !important;
  width: calc(100% / 3);
}
.delivery-main__tabs .ui.secondary.menu .item:first-child:after {
  content: '';
  border-top-left-radius: 7.142857142857143rem;
  border-bottom-left-radius: 7.142857142857143rem;
}
.delivery-main__tabs .ui.secondary.menu .item:last-child:after {
  content: '';
  border-top-right-radius: 7.142857142857143rem;
  border-bottom-right-radius: 7.142857142857143rem;
}
.delivery-main__tabs .ui.secondary.menu .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f1f1f1;
  z-index: -1;
}
.delivery-main__tabs .ui.secondary.menu .item.active {
  background: #71347f;
  color: #fff;
}
.delivery-main__tabs-content {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-content {
    margin-top: 1.714285714285714rem;
  }
}
.delivery-main__tabs-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 30.5rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-header {
    max-width: 100%;
  }
}
.delivery-main__tabs-header svg.icon {
  cursor: pointer;
  width: 1.428571428571429rem;
  height: 1.428571428571429rem;
  fill: #353535;
}
.delivery-main__tabs-description {
  margin-top: 1.142857142857143rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-description {
    margin-top: 0.571428571428571rem;
    padding-bottom: 1.142857142857143rem;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main__tabs-description {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-description.padded {
    padding-bottom: 1.714285714285714rem;
  }
}
.delivery-main__tabs-description span {
  margin-right: 1.142857142857143rem;
  line-height: 2.285714285714286rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-description span {
    margin-right: 0;
    display: block;
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
@media only screen and (max-width: 993px) {
  .delivery-main__tabs-description span:not(:first-child) {
    margin-top: 0.285714285714286rem;
  }
}
.delivery-main__tabs-description span:last-child {
  margin-right: 0;
}
.delivery-main__show-on-map {
  margin-top: 1.714285714285714rem;
}
.delivery-main__show-on-map .ui.button {
  color: #71347f;
}
.delivery-main__show-on-map svg.icon {
  fill: #71347f;
}
.delivery-main__map {
  position: relative;
  width: 100%;
  height: 100%;
}
.delivery-main__map-btn {
  position: absolute;
  top: 0.571428571428571rem;
  right: 0.571428571428571rem;
  z-index: 1;
}
.delivery-main__map-wrapper.ui.sidebar,
.delivery-main__map-wrapper {
  height: 100vh !important;
  width: 100%;
  border-radius: 0.428571428571429rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .delivery-main__map-wrapper.ui.sidebar,
  .delivery-main__map-wrapper {
    display: block;
    position: static;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 993px) {
  .delivery-main__map-wrapper.ui.sidebar,
  .delivery-main__map-wrapper {
    padding: 0 !important;
  }
}
.delivery-main .shops__dropdown {
  margin-top: 1.714285714285714rem;
  width: 22.571428571428573rem;
}
@media only screen and (max-width: 992px) {
  .delivery-main .shops__dropdown {
    width: 100%;
  }
}
.delivery-main .shops__dropdown .ui.selection.dropdown {
  position: relative;
  padding: 0.571428571428571rem 0.571428571428571rem 0.571428571428571rem 0.857142857142857rem;
  height: 2.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.delivery-main .shops__dropdown .ui.selection.dropdown>.dropdown.icon {
  right: 0.357142857142857rem;
}
.delivery-main .shops__dropdown .menu.transition,
.delivery-main .shops__dropdown .menu.transition.visible {
  top: 3.428571428571428rem;
  max-height: none !important;
}
.delivery-main .shops__dropdown .ui.selection.dropdown .menu>.item {
  font-size: 1.142857142857143rem !important;
  line-height: 1.714285714285714rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.714285714285714rem;
}
.delivery-main .shops__dropdown .ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 500;
}
.delivery-main .shops__dropdown label {
  position: absolute;
  top: -0.642857142857143rem;
  left: 0.571428571428571rem;
  width: 3.071428571428572rem;
  text-align: center;
  overflow: hidden;
  background: #fff;
  font-size: 0.928571428571429rem;
  line-height: 1.142857142857143rem;
  color: #71347f;
}
.delivery-main .shops__list {
  margin-top: 1.714285714285714rem;
  margin-right: 1.714285714285714rem;
  max-height: 42.857142857142854rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main .shops__list {
    margin-top: 1.785714285714286rem;
    padding-bottom: 1.428571428571429rem;
    max-height: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main .shops__list {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
  }
}
.delivery-main .shops__list-grey-line {
  margin-bottom: 1.142857142857143rem;
  height: 1px;
  background: #e3e3e3;
  max-width: 93%;
}
.delivery-main .shops__item {
  margin-top: 0;
  margin-right: 2.642857142857143rem;
  padding: 0.928571428571429rem 0 0.928571428571429rem 1.142857142857143rem;
  max-width: 100%;
  background: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
}
@media only screen and (max-width: 993px) {
  .delivery-main .shops__item {
    margin: 0;
    padding: 0.571428571428571rem 0;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main .shops__item {
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main .shops__item-address {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main .shops__item-work-time {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.delivery-main .shops__item:hover {
  background: #f1f1f1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
}
.delivery-main__point {
  margin-top: 1.142857142857143rem;
  padding-top: 2.285714285714286rem;
  border-top: 1px solid #e3e3e3;
  max-width: 82%;
}
@media only screen and (max-width: 993px) {
  .delivery-main__point {
    padding-top: 0;
    max-width: 100%;
    border-top: none;
  }
}
.delivery-main__point-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.delivery-main__point-flex svg.icon {
  margin-right: 1.142857142857143rem;
  width: 2.285714285714286rem;
  height: 2.285714285714286rem;
  fill: inherit !important;
}
@media only screen and (max-width: 993px) {
  .delivery-main__point .ui.header {
    font-size: 1.142857142857143rem;
    line-height: 1.714285714285714rem;
  }
}
.delivery-main__point-description {
  margin-top: 0.571428571428571rem;
}
@media only screen and (max-width: 993px) {
  .delivery-main__point-description {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
.delivery-main__point-buttons {
  margin-top: auto;
  padding-top: 1.714285714285714rem;
  padding-bottom: 5.714285714285714rem;
  width: 100%;
}
@media only screen and (min-width: 766px) and (max-width: 993px) {
  .delivery-main__point-buttons {
    padding-bottom: 3.428571428571428rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main__point-buttons {
    padding-bottom: 1.714285714285714rem;
  }
}
.delivery-main__point-buttons .ui.button {
  margin: 0;
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
.delivery-main__point-button-cancel {
  margin-top: 1.142857142857143rem;
}
@media only screen and (max-width: 766px) {
  .delivery-main__point-button-cancel {
    margin-top: 0.857142857142857rem;
  }
}
.delivery-main__point-button-cancel .ui.button {
  color: #71347f;
}
.delivery-main__courier {
  margin-top: 1.714285714285714rem;
  max-width: 31.142857142857142rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .delivery-main__courier {
    max-width: 100%;
  }
}
.delivery-main__courier-input .custom-input .ui.input {
  width: 100%;
}
.delivery-main__courier-input .custom-input .ui.input:hover label {
  font-size: 0.928571428571429rem !important;
  line-height: 1.071428571428571rem !important;
}
.delivery-main__courier-input .custom-input .ui.input input:focus + label {
  color: #71347f;
  font-size: 0.928571428571429rem !important;
  line-height: 1.071428571428571rem !important;
}
.delivery-main__courier-input .custom-input .ui.input label {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
.delivery-main__courier-input .custom-input.not-complete label {
  font-size: 0.928571428571429rem !important;
  line-height: 1.071428571428571rem !important;
}
.delivery-main__courier-textarea {
  margin-top: 2.285714285714286rem;
}
.delivery-main__courier-textarea .custom-textarea textarea {
  padding: 1.071428571428571rem 1.785714285714286rem 0.928571428571429rem 0.857142857142857rem;
  border-radius: 0.285714285714286rem;
  cursor: default;
}
@media only screen and (max-height: 600px) {
  .delivery-main__courier-textarea .custom-textarea textarea {
    max-height: 7.142857142857143rem;
  }
}
.delivery-main__courier-btn {
  max-width: 31.142857142857142rem;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 993px) {
  .delivery-main__courier-btn {
    margin-top: 1.714285714285714rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .delivery-main__courier-btn.small-margin {
    margin-top: 1.214285714285714rem;
  }
}
.delivery-main__courier-btn .ui.button {
  padding-top: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
}
.delivery-main__courier-fields {
  margin-top: 1.142857142857143rem;
  max-width: 31.142857142857142rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .delivery-main__courier-fields {
    max-width: 100%;
  }
}
.delivery-main__courier-flex {
  margin-top: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 993px) {
  .delivery-main__courier-flex {
    margin-top: 1.714285714285714rem;
    padding-top: 1.142857142857143rem;
    border-top: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main__courier-flex {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 766px) {
  .delivery-main__courier-flex .ui.header {
    font-size: 1.142857142857143rem;
    line-height: 1.714285714285714rem;
  }
}
.delivery-main__courier-flex svg.icon {
  margin-right: 1.142857142857143rem;
  width: 2.285714285714286rem;
  height: 2.285714285714286rem;
  fill: #353535 !important;
}
.order {
  padding-top: 4rem;
  padding-bottom: 6.857142857142857rem;
}
@media only screen and (max-width: 766px) {
  .order {
    padding-top: 1.714285714285714rem;
    padding-bottom: 6.5rem;
  }
}
.order__logo {
  display: block;
  width: 21.071428571428573rem;
  height: 3.428571428571428rem;
}
@media only screen and (max-width: 766px) {
  .order__logo {
    width: 15.142857142857142rem;
    height: 2.571428571428572rem;
  }
}
.order__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.order__header {
  padding-bottom: 1.714285714285714rem;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 993px) {
  .order__header {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.order__return {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
@media only screen and (max-width: 993px) {
  .order__return {
    margin: 1.714285714285714rem 0 1.857142857142857rem;
    line-height: 0;
  }
}
@media only screen and (max-width: 766px) {
  .order__return {
    margin: 1.571428571428571rem 0 1.857142857142857rem;
  }
}
.order__return svg.icon {
  fill: #2787f5;
}
.order__content {
  margin-top: 1.571428571428571rem;
}
@media only screen and (max-width: 993px) {
  .order__content {
    margin-top: 1.142857142857143rem;
  }
}
@media only screen and (max-width: 766px) {
  .order__content {
    margin-top: 0.357142857142857rem;
  }
}
.order__body {
  padding-right: 1.714285714285714rem;
}
@media only screen and (max-width: 993px) {
  .order__body {
    padding-right: 0;
  }
}
.order__total {
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
}
@media only screen and (max-width: 993px) {
  .order__total {
    margin-top: 2.285714285714286rem;
  }
}
@media only screen and (max-width: 766px) {
  .order__total .basket__order-row:last-child {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
    padding-bottom: 1.571428571428571rem;
  }
}
.order__block {
  margin-top: 3rem;
}
@media only screen and (max-width: 993px) {
  .order__block {
    margin-top: 2.285714285714286rem;
  }
}
.order__block:first-child {
  margin-top: 0;
}
.order__block.margined {
  margin-top: 4rem;
}
@media only screen and (max-width: 993px) {
  .order__block.small-margin {
    margin-top: 1.714285714285714rem;
  }
}
@media only screen and (max-width: 993px) {
  .order__block.bordered-bottom {
    padding-bottom: 1.714285714285714rem;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 766px) {
  .order__block.bordered-bottom {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.order__person-fields {
  margin: 0.714285714285714rem 0 -0.857142857142857rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 766px) {
  .order__person-fields {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order__person-field {
  padding: 0.857142857142857rem 0;
  width: calc(50% - 8px);
}
@media only screen and (max-width: 766px) {
  .order__person-field {
    width: 100%;
  }
}
.order__person-field .custom-input label {
  color: #71347f;
}
.order__method-type {
  margin-top: 1.285714285714286rem;
  padding: 1.714285714285714rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border: 2px solid #e3e3e3;
  border-radius: 0.428571428571429rem;
}
@media only screen and (max-width: 993px) {
  .order__method-type {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.order__method-type-left {
  margin-right: 2.285714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 993px) {
  .order__method-type-left {
    margin-right: 0;
  }
}
.order__method-type.margined {
  margin-top: 1.857142857142857rem;
}
.order__method-type svg.icon {
  margin-right: 1.142857142857143rem;
  min-width: 2.285714285714286rem;
  height: 2.285714285714286rem;
  fill: #353535;
}
.order__method-text .text {
  margin-top: 0.285714285714286rem;
}
@media only screen and (max-width: 993px) {
  .order__method-btn {
    margin-top: 1.142857142857143rem;
    width: 100%;
  }
}
.order__method-btn .ui.button {
  min-width: 8.571428571428571rem;
  color: #71347f;
}
@media only screen and (max-width: 993px) {
  .order__method-btn .ui.button {
    width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .order__date .ui.header {
    margin-top: 1.714285714285714rem;
  }
}
.order__date-description {
  margin-top: 0.571428571428571rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 766px) {
  .order__date-description {
    margin-top: 1.142857142857143rem !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order__date-description-inner-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.order__date-description svg.icon {
  margin-right: 1.071428571428571rem;
  width: 1.714285714285714rem;
  height: 1.714285714285714rem;
  fill: #353535;
}
@media only screen and (max-width: 993px) {
  .order__date-description span.text {
    font-size: 1.071428571428571rem;
    line-height: 1.571428571428571rem;
  }
}
@media only screen and (max-width: 766px) {
  .order__date-description .text:not(span) {
    margin-top: 0.571428571428571rem;
  }
}
.order__date-description.margined {
  margin-top: 1.928571428571429rem;
}
.order__date-calendar {
  margin-top: 1.714285714285714rem;
  position: relative;
  max-width: 29.785714285714285rem;
}
@media only screen and (max-width: 993px) {
  .order__date-calendar {
    margin-top: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .order__date-calendar .ui.header {
    margin-top: 1.714285714285714rem;
  }
}
.order__payment-selected-icon {
  position: absolute;
  bottom: 1.571428571428571rem;
  right: 0.142857142857143rem;
  display: none;
}
.selected .order__payment-selected-icon {
  display: block;
}
.order__payment-selected-icon .ui.label {
  padding: 0 !important;
  width: 1.142857142857143rem;
  height: 1.142857142857143rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.order__payment-selected-icon .ui.label svg.icon {
  margin: 0;
  width: 0.857142857142857rem;
  height: 0.642857142857143rem;
  fill: #fff;
}
.order__payment-blocks {
  margin: 0.571428571428571rem -0.571428571428571rem -0.571428571428571rem -0.571428571428571rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order__payment-block {
  padding: 0.714285714285714rem;
  text-align: center;
  position: relative;
  min-height: 7.928571428571429rem;
  height: 100%;
  border: 2px solid #e3e3e3;
  border-radius: 0.428571428571429rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.order__payment-block img {
  width: 2.571428571428572rem;
  height: 2.571428571428572rem;
  object-fit: cover;
}
.order__payment-block span {
  margin-top: 0.857142857142857rem;
}
.order__payment-block:hover {
  border-color: #71347f;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.order__payment-block.selected {
  border-color: #71347f;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.order__payment-block.selected svg.icon {
  fill: #71347f;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.order__payment-block-wrapper {
  padding: 0.571428571428571rem;
  width: 50%;
}
.order-success__content {
  margin-top: 10rem;
}
@media only screen and (max-width: 993px) {
  .order-success__content {
    margin-top: 1.714285714285714rem;
  }
}
.order-success__header {
  margin-bottom: 1.714285714285714rem;
  padding-bottom: 1.714285714285714rem;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 766px) {
  .order-success__header {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.order-success__header-headline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 993px) {
  .order-success__header-headline {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-success__header-headline span {
  white-space: nowrap;
}
@media only screen and (max-width: 993px) {
  .order-success__header-headline span {
    margin-top: 1.142857142857143rem;
  }
}
.order-success__header-description {
  margin-top: 1.142857142857143rem;
  max-width: 32.5rem;
}
.order-success__products {
  margin: -0.285714285714286rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 993px) {
  .order-success__products {
    margin: 0 -0.285714285714286rem;
    min-height: 7.428571428571429rem;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
  }
  .order-success__products::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.order-success__product {
  padding: 0.285714285714286rem;
  position: relative;
  height: fit-content;
}
@media only screen and (max-width: 993px) {
  .order-success__product {
    padding: 0 0.285714285714286rem;
  }
}
.order-success__product-image {
  padding: 0.285714285714286rem;
  width: 5.714285714285714rem;
  height: 6.857142857142857rem;
}
.order-success__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.order-success__product-quantity {
  position: absolute;
  bottom: -0.571428571428571rem;
  right: -0.285714285714286rem;
  width: 2.285714285714286rem;
  height: 2.285714285714286rem;
  background: #f1f1f1;
  color: #71347f;
  font-size: 1.142857142857143rem;
  line-height: 1.714285714285714rem;
  font-weight: 700;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.order-success__info {
  margin-top: 2.285714285714286rem;
  padding-bottom: 1.714285714285714rem;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 993px) {
  .order-success__info {
    margin-top: 1.428571428571429rem;
    padding-top: 1.714285714285714rem;
    padding-bottom: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: none;
  }
}
@media only screen and (max-width: 766px) {
  .order-success__info {
    margin-left: -1.142857142857143rem;
    margin-right: -1.142857142857143rem;
    padding-left: 1.142857142857143rem;
    padding-right: 1.142857142857143rem;
  }
}
.order-success__bottom {
  padding-top: 2.857142857142857rem;
}
@media only screen and (max-width: 993px) {
  .order-success__bottom {
    padding-top: 1.714285714285714rem;
  }
}
.order-success__bottom-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order-success__bottom-buttons {
  margin-right: 3rem;
  max-width: 15.428571428571429rem;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .order-success__bottom-buttons {
    margin-right: 0;
    max-width: 100%;
  }
}
.order-success__bottom-buttons .ui.button {
  padding-right: 0.928571428571429rem;
  padding-bottom: 0.928571428571429rem;
  font-size: 1.071428571428571rem;
  line-height: 1.571428571428571rem;
  font-weight: 700;
}
.order-success__status-mobile {
  margin-top: 1.142857142857143rem;
}
