@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999!important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0
}
.glightbox-container.inactive {
  display: none
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999
}
.glightbox-container .gslide-inner-content {
  width: 100%
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100%!important
}
.gslide iframe,
.gslide video {
  outline: 0!important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto
}
.gslide:not(.current) {
  pointer-events: none
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%
}
.gslide-image img.zoomable {
  position: relative
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing!important;
  cursor: grabbing!important;
  -webkit-transition: none;
  transition: none
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100%!important
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto
}
.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,0,0,.34);
  display: none
}
.gslide-video.playing::before {
  display: none
}
.gslide-video.fullscreen {
  max-width: 100%!important;
  min-width: 100%;
  height: 75vh
}
.gslide-video.fullscreen video {
  max-width: 100%!important;
  width: 100%!important
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing!important;
  cursor: grabbing!important;
  -webkit-transition: none;
  transition: none
}
.ginlined-content {
  overflow: auto;
  display: block!important;
  opacity: 1
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%
}
.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto
}
.zoomed .gslide-media {
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%
}
.gslide-description p {
  margin-bottom: 12px
}
.gslide-description p:last-child {
  margin-bottom: 0
}
.zoomed .gslide-description {
  display: none
}
.glightbox-button-hidden {
  display: none
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto!important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw!important;
  -webkit-box-ordinal-group: 3!important;
  -ms-flex-order: 2!important;
  order: 2!important;
  max-height: 78vh;
  overflow: auto!important;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1
}
.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.gabsolute {
  position: absolute
}
.grelative {
  position: relative
}
.glightbox-desc {
  display: none!important
}
.glightbox-open {
  overflow: hidden
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity
}
.glightbox-mobile .goverlay {
  background: #000
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: .1
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff
}
.gbtn.focused {
  outline: 2px solid #0f3d81
}
iframe.wait-autoplay {
  opacity: 0
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0!important
}
.glightbox-clean .gslide-description {
  background: #fff
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em
}
.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em
}
.glightbox-clean .gslide-video {
  background: #000
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0,0,0,.75);
  border-radius: 4px
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto
}
.glightbox-clean .gclose:hover {
  opacity: 1
}
.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease
}
.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease
}
.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease
}
.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease
}
.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease
}
.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease
}
.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0)
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0)
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
    opacity: 0;
    visibility: hidden
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    -webkit-transform: translate3d(-60%,0,0);
    transform: translate3d(-60%,0,0);
    opacity: 0;
    visibility: hidden
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
    opacity: 0
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
    opacity: 0
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 1
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@media (min-width:769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab
  }
  .gslide-inline {
    max-height: 95vh
  }
  .gslide-external {
    max-height: 100vh
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px
  }
  .glightbox-open {
    height: auto
  }
  .goverlay {
    background: rgba(0,0,0,.92)
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0,0,0,.65);
    box-shadow: 1px 2px 9px 0 rgba(0,0,0,.65)
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0,0,0,.32)
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0,0,0,.7)
  }
  .glightbox-clean .gprev {
    top: 45%
  }
  .glightbox-clean .gnext {
    top: 45%
  }
}
@media (min-width:992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px
  }
}
@media screen and (max-height:420px) {
  .goverlay {
    background: #000
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0
}
[data-tippy-root] {
  max-width: calc(100vw - 10px)
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1
}
:root {
  --primary: #FF8500;
  --primary-hover: #FFA13D;
  --primary-active: #D56E00;
  --secondary: #EAECF1;
  --secondary-hover: #DDE3F3;
  --secondary-active: #C4D0EF;
  --tertiary: #DAD3CD;
  --green: #009414;
  --green-hover: #359E00;
  --green-active: #178208;
  --accent: #FF8500;
  --gray: #CFCFCF;
  --active: #009414;
  --red: #D40000;
  --blue: #0084E3;
  --border: #E5E5E5;
  --bg: #FFFFFF;
  --bg-fill: #F5F4F2;
  --bg-alt: #DAD3CD;
  --bg-pale: #F7F6F3;
  --text-base: #212224;
  --text-medium: #323438;
  --text-mid: #96A2BA;
  --text-pale: #808285;
  --text-alt: #485369;
  --text-meta: #8E8981;
  --text-light: #FFFFFF;
  --label-danger: #D50000;
  --label-warn: #FF8500;
  --label-success: #009414;
  --dropdown: 0 4px 16px rgba(0, 0, 0, 0.5);
  --font-main: "Source Sans Pro",sans-serif;
  --html: 100%
}
* {
  box-sizing: border-box
}
:after,
:before {
  box-sizing: border-box
}
html {
  font-size: var(--html);
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: scrollbar
}
body {
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  background-color: var(--bg);
  color: var(--text-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body.is-modal-open {
  overflow: hidden
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0
}
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  outline: 0
}
figure {
  margin: 0
}
img {
  vertical-align: middle
}
svg {
  fill: currentColor
}
::-moz-selection {
  background: var(--accent);
  color: var(--text-light)
}
::selection {
  background: var(--accent);
  color: var(--text-light)
}
img:not([src]):not([srcset]) {
  visibility: hidden
}
@media (min-width:768px) {
  .wrapper {
    min-height: calc(100vh - 88px - 48px)
  }
}
.wrapper > :last-child {
  margin-bottom: 0
}
.container {
  padding: 0 50px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto
}
@media (max-width:1279px) {
  .container {
    padding: 0 16px;
    max-width: 100%
  }
}
.container .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%
}
.msgBox.is-show {
  position: fixed!important;
  top: 50%!important;
  left: 0!important;
  right: 0!important;
  margin: 0 auto!important
}
@media (max-width:1024px) {
  body.is-sidebar-show:after {
    content: "";
    display: block;
    z-index: 90;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5
  }
}
body.is-waiting:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: .7;
  z-index: 98
}
body.is-waiting:before {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid var(--accent);
  border-color: var(--accent) transparent var(--accent) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.preview-image {
  position: absolute;
  z-index: 7;
  padding: 6px;
  border-radius: 4px;
  box-shadow: 3px 5px 10px rgba(0,0,0,.12);
  background-color: #fff;
  width: 250px;
  top: 10px;
  left: calc(100% + 10px)
}
.preview-image img {
  width: 100%
}
.button {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid var(--accent);
  color: #fff;
  background-color: var(--accent);
  transition: all 150ms ease
}
.button img,
.button svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  top: 2px;
  margin-top: -4px
}
@media (min-width:1025px) {
  .button:not(:disabled):not(.disabled):focus,
  .button:not(:disabled):not(.disabled):hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff
  }
}
.button:not(:disabled):not(.disabled):active {
  background-color: var(--primary-active);
  border-color: var(--primary-active);
  color: #fff
}
.button_outline {
  border: 2px solid var(--accent);
  color: var(--accent);
  background-color: #fff;
  padding: 12px 14px
}
.button_success {
  border-color: var(--green);
  color: #fff;
  background-color: var(--green)
}
.button_success.button_outline {
  border: 2px solid var(--green);
  color: var(--green);
  background-color: #fff
}
@media (min-width:1025px) {
  .button_success:not(:disabled):not(.disabled):focus,
  .button_success:not(:disabled):not(.disabled):hover {
    background-color: var(--green-hover);
    border-color: var(--green-hover);
    color: #fff
  }
}
.button_success:not(:disabled):not(.disabled):active {
  background-color: var(--green-active);
  border-color: var(--green-active);
  color: #fff
}
.button_secondary {
  border-color: var(--secondary);
  color: var(--text-base);
  background-color: var(--secondary)
}
.button_secondary.button_outline {
  border: 2px solid #cad0dc;
  color: var(--text-base);
  background-color: #fff
}
@media (min-width:1025px) {
  .button_secondary:not(:disabled):not(.disabled):focus,
  .button_secondary:not(:disabled):not(.disabled):hover {
    background-color: var(--secondary-hover);
    border-color: var(--secondary-hover);
    color: var(--text-base)
  }
}
.button_secondary:not(:disabled):not(.disabled):active {
  background-color: var(--secondary-active);
  border-color: var(--secondary-active);
  color: var(--text-base)
}
.button_tertiary {
  border-color: #dad3cd;
  color: var(--text-base);
  background-color: #dad3cd
}
@media (min-width:1025px) {
  .button_tertiary:not(:disabled):not(.disabled):focus,
  .button_tertiary:not(:disabled):not(.disabled):hover {
    background-color: var(--secondary-hover);
    border-color: var(--secondary-hover);
    color: var(--text-base)
  }
}
.button_tertiary:not(:disabled):not(.disabled):active {
  background-color: var(--secondary-active);
  border-color: var(--secondary-active);
  color: var(--text-base)
}
.button_sm {
  font-size: 16px;
  line-height: 18px;
  padding: 8px 12px;
  gap: 12px
}
.button_xs {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  padding: 4px 6px;
  gap: 6px
}
.button_xs img,
.button_xs svg {
  width: 20px;
  height: 20px
}
.button_link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4
}
@media (min-width:1025px) {
  .button_link:not(:disabled):not(.disabled):focus,
  .button_link:not(:disabled):not(.disabled):hover {
    color: var(--text-mid);
    background-color: transparent
  }
}
.button_link:disabled {
  background-color: transparent!important;
  border-color: transparent!important;
  color: var(--text-mid)!important
}
.button.is-wait,
.button.wait {
  cursor: default;
  pointer-events: none;
  color: transparent!important;
  transition: none!important
}
.button.is-wait:after,
.button.wait:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 80%;
  height: 80%;
  background: url(../img/wait.svg) center/contain no-repeat;
  content: "";
  animation: wait-rotate 1s linear infinite
}
.button.is-wait svg,
.button.wait svg {
  opacity: 0
}
.button:disabled {
  background-color: #bdbec5;
  border-color: #bdbec5;
  color: #f4f6ff;
  cursor: default;
  pointer-events: none
}
@keyframes wait-rotate {
  100% {
    transform: rotate(-360deg)
  }
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.control {
  position: relative;
  width: 100%
}
.control__input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px;
  font-weight: 400;
  color: #323232;
  border-radius: 4px;
  transition: color 150ms ease-in,background-color 150ms ease-in,border-color 150ms ease-in,box-shadow 150ms ease-in
}
.control__input:focus {
  background-color: #fff;
  border-color: #c4d0ef;
  box-shadow: 0 0 4px #c4d0ef
}
.control__input.error,
.control_error .control__input {
  background-color: #feeded;
  border-color: #f46060
}
.control__input.error:focus,
.control_error .control__input:focus {
  background-color: #fff
}
.control__input::-moz-placeholder {
  color: transparent
}
.control__input::placeholder {
  color: transparent
}
.control__label {
  color: #989898;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 13px;
  left: 17px;
  text-align: left;
  white-space: nowrap;
  pointer-events: none
}
.control__input:focus ~ .control__label {
  opacity: .5
}
.control__input:not(:-moz-placeholder-shown) ~ .control__label {
  opacity: 0
}
.control__input.is-valued ~ .control__label,
.control__input:not(:placeholder-shown) ~ .control__label {
  opacity: 0
}
.control textarea.control__input {
  resize: vertical;
  min-height: 144px
}
.control_disabled {
  background-color: #e7e7e7;
  border: 1px solid #ddd
}
.control__message {
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 1;
  color: #fff;
  background-color: currentColor;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 6px;
  border-radius: 4px;
  animation: errorMsgShow 250ms cubic-bezier(.075,.82,.165,1);
  pointer-events: none
}
.control__message:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor
}
.control_error .control__message,
.error .control__message {
  color: var(--text-light);
  background-color: #f46060
}
.control_error .control__message:after,
.error .control__message:after {
  border-top-color: #f46060
}
@keyframes errorMsgShow {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.control-group {
  display: flex;
  align-items: center
}
.control-group > * {
  border-radius: 0
}
.control-group > :first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.control-group > :last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.control-group > .button {
  border-width: 1px
}
.control-group > .control .control__input {
  border-radius: 0
}
.control-group > .control:first-child .control__input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.control-group > .control:last-child .control__input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.checkbox {
  display: flex;
  flex-wrap: wrap;
  outline: 0;
  cursor: pointer;
  font-weight: inherit;
  font-family: var(--font-main);
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 8px;
  text-align: left
}
.checkbox_hidden {
  display: none!important
}
.checkbox_default {
  cursor: default
}
.checkbox__input {
  display: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.checkbox__input:checked + .checkbox__mark {
  background-color: var(--accent);
  border-color: var(--accent)
}
.checkbox__input:checked + .checkbox__mark:after {
  opacity: 1
}
.checkbox.control_error + .checkbox__mark {
  border: 2px solid var(--red)
}
.checkbox__mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid var(--accent);
  background-color: #fff;
  position: relative;
  border-radius: 2px;
  transition: all 150ms ease
}
.checkbox__mark:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0
}
@media (min-width:1025px) {
  .checkbox:hover .checkbox__input:not(:checked) ~ .checkbox__mark {
    border-color: var(--accent)
  }
}
.checkbox__text {
  display: inline-block;
  width: calc(100% - 26px);
  flex: 1 0 calc(100% - 26px);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: var(--text-base);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.checkbox__text a {
  color: var(--accent)
}
.checkbox__input:disabled + .checkbox__mark {
  background-color: #efefef!important;
  border-color: #aeaeae!important
}
.checkbox__input:disabled + .checkbox__mark:after {
  border-left-color: #aeaeae!important;
  border-bottom-color: #aeaeae!important
}
.checkbox .control__message {
  right: auto;
  left: 0
}
.control_error .checkbox__mark {
  border-color: #f46060
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  padding: 16px 0 8px;
  background-color: #fff;
  transform: translateY(0);
  will-change: transform
}
.header body.is-modal-open {
  will-change: initial;
  transform: none
}
body.is-alert .header {
  top: 50px
}
body.is-header .header {
  transition: transform 50ms linear;
  transform: translateY(-100%)
}
body.is-header.is-header-show .header {
  transition: transform 150ms linear;
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0,0,0,.12)
}
.header__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 32px
}
@media (max-width:1515px) {
  .header__top {
    gap: 24px
  }
}
@media (max-width:1279px) {
  .header__top .nav {
    display: none
  }
}
.header__main {
  display: flex;
  align-items: center;
  padding-top: 16px
}
@media (max-width:1279px) {
  .header__main .logo {
    order: 1
  }
  .header__main .search {
    order: 2
  }
  .header__main .catalog-nav {
    order: 3
  }
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 40px;
  gap: 24px
}
@media (max-width:1279px) {
  .header__bar {
    order: 4;
    gap: 8px;
    margin-left: 0
  }
}
.header-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-mid);
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  border: 0
}
.header-button svg {
  display: block;
  width: 100%;
  height: 100%
}
.header-button__qnt {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--active);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 10px
}
@media (max-width:1279px) {
  .header-button {
    width: 48px;
    height: 48px
  }
  .header-button svg {
    width: 28px;
    height: 28px
  }
}
@media (min-width:1025px) {
  .header-button:hover {
    color: var(--accent)
  }
}
.footer {
  background-color: var(--bg-pale);
  margin-top: 80px;
  padding: 48px 0 64px
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  width: -moz-max-content;
  width: max-content;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text-base)
}
@media (min-width:1025px) {
  .footer-logo:hover {
    color: var(--accent)
  }
}
.footer__inner {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: 1fr 2fr 1fr
}
@media (max-width:1279px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr
  }
}
.footer__about {
  color: var(--text-pale);
  display: flex;
  flex-direction: column;
  gap: 16px
}
@media (max-width:1279px) {
  .footer__about {
    order: 1
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px
}
@media (max-width:1279px) {
  .footer__contacts {
    order: 2
  }
}
.footer__navigations {
  display: flex;
  gap: 100px;
  align-items: flex-start
}
@media (max-width:1279px) {
  .footer__navigations {
    order: 3;
    grid-column: 1/3;
    gap: 48px
  }
}
.footer__nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px
}
@media (max-width:1279px) {
  .footer__nav {
    justify-content: flex-start;
    gap: 32px
  }
}
.footer__copyright {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400
}
.footer__text {
  font-size: 16px;
  line-height: 1.25;
  color: var(--text-pale)
}
.footer__text > :first-child {
  margin-top: 0
}
.footer__text > :last-child {
  margin-bottom: 0
}
.footer__text a {
  text-decoration: none
}
@media (min-width:1025px) {
  .footer__text a:hover {
    color: var(--accent)
  }
}
.footer__title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0
}
.footer__nav .footer__title {
  flex: 1 1 100%
}
.header-lite {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  background-color: var(--bg-fill);
  margin-bottom: 40px
}
.header-lite__inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.header-lite .logo {
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  flex: initial
}
.header-lite .logo__img {
  position: relative
}
.header-lite .logo__text {
  display: none
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--font-main);
  line-height: 1.15;
  font-weight: 600;
  margin: 40px 0 16px
}
.h1,
h1 {
  font-family: var(--font-main);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 16px
}
.h2,
h2 {
  font-family: var(--font-main);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
  margin: 40px 0 16px
}
.h3,
h3 {
  font-size: 28px
}
.h4,
h4 {
  font-size: 24px
}
.h5,
h5 {
  font-size: 20px
}
.h6,
h6 {
  font-size: 18px
}
.h2 + .h2,
.h2 + .h3,
.h2 + .h4,
.h2 + .h5,
.h3 + .h2,
.h3 + .h3,
.h3 + .h4,
.h3 + .h5,
.h4 + .h2,
.h4 + .h3,
.h4 + .h4,
.h4 + .h5,
.h5 + .h2,
.h5 + .h3,
.h5 + .h4,
.h5 + .h5,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5 {
  margin-top: 16px
}
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5 {
  margin-top: 0
}
p {
  font-size: inherit;
  line-height: inherit;
  margin: 16px 0
}
p:empty {
  display: none
}
p a {
  text-decoration: underline
}
@media (min-width:1025px) {
  p a:hover {
    text-decoration: none
  }
}
b,
strong {
  font-weight: 700
}
ol,
ul {
  font-size: inherit;
  line-height: inherit;
  margin: 16px 0;
  padding: 0
}
ol li,
ul li {
  position: relative
}
ol li:not(:first-child),
ul li:not(:first-child) {
  margin-top: 8px
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 16px
}
ul {
  list-style-type: disc
}
.hero-section {
  margin-bottom: 40px
}
@media (max-width:1279px) {
  .hero-section {
    margin-bottom: 20px
  }
}
.hero-section__inner {
  display: flex;
  margin: 0 -16px
}
@media (max-width:1279px) {
  .hero-section__inner {
    flex-wrap: wrap
  }
}
.hero-section__main {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 16px
}
@media (max-width:1279px) {
  .hero-section__main {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 12px
  }
}
.hero-section__side {
  flex: 0 0 25%;
  padding: 0 16px
}
@media (max-width:1279px) {
  .hero-section__side {
    flex: 1 1 100%
  }
}
.section {
  margin-bottom: 80px
}
.detail-view .section {
  margin-bottom: 40px
}
.section_filled {
  background-color: var(--bg-fill)
}
.section__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px
}
.section__headline {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin: 0
}
.section__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px
}
.section__number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  color: var(--text-base);
  background-color: var(--bg-fill)
}
.section__more {
  display: flex;
  align-items: center;
  margin-left: 32px;
  color: var(--accent);
  text-decoration: underline
}
.section__more svg {
  fill: var(--text-base);
  opacity: .5;
  width: 8px;
  height: 12px;
  margin-left: 8px
}
@media (min-width:1025px) {
  .section__more:hover {
    text-decoration: none
  }
  .section__more:hover svg {
    fill: var(--accent);
    opacity: 1
  }
}
.grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(6,1fr)
}
@media (max-width:1024px) {
  .grid {
    grid-template-columns: repeat(4,1fr)
  }
  .page__content .grid {
    grid-template-columns: repeat(3,1fr)
  }
}
.grid__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/7
}
@media (max-width:1024px) {
  .grid__footer {
    grid-column: 1/4
  }
}
.grid_3 {
  grid-template-columns: repeat(3,1fr)
}
.grid_4 {
  grid-template-columns: repeat(4,1fr)
}
.grid_9 {
  grid-template-columns: repeat(9,1fr);
  grid-gap: 24px
}
@media (max-width:1515px) {
  .grid_9 {
    grid-template-columns: repeat(9,1fr);
    grid-gap: 16px
  }
}
@media (max-width:1279px) {
  .grid_9 {
    grid-template-columns: repeat(4,1fr)
  }
}
.grid + .grid {
  margin-top: 32px
}
.form_short {
  max-width: 600px
}
.form_side {
  display: flex;
  max-width: 850px
}
.form__main {
  flex: 1;
  text-align: left
}
.form__side {
  position: relative;
  flex: 0 0 250px;
  margin-left: 20px;
  text-align: left
}
.form__sticky {
  position: sticky;
  z-index: 1;
  top: 16px;
  left: 0;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  background-color: #fafafa;
  padding: 20px
}
.form__sticky .button {
  width: 100%
}
.form__sticky .button:not(:last-child) {
  margin-bottom: 12px
}
.form__headline {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 16px;
  text-align: left
}
#modal-claim .form__headline {
  display: none
}
.form__group {
  margin-bottom: 16px
}
.form__group.is-hidden {
  display: none
}
.form__row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px
}
.form__row .form__group {
  margin-bottom: 0;
  flex: 1
}
.form__label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: var(--text-medium);
  text-align: left
}
.form__label span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  font-weight: 400
}
.form__field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1
}
.form__field .checkbox,
.form__field .radio {
  flex: 1 1 100%;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px
}
.form__field > :last-child {
  margin-bottom: 0
}
.form__line {
  display: flex;
  align-items: center;
  gap: 8px
}
.form__line .form__label {
  margin-bottom: 0
}
.form__group .qnt {
  max-width: 140px
}
.form__extra {
  text-align: center;
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1;
  font-weight: 400
}
.form__extra a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .form__extra a:hover {
    text-decoration: none
  }
}
.form__text {
  color: var(--text-pale);
  font-size: 16px
}
.form__text a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .form__text a:hover {
    text-decoration: none
  }
}
.modal .form .button {
  width: 100%
}
.form_seller textarea.control__input {
  min-height: 104px
}
.form__fieldset {
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 6px;
  background-color: var(--bg-fill)
}
.form__fieldset > :last-child {
  margin-bottom: 0
}
.form__fieldset[data-group] {
  display: none
}
.form__fieldset[data-group].is-active {
  display: block
}
.form > :last-child {
  margin-bottom: 0
}
.carousel {
  position: relative;
  margin: 0 -16px
}
.carousel__list {
  opacity: 0;
  transition: opacity 250ms ease
}
.carousel__list.init {
  opacity: 1
}
.carousel .swiper-slide {
  height: auto;
  padding: 0 16px;
  width: 20%
}
.carousel__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px
}
.carousel__bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: #cfcfcf
}
.carousel__bullet.active {
  background-color: var(--accent)
}
.carousel__next,
.carousel__prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--text-mid)
}
.carousel__next svg,
.carousel__prev svg {
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .carousel__next:hover,
  .carousel__prev:hover {
    color: var(--accent)
  }
}
@media (max-width:1024px) {
  .carousel__next,
  .carousel__prev {
    display: none
  }
}
.carousel__prev {
  left: -32px
}
.carousel__next {
  right: -32px
}
.page__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 48px
}
.page__headline {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1
}
.page__headline div {
  line-height: 1.4;
  font-weight: 400;
  font-size: 20px;
  margin-top: 12px
}
.page__headline a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .page__headline a:hover {
    text-decoration: none
  }
}
.page__headline b {
  font-weight: 600
}
.page__headline a.orange {
  color: var(--accent)
}
.page__headline > br {
  display: none
}
.page__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin: 0
}
.page__code {
  display: inline-block;
  margin-right: auto;
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1
}
.page__categories {
  margin-bottom: 40px
}
.page__inner {
  display: flex;
  flex-wrap: wrap
}
.page__inner_static {
  display: block
}
.page__side {
  flex: 0 0 255px;
  max-width: 255px;
  display: flex;
  flex-direction: column;
  gap: 32px
}
@media (max-width:1515px) {
  .page__side {
    flex: 0 0 220px;
    max-width: 220px
  }
}
@media (max-width:1024px) {
  .page__side {
    display: none;
    padding: 0 16px 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }
  body.is-sidebar-show .page__side {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 300px;
    max-width: 300px;
    z-index: 99
  }
}
.page__side-header {
  display: none
}
@media (max-width:1024px) {
  .page__side-header {
    position: sticky;
    background: #fff;
    margin: 0 -16px;
    padding: 0 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--border)
  }
}
.page__side-header div {
  font-size: 24px;
  line-height: 1;
  font-weight: 600
}
.page__side-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: 0;
  padding: 0;
  color: #96a2ba;
  width: 32px;
  height: 32px
}
.page__side-close svg {
  width: 16px;
  height: 16px
}
.page__side + .page__content {
  flex: 1 1 calc(100% - 255px);
  max-width: calc(100% - 255px);
  padding-left: 32px
}
@media (max-width:1515px) {
  .page__side + .page__content {
    flex: 1 1 calc(100% - 220px);
    max-width: calc(100% - 220px)
  }
}
@media (max-width:1024px) {
  .page__side + .page__content {
    flex: 1;
    max-width: 100%;
    padding-left: 0
  }
}
.page__content + .page__side {
  margin-left: 32px
}
.page__content {
  flex: 1
}
.page_detail .page__inner {
  display: block
}
.page__producer-description.text {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: -28px
}
.page__producer-description.text p {
  margin: 0
}
.page__producer-description.text p + p {
  margin-top: 16px
}
.page__producer-logo {
  margin: 0 16px 16px 0;
  float: left;
  width: 275px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 12px
}
.page__producer-logo img {
  max-width: 100%;
  max-height: 100%
}
body[data-page=compare] .page__inner {
  display: block
}
body[data-page=compare] .page__conten {
  flex: initial
}
.static,
.text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400
}
.static b,
.static strong,
.text b,
.text strong {
  font-weight: 700
}
.static img,
.text img {
  max-width: 100%;
  max-height: 100%;
  margin: 40px 0;
  display: block
}
.static p,
.text p {
  margin: 16px 0
}
.static table,
.text table {
  width: 100%!important;
  border-collapse: collapse;
  margin: 16px 0;
  float: none!important
}
.static table a:not(.button),
.text table a:not(.button) {
  color: #212224
}
.static .table,
.text .table {
  margin: 40px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.static .table table,
.text .table table {
  margin: 0
}
.static .table table a:not(.button),
.text .table table a:not(.button) {
  color: #212224
}
.static .table td,
.static .table th,
.text .table td,
.text .table th {
  padding: 8px
}
.static .table th,
.text .table th {
  text-align: left;
  font-weight: 600;
  background-color: var(--bg-alt)
}
.static .table tbody tr:nth-child(even),
.text .table tbody tr:nth-child(even) {
  background-color: var(--bg-fill)
}
.static a:not(.button),
.text a:not(.button) {
  text-decoration: underline;
  color: var(--accent)
}
@media (min-width:1025px) {
  .static a:not(.button):hover,
  .text a:not(.button):hover {
    text-decoration: none
  }
}
.static ol,
.static ul,
.text ol,
.text ul {
  list-style-position: outside
}
.static ol,
.text ol {
  padding-left: 28px;
  margin: 16px 0
}
.static ol ol,
.static ol ul,
.text ol ol,
.text ol ul {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 0
}
.static ol ol + li,
.static ol ul + li,
.text ol ol + li,
.text ol ul + li {
  margin-top: 12px
}
.static ol li,
.text ol li {
  position: relative;
  display: block
}
.static ol li:before,
.text ol li:before {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 12px
}
.static ol li:not(:last-child),
.text ol li:not(:last-child) {
  margin-bottom: 12px
}
.static ol li ul,
.text ol li ul {
  margin-top: 12px;
  margin-bottom: 12px
}
.static ol li ul li:before,
.text ol li ul li:before {
  content: "•";
  display: inline-block;
  margin-right: 16px
}
.static ul,
.text ul {
  padding-left: 28px;
  margin: 16px 0
}
@media (max-width:767px) {
  .static ul,
  .text ul {
    margin: 20px 0
  }
}
.static ul ol,
.static ul ul,
.text ul ol,
.text ul ul {
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0
}
.static ul ol + li,
.static ul ul + li,
.text ul ol + li,
.text ul ul + li {
  margin-top: 12px
}
.static ul li:not(:last-child),
.text ul li:not(:last-child) {
  margin-bottom: 12px
}
.static ul li::marker,
.text ul li::marker {
  color: var(--text-medium)
}
.static ol li,
.text ol li {
  display: block
}
.static ol > li:first-child,
.text ol > li:first-child {
  counter-reset: item
}
.static ol > li,
.text ol > li {
  counter-increment: item
}
.static ol > li:before,
.text ol > li:before {
  content: counters(item, ".") ". "
}
.static li p,
.text li p {
  display: inline!important
}
.static > :first-child,
.text > :first-child {
  margin-top: 0
}
.static > :last-child,
.text > :last-child {
  margin-bottom: 0
}
.static > div:first-child > :first-child,
.text > div:first-child > :first-child {
  margin-top: 0
}
.static > div:first-child > :last-child,
.text > div:first-child > :last-child {
  margin-bottom: 0
}
.static small,
.text small {
  font-size: 14px
}
.static table h1,
.text table h1 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  font-size: inherit
}
.static table h1 a,
.text table h1 a {
  text-decoration: none
}
.static table h1 a:not(.button),
.text table h1 a:not(.button) {
  color: #212224
}
.static table h1 a strong,
.text table h1 a strong {
  text-decoration: underline
}
.static table h1 a:hover strong,
.text table h1 a:hover strong {
  text-decoration: none
}
.search-empty {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center
}
.search-empty b {
  font-weight: 700;
  display: block;
  font-size: 22px;
  margin-bottom: 16px
}
.static-custom table {
  width: 100%
}
.static-custom table td {
  vertical-align: top
}
.static-custom table td img {
  max-height: initial
}
.static-custom table td p {
  margin: 0
}
.static-custom table td p p + p {
  margin-top: 16px
}
.static-custom table td strong {
  font-weight: 600
}
.static-custom table td a:not(.button) {
  color: #212224
}
.static-custom table td h1 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  font-size: inherit
}
.static-custom table td h1 a {
  text-decoration: none
}
.static-custom table td h1 a:not(.button) {
  color: #212224
}
.static-custom table td h1 a strong {
  text-decoration: underline
}
.static-custom table td h1 a:hover strong {
  text-decoration: none
}
.catalog {
  margin-bottom: 80px
}
.catalog + .catalog {
  margin-top: -80px
}
.catalog__header {
  padding-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 24px
}
.catalog__tools {
  display: flex;
  align-items: center;
  flex: 1 1 100%
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(265px,1fr));
  grid-gap: 32px;
  grid-auto-columns: 1fr
}
@media (max-width:1515px) {
  .catalog__grid {
    grid-template-columns: repeat(3,minmax(225px,1fr))
  }
}
@media (max-width:1279px) {
  .catalog__grid {
    grid-template-columns: repeat(3,minmax(225px,1fr))
  }
}
.catalog__grid_5 {
  grid-template-columns: repeat(5,minmax(265px,1fr))
}
.catalog__table {
  padding-top: 20px
}
.catalog__row {
  flex: 1 1 100%;
  grid-column: 1/5
}
.catalog__row .banners {
  margin: 48px 0
}
@media (max-width:1515px) {
  .catalog__row {
    grid-column: 1/4;
    display: none
  }
}
@media (max-width:1279px) {
  .catalog__row {
    grid-column: 1/3
  }
}
.catalog__list .catalog__row .banners {
  margin: 32px 0
}
@media (max-width:1279px) {
  .catalog__list .catalog__row .banners {
    margin: 16px 0
  }
}
.detail {
  margin-bottom: 80px
}
@media (max-width:1515px) {
  .detail .section-prop {
    display: none
  }
}
.detail-view {
  margin-bottom: 0;
  margin-top: -44px
}
.detail__header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 40px
}
.detail__headline {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1
}
.detail-view .detail__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2
}
.detail-view .detail__headline {
  font-size: 32px
}
.detail__code {
  display: inline-block;
  margin-right: auto;
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1;
  margin-left: 24px
}
.detail__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  flex: 1 1 100%;
  -moz-column-gap: 20px;
  column-gap: 20px
}
.detail-view .detail__bar {
  flex: initial;
  margin-left: auto;
  margin-top: 0
}
.detail__sticky {
  display: none
}
.detail__inner {
  display: flex
}
@media (max-width:1279px) {
  .detail__inner {
    display: block
  }
}
@media (max-width:1279px) {
  .detail-view .detail__inner {
    display: flex;
    gap: 24px
  }
}
.detail__main {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.detail__main .section {
  margin-bottom: 0
}
@media (max-width:1279px) {
  .detail__main .section {
    margin-bottom: 32px
  }
}
.detail__main > .section {
  flex: 1 1 100%
}
@media (max-width:1515px) {
  .detail__main {
    row-gap: 32px;
    -moz-column-gap: 0;
    column-gap: 0
  }
}
@media (max-width:1279px) {
  .detail__main {
    display: block;
    row-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
  }
}
@media (max-width:1279px) {
  .detail-view .detail__main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px
  }
}
.detail__gallery {
  flex: 0 0 520px;
  width: 520px
}
@media (max-width:1515px) {
  .detail__gallery {
    flex: 0 0 520px;
    width: 520px
  }
}
@media (max-width:1279px) {
  .detail__gallery {
    flex: initial;
    width: auto;
    margin-bottom: 32px
  }
}
@media (max-width:1515px) {
  .detail-view .detail__gallery {
    flex: 0 0 450px;
    width: 450px;
    margin-bottom: 0
  }
}
.detail__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px
}
@media (max-width:1515px) {
  .detail__info {
    padding-left: 20px
  }
}
@media (max-width:1279px) {
  .detail__info {
    padding-left: 0;
    display: none
  }
}
.detail__tablet {
  display: none
}
@media (max-width:1279px) {
  .detail__tablet {
    display: block;
    margin-bottom: 32px
  }
}
.detail__side {
  position: relative;
  flex: 0 0 450px;
  margin-left: 32px
}
.detail__side > :last-child {
  margin-bottom: 0
}
@media (max-width:1279px) {
  .detail__side {
    margin-left: 0;
    flex: initial;
    width: 100%
  }
}
.detail__section + .detail__section {
  margin-top: 16px
}
.detail__title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px
}
.detail__view-more {
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 2
}
.detail__view-more svg {
  opacity: .5;
  width: 16px;
  height: 16px
}
.cart {
  position: relative;
  min-height: 580px
}
.cart__inner + .cart__inner {
  margin-top: 40px
}
.cart__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px
}
@media (max-width:1279px) {
  .cart__header {
    flex-wrap: wrap;
    gap: 16px
  }
}
.cart__header .button {
  order: 2
}
.cart__headline {
  order: 1;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1
}
@media (max-width:1279px) {
  .cart__headline {
    flex: 1 1 100%
  }
}
.cart__headline-sub {
  order: 3;
  flex: 1 1 100%
}
.cart__body {
  padding-right: 332px
}
@media (max-width:1279px) {
  .cart__body {
    padding-right: 0
  }
}
.cart__side {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  width: 300px
}
@media (max-width:1279px) {
  .cart__side {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
    margin-top: 40px
  }
}
.cart__text {
  margin-bottom: 32px
}
.cart__text .static {
  font-size: 18px
}
.cart-order {
  margin-bottom: 80px;
  margin-top: 40px;
  padding-right: 332px
}
@media (max-width:1279px) {
  .cart-order {
    padding-right: 0
  }
}
.cart-order__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px
}
.cart-order__nav div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px
}
.cart-order__nav .button {
  max-width: 400px;
  width: 100%
}
.cart-order__tab {
  display: none;
  margin: 0 auto;
  max-width: 500px;
  text-align: center
}
.cart-order__tab.active,
.cart-order__tab.is-active {
  display: block
}
.cart-order__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px
}
.cart-table__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px
}
.cart-table__title-controls,
.cart-table__title-name,
.cart-table__title-pic,
.cart-table__title-price,
.cart-table__title-qnt,
.cart-table__title-sum {
  font-weight: 600;
  font-size: 16px;
  line-height: 1
}
.cart-table__title-pic {
  flex: 0 0 96px
}
.cart-table__title-name {
  flex: 1
}
.cart-table__title-price {
  flex: 0 0 150px;
  text-align: left
}
.cart-table__title-sum {
  flex: 0 0 150px;
  text-align: right
}
.cart-table__title-qnt {
  flex: 0 0 100px;
  text-align: left
}
.cart-table__title-controls {
  margin-left: 32px;
  flex: 0 0 24px
}
.order {
  padding-bottom: 40px
}
.order .section {
  margin-bottom: 40px
}
.order__back {
  margin-bottom: 40px
}
.order__inner {
  display: flex
}
.order__main {
  flex: 1
}
.order__side {
  position: relative;
  flex: 0 0 300px;
  margin-left: 32px
}
.order__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.order__footer .button {
  flex: 1
}
.order__total {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  flex: 1 1 100%;
  margin-bottom: 12px
}
.order__extra {
  flex: 1 1 50%;
  margin-left: 32px;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--text-pale)
}
.order__extra a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .order__extra a:hover {
    text-decoration: none
  }
}
.profile {
  margin-bottom: 40px
}
.profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px
}
@media (max-width:1279px) {
  .profile__grid {
    grid-template-columns: 1fr;
    grid-gap: 0
  }
}
.profile .form {
  text-align: center
}
.profile-section {
  border-top: 1px solid var(--border);
  margin-bottom: 80px
}
@media (max-width:1279px) {
  .profile-section {
    margin-bottom: 40px
  }
}
.profile-section__header {
  display: flex;
  align-items: center;
  padding: 16px 0
}
.profile-section__headline {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin: 0
}
.profile-section__link {
  display: inline-block;
  vertical-align: top;
  margin-left: auto
}
.profile-section__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px
}
.contacts {
  display: flex;
  flex-wrap: wrap
}
.contacts__headline {
  flex: 1 1 100%;
  margin: 80px 0 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1
}
.contacts__main {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 32px;
  margin-bottom: 32px
}
.contacts__map {
  position: relative;
  flex: 1 1 50%;
  max-width: 50%;
  margin-bottom: 32px
}
.contacts__map #map,
.contacts__map #map-other {
  position: sticky;
  top: 16px;
  height: 450px
}
.contacts__group {
  margin-bottom: 40px
}
.contacts__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px
}
.contacts__item {
  position: relative;
  padding-left: 40px
}
.contacts__item:not(:last-child) {
  margin-bottom: 12px
}
.contacts__icon {
  color: var(--text-mid);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0
}
.contacts__icon svg {
  width: 100%;
  height: 100%;
  display: block
}
.contacts__value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top
}
.contacts__value a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .contacts__value a:hover {
    text-decoration: none;
    color: var(--accent)
  }
}
.contacts__value span {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-top: 4px;
  color: var(--text-pale)
}
.little-contacts {
  display: flex;
  align-items: center
}
@media (max-width:1515px) {
  .little-contacts {
    flex-wrap: wrap;
    flex: 0 0 265px
  }
}
.little-contacts__tel {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-right: 12px
}
.little-contacts__tel svg {
  fill: var(--text-mid);
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px
}
@media (min-width:1025px) {
  .little-contacts__tel:hover {
    color: var(--accent)
  }
  .little-contacts__tel:hover svg {
    fill: var(--accent)
  }
}
@media (max-width:1515px) {
  .little-contacts__tel {
    font-size: 16px
  }
}
.header-lite .little-contacts__tel {
  font-size: 24px
}
.header-lite .little-contacts__tel svg {
  width: 24px;
  height: 24px
}
.little-contacts__button {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: var(--accent);
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3
}
@media (min-width:1025px) {
  .little-contacts__button:hover {
    text-decoration: none
  }
}
.little-contacts__time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 4px
}
@media (max-width:1515px) {
  .little-contacts__time {
    flex: 1 1 100%;
    line-height: 1;
    margin-top: 4px;
    margin-left: 24px;
    display: none
  }
}
@media (max-width:1279px) {
  .navigation {
    display: none
  }
}
.navigation__list {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.navigation__item {
  position: relative;
  padding: 2px 0
}
.navigation__link {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-base);
  display: block;
  padding: 16px 0
}
.navigation__link_action {
  color: var(--accent)
}
@media (min-width:1025px) {
  .navigation__link:hover {
    color: var(--accent)
  }
}
.navigation__link.active {
  color: var(--text-mid)
}
@media (max-width:1515px) {
  .navigation__link {
    font-size: 14px;
    line-height: 20px
  }
}
.user {
  display: flex;
  align-items: center;
  margin-left: auto
}
.user__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}
.user__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--text-mid);
  stroke-width: 2
}
@media (max-width:1515px) {
  .user__icon {
    width: 24px;
    height: 24px
  }
}
@media (max-width:1279px) {
  .user__icon {
    width: 16px;
    height: 16px
  }
}
.user__text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  padding-left: 8px
}
@media (max-width:1515px) {
  .user__text {
    display: none
  }
}
@media (max-width:1279px) {
  .user__text {
    display: block
  }
}
@media (min-width:1025px) {
  .user:hover {
    color: var(--accent)
  }
  .user:hover svg {
    stroke: var(--accent)
  }
}
.region {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 255px
}
@media (max-width:1279px) {
  .region {
    flex: initial;
    margin-left: 152px
  }
}
@media (max-width:1024px) {
  .region {
    margin-left: 0
  }
}
.region__button {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--text-base);
  padding: 0 16px 0 0
}
.region__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a19181;
  border-bottom: 2px solid #a19181;
  transform: rotate(45deg);
  opacity: .5
}
.region__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px
}
.region__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--text-mid)
}
.region__text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 600
}
@media (min-width:1025px) {
  .region__button:hover {
    color: var(--accent)
  }
  .region__button:hover svg {
    fill: var(--accent)
  }
}
.logo {
  position: relative;
  display: inline-block;
  flex: 0 0 275px;
  padding-left: 135px;
  align-self: flex-end
}
.logo__img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 96px
}
.logo__text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #452405;
  padding-left: 16px
}
@media (max-width:1279px) {
  .logo {
    flex: 0 0 128px;
    padding-left: 0
  }
  .logo__img {
    width: 128px;
    height: 90px
  }
  .logo__text {
    display: none
  }
}
@media (max-width:1024px) {
  .header .logo {
    height: 40px;
    width: 64px;
    flex: 0 0 64px;
    background: url(../img/logo-sm.svg) center/contain no-repeat
  }
  .header .logo img {
    display: none!important
  }
}
@media (min-width:1025px) {
  .logo {
    transition: opacity 150ms ease
  }
  .logo:hover {
    opacity: .8
  }
}
.catalog-nav {
  position: relative;
  margin-right: 24px;
  margin-left: 34px
}
.catalog-nav__button {
  display: flex;
  align-items: center;
  border: 2px solid var(--accent);
  color: var(--accent);
  gap: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all 150ms ease
}
.catalog-nav__button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor
}
@media (min-width:1025px) {
  .catalog-nav__button:hover {
    background-color: var(--accent);
    color: #fff
  }
}
.open > .catalog-nav__button {
  background-color: var(--accent);
  color: #fff
}
@media (max-width:1279px) {
  .catalog-nav {
    margin-left: 24px;
    margin-right: 8px
  }
  .catalog-nav__button {
    justify-content: center;
    width: 48px;
    height: 48px;
    gap: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: var(--text-mid);
    background-color: transparent;
    line-height: 1
  }
  .catalog-nav__button span {
    display: none
  }
  .catalog-nav__button svg {
    width: 28px;
    height: 28px
  }
  .catalog-nav__button:hover {
    background-color: transparent;
    color: var(--accent)
  }
  .catalog-nav .dropdown {
    left: auto;
    right: 0
  }
}
.search {
  position: relative;
  flex: 1
}
@media (max-width:1279px) {
  .search {
    margin-left: 24px
  }
}
.search__inner {
  position: relative;
  display: flex;
  align-items: center
}
.search__label {
  color: var(--text-mid);
  opacity: .75;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  border: 0
}
.search__label svg {
  display: block;
  width: 100%;
  height: 100%
}
.search__input {
  flex: 1;
  padding: 12px 56px 12px 56px;
  background-color: var(--bg-fill);
  color: var(--text-base);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border: 1px solid #ebe9e4;
  border-radius: 4px 0 0 4px;
  outline: 0
}
.search__input::-moz-placeholder {
  color: #565758;
  font-weight: 400
}
.search__input::placeholder {
  color: #565758;
  font-weight: 400
}
.search__input:focus {
  background-color: #fff
}
.search__clear {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 106px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  color: var(--text-mid);
  opacity: .75;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0
}
.search__clear svg {
  display: block;
  width: 16px;
  height: 16px
}
@media (min-width:1025px) {
  .search__clear:hover {
    opacity: 1
  }
}
.search__input:not(:-moz-placeholder-shown) ~ .search__clear {
  display: flex
}
.search__input:not(:placeholder-shown) ~ .search__clear {
  display: flex
}
.search__submit {
  width: 90px;
  background-color: var(--bg-alt);
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #323438;
  border: 0;
  padding: 12px 0
}
@media (min-width:1025px) {
  .search__submit:hover {
    background-color: #beb8b2
  }
}
.search__result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1
}
.little-cart__link {
  display: flex;
  align-items: center
}
.little-cart__icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
  color: var(--text-mid)
}
.little-cart__icon svg {
  width: 100%;
  height: 100%;
  display: block
}
.little-cart__qnt {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--active);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 10px
}
.little-cart__info {
  display: block;
  flex: 1;
  color: var(--text-medium)
}
.little-cart__label {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px
}
.little-cart__text {
  display: block;
  font-size: 14px;
  line-height: 1
}
@media (max-width:1279px) {
  .little-cart__icon {
    margin-right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  .little-cart__icon svg {
    width: 28px;
    height: 28px
  }
  .little-cart__label {
    display: none
  }
  .little-cart__text {
    display: none
  }
}
@media (min-width:1025px) {
  .little-cart:hover .little-cart__info {
    color: var(--accent)
  }
  .little-cart:hover .little-cart__icon {
    color: var(--accent)
  }
}
.hero {
  position: relative;
  height: 565px
}
@media (max-width:1540px) {
  .hero {
    height: auto
  }
}
@media (max-width:1279px) {
  .hero {
    height: auto
  }
}
.hero__list {
  height: 100%;
  opacity: 0;
  transition: opacity 250ms ease;
  border-radius: 12px
}
.hero__list.init {
  opacity: 1
}
.hero__link {
  display: block;
  height: 100%
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 250ms ease;
  border-radius: 12px
}
.hero__img.loaded {
  opacity: 1
}
.hero__pagination {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center
}
.hero__bullet {
  display: block;
  margin: 0 5px;
  border-radius: 2px;
  width: 24px;
  height: 6px;
  background-color: #fff;
  opacity: .75;
  outline: 0
}
.hero__bullet.active {
  opacity: 1;
  background-color: var(--accent)
}
.hero__bullet:not(.active):hover {
  background-color: var(--bg-alt)
}
.hero-banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%
}
@media (max-width:1279px) {
  .hero-banners {
    flex-direction: row;
    height: auto;
    gap: 24px
  }
}
.hero-banners__item {
  display: block;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white,#000)
}
.hero-banners__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: transform .4s linear;
  will-change: transform
}
@media (min-width:1025px) {
  .hero-banners__item:hover img {
    transform: scale(1.05)
  }
}
.category-item {
  position: relative;
  display: block;
  height: 100%
}
.category-item.hidden {
  display: none
}
.category-item__pic {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
  margin-bottom: 12px;
  overflow: hidden
}
.category-item__pic:after {
  content: "";
  display: block;
  padding-top: 100%
}
.category-item__pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .4s linear;
  will-change: transform
}
.category-item__pic img[src*=nophoto] {
  border: 1px solid #e5e5e5;
  transform: none!important
}
.category-item__pic.no-photo {
  background-color: #a9a9a9;
  display: flex;
  justify-content: center;
  align-items: center
}
.category-item__pic.no-photo img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto
}
.category-item__name {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600
}
.category-item_large .category-item__pic {
  height: 280px;
  margin-bottom: 0
}
@media (max-width:1024px) {
  .category-item_large .category-item__pic {
    height: 200px
  }
}
.category-item_large .category-item__pic img {
  position: static
}
.category-item_large .category-item__pic:after {
  display: none
}
.category-item_large .category-item__name {
  position: absolute;
  text-align: left;
  color: var(--text-light);
  font-size: 22px;
  line-height: 1.2;
  width: 150px;
  top: 20px;
  left: 32px
}
@media (max-width:1024px) {
  .category-item_large .category-item__name {
    font-size: 16px;
    width: auto;
    left: 12px;
    right: 12px
  }
}
@media (min-width:1025px) {
  .category-item:not(.category-item_large):hover .category-item__name {
    color: var(--accent)
  }
  .category-item:hover .category-item__pic img {
    transform: scale(1.05)
  }
}
.news-item {
  display: block
}
.news-item__pic {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
  margin-bottom: 16px;
  border-radius: 12px;
  height: 204px
}
@media (max-width:1279px) {
  .news-item__pic {
    height: 150px
  }
}
.news-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .4s linear;
  will-change: transform
}
@media (min-width:1025px) {
  .news-item:hover .news-item__pic img {
    transform: scale(1.05)
  }
  .news-item:hover .news-item__headline {
    color: var(--accent)
  }
}
.news-item__meta {
  color: var(--text-meta);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px
}
.news-item__headline {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0
}
.news-item__text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25
}
.news-item__text > :first-child {
  margin-top: 0
}
.news-item__text > :last-child {
  margin-bottom: 0
}
.banners {
  margin-bottom: 80px
}
.banners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px
}
.banners__list > p {
  display: flex;
  gap: 32px;
  width: 100%
}
.banners__list > div {
  display: flex;
  gap: 32px;
  width: 100%
}
.banners__item {
  display: block;
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white,#000)
}
.banners__item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform .4s linear;
  will-change: transform
}
@media (min-width:1025px) {
  .banners__item:hover img {
    transform: scale(1.05)
  }
}
.services {
  margin-bottom: 60px
}
.services__list {
  display: flex;
  gap: 28px
}
.services__item {
  flex: 1;
  display: flex;
  align-items: center
}
@media (max-width:1279px) {
  .services__item {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center
  }
}
.services__icon {
  flex: 0 0 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent);
  margin-right: 16px
}
@media (max-width:1279px) {
  .services__icon {
    margin-right: 0;
    margin-bottom: 16px
  }
}
.services__icon svg {
  width: 100%;
  height: 100%;
  display: block
}
.services__label {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px
}
@media (max-width:1279px) {
  .services__label {
    font-size: 16px
  }
}
.services__text {
  color: var(--text-pale);
  font-size: 16px;
  line-height: 1
}
@media (max-width:1279px) {
  .services__text {
    font-size: 13px;
    line-height: 1.2
  }
}
.services__text p {
  margin: 0
}
.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}
.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--text-light);
  width: 32px;
  height: 32px
}
.social__link_vk {
  background-color: #07f
}
.social__link_yt {
  background-color: red
}
.social__link_tg {
  background-color: #08c
}
.social__link_wa {
  background-color: #2dca49
}
.social__link svg {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  fill: currentColor
}
@media (min-width:1025px) {
  .social__link {
    transition: opacity 150ms ease
  }
  .social__link:hover {
    opacity: .7
  }
}
.nav__list {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.nav__list_row {
  flex-direction: row
}
.nav__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-base)
}
.nav__link svg {
  fill: var(--text-mid);
  height: 20px;
  width: 16px
}
@media (max-width:1515px) {
  .nav__link {
    font-size: 14px
  }
}
@media (min-width:1025px) {
  .nav__link:hover {
    color: var(--accent)
  }
  .nav__link:hover svg {
    fill: var(--accent)
  }
  .nav__link.active {
    color: var(--accent)
  }
}
.detail .nav__list {
  gap: 24px
}
.detail .nav__link {
  color: var(--accent);
  text-decoration: underline;
  font-size: 18px
}
@media (min-width:1025px) {
  .detail .nav__link:hover {
    text-decoration: none
  }
}
.detail__bar .nav {
  margin-right: auto
}
.sticky .nav__list {
  gap: 16px
}
.sticky .nav__link {
  color: var(--accent);
  text-decoration: underline
}
@media (min-width:1025px) {
  .sticky .nav__link:hover {
    text-decoration: none
  }
}
.breadcrumbs {
  padding: 32px 0 12px
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap
}
.breadcrumbs__item {
  display: flex;
  align-items: center
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 12px
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: var(--text-mid);
  opacity: .5;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1
}
.breadcrumbs__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #646566
}
@media (min-width:1025px) {
  .breadcrumbs__link:hover {
    color: var(--accent)
  }
}
.breadcrumbs__current {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-mid)
}
.filter__group {
  position: relative;
  border-top: 1px solid var(--border)
}
.filter__group.open {
  padding-bottom: 28px
}
@media (max-width:1024px) {
  .filter__group:first-child {
    border-top: 0
  }
}
.filter__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 16px 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: var(--text-mid)
}
.filter__toggle svg {
  position: relative;
  top: 2px;
  order: 1;
  fill: var(--text-mid);
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 12px
}
.filter__toggle span {
  display: inline-block;
  order: 2;
  text-align: left
}
@media (min-width:1025px) {
  .filter__toggle:hover {
    color: var(--accent)
  }
  .filter__toggle:hover svg {
    fill: var(--accent)
  }
}
.open > .filter__toggle {
  color: var(--text-base);
  padding-bottom: 16px
}
.open > .filter__toggle svg {
  transform: rotate(180deg)
}
.filter__content {
  max-height: 0;
  overflow: hidden;
  transition: all 150ms ease
}
.filter__list {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.filter__item.hidden {
  display: none
}
.filter__checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.filter__checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}
.filter__mark {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 2px solid var(--text-mid);
  border-radius: 4px
}
.filter__mark:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0
}
.filter__checkbox input:checked ~ .filter__mark {
  background-color: var(--accent);
  border-color: var(--accent)
}
.filter__checkbox input:checked ~ .filter__mark:after {
  opacity: 1
}
.filter__text {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 0;
  display: block
}
.filter__more {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  color: var(--accent);
  text-decoration: underline;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 4px
}
@media (min-width:1025px) {
  .filter__more:hover {
    text-decoration: none
  }
}
.filter__fields {
  display: flex;
  gap: 12px
}
.filter__control {
  position: relative;
  flex: 1
}
.filter__input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 14px;
  font-weight: 600;
  color: #323232;
  border-radius: 4px
}
.filter__input:focus {
  background-color: #fff;
  border-color: #c4d0ef
}
.filter select.filter__input {
  cursor: pointer;
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 18px
}
.filter__label {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  bottom: 14px;
  left: 14px;
  color: #323232;
  opacity: .5;
  display: block;
  width: 30px
}
.filter__label + .filter__input {
  text-align: right;
  padding-left: 44px
}
.filter__footer {
  margin-top: 12px
}
.filter__group.open + .filter__footer {
  margin-top: 0
}
.filter__clear,
.filter__submit {
  width: 100%
}
.filter__submit {
  margin-bottom: 6px
}
.filter__founded {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0,0,0,.12);
  display: none
}
.filter__founded b {
  font-weight: 600
}
.filter__founded .button {
  display: block;
  width: 100%;
  margin-top: 8px
}
.filter__founded > div {
  display: none!important
}
@media (max-width:1024px) {
  .filter__founded {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px
  }
}
.filter__close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  color: var(--text-base);
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
  border-radius: 0
}
.filter__close-btn svg {
  display: inline-block;
  width: 100%;
  height: 100%
}
.filter-button {
  display: none
}
@media (max-width:1024px) {
  .filter-button {
    display: flex;
    margin-right: 16px;
    background: 0 0!important;
    border: 0!important;
    gap: 6px!important
  }
  .filter-button svg {
    width: 20px;
    height: 20px
  }
}
.side-nav {
  padding-top: 10px;
  border-top: 1px solid var(--border)
}
.filter .side-nav {
  border-top: 0;
  padding-top: 0
}
.side-nav__list {
  flex: 1 1 100%
}
.side-nav__list .side-nav__list {
  margin-left: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 150ms ease
}
.open > .side-nav__toggle {
  transform: rotate(180deg)
}
.side-nav__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between
}
.side-nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.side-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 0;
  color: var(--text-base)
}
.side-nav__link svg {
  width: 24px;
  height: 24px;
  display: block;
  color: var(--text-mid)
}
@media (min-width:1025px) {
  .side-nav__link:hover {
    color: var(--accent)
  }
  .side-nav__link:hover svg {
    color: var(--accent)
  }
}
.side-nav__link.active {
  color: var(--accent)
}
.open > .side-nav__link {
  color: var(--accent)
}
.side-nav__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  color: var(--text-mid);
  opacity: .5;
  width: 32px;
  height: 32px;
  background-color: transparent
}
.side-nav__toggle svg {
  display: block;
  width: 12px;
  height: 12px
}
@media (min-width:1025px) {
  .side-nav__toggle:hover {
    color: var(--accent);
    opacity: 1
  }
}
.info {
  border-radius: 8px;
  background-color: var(--bg-fill);
  padding: 12px
}
@media (max-width:1024px) {
  .info {
    margin-top: 16px
  }
}
.info__headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 12px
}
.info__text {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 8px
}
.info__list {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25
}
@media (min-width:1025px) {
  .info__list a:hover {
    color: var(--accent)
  }
}
.range {
  padding: 16px 10px 6px
}
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none
}
.noUi-target {
  position: relative
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-horizontal {
  height: 6px
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -8px
}
.noUi-target {
  background: rgba(150,162,186,.5);
  border-radius: 8px
}
.noUi-connects {
  border-radius: 8px
}
.noUi-connect {
  background: #96a2ba
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-handle {
  border-radius: 50%;
  background: #96a2ba;
  cursor: default
}
.filter-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}
.filter-selected__button {
  display: flex;
  align-items: center;
  border: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--text-light);
  background-color: var(--primary);
  border-radius: 16px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.filter-selected__button b {
  font-weight: 600;
  display: inline-block;
  margin-right: 4px
}
.filter-selected__button svg {
  display: inline-block;
  opacity: .5;
  width: 16px;
  height: 16px;
  margin-left: 12px
}
@media (min-width:1025px) {
  .filter-selected__button:hover {
    background-color: var(--primary-hover)
  }
}
.filter-selected__button_reset {
  color: var(--text-medium);
  background-color: var(--secondary)
}
@media (min-width:1025px) {
  .filter-selected__button_reset:hover {
    background-color: var(--secondary-hover)
  }
}
.sorting {
  display: flex;
  flex: 1 1 100%
}
.sorting__list {
  display: flex;
  align-items: center;
  margin-right: 32px
}
.sorting__list_right {
  margin-right: 0;
  margin-left: auto
}
.sorting__item {
  position: relative;
  display: flex
}
.sorting__item:not(:last-child) {
  margin-right: 16px
}
.sorting__link {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--text-medium);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  outline: 0
}
@media (max-width:1279px) {
  .sorting__link {
    font-size: 14px
  }
}
.sorting__link input {
  display: none
}
.sorting__link svg {
  display: none;
  width: 16px;
  height: 16px;
  fill: var(--accent);
  margin-left: 4px
}
.sorting__link.asc,
.sorting__link.desc {
  font-weight: 600
}
.sorting__link.asc svg,
.sorting__link.desc svg {
  display: inline-block
}
.sorting__link.asc svg {
  transform: scaleY(-1)
}
@media (min-width:1025px) {
  .sorting__link:hover {
    color: var(--accent)
  }
}
.sorting__button {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--text-medium);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 0 12px 0 0;
  background-color: transparent;
  border: 0
}
@media (max-width:1279px) {
  .sorting__button {
    font-size: 14px
  }
}
.sorting__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--text-mid);
  border-bottom: 2px solid var(--text-mid);
  transform: rotate(45deg)
}
.open > .sorting__button:after {
  transform: rotate(-135deg);
  top: 7px
}
@media (min-width:1025px) {
  .sorting__button:hover {
    color: var(--accent)
  }
  .sorting__button:hover:after {
    border-color: var(--accent)
  }
}
.sorting__view {
  color: var(--text-mid);
  opacity: .33;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0
}
.sorting__view svg {
  display: block;
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .sorting__view:not(.active):hover {
    color: var(--accent);
    opacity: 1
  }
}
.sorting__view.active {
  opacity: 1
}
.sorting__view:not(:last-child) {
  margin-right: 16px
}
.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 0
}
.pagination_center {
  justify-content: center
}
.pagination__more {
  order: 2;
  margin-left: 50px;
  width: -moz-max-content;
  width: max-content;
  padding-left: 32px;
  padding-right: 32px
}
@media (max-width:1515px) {
  .pagination__more {
    left: auto
  }
}
@media (max-width:1279px) {
  .pagination__more {
    margin-left: 20px
  }
}
@media (max-width:1024px) {
  .pagination__more {
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 16px
  }
}
.pagination__list {
  order: 1;
  display: flex;
  align-items: center
}
.pagination__next,
.pagination__prev {
  color: #ada4a4;
  opacity: .5;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px
}
@media (min-width:1025px) {
  .pagination__next:hover,
  .pagination__prev:hover {
    opacity: 1;
    color: var(--accent)
  }
}
.pagination__next svg,
.pagination__prev svg {
  width: 16px;
  height: 16px;
  display: block
}
.pagination__prev {
  order: 1
}
.pagination__item_start {
  order: 2!important
}
.pagination__first {
  order: 3
}
.pagination__item {
  order: 4
}
.pagination__last {
  order: 5
}
.pagination__item_finish {
  order: 6!important
}
.pagination__next {
  order: 7
}
.pagination__current,
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700
}
.pagination__link {
  background-color: transparent;
  color: var(--text-base);
  opacity: .5
}
@media (min-width:1025px) {
  .pagination__link:hover {
    opacity: 1;
    color: var(--accent)
  }
}
.pagination__current {
  background-color: var(--accent);
  color: var(--text-light)
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.tags p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.tags a,
.tags__item {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(229,229,229,.5);
  text-decoration: none!important
}
@media (min-width:1025px) {
  .tags a,
  .tags__item {
    transition: all 150ms ease
  }
  .tags a:hover,
  .tags__item:hover {
    background: rgba(255,132,0,.1);
    color: var(--accent)
  }
}
.tags a.active,
.tags__item.active {
  background: rgba(255,132,0,.1);
  box-shadow: inset 0 0 0 1px var(--accent);
  color: var(--accent);
  font-weight: 600
}
.tags a img,
.tags__item img {
  width: 100%;
  height: auto
}
.tags a img.mobile,
.tags__item img.mobile {
  display: none!important
}
.tags table a {
  padding: 0;
  background-color: transparent
}
.gallery {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.detail-view .gallery {
  position: sticky;
  top: 24px
}
.gallery__next,
.gallery__prev {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 32px;
  height: 96px;
  color: var(--text-mid)
}
.gallery__next.disabled,
.gallery__prev.disabled {
  pointer-events: none;
  opacity: 0
}
.gallery__next svg,
.gallery__prev svg {
  width: 16px;
  height: 16px
}
@media (max-width:1279px) {
  .gallery__next,
  .gallery__prev {
    display: none
  }
}
.gallery__prev {
  left: -32px
}
@media (max-width:1279px) {
  .gallery__prev {
    left: -16px
  }
}
.gallery__next {
  right: -32px
}
@media (max-width:1279px) {
  .gallery__next {
    right: -16px
  }
}
.gallery__main {
  height: 520px;
  border: 1px solid var(--border)
}
@media (max-width:1279px) {
  .gallery__main {
    height: auto
  }
}
.detail_seller .gallery__main {
  height: auto;
  border-radius: 4px
}
.gallery__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}
@media (max-width:1279px) {
  .gallery__link {
    height: auto
  }
}
.gallery__link.no-photo {
  display: flex;
  justify-content: center;
  align-items: center
}
.gallery__link.no-photo img {
  max-width: 80%;
  max-height: 80%
}
.gallery__link_video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .3
}
.gallery__link svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1
}
.gallery__img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 250ms ease
}
.gallery__img.loaded {
  opacity: 1
}
.gallery__thumbs {
  margin-top: 16px
}
.gallery__thumbs .swiper-slide {
  height: auto
}
.gallery__thumbs-pic {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px
}
.gallery__thumbs-pic:before {
  content: "";
  display: block;
  padding-top: 100%
}
.gallery__thumbs-pic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 4px var(--accent);
  z-index: 1;
  opacity: 0;
  transition: opacity 150ms ease;
  border-radius: 4px
}
.active .gallery__thumbs-pic:after {
  opacity: 1
}
.gallery__thumbs-pic svg {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: var(--accent)
}
.gallery__thumbs-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 250ms ease;
  border-radius: 4px
}
.gallery__thumbs-img.loaded {
  opacity: 1
}
.detail_seller .gallery__thumbs-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.properties__group:not(:last-child) {
  margin-bottom: 40px
}
.properties__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1
}
.properties__item {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-between
}
.properties__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #000;
  opacity: .2
}
.properties__item:not(:last-child) {
  margin-bottom: 16px
}
.properties__label,
.properties__value {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-size: 16px;
  line-height: 1
}
.properties__label {
  padding-right: 4px;
  font-weight: 600
}
.properties__value {
  padding-left: 4px;
  margin-left: auto;
  text-align: left;
  min-width: 320px
}
.detail-view .properties__value {
  min-width: 200px
}
.properties__value a {
  text-decoration: underline
}
.properties__value a:hover {
  color: var(--accent)
}
.properties__list_short .properties__value {
  min-width: 160px;
  max-width: 160px
}
.properties__more {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  color: var(--accent);
  margin-top: 32px
}
@media (min-width:1025px) {
  .properties__more:hover {
    text-decoration: none
  }
}
.sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.sizes__item {
  display: inline-block;
  vertical-align: top;
  padding: 8px 12px;
  border: 1px solid #dad3cd;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--text-base)
}
@media (min-width:1025px) {
  .sizes__item:hover {
    border-color: var(--accent)
  }
}
.sizes__item.active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent)
}
.sizes__item.disabled {
  opacity: .5
}
.sizes__item.canceled {
  position: relative;
  opacity: .9;
  overflow: hidden
}
.sizes__item.canceled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #c7c1bc;
  transform: rotate(28deg);
  transform-origin: top left;
  z-index: 1
}
.product-info {
  position: sticky;
  z-index: 1;
  top: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)
}
.detail-view .product-info {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  top: 0;
  margin-bottom: 40px
}
.product-info__section {
  background-color: #fafafa;
  padding: 24px 20px
}
.product-info__section:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.product-info__section:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}
.product-info__section:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.1)
}
.detail-view .product-info__section {
  padding: 0;
  background-color: #fff
}
.product-info__section > :last-child {
  margin-bottom: 0
}
.product-info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px
}
.product-info__labels {
  margin-bottom: 16px;
  margin-left: -30px
}
.detail-view .product-info__labels {
  margin-left: 0
}
.product-info__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px
}
.product-info__information {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #636568;
  margin-left: auto;
  flex: 0 1 200px
}
.product-info__information svg {
  color: var(--text-mid);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 16px;
  height: 16px
}
.product-info__controls {
  display: flex;
  align-items: center;
  margin-bottom: 38px
}
.product-info__controls .qnt {
  flex-shrink: 0;
  width: 100px;
  margin-right: 16px
}
.product-info__buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1
}
.product-info__buttons .button {
  flex: 1;
  padding-left: 0;
  padding-right: 0
}
.product-info__buttons span {
  text-align: center;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #636568;
  font-size: 14px;
  margin-top: 4px
}
.product-info__extra {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.product-info__unstock {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.15;
  opacity: .75;
  color: #212224;
  font-weight: 600
}
.product-info__unstock + .product-info__controls > * {
  flex: 1
}
.product-info__unstock-extra {
  color: var(--accent);
  font-size: 18px;
  line-height: 1;
  margin-top: -18px;
  text-align: center;
  width: 100%
}
.product-info__unstock-extra a {
  color: var(--accent);
  text-decoration: underline
}
.product-info__unstock-extra a:hover {
  text-decoration: none
}
.product-info__total {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1
}
.product-info__total span {
  color: var(--text-mid);
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: 400;
  display: inline-block
}
.product-info__total sup {
  margin-left: 6px
}
.product-info__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400
}
.product-info__text > :first-child {
  margin-top: 0
}
.product-info__text > :last-child {
  margin-bottom: 0
}
.product-info__text b,
.product-info__text strong {
  font-weight: 600
}
.product-info__text p {
  position: relative;
  padding-left: 28px;
  margin: 8px 0
}
.product-info__text p span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--text-mid)
}
.order-info {
  position: sticky;
  z-index: 3;
  top: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  background-color: #fafafa;
  padding: 24px 20px
}
.order-info__header {
  margin: 0 -20px 20px;
  padding: 0 24px 20px;
  border-bottom: 1px solid rgba(0,0,0,.1)
}
.order-info__headline {
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  margin: 0
}
.order-info__item {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-between
}
.order-info__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #000;
  opacity: .2
}
.order-info__item:not(:last-child) {
  margin-bottom: 16px
}
.order-info__discount {
  color: var(--red)
}
.order-info__label,
.order-info__value {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  background-color: #fafafa;
  line-height: 1
}
.order-info__label {
  padding-right: 4px;
  font-weight: 400;
  font-size: 16px
}
.order-info__value {
  padding-left: 4px;
  margin-left: auto;
  text-align: right;
  font-weight: 600;
  font-size: 18px
}
.order-info__total {
  margin-top: 32px;
  text-transform: uppercase;
  color: var(--green)
}
.order-info__total:after {
  display: none
}
.order-info__total .order-info__label {
  font-size: 24px;
  font-weight: 600
}
.order-info__total .order-info__value {
  font-size: 24px;
  font-weight: 600
}
.order-info__footer {
  margin-top: 24px
}
.order-info__footer .button {
  width: 100%
}
.order-info__extra {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--text-pale)
}
.order-info__extra a {
  text-decoration: underline
}
@media (min-width:1025px) {
  .order-info__extra a:hover {
    text-decoration: none
  }
}
.order-info__coupon-message {
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: 0;
  right: -60px;
  color: green;
  text-align: center;
  font-size: 12px
}
.order-info__coupon-message.error {
  color: red
}
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px 0
}
.card__header {
  position: relative;
  margin-bottom: 16px
}
.card__pic {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px transparent
}
.card__pic:before {
  content: "";
  display: block;
  padding-top: 100%
}
.card__pic > .card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.card__img {
  max-width: 100%;
  max-height: 100%
}
.card__img.no-photo {
  opacity: 1!important;
  max-width: 90%;
  max-height: 90%
}
.card__video {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--accent)
}
.card__video svg {
  width: 100%;
  height: 100%;
  color: #fff
}
.card__gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  display: flex
}
.card__gallery-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
.card__gallery-item:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  opacity: .3;
  background-color: #a0a0a0;
  border-radius: 2px;
  height: 3px;
  margin: 0 2px
}
.card__gallery-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
.card__gallery-img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none
}
@media (min-width:1025px) {
  .card__gallery-item:hover:before {
    background-color: var(--accent)
  }
  .card__gallery-item:hover .card__gallery-pic {
    z-index: -1;
    opacity: 1
  }
}
@media (min-width:1025px) {
  .card__pic:hover .card__img {
    opacity: 0
  }
  .card__pic:hover .card__gallery {
    opacity: 1
  }
}
@media (max-width:1024px) {
  .card__gallery {
    display: none
  }
}
.card__bar {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.card__body {
  flex: 1
}
.card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px
}
.card__art,
.card__category {
  display: inline-block;
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1
}
.card__art {
  white-space: nowrap
}
.card__vendorcode {
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 12px
}
@media (min-width:1025px) {
  .card a.card__category:hover {
    color: var(--accent)
  }
}
.card__name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  max-height: 62px
}
@media (min-width:1025px) {
  .card__name:hover {
    color: var(--accent)
  }
}
.card__title {
  display: block;
  margin-bottom: 4px;
  color: var(--text-alt);
  font-size: 14px;
  line-height: 1;
  font-weight: 600
}
.card__footer {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end
}
.card__pack {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--text-base);
  margin-top: 8px
}
.card__pack svg {
  fill: var(--text-mid);
  width: 16px;
  height: 16px;
  margin-right: 8px
}
.card__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px
}
@media (max-width:1515px) {
  .card__controls {
    flex-direction: column
  }
}
@media (min-width:1516px) and (max-width:1600px) {
  .card__button {
    padding-left: 6px;
    padding-right: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px
  }
}
@media (max-width:1515px) {
  .card__button {
    width: 100%;
    margin-top: 12px
  }
}
.card__notify {
  flex: 1
}
.card__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 8px;
  color: #444548
}
.card__description p {
  margin: 6px 0
}
.card__description > :first-child {
  margin-top: 0
}
.card__description > :last-child {
  margin-bottom: 0
}
@media (max-width:1279px) {
  .card__description {
    font-size: 14px
  }
}
.card__no-stock {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  flex: 1 1 100%
}
@media (max-width:1279px) {
  .card__no-stock {
    font-size: 20px
  }
}
.card__alt {
  text-align: center;
  flex: 1 1 100%;
  text-decoration: underline;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.2
}
.card__alt b {
  font-weight: 700
}
.card_seller .card__pic:before {
  width: 100%;
  padding-top: 133%
}
.card_seller .card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px
}
.card_seller .card__gallery-item:before {
  margin: 2px;
  opacity: 1;
  background-color: #fff
}
.card_seller .card__gallery-item:hover:before {
  background-color: var(--accent)
}
.card_seller .card__controls .button {
  width: 100%
}
.card_seller .card__footer {
  margin-top: 4px
}
.card_seller .stock {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 8px
}
.card_seller .stock__date {
  margin: 0 0 0 4px;
  font-size: 14px;
  color: var(--text-base);
  font-weight: 700
}
.card_seller .stock__status {
  color: var(--text-base)
}
.card_seller .stock__status svg {
  fill: var(--text-mid);
  margin-right: 8px
}
.card_seller .badges {
  bottom: 4px!important;
  left: 4px!important
}
.card_seller .card__name {
  font-size: 16px;
  -webkit-line-clamp: 2;
  margin-bottom: 4px
}
.card_seller .card__header {
  margin-bottom: 8px
}
.card_seller .card__meta {
  margin-bottom: 4px
}
.card_seller .card__control {
  margin-top: 8px
}
.card_seller .prices__price {
  font-size: 24px
}
.card_seller .prices__price sup {
  margin-left: 2px
}
.card-list {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  padding-bottom: 16px
}
.card-list:last-child {
  padding-bottom: 0
}
.catalog__row + .card-list {
  border-top: 0
}
.card-list__header {
  position: relative;
  width: 225px;
  flex-shrink: 0;
  margin-right: 32px
}
@media (max-width:1279px) {
  .card-list__header {
    width: 200px;
    margin-right: 16px
  }
}
.card-list__pic {
  position: relative;
  height: 225px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px var(--border)
}
@media (max-width:1279px) {
  .card-list__pic {
    height: 200px
  }
}
.card-list__img {
  max-width: 100%;
  max-height: 100%
}
.card-list__video {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--accent)
}
.card-list__video svg {
  width: 100%;
  height: 100%;
  color: #fff
}
.card-list__gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  display: flex
}
@media (max-width:1279px) {
  .card-list__gallery {
    height: 200px
  }
}
.card-list__gallery-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}
.card-list__gallery-item:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  opacity: .3;
  background-color: #a0a0a0;
  border-radius: 2px;
  height: 3px;
  margin: 0 2px
}
.card-list__gallery-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}
.card-list__gallery-img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none
}
@media (min-width:1025px) {
  .card-list__gallery-item:hover:before {
    background-color: var(--accent)
  }
  .card-list__gallery-item:hover .card-list__gallery-pic {
    z-index: -1;
    opacity: 1
  }
}
@media (min-width:1025px) {
  .card-list__pic:hover .card-list__img {
    opacity: 0
  }
  .card-list__pic:hover .card-list__gallery {
    opacity: 1
  }
}
@media (max-width:1024px) {
  .card-list__gallery {
    display: none
  }
}
.card-list__bar {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}
.card-list__favorite,
.card-list__view {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255,255,255,.65);
  width: 32px;
  height: 32px;
  padding: 6px;
  color: var(--text-alt);
  border: 0
}
.card-list__favorite svg,
.card-list__view svg {
  display: block;
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .card-list__favorite:hover,
  .card-list__view:hover {
    color: var(--accent);
    background-color: #fff
  }
}
.card-list__favorite.active,
.card-list__view.active {
  color: #d40000
}
.card-list__view {
  opacity: 0;
  visibility: hidden
}
@media (min-width:1025px) {
  .card-list:hover .card-list__view {
    transition: opacity 150ms ease,visibility 150ms ease;
    opacity: 1;
    visibility: visible
  }
}
.card-list__body {
  flex: 1
}
.card-list__meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 12px
}
.card-list__art,
.card-list__category {
  display: inline-block;
  color: var(--text-pale);
  font-size: 14px;
  line-height: 1
}
.card-list__art {
  white-space: nowrap
}
@media (min-width:1025px) {
  .card-list a.card-list__category:hover {
    color: var(--accent)
  }
}
.card-list__name {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 8px
}
@media (max-width:1279px) {
  .card-list__name {
    font-size: 18px
  }
}
@media (min-width:1025px) {
  .card-list__name:hover {
    color: var(--accent)
  }
}
.card-list__title {
  display: block;
  margin-bottom: 4px;
  color: var(--text-alt);
  font-size: 14px;
  line-height: 1;
  font-weight: 600
}
.card-list__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 16px;
  color: #444548
}
.card-list__description > :first-child {
  margin-top: 0
}
.card-list__description > :last-child {
  margin-bottom: 0
}
@media (max-width:1279px) {
  .card-list__description {
    font-size: 14px
  }
}
.card-list__bottom {
  margin-left: 16px;
  flex: 0 0 275px
}
@media (max-width:1515px) {
  .card-list__bottom {
    flex: 0 0 235px
  }
}
@media (max-width:1279px) {
  .card-list__bottom {
    flex: 0 0 155px
  }
}
.card-list__pack {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--text-base);
  margin-top: 8px
}
.card-list__pack svg {
  fill: var(--text-mid);
  width: 16px;
  height: 16px;
  margin-right: 8px
}
.card-list__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px
}
@media (max-width:1515px) {
  .card-list__controls {
    flex-direction: column
  }
}
.card-list__button {
  flex: 1
}
@media (max-width:1515px) {
  .card-list__button {
    width: 100%
  }
}
.card-list__no-stock {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  flex: 1 1 100%
}
.card-list__alt {
  text-align: center;
  flex: 1 1 100%;
  text-decoration: underline;
  color: var(--accent);
  font-size: 18px;
  line-height: 1.2
}
.card-list__alt b {
  font-weight: 700
}
.card-list__notify {
  flex: 1
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.card .badges,
.card-list .badges {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1
}
.product-info .badges {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}
.badge {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: var(--color-label,#fff);
  background-color: var(--bg-label,#808285);
  padding: 2px 4px;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.product-info__labels .badge {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 8px 12px
}
.badge_danger {
  background-color: var(--bg-label,var(--label-danger))
}
.badge_success {
  background-color: var(--bg-label,var(--label-success))
}
.badge_warn {
  background-color: var(--bg-label,var(--label-warn))
}
.qnt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px var(--border);
  background-color: #fff
}
.card .qnt,
.card-list .qnt {
  width: 100px
}
@media (max-width:1515px) {
  .card .qnt,
  .card-list .qnt {
    width: 100%
  }
}
.sticky .qnt {
  width: 130px
}
.qnt__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  padding: 2px;
  color: #000;
  opacity: .25;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
.qnt__button svg {
  display: block;
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .qnt__button:hover {
    opacity: 1;
    color: var(--active)
  }
}
.qnt__button.is-wait {
  pointer-events: none
}
.qnt__input {
  text-align: center;
  color: var(--text-base);
  outline: 0;
  background-color: #fff;
  width: calc(100% - 36px);
  flex-shrink: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  padding: 12px 0
}
.options {
  display: flex;
  align-items: center;
  gap: 4px
}
.options__item {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  padding: 2px;
  flex-shrink: 0
}
.options__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(218,211,205,.5)
}
.options__item.active {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255,119,0,.5)
}
.options__item.disabled {
  opacity: .5
}
.options__item.canceled {
  position: relative;
  opacity: .5;
  overflow: hidden
}
.options__item.canceled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #dad3cd;
  transform: rotate(28deg);
  transform-origin: top left;
  z-index: 1
}
@media (min-width:1025px) {
  .options__item:hover {
    opacity: 1
  }
}
.options_detail {
  gap: 8px;
  flex-wrap: wrap
}
.options_detail .options__item {
  border-radius: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #dad3cd;
  padding: 0
}
.options_detail .options__item img {
  border-radius: 0;
  box-shadow: none
}
.options_detail .options__item.active {
  border-color: var(--accent)
}
.options__more {
  width: 32px;
  height: 32px;
  padding: 2px;
  flex-shrink: 0;
  opacity: .5;
  color: var(--text-mid);
  display: flex;
  justify-content: center;
  align-items: center
}
.options__more svg {
  width: 16px;
  height: 16px
}
.prices {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 1
}
.prices__old {
  flex: 1 1 100%;
  display: block;
  color: var(--text-base);
  opacity: .5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px
}
.prices__old sup {
  margin-left: 4px
}
.prices__old span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative
}
.prices__old span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--text-base)
}
@media (max-width:1279px) {
  .prices__old {
    font-size: 16px
  }
}
.product-info .prices__old {
  font-size: 20px
}
.product-info .prices__old span:after {
  top: 11px
}
.prices__price {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-base)
}
.prices__price sup {
  margin-left: 6px
}
@media (max-width:1279px) {
  .prices__price {
    font-size: 22px
  }
}
.product-info .prices__price {
  font-size: 40px
}
.prices__old + .prices__price {
  color: var(--red)
}
.prices__qnt {
  display: inline-block;
  margin-left: 8px;
  color: #636568;
  font-size: 14px;
  line-height: 1;
  font-weight: 400
}
.product-info .prices__qnt {
  font-size: 16px
}
.stock {
  text-align: right
}
.stock__status {
  color: var(--blue);
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400
}
.stock__status svg {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px
}
.product-info .stock__status {
  font-weight: 600
}
.stock__date {
  color: #444548;
  display: block;
  margin-top: 4px
}
.card-list .stock {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 8px
}
.card-list .stock__status {
  font-weight: 600
}
.card-list .stock__date {
  margin-top: 0;
  margin-left: 4px
}
.compare,
.favorite,
.view {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255,255,255,.65);
  width: 32px;
  height: 32px;
  padding: 6px;
  color: var(--text-alt);
  border: 0;
  white-space: nowrap
}
.compare svg,
.favorite svg,
.view svg {
  display: block;
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .compare:hover,
  .favorite:hover,
  .view:hover {
    color: var(--accent);
    background-color: #fff
  }
}
.compare.active,
.favorite.active,
.view.active {
  color: #d40000
}
.detail .compare,
.detail .favorite {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  color: #646566;
  gap: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600
}
.detail .compare svg,
.detail .favorite svg {
  width: 20px;
  height: 20px;
  color: var(--text-mid)
}
@media (min-width:1025px) {
  .detail .compare:hover,
  .detail .favorite:hover {
    color: var(--accent)
  }
  .detail .compare:hover svg,
  .detail .favorite:hover svg {
    color: var(--accent);
    fill: var(--accent)
  }
}
.detail .compare.active svg,
.detail .favorite.active svg {
  color: #d40000;
  fill: #d40000
}
.detail .compare svg {
  width: 24px;
  height: 24px
}
.view {
  opacity: 0;
  visibility: hidden
}
@media (min-width:1025px) {
  .card:hover .view {
    transition: opacity 150ms ease,visibility 150ms ease;
    opacity: 1;
    visibility: visible
  }
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-style: solid;
  border-color: var(--border);
  border-width: 0 1px 1px;
  padding: 16px
}
.cart__save .cart-item {
  opacity: .8
}
.cart-item:first-child {
  border-top-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.cart-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}
.cart-item_disabled {
  background-color: #f2f3f5
}
@media (min-width:1025px) {
  .cart-item:hover {
    background-color: var(--bg-fill)
  }
}
.cart-item__pic {
  border: 1px solid var(--border);
  flex-shrink: 0;
  width: 96px;
  height: 96px
}
.cart-item_disabled .cart-item__pic {
  opacity: .7
}
.cart-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cart-item__main {
  flex: 1
}
.cart-item__name {
  display: inline-block;
  vertical-align: top;
  color: var(--text-base);
  font-weight: 600;
  line-height: 1;
  font-size: 18px
}
@media (min-width:1025px) {
  .cart-item__name:hover {
    color: var(--accent)
  }
}
.cart-item_disabled .cart-item__name {
  color: var(--text-mid)
}
.cart-item__code {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 8px
}
.cart-item__stock {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
  color: var(--green)
}
.cart-item__out-stock {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
  color: var(--red)
}
.cart-item__labels {
  margin-top: 8px
}
.cart-item__qnt {
  flex: 0 0 100px
}
.cart-item__prices {
  flex: 0 0 150px
}
.cart-item__prices .prices__price {
  font-size: 24px
}
.cart-item__prices .prices__old.is-hidden + .prices__price {
  color: var(--text-base)
}
.cart-item__sum {
  text-align: right;
  flex: 0 0 150px
}
.cart-item__sum .prices {
  justify-content: flex-end
}
.cart-item__sum .prices__price {
  font-size: 24px
}
.cart-item__controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 32px
}
.cart-item__save {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: var(--text-base);
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1
}
.cart-item__save svg {
  width: 24px;
  height: 24px;
  fill: var(--text-mid);
  margin-right: 4px
}
.cart-item__save.active svg {
  fill: var(--accent)
}
@media (min-width:1025px) {
  .cart-item__save:hover {
    color: var(--accent)
  }
  .cart-item__save:hover svg {
    fill: var(--accent)
  }
}
.cart-item__remove {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: var(--text-base);
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1
}
.cart-item__remove svg {
  width: 16px;
  height: 16px;
  fill: var(--text-mid);
  margin-right: 8px
}
@media (min-width:1025px) {
  .cart-item__remove:hover {
    color: var(--accent)
  }
  .cart-item__remove:hover svg {
    fill: var(--accent)
  }
}
.order-select {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  border-style: solid;
  border-color: var(--border);
  border-width: 1px 1px 0 1px;
  display: block
}
.order-select:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.order-select:last-child {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.order-select__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
  clip-path: polygon(0 0,0 0,0 0,0 0)
}
.order-select__inner {
  display: flex;
  align-items: center;
  padding: 16px
}
.control_error .order-select__inner {
  background-color: #feeded
}
.order-select__input:checked ~ .order-select__inner {
  background-color: var(--bg-fill)
}
.order-select__mark {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--border);
  background-color: #fff;
  margin-right: 12px;
  transition: box-shadow 150ms ease
}
.order-select__mark:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: var(--accent);
  width: 12px;
  height: 12px;
  opacity: 0;
  transform: scale(0);
  transition: all 150ms ease
}
.order-select__input:checked ~ .order-select__inner .order-select__mark {
  box-shadow: 0 0 0 1px var(--accent)
}
.order-select__input:checked ~ .order-select__inner .order-select__mark:after {
  transform: scale(1);
  opacity: 1
}
.order-select__info {
  display: block;
  flex: 1
}
.order-select__title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600
}
.order-select__text {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400
}
.profile-info__item {
  display: flex;
  font-size: 16px;
  line-height: 1;
  padding: 12px 0
}
.profile-info__item:not(:last-child) {
  border-bottom: 1px dotted var(--border)
}
.profile-info__label {
  flex: 0 0 100px;
  padding-right: 6px
}
.profile-info__value {
  flex: 1;
  font-weight: 600
}
.profile-info__value span {
  font-weight: 400;
  color: var(--text-mid)
}
.order-item {
  padding: 16px 0
}
.order-item:not(:last-child) {
  border-bottom: 1px solid var(--border)
}
.order-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px
}
.order-item__id {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-right: 12px
}
.order-item__date {
  font-size: 20px;
  line-height: 1;
  color: var(--text-alt);
  margin-right: 12px
}
.order-item__status {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 6px 10px;
  background-color: var(--bg-fill);
  width: -moz-max-content;
  width: max-content
}
.order-item__status_success {
  background-color: #daffe1;
  color: #009414
}
.order-item__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px
}
.order-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.order-item__total {
  margin-left: auto;
  font-weight: 600;
  font-size: 22px;
  line-height: 1
}
.order-item__total span {
  margin-left: 6px
}
.order-item__more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-base);
  outline: 0;
  padding: 0;
  border: 0;
  background-color: transparent
}
@media (min-width:1025px) {
  .order-item__more:hover {
    color: var(--accent)
  }
}
.order-item__control {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-mid);
  outline: 0;
  padding: 0;
  border: 0;
  background-color: transparent
}
@media (min-width:1025px) {
  .order-item__control:hover {
    color: var(--accent)
  }
}
.order-item__list {
  margin-bottom: 16px
}
.order-item__list.hidden {
  display: none
}
.order-item__item {
  display: flex;
  align-items: center;
  border-style: dashed;
  border-color: var(--border);
  border-width: 1px 0 0;
  padding: 12px 0;
  gap: 12px
}
.order-item__item:first-child {
  border-top-width: 0;
  padding-top: 0
}
.order-item__item:last-child {
  padding-bottom: 0
}
.order-item__pic {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid var(--border)
}
.order-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.order-item__info {
  flex: 1
}
.order-item__name {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px
}
.order-item__code {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2
}
.order-item__qnt {
  text-align: right;
  flex: 0 0 100px;
  font-size: 20px;
  line-height: 1.2
}
.order-item__qnt span {
  display: inline-block
}
.order-item__price,
.order-item__sum {
  flex: 0 0 100px
}
.order-item__price .prices,
.order-item__sum .prices {
  justify-content: flex-end
}
.order-item__price .prices__price,
.order-item__sum .prices__price {
  font-weight: 400;
  font-size: 20px
}
.order-item__price .prices__price {
  color: var(--text-mid)
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.news-list__item {
  display: block
}
.news-list__meta {
  margin-bottom: 4px;
  color: var(--text-meta);
  font-size: 14px;
  line-height: 1
}
.news-list__headline {
  color: var(--text-base);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25
}
@media (min-width:1025px) {
  .news-list__item:hover .news-list__headline {
    color: var(--accent)
  }
}
.banner-item__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  box-shadow: inset 0 0 0 1px var(--border)
}
.banner-item__img {
  max-width: 100%;
  max-height: 100%
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 150ms linear,opacity 150ms linear,visibility 150ms linear
}
body.is-alert .sticky {
  top: 50px
}
body.is-sticky-show .sticky {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
body.is-header-show .sticky {
  box-shadow: none
}
.sticky__inner {
  padding: 0 50px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.sticky__main {
  display: flex;
  align-items: center;
  flex: 1
}
.sticky__pic {
  width: 96px;
  height: 96px;
  border: 1px solid var(--border);
  flex-shrink: 0;
  margin-right: 24px
}
@media (max-width:1279px) {
  .sticky__pic {
    width: 60px;
    height: 60px;
    margin-right: 16px
  }
}
.sticky__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.sticky__name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px
}
@media (max-width:1279px) {
  .sticky__name {
    font-size: 18px
  }
}
.sticky__bar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px
}
.sticky__price .prices__old {
  position: absolute;
  bottom: 100%;
  left: 0
}
.sticky__controls {
  display: flex;
  align-items: center;
  gap: 16px
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background-color: #fff;
  box-shadow: var(--dropdown);
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  border-radius: 4px
}
.dropdown_position_right {
  left: auto;
  right: 0
}
.open > .dropdown {
  transition: opacity 150ms ease,visibility 150ms ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3
}
.dropdown__list {
  padding: 0
}
.dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: var(--text-base);
  border: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  width: 100%
}
@media (max-width:1279px) {
  .dropdown__item {
    font-size: 16px
  }
}
.dropdown__item.active {
  color: var(--accent)
}
.dropdown__item input {
  display: none
}
.dropdown__item svg {
  display: inline-block;
  width: 28px;
  height: 28px;
  fill: currentColor;
  color: var(--text-mid)
}
@media (min-width:1025px) {
  .dropdown__item {
    transition: background-color 150ms ease
  }
  .dropdown__item:hover {
    background-color: #eff1f5
  }
}
.dropdown__item:not(:last-child) {
  border-bottom: 1px solid #eaeff8
}
.dropdown__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.dropdown__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.autocomplete {
  background-color: #fff;
  border: 1px solid #ebe9e4;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 675px;
  -webkit-overflow-scrolling: touch
}
.autocomplete__title {
  display: block;
  padding: 0 20px;
  margin: 16px 0 12px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-medium)
}
.autocomplete_selected {
  background-color: #eff1f5
}
.autocomplete-queries {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  flex: 1 1 100%
}
.autocomplete-queries__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #c3a386;
  opacity: .75
}
.autocomplete-queries__icon svg {
  width: 24px;
  height: 24px;
  display: block
}
.autocomplete-queries__value {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-medium)
}
.autocomplete-categories {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  flex: 1 1 100%
}
.autocomplete-categories__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #c3a386;
  background-color: #f5f4f2;
  border-radius: 4px
}
.autocomplete-categories__icon svg {
  width: 24px;
  height: 24px;
  display: block
}
.autocomplete-categories__value {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-medium)
}
.autocomplete-items {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  flex: 1 1 100%
}
.autocomplete-items__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
  border-radius: 4px
}
.autocomplete-items__pic img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover
}
.autocomplete-items__value {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-medium)
}
.autocomplete li.autocomplete-categories,
.autocomplete li.autocomplete-items,
.autocomplete li.autocomplete-queries {
  list-style: none;
  margin: 0;
  cursor: pointer
}
.autocomplete li.autocomplete-categories:hover,
.autocomplete li.autocomplete-items:hover,
.autocomplete li.autocomplete-queries:hover {
  background-color: #eff1f5
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.5);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  align-items: center;
  display: none
}
.modal.open {
  display: flex;
  visibility: visible;
  opacity: 1
}
.modal__content {
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  padding: 0;
  border: 1px solid #dee4eb;
  border-radius: 4px;
  width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  color: var(--text-base)
}
#modal-claim .modal__content {
  width: 650px
}
.modal-view .modal__content {
  width: 1060px;
  margin-top: 16px;
  margin-bottom: 16px
}
@media (max-width:1279px) {
  .modal-view .modal__content {
    width: 1000px
  }
}
.modal__header {
  position: relative;
  z-index: 3;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24px 24px 0
}
.modal__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  order: 2
}
.modal__back,
.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--text-mid);
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.modal__back svg,
.modal__close svg {
  fill: currentColor;
  width: 16px;
  height: 16px
}
@media (min-width:1025px) {
  .modal__back:hover,
  .modal__close:hover {
    color: var(--accent)
  }
}
.modal__back {
  order: 1;
  margin-right: 16px
}
.modal__close {
  order: 3;
  margin-left: auto;
  align-self: flex-start
}
.modal__body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 24px
}
.search-field__main {
  position: relative;
  display: flex;
  align-items: center
}
.search-field__label {
  color: var(--text-mid);
  opacity: .75;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto 0;
  pointer-events: none
}
.search-field__label svg {
  display: block;
  width: 100%;
  height: 100%
}
.search-field__input {
  flex: 1;
  padding: 12px 56px;
  color: var(--text-base);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  transition: color 150ms ease-in,background-color 150ms ease-in,border-color 150ms ease-in,box-shadow 150ms ease-in
}
.search-field__input::-moz-placeholder {
  color: #565758;
  font-weight: 400
}
.search-field__input::placeholder {
  color: #565758;
  font-weight: 400
}
.search-field__input:focus {
  border-color: #c4d0ef;
  box-shadow: 0 0 4px #c4d0ef
}
.search-field__clear {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  color: var(--text-mid);
  opacity: .75;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0
}
.search-field__clear svg {
  display: block;
  width: 12px;
  height: 12px
}
@media (min-width:1025px) {
  .search-field__clear:hover {
    opacity: 1
  }
}
.search-field__input:not(:-moz-placeholder-shown) ~ .search-field__clear {
  display: flex
}
.search-field__input:not(:placeholder-shown) ~ .search-field__clear {
  display: flex
}
.search-field__default {
  margin-top: 28px
}
.search-field__result {
  display: none;
  margin-top: 28px
}
.search-field__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600
}
.search-field__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 96px
}
.search-field__item {
  margin-right: 8px;
  display: flex;
  align-items: center
}
.search-field__item:not(:last-child):after {
  content: "●";
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  color: var(--text-mid)
}
.search-field__link {
  display: inline-block;
  vertical-align: top;
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline
}
@media (min-width:1025px) {
  .search-field__link:hover {
    text-decoration: none
  }
}
.alerts {
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100%
}
.alerts:empty {
  display: none
}
.alerts .alert {
  height: 30px;
  background-color: transparent
}
.alerts .alert .container {
  position: relative
}
.alert {
  position: relative;
  color: #fff;
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: none
}
@media (max-width:1024px) {
  .alert {
    background-size: cover
  }
}
.alert.show {
  display: block
}
.alert_warn {
  background-color: var(--accent)
}
.alert_danger {
  background-color: var(--red)
}
.alert__content {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 50px;
  text-align: center
}
.alert__headline {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  vertical-align: baseline
}
.alert__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  vertical-align: baseline
}
.alert__text a,
.alert__text span {
  color: #90394a;
  text-decoration: underline
}
@media (min-width:1025px) {
  .alert__text a:hover,
  .alert__text span:hover {
    text-decoration: none
  }
}
.alert__close {
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 13px;
  right: 32px;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center
}
.alert__close svg {
  width: 24px;
  height: 24px
}
.info-alert {
  position: relative;
  margin: 16px 0;
  display: flex;
  align-items: center;
  color: #004e87;
  background-color: #c6e7ff;
  border: 1px solid #4bb3ff;
  padding: 16px
}
.info-alert_warn {
  background-color: var(--accent)
}
.info-alert_danger {
  background-color: var(--red)
}
.info-alert__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline
}
.info-alert__text a,
.info-alert__text span {
  text-decoration: underline
}
@media (min-width:1025px) {
  .info-alert__text a:hover,
  .info-alert__text span:hover {
    text-decoration: none
  }
}
.info-alert__close {
  width: 28px;
  height: 28px;
  outline: 0;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #000;
  background: 0 0
}
.info-alert__close svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1
}
.accept-city {
  opacity: 0;
  position: absolute;
  margin-top: 18px;
  top: 30px;
  left: 120px;
  z-index: 8;
  background: #fff;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  border: 1px solid var(--border);
  transform: translateY(0);
  animation: showAcceptCity 1s cubic-bezier(.075,.82,.165,1) 1s;
  animation-fill-mode: forwards
}
@media (max-width:767px) {
  .accept-city {
    left: 0;
    right: 0
  }
  .accept-city:after,
  .accept-city:before {
    display: none!important
  }
}
body.is-accept-hide .accept-city {
  display: none!important
}
.accept-city:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 2
}
.accept-city:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--border);
  z-index: 1
}
.accept-city__name {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px
}
.accept-city__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}
.accept-city__close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  color: var(--text-base);
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
  border-radius: 0
}
.accept-city__close svg {
  display: inline-block;
  width: 100%;
  height: 100%
}
@keyframes showAcceptCity {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.catalog-video-banner {
  position: relative;
  width: 100%;
  margin: 16px 0 40px
}
.catalog-video-banner video {
  display: block;
  width: 100%;
  outline: 0;
  cursor: pointer
}
.catalog-video-banner__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center
}
.catalog-video-banner__link {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid var(--accent);
  color: #fff;
  background-color: var(--accent);
  transition: all 150ms ease
}
@media (min-width:1025px) {
  .catalog-video-banner__link:not(:disabled):not(.disabled):focus,
  .catalog-video-banner__link:not(:disabled):not(.disabled):hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff
  }
}
.catalog-video-banner__link:not(:disabled):not(.disabled):active {
  background-color: var(--primary-active);
  border-color: var(--primary-active);
  color: #fff
}
.reviews__item:not(:last-child) {
  margin-bottom: 40px
}
body[data-page=otzyvy] .reviews__item {
  padding: 16px;
  background: #f5f4f2;
  border-radius: 8px
}
.reviews__meta {
  display: flex;
  align-items: center;
  margin-bottom: 16px
}
.reviews__author {
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  margin-right: 16px
}
.reviews__date {
  font-size: 14px;
  line-height: 1.15;
  font-weight: 400;
  color: var(--text-pale)
}
.reviews__answer {
  position: relative;
  margin-left: 40px;
  margin-top: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: var(--bg-fill)
}
.reviews__answer:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 60px;
  width: 0;
  height: 0;
  z-index: 1;
  border-bottom: 20px solid var(--bg-fill);
  border-right: 20px solid transparent
}
.conditions {
  display: flex;
  flex-wrap: wrap
}
.conditions__item {
  display: block;
  text-align: center;
  flex: 1 1 25%;
  margin-bottom: 28px
}
.conditions__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}
.conditions__icon.icon1 {
  background-image: url(../img/004-box.png)
}
.conditions__icon.icon2 {
  background-image: url(../img/001-delivery-truck.png)
}
.conditions__icon.icon3 {
  background-image: url(../img/002-refund.png)
}
.conditions__icon.icon4 {
  background-image: url(../img/003-credit-card.png)
}
.conditions__icon.icon5 {
  background-image: url(../img/005-boxes.png)
}
.conditions__icon.icon6 {
  background-image: url(../img/006-help.png)
}
.conditions__icon.icon7 {
  background-image: url(../img/007-discounts.png)
}
.conditions__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  display: block
}
.conditions__title:hover {
  color: var(--primary)
}
.conditions__sub {
  font-size: 16px;
  line-height: 1.2
}
.conditions__sub div:not(:last-child) {
  margin-bottom: 8px
}
.conditions__sub a:hover {
  color: var(--primary)
}
.compare-table {
  position: relative
}
.compare-table__scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%
}
@media (min-width:1025px) {
  .compare-table__scroll {
    color: transparent;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin
  }
  .compare-table__scroll:hover {
    scrollbar-color: rgba(21,47,112,.12) transparent;
    color: rgba(21,47,112,.12)
  }
  .compare-table__scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px
  }
  .compare-table__scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0,0,0,0)
  }
  .compare-table__scroll::-webkit-scrollbar-thumb {
    height: 4px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: content-box;
    box-shadow: inset 0 0 0 10px
  }
  .compare-table__scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
  }
  .compare-table__scroll::-webkit-scrollbar-corner {
    background-color: transparent
  }
}
.compare-table__next,
.compare-table__prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--text-mid)
}
.compare-table__next svg,
.compare-table__prev svg {
  width: 100%;
  height: 100%
}
@media (min-width:1025px) {
  .compare-table__next:hover,
  .compare-table__prev:hover {
    color: var(--accent)
  }
}
.compare-table__prev {
  left: -32px
}
.compare-table__next {
  right: -32px
}
.is-next-hidden .compare-table__next {
  display: none
}
.is-prev-hidden .compare-table__prev {
  display: none
}
.compare-table__table {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  border: 0;
  margin: 0;
  border-collapse: collapse;
  color: var(--text-base);
  cursor: grab
}
.is-scrolling .compare-table__table {
  cursor: grabbing
}
.compare-table__table tr:first-child td {
  border-right: 1px solid transparent
}
.compare-table__table tr:nth-child(even) td {
  background-color: var(--bg-pale)
}
.compare-table__table tr:nth-child(odd) td {
  background-color: #fff
}
.compare-table__table tr:not(:first-child):hover td {
  background-color: var(--bg-alt)
}
.compare-table__table td:not(:last-child) {
  border-right: 1px solid var(--border)
}
.compare-table__side {
  position: sticky;
  z-index: 1;
  left: 0;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px;
  min-width: 150px;
  max-width: 150px
}
.is-scroll .compare-table__side:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 1px;
  right: -1px;
  top: 1px;
  bottom: 1px;
  background: rgba(0,0,0,.05);
  box-shadow: 1px 0 3px rgba(0,0,0,.15)
}
.compare-table__cell {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px;
  font-weight: 400;
  min-width: 250px
}
.compare-table__cell .eva {
  font-size: 18px
}
.compare-table__cell span:not(.eva) {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 16px
}
.compare-table__cell a {
  font-weight: 500;
  text-align: center;
  display: block
}
.compare-table__cell a:hover {
  color: var(--accent)
}
.compare-table__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px
}
.compare-table__pic img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%
}
.compare-table__control {
  display: flex;
  gap: 12px
}
.compare-table__control .button {
  flex: 1;
  padding: 4px 8px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px
}
.producers-list__group:not(:last-child) {
  margin-bottom: 40px
}
.producers-list__el {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px
}
.producers-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.producers-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 12px;
  max-width: 230px;
  flex: 0 0 230px
}
.producers-list__item br {
  display: none
}
.producers-list__item:hover {
  border-color: var(--accent)
}
.producers-list__pic {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  margin-bottom: 6px
}
.producers-list__pic img {
  max-width: 100%;
  max-height: 100%
}
.producers-list__text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600
}
.keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.keywords a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--border)
}
.keywords a:hover {
  color: var(--accent)
}
.dropzone {
  text-align: left
}
.dropzone__label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.dropzone__label input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}
.dropzone__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px
}
.dropzone__thumbs:empty {
  display: none
}
.dropzone__thumb {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  min-height: 50px;
  color: var(--text-base);
  background-color: var(--secondary-hover)
}
.dropzone__thumb.is-error {
  background-color: #ffbebe
}
.dropzone__thumb.is-wait {
  background-color: #c5c5c5!important;
  border-color: #adadad!important;
  pointer-events: none;
  overflow: hidden
}
.dropzone__thumb.is-wait:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  animation: move 2s linear infinite;
  background-image: linear-gradient(-45deg,rgba(230,230,230,.8) 25%,transparent 25%,transparent 50%,rgba(230,230,230,.8) 50%,rgba(230,230,230,.8) 75%,transparent 75%,transparent);
  background-size: 50px 50px
}
.dropzone__thumb-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 2px;
  color: #ff1a1a
}
.dropzone__thumb-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0
}
.dropzone__thumb-icon svg {
  width: 24px;
  height: 24px
}
.dropzone__thumb-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px
}
.dropzone__thumb.is-error .dropzone__thumb-icon {
  color: #ff5c5c
}
.dropzone__thumb-name {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: 86px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.dropzone__thumb-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--text-base);
  background-color: rgba(255,255,255,.5);
  border-radius: 4px
}
.dropzone__thumb-remove:hover {
  opacity: .8
}
.dropzone__thumb-remove svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1
}
.dropzone__thumb.is-error .dropzone__thumb-remove {
  background-color: #ff9797
}
@keyframes move {
  0% {
    background-position: 0 0
  }
  100% {
    background-position: 50px 50px
  }
}
.claim-item {
  text-align: left;
  padding: 16px;
  border-radius: 6px;
  background-color: var(--bg-pale);
  color: var(--text-base);
  margin-bottom: 20px
}
.claim-item__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between
}
.claim-item__number {
  font-size: 15px;
  line-height: 18px
}
.claim-item__number:not(:last-child) {
  margin-bottom: 6px
}
.claim-item__number b {
  font-weight: 600
}
.claim-item__number span {
  display: inline-block;
  width: 110px;
  margin-right: 4px
}
.claim-item__top {
  display: flex;
  align-items: center;
  margin-bottom: 12px
}
.claim-item__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto
}
.claim-item__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.claim-item__label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #808285;
  padding: 2px 4px;
  white-space: nowrap
}
.claim-item__label.danger {
  background-color: #d50000
}
.claim-item__label.warn {
  background-color: #ff8500
}
.claim-item__qnt {
  display: block;
  font-size: 15px;
  line-height: 18px
}
.claim-item__qnt:not(:last-child) {
  margin-bottom: 6px
}
.claim-item__qnt span {
  display: inline-block;
  width: 90px;
  margin-right: 4px
}
.claim-item__qnt b {
  font-weight: 600
}
.claim-item__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 8px
}
.claim-item__gallery:empty {
  display: none
}
.claim-item__gallery img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
  height: 60px
}
.claims {
  max-width: 580px
}
.claims__nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px
}
.claims__nav-list {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 6px
}
.claims__item.is-hidden {
  display: none
}
.claims__item:not(:last-child) {
  margin-bottom: 20px
}
.claims__inner {
  padding: 16px;
  border-radius: 6px;
  background-color: var(--bg-pale);
  color: var(--text-base);
  display: flex;
  align-items: center
}
.claims__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 250px
}
.claims__tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px
}
.claims__status {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #808285;
  padding: 2px 4px;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  order: 2
}
.claims__status.success {
  background-color: #009414
}
.claims__number {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  order: 1
}
.claims__number:hover {
  color: var(--accent)
}
.claims__date {
  flex: 1 1 100%;
  order: 3;
  font-size: 13px;
  line-height: 18px;
  color: var(--text-mid)
}
.icons-bar {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.detail .icons-bar {
  flex-direction: row
}
.icons-bar__item {
  width: 40px;
  height: 40px
}
.icons-bar__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.table-view {
  width: 100%;
  border: 0;
  margin: 0;
  border-collapse: collapse
}
.table-view td {
  padding: 8px 0 8px 8px;
  border-bottom: 1px solid var(--border)
}
.table-view td:first-child {
  padding-left: 0
}
.table-view tr {
  position: relative
}
.table-view tr:first-child td {
  border-top: 1px solid var(--border)
}
.table-view .icons-bar__item {
  width: 20px;
  height: 20px
}
.table-view__pic {
  position: relative;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: var(--border)
}
.table-view__img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  mix-blend-mode: darken;
  border-radius: 4px
}
.table-view__headline {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: block
}
.table-view__headline:hover {
  color: var(--accent)
}
.table-view__info {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}
.table-view__category {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 1;
  color: var(--text-pale)
}
.table-view__category:hover {
  color: var(--accent)
}
.table-view__item {
  font-size: 14px;
  line-height: 1;
  color: var(--text-pale);
  min-width: 100px
}
.table-view__price .prices {
  align-items: flex-end
}
.table-view__price .prices__old {
  font-size: 12px;
  flex: initial;
  order: 2
}
.table-view__price .prices__old span:after {
  top: 6px
}
.table-view__price .prices__price {
  font-size: 18px;
  order: 1;
  margin-right: 6px
}
.table-view__price .prices__price sup {
  margin-left: 0
}
.table-view__price .prices__qnt {
  order: 3
}
.table-view__pack {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: var(--text-base);
  margin-top: 4px
}
.table-view__pack svg {
  fill: var(--text-mid);
  width: 12px;
  height: 12px;
  margin-right: 4px
}
.table-view__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px
}
.table-view__controls .qnt {
  width: 70px;
  flex-shrink: 0;
  padding: 0;
  box-shadow: none
}
.table-view__controls .qnt__input {
  padding: 6px 0
}
.table-view__controls .card__button {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-shrink: 0;
  width: 140px
}
.table-view__controls .card__button svg {
  display: none
}
.subscribe-form {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -80px!important;
  padding: 10px 0;
  color: #fff;
  margin-top: 80px
}
.page__side .subscribe-form {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 12px
}
.subscribe-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--green);
  opacity: .8
}
.page__side .subscribe-form:before {
  border-radius: 8px
}
.subscribe-form__inner {
  position: relative;
  z-index: 1
}
.subscribe-form__headline {
  text-align: left;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  flex: 0 0 230px;
  padding-right: 12px
}
.subscribe-form__headline span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px
}
.subscribe-form__headline br {
  display: none
}
.page__side .subscribe-form__headline {
  flex: initial;
  padding-right: 0;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px
}
.page__side .subscribe-form__headline br {
  display: initial
}
.page__side .subscribe-form__headline span {
  font-size: 14px;
  margin-top: 6px
}
.subscribe-form__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 750px
}
.page__side .subscribe-form__form {
  max-width: 100%;
  margin: 0;
  flex-direction: column
}
.subscribe-form__group {
  flex: 1;
  padding-right: 12px
}
.subscribe-form__group .control__input {
  padding: 8px 12px
}
.subscribe-form__group .control__label {
  top: 9px;
  left: 13px
}
.page__side .subscribe-form__group {
  padding-right: 0;
  width: 100%
}
.subscribe-form__controls .button {
  font-size: 16px;
  padding: 8px 12px
}
.page__side .subscribe-form__controls {
  margin-top: 6px;
  width: 100%
}
.page__side .subscribe-form__controls .button {
  width: 100%
}
.subscribe-form__extra {
  flex: 1 1 100%;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 230px;
  opacity: .8;
  margin-top: 6px
}
.subscribe-form__extra a {
  text-decoration: underline
}
.page__side .subscribe-form__extra {
  padding-left: 0;
  text-align: center
}
.seller-card {
  display: flex;
  align-items: flex-start;
  background-color: var(--bg-fill);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 16px;
  gap: 12px
}
.seller-card__pic {
  flex-shrink: 0;
  width: 130px;
  height: auto
}
.seller-card__pic img {
  width: 100%;
  height: auto;
  border-radius: 4px
}
.seller-card__info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px
}
.seller-card__name {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  flex: 1 1 100%
}
.seller-card__options {
  flex: 1 1 100%
}
.seller-card__option {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2
}
.seller-card__option svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px
}
.seller-card__option:not(:last-child) {
  margin-bottom: 8px
}
.seller-card__price {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  flex: 1
}
.seller-card__qnt {
  flex: 1
}
.seller-card__qnt .qnt__input {
  padding: 6px 0
}
.seller-card__label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px
}
.discount-calc {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background-color: #fafafa;
  margin-top: 40px
}
.discount-calc:hover {
  z-index: 3
}
.discount-calc.discount-calc-brand {
  margin-top: 16px;
  background-color: #f2f3f5
}
.discount-calc:empty {
  display: none
}
.discount-calc__inner {
  display: flex;
  align-items: center
}
.discount-calc__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center
}
.discount-calc__title span {
  font-weight: 700
}
.discount-calc__title b {
  color: var(--green);
  font-weight: 700
}
.discount-calc.discount-calc-brand .discount-calc__title b {
  color: var(--primary)
}
.discount-calc__help {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--text-mid);
  border-radius: 50%;
  border: 1px solid var(--text-mid);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: default
}
.discount-calc__from {
  font-size: 16px;
  font-weight: 700;
  color: var(--green)
}
.discount-calc.discount-calc-brand .discount-calc__from {
  color: var(--primary)
}
.discount-calc__bar {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  height: 4px;
  background-color: var(--bg-alt);
  border-radius: 4px;
  margin: 0 5px
}
.discount-calc__bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  z-index: 1;
  background-color: var(--green);
  width: var(--bar,0%)
}
.discount-calc.discount-calc-brand .discount-calc__bar:after {
  background-color: var(--primary)
}
.discount-calc__to {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-alt)
}
.discount-calc__info {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--border);
  transition: opacity 150ms ease-out,visibility 150ms ease-out;
  opacity: 0;
  visibility: hidden;
  margin-top: -4px;
  border-radius: 0 0 8px 8px;
  padding: 8px 0 8px
}
.discount-calc__info .button {
  margin: 4px 20px 0;
  width: calc(100% - 40px)
}
.discount-calc:hover .discount-calc__info {
  opacity: 1;
  visibility: visible
}
.discount-calc__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 20px;
  font-weight: 700;
  display: none
}
.discount-calc__item span {
  display: inline-block
}
.discount-calc__item.active {
  display: flex;
  color: var(--active);
  background-color: var(--bg-fill)
}
.discount-calc__item.active ~ * {
  display: flex
}
.discount-calc__item.is-hidden {
  display: none
}
.discount-calc.discount-calc-brand .discount-calc__item.active {
  color: var(--primary)
}
.discount-calc__left {
  padding: 8px 20px 0;
  border-top: 1px solid var(--border);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 8px
}
.discount-calc__left b {
  font-weight: 700
}
.cbar {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 11;
  display: none;
  width: 100%;
  max-width: 550px
}
.cbar.--show {
  display: block
}
.cbar__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  color: #212224;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
  border: 1px solid #ebe9e4
}
.cbar__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400
}
.cbar__text a {
  text-decoration: underline
}
.cbar__text a:hover {
  text-decoration: none;
  color: #ff8500
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid gray;
  border-radius: .263921875em;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.25em 1.25em -.9375em rgba(0,0,0,.3)
}
.qs-datepicker-container * {
  box-sizing: border-box
}
.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.qs-hidden {
  display: none
}
.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
  display: flex;
  flex-direction: column
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: 0 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none
}
.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0
}
.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .263921875em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128,128,128,.4)
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: .5;
  transition: opacity .15s
}
.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1
}
.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #d3d3d3;
  filter: blur(0);
  transition: filter .3s
}
.qs-controls.qs-blur {
  filter: blur(5px)
}
.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .263921875em;
  transition: background .15s
}
.qs-arrow:hover {
  background: rgba(0,0,0,.1)
}
.qs-arrow:hover.qs-left:after {
  border-right-color: #000
}
.qs-arrow:hover.qs-right:after {
  border-left-color: #000
}
.qs-arrow:after {
  content: "";
  border: .390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border .2s
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%,-50%)
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%,-50%)
}
.qs-month-year {
  font-weight: 700;
  transition: border .2s;
  border-bottom: 1px solid transparent
}
.qs-month-year:not(.qs-disabled-year-overlay) {
  cursor: pointer
}
.qs-month-year:not(.qs-disabled-year-overlay):hover {
  border-bottom: 1px solid gray
}
.qs-month-year:active:focus,
.qs-month-year:focus {
  outline: 0
}
.qs-month {
  padding-right: .5ex
}
.qs-year {
  padding-left: .5ex
}
.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: .3125em;
  filter: blur(0);
  transition: filter .3s
}
.qs-squares.qs-blur {
  filter: blur(5px)
}
.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: .263921875em
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange
}
.qs-current {
  font-weight: 700;
  text-decoration: underline
}
.qs-active,
.qs-range-end,
.qs-range-start {
  background: #add8e6
}
.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.qs-range-middle {
  background: #d4ebf2
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.qs-disabled,
.qs-outside-current-month {
  opacity: .2
}
.qs-disabled {
  cursor: not-allowed
}
.qs-empty {
  cursor: default
}
.qs-day {
  cursor: default;
  font-weight: 700;
  color: gray
}
.qs-event {
  position: relative
}
.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0
}
.qs-datepicker-container {
  border: 1px solid #ddd
}
.qs-day {
  color: #212224;
  font-weight: 400;
  font-size: 14px;
  opacity: .7
}
.qs-controls {
  background-color: #eaecf1
}
.qs-active,
.qs-range-end,
.qs-range-start {
  background: var(--secondary-active)
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: var(--accent)
}
.qs-square {
  font-size: 14px;
  font-weight: 400
}
@media print {
  .header {
    display: none!important
  }
  .footer {
    display: none!important
  }
  .breadcrumbs {
    display: none!important
  }
  .nav {
    display: none!important
  }
  .form__side {
    display: none!important
  }
  .form_side {
    max-width: 100%!important;
    display: block!important
  }
  .claim-item__controls {
    display: none!important
  }
  .button[data-claim=add],
  .button[data-claim=close],
  .button[data-claim=save] {
    display: none!important
  }
  #form-claim-fields {
    display: none!important
  }
  jdiv {
    display: none!important
  }
  #jivo-iframe-container {
    display: none!important
  }
  .alerts {
    display: none!important
  }
}