/*!********************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./mobile/libs/colorbox/colorbox.css ***!
  \********************************************************************************************************************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: transparent;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #fff;
    background: #fff;
}

#cboxTitle {
    display: none !important;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 18px;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

/*#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}*/

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    transform: scale(0.75);
    left: -7px !important;
    margin-top: -45px;
    width: 40px;
    height: 78px;
    z-index: 10;
    background: url(/pic/mobile/arrows-half-round-back.png) no-repeat 50%;
    background-size: contain;
    margin-top: -39px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    transform: scale(0.75);
    right: -7px !important;
    margin-top: -45px;
    width: 40px;
    height: 78px;
    z-index: 10;
    background: url(/pic/mobile/arrows-half-round-next.png) no-repeat 50%;
    background-size: contain;
    margin-top: -39px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/libs/fancybox/css/fancybox.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 !important;
}
.fancybox-opened {
  z-index: 10030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/pic/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 10060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/pic/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  display: block;
  top: 0;
  right: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/pic/mobile/cross.png) no-repeat 50%;
  cursor: pointer;
  z-index: 10040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/pic/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 10040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 10040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10000;
  background: url(/pic/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 10050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 10050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10050;
}
#fancybox-thumbs.bottom {
  bottom: 50px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
.fancybox-authorization {
  font-size: 16px;
  padding: 20px;
  line-height: 22px;
  text-align: center;
}
.fancybox-authorization a {
  font-size: 16px;
}

/*!******************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/tippy.js/dist/tippy.css ***!
  \******************************************************************************************************************************/
.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}
/*!********************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/tippy.js/themes/light.css ***!
  \********************************************************************************************************************************/
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/core/ui/_grid.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/core/content.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.content-wrapper .content__title {
  margin-bottom: 10px;
}
.content-wrapper * {
  box-sizing: border-box;
}
.content-wrapper .content-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.content-wrapper .content-item-bottom {
  gap: 10px;
  margin-top: 12px;
}
.content-wrapper .content-item-bottom a {
  color: #333;
  text-decoration: none;
}
.content-wrapper .content-item-bottom a:hover {
  color: #548EAA;
}
.content-wrapper .content-item-bottom,
.content-wrapper .content-item__icon {
  display: flex;
  align-items: center;
}
.content-wrapper .content-item-body {
  position: static;
}
.content-wrapper .content-item__img {
  width: 220px;
  text-align: center;
  padding: 10px;
  border: 1px solid #f3f3f3;
  object-fit: contain;
  overflow: hidden;
}
.content-wrapper .content-item__img a {
  display: block;
  width: 220px;
}
.content-wrapper .content-item__img img {
  object-fit: cover;
  max-height: 90px;
  width: 100%;
}
.content-wrapper .content-item__title {
  margin-bottom: 2px;
}
.content-wrapper .content-item__title a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.content-wrapper .content-item__title a:hover {
  color: #548EAA;
}
.content-wrapper .content-item__date {
  color: #999;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-wrapper .content-item__preview {
  color: #999;
  font-size: 14px;
  margin-top: 12px;
}
.content-wrapper .content-item-reactions .reaction-group {
  font-size: 12px;
  padding: 2px 4px;
  transition: none;
  cursor: default;
  gap: 0;
}
.content-wrapper .content-item-reactions .reaction-group .reaction-icon {
  transform: translate(0, 0) scale(0.6) !important;
  transition: none !important;
  cursor: default;
}
.content-wrapper .content-item + .content-item {
  margin-top: 20px;
}
.content-wrapper .review-prizes {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.content-wrapper .review-prizes .content-item-body {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .content-wrapper .content-item {
    gap: 5px;
  }
  .content-wrapper .content-item-bottom {
    margin-top: 5px;
  }
  .content-wrapper .content-item + .content-item {
    margin-top: 30px;
  }
  .content-wrapper .content-item__img {
    width: 100%;
    padding: 0;
  }
  .content-wrapper .content-item__img a {
    width: 100%;
  }
  .content-wrapper .content-item__img img {
    max-height: 140px;
  }
}
/** Главная страница, детальная страница товара */
.reviews .content-item-bottom,
.swiper-review .content-item-bottom,
.review-list .content-item-bottom,
.reviews-carousel .content-item-bottom {
  gap: 10px;
  margin-top: 12px;
}
.reviews .content-item-bottom a,
.swiper-review .content-item-bottom a,
.review-list .content-item-bottom a,
.reviews-carousel .content-item-bottom a {
  color: #333;
  text-decoration: none;
  margin: 0;
}
.reviews .content-item-bottom a:hover,
.swiper-review .content-item-bottom a:hover,
.review-list .content-item-bottom a:hover,
.reviews-carousel .content-item-bottom a:hover {
  color: #548EAA;
}
.reviews .content-item__icon,
.swiper-review .content-item__icon,
.review-list .content-item__icon,
.reviews-carousel .content-item__icon,
.reviews .content-item-bottom,
.swiper-review .content-item-bottom,
.review-list .content-item-bottom,
.reviews-carousel .content-item-bottom {
  display: flex;
  align-items: center;
}
.reviews-carousel .icon--body {
  top: -1px;
}
.reviews .icon--body {
  top: -1px;
}
.reviews .content-item-bottom {
  margin-top: 0;
}
ins.pos-1,
ins.pos-2,
ins.pos-3 {
  height: 64px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 64px;
  display: block;
}
ins.pos-1 {
  background: url("/pic/ico-review-pos.png") no-repeat;
}
ins.pos-2 {
  background: url("/pic/ico-review-pos.png") no-repeat left -64px;
}
ins.pos-3 {
  background: url("/pic/ico-review-pos.png") no-repeat left -128px;
}
/* Награды по id *.  */
.achievement-image {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
@media (max-width: 768px) {
  .achievement-image {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
.achievement-100 {
  background-image: url("/pic/achievement-1000.png");
}
.achievement-110 {
  background-image: url("/pic/achievement-10000.png");
}
.achievement-10 {
  background-image: url("/pic/ico-review-pos-1.png");
}
.achievement-20 {
  background-image: url("/pic/ico-review-pos-2.png");
}
.achievement-30 {
  background-image: url("/pic/ico-review-pos-3.png");
}
.achievement-60 {
  background-image: url("/pic/ico-review-60.png");
}
@media (max-width: 768px) {
  .content-wrapper .content-item {
    flex-direction: column;
    align-items: start;
  }
  .content-item + .content-item {
    margin-top: 30px;
  }
  .content-wrapper .content__title {
    margin-bottom: 20px;
  }
  .content-wrapper .content__title span {
    display: block;
    font-size: 16px;
  }
}
.badge-more-info {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #000000;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  line-height: 1.6;
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.text-content .color-block .review-contest {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px !important;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.5;
  font-size: 16px;
}
.text-content .color-block .review-contest__title {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px !important;
  text-align: center;
  font-weight: bold;
}
.text-content .color-block .review-contest__intro {
  font-size: 18px;
  margin-bottom: 25px !important;
  padding: 15px !important;
  background-color: #f8f9fa;
  border-left: 4px solid #4a90e2;
  border-radius: 4px;
}
.text-content .color-block .review-contest__section {
  margin-bottom: 30px !important;
}
.text-content .color-block .review-contest__section-title {
  font-size: 22px;
  color: #2c3e50;
  margin-bottom: 15px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #eaeaea;
}
.text-content .color-block .review-contest__list {
  list-style-type: none;
  padding-left: 0;
}
.text-content .color-block .review-contest__list-item {
  margin-bottom: 12px !important;
  padding-left: 25px !important;
  position: relative;
}
.text-content .color-block .review-contest__list-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4a90e2;
  font-weight: bold;
}
.text-content .color-block .review-contest__prizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0 !important;
}
.text-content .color-block .review-contest__prize-card {
  width: 30%;
  padding: 15px !important;
  margin-bottom: 15px !important;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.text-content .color-block .review-contest__prize-place {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px !important;
  color: #2c3e50;
}
.text-content .color-block .review-contest__prize-amount {
  font-size: 24px;
  color: #e74c3c;
  font-weight: bold;
}
.text-content .color-block .review-contest__promo {
  background-color: #e8f4fd;
  padding: 15px !important;
  border-radius: 8px !important;
  margin: 25px 0 !important;
}
.text-content .color-block .review-contest__promo-title {
  font-size: 20px;
  color: #2980b9;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  text-align: center;
}
.text-content .color-block .review-contest__note {
  background-color: #fef9e7;
  padding: 15px !important;
  border-radius: 8px;
  margin-top: 30px !important;
  border-left: 4px solid #f1c40f;
}
.text-content .color-block .review-contest__footer {
  text-align: center;
  margin-top: 30px !important;
  padding: 15px !important;
  font-style: italic;
  color: #7f8c8d;
}
.text-content .color-block .review-contest__emoji {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px !important;
}
/* Публичный профиль */
.author-profile__header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.author-profile__avatar {
  flex-shrink: 0;
}
.author-profile__avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3b82f6;
}
.author-profile__info {
  flex-grow: 1;
}
.author-profile__name {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 600;
  color: #1f2937;
}
.author-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.author-profile__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #64748b;
}
.author-profile__meta-item--earned {
  color: #059669;
  font-weight: 600;
}
.author-profile__meta-icon {
  font-size: 16px;
}
.author-profile__section {
  margin-bottom: 24px;
}
.author-profile__section-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .author-profile__section {
    padding: 0 24px;
  }
}
.author-profile__badges-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.author-profile__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 20px;
  font-size: 14px;
}
.author-profile__badge-icon {
  font-size: 16px;
}
.author-profile__badge-title {
  font-weight: 500;
  color: #92400e;
}
.author-profile__awards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.author-profile__award-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.author-profile__award-item:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.author-profile__award-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.author-profile__awards-more {
  padding: 0 20px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: default;
}
@media (max-width: 640px) {
  .author-profile__header {
    flex-direction: column;
    text-align: center;
  }
  .author-profile__meta {
    justify-content: center;
  }
  .author-profile__avatar-img {
    width: 80px;
    height: 80px;
  }
  .author-profile__name {
    font-size: 22px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/core/core.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
#cboxOverlay {
  background: #000 !important;
  opacity: 0.7 !important;
}
#cboxClose {
  top: 0;
  width: 40px;
  height: 40px;
  background: url('/pic/mobile/cross.png') no-repeat 50%;
}
#cboxLoadedContent {
  border: none;
}
#cboxContent {
  background: none;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/core/header/catalog/catalog.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
#menuBody {
  position: fixed;
  left: 0;
  top: 0px;
  height: calc(100vh - 70px);
  width: 100%;
  display: none;
  overflow-y: auto;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
}
#catalog-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 101;
  position: absolute;
  width: 100%;
}
.catalog-item {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 30px 15px 16px;
  position: relative;
}
.catalog-item__submenu:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  position: absolute;
  top: 20px;
  right: 18px;
  transform: rotate(135deg);
}
.catalog-nav-back {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #474747;
  padding: 15px 16px 15px 37px;
  position: relative;
  margin-bottom: 0;
}
.catalog-nav-back:before {
  content: "";
  height: 8px;
  width: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 18px;
  transform: rotate(-45deg);
}
#catalog-nav .item a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 30px 15px 16px;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
#catalog-nav .other {
  margin-bottom: 0;
}
#catalog-nav .item-del {
  display: none;
}
#catalog-nav a.tag {
  display: none;
}
#catalog-nav .submenu .menu-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}
#catalog-nav .submenu > a:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  position: absolute;
  top: 20px;
  right: 18px;
  transform: rotate(135deg);
}
.menu-box {
  display: none;
}
#catalog-nav .hidden {
  overflow: hidden;
}
.catalog__item .product-delivery-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 5px 0 10px;
  /** Подгоняем по высоте */
}
.catalog__item .product-delivery-block .delivery-variant {
  flex: 0 0 calc(50% - 2.5px);
  background-color: #f3f3f3;
  height: 40px;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
}
.catalog__item .product-delivery-block .delivery-variant__title {
  width: 100%;
  margin-bottom: 3px;
  white-space: nowrap;
}
.catalog__item .product-delivery-block .delivery-variant__period {
  color: #f60;
  width: 50%;
  font-size: 14px;
  text-decoration: none;
}
.catalog__item .product-delivery-block .delivery-variant__period.available-map {
  text-decoration: underline;
}
.catalog__item .product-delivery-block .delivery-variant__cost {
  width: 50%;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
.catalog__item .product-delivery-block .delivery-variant--shop-list {
  position: static;
}
.catalog__item .product-delivery-block > div:only-child {
  flex-basis: 100%;
}
.catalog__item .product-delivery-block > div:nth-child(3):last-child {
  flex-basis: 100%;
}
.catalog__item .product-delivery-block .delivery-variant--free .delivery-variant__cost {
  color: #3dc93d;
}
.catalog__item .product-delivery-block .delivery-variant--cheap + .delivery-variant--fast + .delivery-variant--shop-list {
  width: 100%;
}
.catalog__item .product-delivery-block.in-catalog .delivery-variant--cheap {
  display: none;
}
.catalog__item .product-delivery-block .shops-list {
  padding: 7px;
  margin: 0px;
  position: absolute;
  top: 44px;
  right: 0px;
  width: 100%;
  background: #ececec url(/pic/price_line.png) bottom right no-repeat;
  box-shadow: 3px 3px 2px 0px #888888;
  display: none;
  z-index: 11;
  font-style: normal;
  font-size: 12px;
}
.catalog__item .product-delivery-block > div:nth-child(3):is(.delivery-variant--shop-list) .shops-list,
.catalog__item .product-delivery-block > div:nth-child(4):is(.delivery-variant--shop-list) .shops-list {
  top: 85px;
}
.catalog__item .product-delivery-block .show-all-shops > a {
  font-size: 14px;
}
.catalog__item .product-delivery-block .shops-item {
  display: flex;
  white-space: nowrap;
  gap: 5px;
  margin-bottom: 3px;
  font-size: 14px;
  border-bottom: 1px dashed #bfbfbf;
  justify-content: space-between;
  padding: 2px 0;
}
.catalog__item .product-delivery-block .shops-item em {
  font-style: normal;
}
.catalog__item .product-delivery-block .shops-item > div {
  display: flex;
  gap: 5px;
}
.catalog__item .product-delivery-block .shops-item__count {
  width: 42px;
  font-weight: bold;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/core/header/geo/geo.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.region-selection-confirmation-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
}
.region-selection-confirmation {
  background: #fff;
  color: #000;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 15px;
  top: 50px;
  border-radius: 0.25rem;
}
.region-selection-confirmation .message {
  margin-bottom: 10px;
}
.geo-select__title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.geo-select__block .geo_select {
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 0 5px;
}
.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 41px;
  cursor: pointer;
  z-index: 8040;
  background: url("/pic/fb-close.png");
}
.geo-select {
  width: 100%;
  height: auto;
  padding: 15px;
}
.geo-select--fast {
  margin-top: 20px;
}
.geo-select--fast ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.geo-select--fast ul li {
  list-style: none;
  margin-right: 5px;
  padding: 5px 10px;
  background: #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
}
.geo-select--fast ul li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
}
.geo-select--fast ul li a:hover {
  color: #FF6600;
}
.geo-select-with-hint {
  height: 180px;
}
.geo-select h2 {
  font-size: 1.7em;
  color: #FF6600;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 1.2;
}
.geo-select h3 {
  font-size: 16px;
  color: #333333;
  margin: 0 0px 0 0px;
  padding: 0px;
  padding-bottom: 10px;
  line-height: 110%;
}
.geo-select input.select-field {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/js/PIE.htc);
  border: 1px solid #A1A1A1;
  width: 100%;
  font-size: 16px;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
}
.select-geo-btn {
  width: calc(100% - 38px);
}
.geo-select-input {
  width: 100%;
  position: relative;
}
.geo-select-input input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #A1A1A1;
  font-size: 16px;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
.geo-select-list {
  position: absolute;
  background-color: #fff;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #aaaaaa;
  color: #222222;
  z-index: 10;
}
.geo-select-one {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 8px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./mobile/core/bottom/bottom-search/bottom-search.vue?vue&type=style&index=0&id=64340af2&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/

.search-enter-active,
    .search-leave-active {
        transition: all 0.3s;
}
.search-enter,
    .search-leave-to {
        opacity: 0;
        transform: scale(0);
        right: -50px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/core/side-menu/side-menu.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.geo-select-menu .ui-menu-item {
  padding: 10px 10px !important;
  font-family: AvenirNext, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/core/notification/notification.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.notification-list {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 100000;
}
.notification-one {
  padding: 10px;
  margin: 10px 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 1.5s;
}
.notification-one__hide {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url(/pic/mobile/cross.png) no-repeat 50%;
  z-index: 10;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./mobile/core/notification/MessageItem.vue?vue&type=style&index=0&id=465cb772&lang=css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/

.fade-enter-active,
    .fade-leave-active {
        transition: all 1s;
}
.fade-enter,
    .fade-leave-to {
        opacity: 0;
}
.leave-top {
        transform: translateY(-55px);
}
.leave-left {
        transform: translateX(-150px);
}
.leave-right {
        transform: translateX(150px);
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./vue/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.yandex-split {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.yandex-split a {
  height: 16px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 1px;
  border-radius: 16px 5px 5px 16px;
  padding-right: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.yandex-split a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(/pic/split-badge.svg) no-repeat center;
  background-size: contain;
  margin-right: 5px;
  margin-left: 1px;
}
.yandex-split em {
  font-style: normal;
}
.yandex-split.yandex-split-sm {
  justify-content: flex-end;
  font-size: 10px;
  margin-top: 2px;
}
.yandex-split.yandex-split-sm a {
  font-size: 11px;
  padding: 1px 3px 1px 1px;
  height: 14px;
}
.yandex-split.yandex-split-sm:before {
  width: 10px;
  height: 10px;
}
.sber-split {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.sber-split a {
  height: 16px;
  color: #333;
  font-size: 12px;
  padding: 1px;
  border-radius: 16px 5px 5px 16px;
  padding-right: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sber-split a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(/pic/sber-split-logo.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
  margin-left: 1px;
}
.sber-split em {
  font-style: normal;
}
.sber-split.sber-split-sm {
  justify-content: flex-end;
  font-size: 10px;
  margin-top: 2px;
}
.sber-split.sber-split-sm a {
  font-size: 11px;
  padding: 1px 3px 1px 1px;
  height: 14px;
}
.sber-split.sber-split-sm:before {
  width: 10px;
  height: 10px;
}
.sber-split-detail {
  padding: 10px 0px;
  color: #85889e;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sber-split-detail:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: url('/pic/sber-split-logo.png') center left no-repeat;
  background-size: contain;
}
.sber-split-detail__title {
  font-weight: 700;
  margin-bottom: 1px;
  color: #333;
}
/** Reactions components */
.review-reactions {
  display: flex;
  gap: 5px;
  align-items: end;
  justify-content: revert;
  flex-direction: column-reverse;
}
.reaction-block {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.reaction-group {
  background-color: #d5edf7;
  color: #5db2d4;
  padding: 3px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  gap: 3px;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
.reaction-group:hover {
  opacity: 0.8;
}
.reaction-group.has-owner {
  background-color: #5db2d4;
  color: #fff;
}
.reaction-group.dislike_animation:before,
.reaction-group.like_animation:before,
.reaction-group.thumbs_up_animation:before,
.reaction-group.thumbs_down_animation:before,
.reaction-group.ok_animation:before,
.reaction-group.laugh_animation:before,
.reaction-group.thx_animation:before,
.reaction-group.stop_animation:before,
.reaction-group.hundred_points_animation:before,
.reaction-group.elephant_animation:before,
.reaction-group.love_animation:before,
.reaction-group.handshake_animation:before,
.reaction-group.fire_animation:before {
  content: '';
  background-image: url('/pic/reaction/1.png');
  opacity: 0;
  animation: fly 0.7s ease-out;
  background-size: 125px 125px;
  background-position: 0 -25px;
  height: 25px;
  width: 25px;
  position: absolute;
}
.reaction-group.dislike_animation:before {
  background-position: 0 0;
}
.reaction-group.thumbs_up_animation:before {
  background-position: 0 -50px;
}
.reaction-group.thumbs_down_animation:before {
  background-position: 0 -75px;
}
.reaction-group.ok_animation:before {
  background-position: 0 -100px;
}
.reaction-group.fire_animation:before {
  background-position: -25px 0;
}
.reaction-group.handshake_animation:before {
  background-position: -25px -25px;
}
.reaction-group.love_animation:before {
  background-position: -25px -50px;
}
.reaction-group.hundred_points_animation:before {
  background-position: -25px -75px;
}
.reaction-group.thx_animation:before {
  background-position: -25px -100px;
}
.reaction-group.stop_animation:before {
  background-position: -50px 0;
}
.reaction-group.elephant_animation:before {
  background-position: -50px -25px;
}
.reaction-group.laugh_animation:before {
  background-position: -50px -50px;
}
.reaction-block.disabled_animation .reaction-group:before {
  content: none;
  animation: none;
  background-image: none;
}
.review-detail-reactions {
  margin-bottom: 20px;
}
.review-detail-reactions .reaction-variants {
  left: auto;
  right: 0;
}
.comments-item-reactions .reaction-variants {
  left: 5px;
  right: auto;
}
.reaction-icon {
  transform: translate(0, 0) scale(0.8) !important;
  image-rendering: -webkit-optimize-contrast;
  background-size: 125px 125px;
  background-image: url('/pic/reaction/1.png');
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.reaction-icon:hover {
  transform: translate(0, 0) scale(0.9) !important;
}
.reaction-icon__like {
  background-position: 0 -25px;
}
.reaction-icon__dislike {
  background-position: 0 0;
}
.reaction-icon__thumbs_up {
  background-position: 0 -50px;
}
.reaction-icon__thumbs_down {
  background-position: 0 -75px;
}
.reaction-icon__ok {
  background-position: 0 -100px;
}
.reaction-icon__fire {
  background-position: -25px 0;
}
.reaction-icon__handshake {
  background-position: -25px -25px;
}
.reaction-icon__love {
  background-position: -25px -50px;
}
.reaction-icon__hundred_points {
  background-position: -25px -75px;
}
.reaction-icon__thx {
  background-position: -25px -100px;
}
.reaction-icon__stop {
  background-position: -50px 0;
}
.reaction-icon__elephant {
  background-position: -50px -25px;
}
.reaction-icon__laugh {
  background-position: -50px -50px;
}
@keyframes fly {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  75% {
    opacity: 0.75;
    transform: scale(1.5) translateY(-30px);
  }
  100% {
    opacity: 0;
    transform: scale(2) translateY(-40px);
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/garage/garage.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.garage-mobile {
  padding: 20px 15px;
}
.cars-lis__preload {
  height: 100px;
  background: url('/pic/loader_mobile.gif') no-repeat center;
  background-size: 25%;
  max-width: 400px;
  margin: 0 auto;
}
.car-one {
  margin-bottom: 30px;
  background: #f3f3f3;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: block;
  color: #343434;
  position: relative;
  border: 1px solid #ddd;
}
.car-one.main-car {
  border: 1px solid #0095c7;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 149, 199, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 149, 199, 0.1);
}
.car-one--modal {
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.car-one-top {
  padding: 16px 15px;
  border-bottom: 1px solid #ddd;
}
.car-one-open {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
.car-one-open:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 14px;
  right: 14px;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -135px -255px;
  width: 24px;
  height: 24px;
}
.car-one-info {
  padding: 12px 15px;
  display: none;
}
.car-one-info.open {
  display: block;
}
.car-title {
  padding: 15px;
  background: #f3f3f3;
  text-decoration: none;
  display: block;
  color: #343434;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.car-selected:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background: green;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.car-selected:after {
  content: '';
  width: 8px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
}
.car-one__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 30px;
  padding-left: 40px;
  min-height: 36px;
  cursor: pointer;
}
.car-one__title.non-reg {
  padding-left: 0px;
}
.car-one__title p {
  white-space: wrap;
  text-transform: none;
  margin: 0;
}
.car-one__title-vin {
  display: inline-block;
  font-weight: normal;
  opacity: 0.8;
}
.car-one__title-year {
  display: inline-block;
  font-weight: normal;
  opacity: 0.8;
  font-style: italic;
  margin-left: 5px;
}
.car-getSelect {
  background: #b9b9b9;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.car-getSelect:after {
  content: '';
  width: 8px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 10px;
}
.car-one__date {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.car-one__vin {
  font-size: 12px;
  margin-bottom: 0;
}
.car-one__vin span {
  color: #858585;
}
.car-one-list {
  margin-bottom: 10px;
}
.car-one__delete {
  position: relative;
  background: #fff;
  padding-left: 35px;
}
.car-one__delete:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.car-one__delete:after {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.car-one__edit {
  background: #fff;
}
.car-one__param {
  margin-top: 5px;
  width: 100%;
}
.car-one__param td {
  font-size: 12px;
  padding: 5px 0;
  vertical-align: top;
  margin-bottom: 3px;
}
.car-one__param td.car-one__param-name {
  padding-right: 10px;
}
.car-one__param td div.car-param {
  word-break: break-all;
}
.car-add-button {
  background: #0095c7;
  display: block;
  margin: 0px auto 20px;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.car-add-button.is-bottom {
  margin-top: 20px;
}
.car-empty {
  text-align: center;
}
.car-empty p {
  font-size: 18px;
}
.add-car p {
  text-align: center;
  font-size: 18px;
}
.add-car-form p {
  text-align: center;
  font-size: 18px;
}
.add-car-elem {
  margin-bottom: 15px;
}
.add-car-elem label {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
.add-car-elem label a {
  background: #0095c7;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  width: 15px;
  border-radius: 7px;
  margin-left: 5px;
}
.add-car-elem input[readonly='readonly'] {
  background: #f3f3f3;
  color: #757575;
}
.add-car-elem select {
  width: 100%;
  height: 35px;
  border: 1px solid #ededed;
  padding: 0 5px;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
}
.add-car-elem em.error {
  color: red;
  font-style: normal;
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.add-car-elem--hidden {
  display: none;
}
.add-car-elem--vin label {
  width: 100%;
  text-align: center;
}
.add-car-elem--vin:before {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  right: 12px;
}
.add-car-elem--vin.valid:before {
  content: '';
  width: 50px;
  height: 50px;
  border: none;
  background: url('/pic/loader-vue.gif');
  background-size: cover;
  transform: rotate(0deg);
  position: absolute;
  top: -6px;
  right: -5px;
}
.add-car-elem--vin.success:before {
  content: '';
  height: 6px;
  width: 10px;
  border-left: 3px solid #42c017;
  border-bottom: 3px solid #42c017;
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  right: 12px;
}
.add-car__vin {
  position: absolute;
  top: 0px;
  right: 0;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.add-car__vin:after {
  content: '';
  width: 10px;
  height: 12px;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 9px;
}
.add-car__vin.valid:after {
  border-right: 2px solid #42c017;
  border-bottom: 2px solid #42c017;
}
.add-car__vin.valideted:after {
  background: url('/pic/loader-vue.gif');
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
  border: none;
  top: 0;
  left: -1px;
}
.add-car__model {
  -webkit-appearance: none;
  background: #0095c7;
  color: #fff;
  height: 50px;
  width: 100%;
  margin: 20px auto 0;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 30px;
  display: block;
  cursor: pointer;
}
.add-car__model:disabled {
  background: #f3f3f3;
  color: #757575;
}
.car-modification {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.car-modification label {
  width: 100%;
}
.car-modification table {
  font-size: 11px;
  width: 100%;
}
.car-modification th {
  text-align: left;
  padding: 3px 5px;
  font-size: 12px;
  background: #ededed;
  font-weight: 400;
}
.car-modification td {
  padding: 3px 5px;
  vertical-align: top;
  border: 1px solid #ededed;
}
.add-new {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}
.add-new span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 7px;
  width: 35px;
  height: 19px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.add-new span:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 17px;
  left: 6px;
}
.add-new span:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
input[name='model'] + label {
  width: 100%;
  display: block;
  height: 20px;
  width: 20px;
  background: #ededed;
  position: relative;
}
input[name='model']:checked + label {
  width: 100%;
}
input[name='model']:checked + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  width: 10px;
  border-left: 2px solid #0095c7;
  border-bottom: 2px solid #0095c7;
}
input[name='model'] {
  display: none;
}
.header-car.first-load span:before {
  content: '';
  position: absolute;
  top: -5px;
  width: 100%;
  height: 130%;
  opacity: 0;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.3);
  animation: move 2s linear 2s;
  animation-iteration-count: 3;
}
@keyframes move {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    opacity: 0.5;
    transform: scale(1.25);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
#header-car .update {
  display: none;
}
.current-car {
  padding: 9px 10px;
  position: relative;
  height: 50px;
  cursor: pointer;
}
.header-car--name {
  font-size: 12px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-car--vin {
  font-size: 11px;
  text-align: center;
  opacity: 0.5;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header-car--year {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  opacity: 0.5;
  margin-left: 5px;
  font-style: italic;
}
.header-nav__addCar {
  width: 45px;
  background: #0095c7;
  height: 100%;
  display: table-cell;
  border-left: 1px solid #00678a;
  position: relative;
}
.header-nav__addCar:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -156px -222px;
  width: 35px;
  height: 25px;
  top: 12px;
  left: 4px;
}
.header-car-list {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 51px;
  display: none;
}
.header-car-one {
  background: #0095c7;
  padding: 8px 10px;
  border-top: 1px solid #00678a;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
}
.header-car-one.active {
  background: #00678a;
  border-top: 1px solid #00678a;
}
.header-nav__catalogs {
  font-size: 18px;
  padding: 10px 10px;
  text-decoration: none;
}
.garage-back {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.garage-back:before {
  content: '';
}
.car-one__catalog {
  display: block;
  text-decoration: none;
  padding: 16px 15px;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  color: #000;
  cursor: pointer;
}
.car-one__catalog:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  position: absolute;
  top: 20px;
  right: 18px;
  transform: rotate(135deg);
}
.my-garage__title {
  text-align: center;
}
.my-garage-body {
  background: #fff;
  border: 3px solid #0095c7;
}
.my-garage {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  right: 0;
  text-align: left;
  top: 50px;
}
.my-garage__close {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.my-garage__close:before {
  content: '';
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.my-garage__close:after {
  content: '';
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.my-garage-link {
  display: block;
  text-decoration: none;
  padding: 16px 15px;
  font-size: 16px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  color: #000;
}
.my-garage-link a {
  text-decoration: none;
  color: #000;
}
.my-garage-link:after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  position: absolute;
  top: 20px;
  right: 18px;
  transform: rotate(135deg);
}
.my-garage-cars {
  margin-bottom: 20px;
}
.garage-notice {
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background: #edffba;
  border: 1px solid #9ed00d;
}
@media (max-width: 340px) {
  .header-nav__catalogs {
    font-size: 16px;
  }
  .car-one__title {
    font-size: 12px;
  }
  .car-one__catalog {
    padding: 10px 10px;
    font-size: 14px;
  }
  .car-one__catalog:after {
    height: 6px;
    width: 6px;
    top: 14px;
    right: 12px;
  }
  .car-selected:before {
    width: 25px;
    height: 25px;
  }
  .car-selected:after {
    top: 9px;
    left: 8px;
    width: 6px;
    height: 10px;
  }
  .car-getSelect {
    width: 25px;
    height: 25px;
  }
  .car-getSelect:after {
    top: 4px;
    left: 8px;
    width: 6px;
    height: 10px;
  }
  .current-car {
    height: 50px;
  }
}
.car-add-one,
.car-add-one--type {
  background: url(/pic/mobile/arrow-black-small.png) no-repeat right 15px top 50%;
  background-size: 10px;
  display: block;
  text-decoration: none;
  color: #000;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 32px 15px 16px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.car-add-one img {
  width: 50px;
  padding-right: 5px;
  vertical-align: middle;
}
.car-add-one .add {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.car-model-list {
  display: none;
}
.manufacturers-list__head {
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 16px;
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.manufacturers-list__head p {
  margin-bottom: 0;
  text-align: left;
}
.manufacturers-list__head .garage-back {
  margin-bottom: 0;
  cursor: pointer;
}
.car-select {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  background: #fff;
  padding-bottom: 105px;
  text-align: left;
}
.car-select__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
.car-select__close:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.car-select__close:after {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.model-list.loading,
.modificationList.loading,
.manufacturers-list.loading {
  height: 100vh;
  background: rgba(0, 0, 0, 0.1) url('/pic/loader_mobile.gif') no-repeat center;
  background-size: 25%;
}
.add-car__message {
  margin-bottom: 10px;
  font-size: 14px;
}
.add-car__select {
  background: #0095c7;
  padding: 3px 5px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 21px;
}
.add-car__select img {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
}
.car-param__show {
  text-decoration: underline;
  color: #0095c7;
  cursor: pointer;
}
.car-param__content {
  display: none;
}
.param-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
}
.param-modal__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  position: absolute;
}
.param-modal__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.param-modal__close:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.param-modal__close:after {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.param-modal__content {
  background: #fff;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  margin: 0 auto;
}
.param-modal__content-text {
  padding: 20px 15px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.param-modal__content-title {
  display: block;
  text-decoration: none;
  color: black;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 16px;
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}
.header-nav .new {
  position: absolute;
  top: 3px;
  right: -7px;
  color: #fff;
  background: #ff3334;
  font-size: 12px;
  padding: 2px 5px;
  z-index: 100;
  height: 18px;
  transform: rotate(45deg) scale(0.8);
}
.header-nav .new::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 0 18px;
  border-color: transparent transparent transparent #ff3333;
  position: absolute;
  top: 0;
  right: -17px;
}
.header-nav .new::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #ff3333 transparent;
  position: absolute;
  top: 0;
  left: -17px;
}
.notification {
  color: #ff6600;
  margin-bottom: 20px;
}
.laximo_add_by_params {
  position: relative;
}
.laximo_add_by_params h2 {
  margin: 0 0 20px 0;
}
.laximo_add_by_params .warng {
  color: red;
}
.laximo_add_by_params .row label {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.laximo_add_by_params .row select {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 35px;
  border: 1px solid #ededed;
  padding: 0 5px;
  outline: none;
  font-size: 14px;
  background-image: url(/pic/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-color: #fff;
}
.laximo_add_by_params .add-car-laximo {
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #0095c7;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #0095c7;
  display: block;
  margin-top: 20px;
}
.laximo_add_by_params .remove {
  position: absolute;
  right: 0px;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  top: 42px;
}
.laximo-message .global-phone em {
  font-style: normal;
}
.add-car__example {
  display: none;
}
.add-car__notification {
  font-size: 18px;
  line-height: 20px;
}
.flip-list-move {
  transition: transform 1s;
}
.popup-body {
  padding: 20px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/login/login.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
#phone_form {
  max-width: 600px;
  margin: 0 auto;
}
.phone-login-container {
  text-align: center;
}
.phone-login-container h1 {
  padding-right: 0px;
  margin-bottom: 15px;
}
.code-field {
  font-size: 20px;
  width: 100px;
  padding: 7px;
  text-align: center;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
label small {
  font-size: 11px;
  color: #777777;
}
span.error {
  display: block;
  color: red;
}
.back {
  margin-bottom: 10px;
}
.back a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.massage {
  display: block;
  margin-top: 5px;
}
.massage a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.login__line__input .show-pass {
  top: 0px;
}
.login__line__wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
}
.login h1 {
  text-align: center;
}
.auth-page h1 {
  text-align: center;
}
.active .login__line__name .login__line__a {
  background: #fff;
  color: #f60;
}
.login__line__name .login__line__a:before {
  content: '';
  color: #dedede;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 44px;
}
.active .login__line__name .login__line__a:before {
  content: '\2022';
  color: #f60;
}
.login__line__content input[type='checkbox'] {
  display: none;
}
.login__line__content input[type='checkbox']:checked + label:before {
  background: #f60 url(/pic/mobile/check.png) no-repeat 50%;
}
.login__line__input {
  position: relative;
}
.login__line__restore {
  text-decoration: none;
  font-size: 12px;
  color: #adadad;
  width: 200px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
.login__line__content #social-auth-buttons a {
  display: inline-block;
  text-indent: -999999px;
  width: 32px;
}
.active .login__line__content {
  display: block;
}
.auth-page .links {
  text-align: center;
  width: 100%;
  padding: 15px 0 0;
}
.auth-page .links.hide {
  display: none;
  margin-top: 10px;
}
.auth-page .links a {
  display: block;
  text-decoration: none;
  font-size: 15px;
}
.order-parameter__input {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #e7e7e7;
  color: black;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px 15px;
  margin-top: 20px;
}
.massage-repeat {
  margin: 15px 0;
  display: block;
}
.phone-login-container .phone-form-component__confirm .btn,
.phone-login-container .phone-form-component__code .btn {
  margin-top: 15px;
  width: 100%;
}
.phone-login-container .phone-form-component .big-phone {
  width: 100%;
}
.phone-login-container .phone-form-component .big-phone .form-control {
  height: 40px;
}
.phone-login-container .phone-form-component .big-phone .form-control:focus {
  box-shadow: none;
}
.phone-login-container .phone-form-component__text {
  margin-top: 5px;
}
.phone-login-container .phone-form-component .btn {
  height: 50px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/checkout/checkout.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.order-load {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 53px;
}
.order-load-text {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: -25px;
}
.order-load-text span {
  opacity: 0;
  width: calc(100% - 25px);
  text-align: center;
  position: absolute;
  display: block;
}
.order-load-text span:nth-child(1) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 0.7s;
}
.order-load-text span:nth-child(2) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 1.4s;
}
.order-load-text span:nth-child(3) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 2.1s;
}
.order-load-text span:nth-child(4) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 2.8s;
}
.order-load-text span:nth-child(5) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 3.5s;
}
.order-load-text span:nth-child(6) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 4.2s;
}
.order-load-text span:nth-child(7) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 4.9s;
}
.order-load-text span:nth-child(8) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 5.6s;
}
.order-load-text span:nth-child(9) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 6.3s;
}
.order-load-text span:nth-child(10) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 7s;
}
.order-load-text span:nth-child(11) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 7.7s;
}
.order-load-text span:nth-child(12) {
  animation: showBlock 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 8.4s;
}
.order-load-text span:nth-child(13) {
  animation: showBlockLast 0.7s linear;
  animation-iteration-count: 1;
  animation-delay: 9.1s;
  animation-fill-mode: forwards;
}
@keyframes showBlockLast {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showBlock {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#checkout .tabs,
#delay .tabs {
  font-size: 16px;
  margin-bottom: 10px;
}
#checkout .tabs a,
#delay .tabs a {
  font-size: 14px;
}
#checkout .tabs span,
#delay .tabs span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
#checkout .tabs .active,
#delay .tabs .active {
  color: #000;
  text-decoration: none;
  cursor: default;
}
#checkout .old-cart,
#delay .old-cart {
  display: inline-block;
  font-size: 16px;
  color: #ff7a00;
}
.cart_empty {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cart_empty > div {
  font-size: 16px !important;
}
.cart_empty > div b {
  font-size: 18px;
}
.cart_empty ol {
  padding: 0;
}
.cart_delay_empty {
  padding: 100px 15px;
  font-size: 16px;
  text-align: center;
}
.checkout-top {
  padding: 10px 15px;
}
.cart-list-top {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  position: relative;
}
.cart-list-top span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.cart-list-params {
  padding: 10px 15px;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.check-all {
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
}
.check-all label {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: -1px;
}
.check-all input {
  display: none;
}
.check-all input:checked + label:before {
  content: '';
  border-right: 2px solid #0273a3;
  border-bottom: 2px solid #0273a3;
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.delete-all,
.delete-all-delay {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.delay-all,
.undelay-all {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cart-one {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.cart-one__check {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
}
.cart-one__check label {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: -1px;
}
.cart-one__check input {
  display: none;
}
.cart-one__check input:checked + label:before {
  content: '';
  border-right: 2px solid #0273a3;
  border-bottom: 2px solid #0273a3;
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.cart-one {
  display: flex;
}
.cart-one__photo {
  width: 65px;
  margin-right: 10px;
  position: relative;
}
.cart-one__photo a {
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
}
.cart-one__photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: 0;
}
.cart-one__photo > img {
  border: 1px solid #ddd;
  width: 65px;
  max-width: none;
}
.cart-one__photo .icon-promo {
  transform: scale(0.75);
  top: 0px;
  right: -10px;
}
.cart-one-text {
  width: 100%;
}
.cart-one-text .badge {
  padding: 0.2em 0.5em;
}
.cart-one-text__title {
  margin-bottom: 15px;
}
.cart-one-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item__link,
.order-detail-item__link {
  font-size: 16px;
  padding-right: 25px;
  line-height: 22px;
  display: block;
}
.danger_icon {
  padding-right: 20px;
}
.danger_icon .cart-item__link {
  display: inline;
}
.cart-one__price {
  width: 50%;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-one-bottom .preload {
  display: none;
  height: 30px;
  width: 50%;
  max-width: 100px;
  background: url(/pic/loader_mobile.gif) no-repeat 10px 5px;
  background-size: 20%;
  vertical-align: middle;
}
.cart-one__discount {
  text-decoration: line-through;
  color: #818181;
  font-size: 14px;
  width: 100%;
}
.cart-one__discount.fullPrice {
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.cart-one__discount.fullPrice + .cart-one__actual-price {
  display: none;
}
.cart-one__actual-price {
  margin-right: 5px;
}
.cart-one__quant {
  width: 50%;
}
.cart-one-quant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-one-quant__minus {
  border: none;
  background: #f3f3f3 url(/pic/mobile/minus.png) no-repeat 50%;
  background-size: 16px;
  height: 40px;
  vertical-align: middle;
  width: 33.33333333%;
  outline: none;
  cursor: pointer;
}
.cart-one-quant__quantity {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  width: 33.33333333%;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  border: none;
  padding: 0;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.cart-one-quant__quantity::-webkit-inner-spin-button,
.cart-one-quant__quantity::-webkit-outer-spin-button {
  display: none;
}
.cart-one-quant__plus {
  border: none;
  background: #f3f3f3 url(/pic/mobile/plus.png) no-repeat 50%;
  background-size: 16px;
  height: 40px;
  vertical-align: middle;
  width: 33.33333333%;
  outline: none;
  cursor: pointer;
}
.cart-one-quant__confirm {
  position: absolute;
  bottom: -32px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  width: 100%;
  background: #0095c7;
  color: #fff;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.quantity-edit {
  border: 1px solid #ddd;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  margin-left: -26px;
  margin-top: -35px;
  display: none;
}
.quantity-edit .preload {
  display: none;
  height: 30px;
  width: 40px;
  background: url(/pic/loader_mobile.gif) no-repeat center;
  background-size: 60%;
  vertical-align: middle;
}
.quantity-max {
  font-size: 12px;
}
.quantity-form {
  margin: 10px 0px;
}
.quantity-form span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.quantity-input {
  display: inline-block;
  width: 36px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  outline: none;
}
.quantity-minus {
  display: inline-block;
  height: 30px;
  width: 28px;
  vertical-align: middle;
  background: #0095c7;
  position: relative;
  cursor: pointer;
}
.quantity-minus:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 8px;
  background: #fff;
}
.quantity-plus {
  display: inline-block;
  height: 30px;
  width: 28px;
  background: #0095c7;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.quantity-plus:before {
  content: '';
  height: 12px;
  width: 2px;
  position: absolute;
  top: 8px;
  left: 13px;
  background: #fff;
}
.quantity-plus:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 8px;
  background: #fff;
}
.quantity-confirm {
  height: 30px;
  width: 40px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f6f5f6;
  background: -moz-linear-gradient(top, #f6f5f6 0%, #d4d4d4 100%);
  background: -webkit-linear-gradient(top, #f6f5f6 0%, #d4d4d4 100%);
  background: linear-gradient(to bottom, #f6f5f6 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f5f6', endColorstr='#d4d4d4', GradientType=0);
  cursor: pointer;
  outline: none;
}
.quantity-abort {
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.cart-list-bottom {
  background: #eaeaea;
  padding: 10px 15px;
}
.cart-list-bottom__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart-list-bottom__params em {
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  display: block;
}
.cart-list-bottom__summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  text-transform: uppercase;
}
.cart-order {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.order-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  display: none;
}
.checkout-update {
  display: none;
}
.order-ul,
.order-fl {
  display: none !important;
}
.order-setUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: underline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.order-setUl__one {
  width: 50%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #0095c7;
  cursor: pointer;
}
.order-setUl__one span {
  display: inline-block;
  text-decoration: underline;
}
.order-setUl__one.active {
  background: #ddd;
  color: #000;
  text-decoration: none;
  line-height: 40px;
}
.order-setUl__one.active span {
  text-decoration: none;
}
.innValid-error {
  display: none;
  color: #ff3334;
  font-size: 12px;
  font-style: normal;
  margin-top: 5px;
}
.order-step {
  padding: 20px 15px 20px;
}
.order-step--lastinfo {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.last-info-line {
  margin-bottom: 5px;
}
.last-info-line:last-child {
  margin-bottom: 0;
}
.lastinfo-edit {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 14px;
  cursor: pointer;
  color: #003777;
  text-decoration: underline;
}
.order-user-info,
.oder-delivery,
.order-pay {
  border-bottom: 1px solid #ddd;
}
.order-pay .alert {
  font-size: 16px;
}
.order-user-ul {
  padding: 10px 0;
}
.order-step__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 70px;
  line-height: 20px;
}
.order-step-col {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.order-step-col input[type='text'],
.order-step-col input[type='password'],
.order-step-col input[type='tel'],
.order-step-col input[type='number'] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.order-step-col input[type='text'].error,
.order-step-col input[type='password'].error,
.order-step-col input[type='tel'].error,
.order-step-col input[type='number'].error {
  border-color: #ff3334;
}
.order-step-col label {
  width: auto;
}
.order-step-col label em {
  color: #ff3334;
}
.order-step-col textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 60px;
  padding: 5px;
  border: 1px solid #ddd;
}
.order-step-col em.error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.order-step-col.loader img {
  top: -20px !important;
  left: 45% !important;
  margin-left: -25px !important;
}
.order-step-col.alert-message label {
  display: none;
}
.order-step__radio {
  margin-bottom: 10px;
}
.order-step__radio label {
  display: block;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 0;
  line-height: 18px;
}
.order-step__radio label:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.order-step__radio input:checked + label:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #065f84;
  background: #065f84;
  position: absolute;
  top: 5px;
  left: 5px;
}
.order-step__radio input[type='radio'] {
  position: absolute;
  opacity: 0;
  left: -10000px;
}
.order-step__radio em.error {
  position: absolute;
  top: 90px;
  left: 30px;
}
.order-step__radio input:disabled + label:after {
  background: #f7f7f7;
}
.order-step__radio input:disabled + label:before {
  background: #ddd;
  border-color: #ddd;
  z-index: 1;
}
.order-step-col.confirmed:before {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 3px solid #42c017;
  border-bottom: 3px solid #42c017;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 1;
}
.order-step-col.confirmed input[type='text'] {
  padding-right: 30px;
}
.order-step-col.confirmed input[name='promocode'] {
  width: 100%;
}
.order-step-error {
  border: 1px solid #ff3334;
  padding: 5px 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
.address-variants__title {
  font-weight: 700;
  margin-bottom: 5px;
}
.address-variants {
  color: #0095c7;
  text-decoration: underline;
}
.login-bypass {
  text-decoration: underline;
}
.delivery-error {
  color: #ff3334;
  margin-bottom: 5px;
  display: none;
}
.delivery-method {
  margin-bottom: 20px;
}
.delivery-one {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
}
.delivery-one.active {
  background: #f5fbe9;
  border-color: #98d817;
}
.delivery-one.active .delivery-one__title {
  color: #000;
}
.delivery-one--new {
  position: absolute;
  top: 6px;
  right: 1px;
  transform: rotate(45deg);
  background: #ff3334;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  line-height: 11px;
  z-index: 1;
}
.delivery-one--new:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ff3333 transparent;
}
.delivery-one--new:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ff3333;
}
.delivery-one__title {
  font-size: 16px;
  line-height: 18px;
  color: #003777;
  margin-bottom: 5px;
}
.delivery-one-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.delivery-one__price {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.delivery-one__date {
  font-size: 14px;
  text-align: left;
}
.pay-loading {
  display: none;
}
.order-geo {
  font-weight: normal;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.order-geo .delivery-info__region {
  line-height: 18px;
  display: inline-block;
  color: #003777;
  text-decoration: underline;
}
.order-price {
  background: #ddd;
  margin: 0;
  padding: 15px;
}
.order-price-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-price-top--prepay {
  color: #9d9d9d;
}
.order-price-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 15px;
}
.order-price__col--price {
  font-weight: 700;
}
.order-price__col--discount {
  color: #ff3334;
  font-weight: 700;
}
.order-price__col--load {
  display: none;
  position: relative;
}
.order-confirm-right {
  padding: 10px 15px;
}
.order-confirm__button {
  border: none;
  display: block;
  width: 100%;
  color: #343434;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #ffe967;
  background: -moz-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe967), color-stop(100%, #ffb300));
  background: -webkit-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -o-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -ms-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: linear-gradient(to bottom, #ffe967 0%, #ffb300 100%);
  padding: 8px 0;
  height: 36px;
  outline: none;
}
.order-confirm__button img {
  top: -20px !important;
}
.order-step--policy {
  font-size: 12px;
  padding: 0 15px;
}
.user-login {
  position: absolute;
  background: #eee;
  z-index: 10;
  padding: 10px;
  top: 50px;
  left: 12px;
  width: calc(100% - 20px);
}
.login-restore {
  position: absolute;
  top: 0;
  right: 0;
}
.phone-valid-close,
.user-login-close {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.phone-valid-close:before,
.user-login-close:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 12px;
  left: 8px;
  transform: rotate(-45deg);
}
.phone-valid-close:after,
.user-login-close:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 12px;
  left: 8px;
  transform: rotate(45deg);
}
.phoneConfirmed-error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.user-login__title {
  font-size: 16px;
  font-weight: 700;
}
.user-login__subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}
.order-step-col--login {
  margin-bottom: 10px;
}
.order-step-col--login a {
  position: absolute;
  top: 0;
  right: 0;
}
.user-login__submit {
  width: calc(50% - 5px);
}
.loginPhone {
  width: calc(50% - 5px);
}
.order-step-col__login-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.phone-valid {
  position: absolute;
  background: #F8FAFC;
  border-radius: 12px;
  z-index: 10;
  padding: 15px;
  top: 5px;
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.phone-valid-top {
  width: 100%;
  margin-bottom: 10px;
}
.phone-valid-top em.error {
  font-size: 12px;
  font-style: normal;
}
.user-phone-validate {
  font-family: 'AvenirNext', 'Arial', sans-serif;
}
.phone-valid-submit {
  width: 49%;
  margin-bottom: 5px;
  margin-top: 28px;
}
.phone-valid-submit__button {
  width: 100%;
  height: 34px;
  border: 1px solid #003777;
  background: #fff;
  color: #003777;
  font-weight: 700;
  font-size: 14px;
  font-family: 'AvenirNext', 'Arial', sans-serif;
}
.phone-valid-confirm {
  width: 49%;
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.phone-valid-confirm .form-control {
  margin-right: 5px;
}
.phone-valid-confirm .btn {
  width: 40%;
}
.order-step-col input.phone-valid-confirm__input {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.phone-valid-confirm__button {
  width: calc(40% - 5px);
  border: 1px solid #003777;
  background: #fff;
  color: #003777;
  font-weight: 700;
  font-size: 14px;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  height: 34px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.phone-valid__label {
  font-size: 14px;
  margin-bottom: 15px;
}
.phone-valid__label__error {
  color: #ff3334;
}
.login-bypass {
  display: inline-block;
}
.phone-valid .login-bypass {
  margin-top: 5px;
}
.login-error {
  font-style: normal;
  display: block;
  margin-top: 5px;
  color: #ff3334;
}
.custom-select {
  position: relative;
  cursor: pointer;
}
.custom-select input {
  background: url(/pic/select-arrow.png) #fff no-repeat 96% 50% !important;
  font-family: Tahoma, Arial;
}
.select-list {
  position: absolute;
  min-width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.select-one {
  padding: 5px;
  position: relative;
  cursor: pointer;
}
.select-one:hover {
  background: #fff0b5;
}
.select-one span {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: right;
}
.select-one div {
  display: inline-block;
}
.select-one.active {
  background: #fff0b5;
}
.select-date {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}
.select-date-one {
  padding: 5px 10px;
}
div.select-date__day {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  display: block;
}
div.select-date__weekday {
  font-size: 12px;
  text-align: center;
  display: block;
}
.select-period {
  padding: 5px;
}
.select-period-one {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.select-period-one.active {
  background: #fff0b5;
}
.map-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 15px;
  width: 100%;
  overflow: hidden;
  display: none;
}
.map-overlay.open {
  display: block !important;
}
@media only screen and (max-width: 480px) {
  .map-overlay {
    overflow: scroll;
  }
}
.map-body {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.map-body.loading .map-overview {
  opacity: 0;
}
.map-body.loading .map-box {
  background: url('/pic/loader-vue.gif') no-repeat center;
}
#outpoint-map.tkList .map-close {
  top: 35px;
}
.map-close {
  z-index: 10;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.map-close:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 16px;
  left: 9px;
  transform: rotate(-45deg);
}
.map-close:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 16px;
  left: 9px;
  transform: rotate(45deg);
}
.map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.select-box {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.map-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-select-one {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #ddd;
  border-bottom: none;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.map-select-one.active {
  background: #fff0b5;
}
.map-select-one:nth-child(2) {
  border: none;
  background: none;
  color: #0095c7;
  text-decoration: underline;
}
.map-select-one:nth-child(2).active {
  text-decoration: none;
  color: #000;
}
.placemarks-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.placemarks-head {
  border-bottom: 1px solid #ddd;
  padding: 0px 15px 10px;
}
.placemarks-head__title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 18px;
}
.placemarks-head__title span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.placemarks-head__points {
  font-size: 14px;
  color: #535353;
}
.placemarks-list {
  height: auto;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-overflow-scrolling: touch;
}
.placemarks-one {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
}
.placemarks-one.active {
  background: #fff0b5;
}
.placemarks-one__address {
  font-size: 12px;
  margin-bottom: 5px;
}
.placemarks-one__name {
  font-size: 14px;
}
.placemarks-one__date {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Tahoma, Arial;
}
.placemarks-one__date .del {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #535353;
  margin: 0 5px;
  vertical-align: middle;
}
.placemarks-rating {
  margin-bottom: 10px;
}
#map {
  height: auto;
}
#map-ourpoint {
  height: auto;
}
.tk-box {
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.selected-point__name {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.selected-point__adress {
  font-size: 14px;
  margin-bottom: 10px;
}
.selected-point__worktime {
  font-size: 14px;
  margin-bottom: 10px;
}
.selected-point__phone {
  font-size: 14px;
  margin-bottom: 10px;
}
.select-deliver-point {
  display: block;
  font-size: 0.8rem;
}
.selected-point__alert {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #ff3334;
}
#map,
#map-ourpoint {
  width: 50%;
  overflow: hidden;
}
#map p,
#map-ourpoint p {
  font-size: 12px;
  line-height: 16px;
}
#map h2,
#map-ourpoint h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
#map .ymaps-2-1-79-balloon__content,
#map-ourpoint .ymaps-2-1-79-balloon__content {
  width: 65vw !important;
}
#map .ymaps-2-1-79-balloon__content > ymaps,
#map-ourpoint .ymaps-2-1-79-balloon__content > ymaps {
  width: 100% !important;
  height: auto !important;
}
.map-tabs {
  padding: 10px;
}
.map-tab__icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ddd;
}
.map-tab__icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
}
.map-tab__map,
.map-tab__op-map {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.map-tab__map span,
.map-tab__op-map span {
  vertical-align: middle;
}
.map-tab__map .map-tab__icon:before,
.map-tab__op-map .map-tab__icon:before {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -206px;
  width: 36px;
  height: 29px;
  top: -2px;
  left: -3px;
}
.map-tab__map.active span,
.map-tab__op-map.active span {
  display: none;
}
.map-tab__map.active .map-tab__icon,
.map-tab__op-map.active .map-tab__icon {
  background: #0095c7;
}
.map-tab__map.active .map-tab__icon:before,
.map-tab__op-map.active .map-tab__icon:before {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -177px;
  width: 36px;
  height: 29px;
}
.map-tab__list {
  display: inline-block;
  cursor: pointer;
}
.map-tab__list span {
  vertical-align: middle;
}
.map-tab__list .map-tab__icon:before {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -220px -222px;
  width: 28px;
  height: 20px;
  top: 3px;
  left: 0px;
}
.map-tab__list.active span {
  display: none;
}
.map-tab__list.active .map-tab__icon {
  background: #0095c7;
}
.map-tab__list.active .map-tab__icon:before {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -235px;
  width: 28px;
  height: 20px;
}
.map-overview {
  width: 200%;
  display: flex;
}
.map-overview.show-list {
  transform: translateX(-50%);
}
.placemarks-filter {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.placemarks-filter__outOfCity {
  cursor: pointer;
  text-align: center;
  padding: 5px 10px;
}
.placemarks-filter__outOfCity span {
  display: inline-block;
  vertical-align: middle;
}
.placemarks-filter__outOfCity .placemarks-filter__outOfCity-title {
  text-decoration: underline;
  color: #0095c7;
  margin-bottom: 5px;
}
.placemarks-filter__outOfCity .placemarks-filter__outOfCity-quant {
  background: #ddd;
  text-decoration: none;
  color: #000;
  padding: 2px 5px;
}
.placemarks-filter-open {
  text-align: center;
  background: #0095c7;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  margin-bottom: 5px;
}
.placemarks-filter-open:before {
  content: '';
  display: block;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -159px -255px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.placemarks-filter-open:last-child {
  margin-bottom: 0;
}
.placemarks-filter-open.active:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 18px;
  right: 10px;
  transform: rotate(-45deg);
}
.placemarks-filter-open.active:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 18px;
  right: 10px;
  transform: rotate(45deg);
}
.placemarks-filter-open span {
  font-weight: normal;
  background: #fff;
  color: #0095c7;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
}
.placemarks-filter-list {
  width: 100%;
}
.map-overview .placemarks-filter--map {
  width: 50%;
}
.map-overview .placemarks-filter--map .placemarks-filter__outOfCity {
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
}
.placemarks-filter-one {
  margin-bottom: 5px;
}
.placemarks-filter-one:last-child {
  margin-bottom: 0;
}
.placemarks-filter-one label {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
}
.placemarks-filter-one label .badge {
  margin-top: 5px;
}
.placemarks-filter-one input {
  display: none;
}
.placemarks-filter-one input:checked + label {
  background: #ffda4f;
  border-color: #ffda4f;
}
.placemarks-info {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
}
.placemarks-info__back {
  background: #ddd;
  padding: 10px 15px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.placemarks-info__back:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transform: rotate(45deg);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.placemarks-info-content {
  padding: 15px 15px 40px;
  line-height: 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.placemarks-info-content .selected-point__name {
  font-size: 16px;
}
.placemarks-info-content .placemarks-one__date {
  font-family: 'AvenirNext', sans-serif;
  margin-bottom: 10px;
}
.placemarks-info-content .selected-point__adress {
  font-size: 14px;
  margin-bottom: 10px;
}
.placemarks-info-content .selected-point__worktime {
  font-size: 12px;
  margin-bottom: 10px;
}
.placemarks-info-content .selected-point__phone {
  font-size: 12px;
  margin-bottom: 10px;
}
.placemarks-info-content .selected-point__descr {
  font-size: 12px;
  margin-bottom: 10px;
}
.placemarks-info-content .select-deliver-point {
  font-size: 14px;
}
.selected-point__descr {
  font-size: 12px;
  margin-bottom: 10px;
}
.pay-list {
  display: flex;
  flex-direction: column;
}
.pay-error {
  display: none;
}
.pay-one,
.pay-one--select {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 12px 10px;
  margin-bottom: -1px;
  color: #000;
  min-height: 72px;
  box-shadow: none;
  transition: border-color ease-out 0.2s, background-color ease-out 0.2s;
}
.pay-one.active,
.pay-one--select.active {
  border-color: #98d817;
  background: #f5fbe9;
  z-index: 2;
}
.pay-one.active .pay-one__radio,
.pay-one--select.active .pay-one__radio {
  border-color: #98d817;
  background: #98d817;
}
.pay-one.active .pay-one__radio:before,
.pay-one--select.active .pay-one__radio:before {
  opacity: 1;
}
.pay-one--empty {
  width: 100%;
  text-align: center;
  background: #e8e8e8;
}
.pay-one__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pay-one__header {
  display: flex;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.pay-one__radio {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
}
.pay-one__radio:before {
  content: '';
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}
.pay-one__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pay-one__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.pay-one__description {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
  color: #888;
}
.pay-discount-badge {
  margin-top: 5px;
}
.pay-one-icon {
  flex-shrink: 0;
  display: block;
  margin-top: 0;
  margin-left: 8px;
}
.pay-one-icon--cash {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -145px;
  width: 34px;
  height: 32px;
}
.pay-one-icon--visaMaster {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: 0px -56px;
  width: 100px;
  height: 40px;
}
.pay-one-icon--yandex {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -96px -202px;
  width: 82px;
  height: 20px;
}
.pay-one-icon--payLate {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -40px;
  width: 38px;
  height: 38px;
}
.pay-one-icon--bank {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -132px -96px;
  width: 48px;
  height: 37px;
}
.pay-one-icon--gpay {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -64px -96px;
  width: 68px;
  height: 45px;
}
.pay-one-icon--dolyami {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -86px -36px;
  width: 109px;
  height: 20px;
}
.pay-one-icon--sberSplit {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -165px -56px;
  width: 32px;
  height: 32px;
}
.pay-one-icon--wbPay {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px -111px;
  width: 34px;
  height: 34px;
}
.pay-one-icon--sbp {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -100px -56px;
  width: 65px;
  height: 33px;
}
.order-error {
  color: #ff3334;
  border: 2px solid #ff3334;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}
.pay-error {
  color: #ff3334;
  margin-bottom: 10px;
}
#kladr_autocomplete {
  position: static !important;
}
#kladr_autocomplete .autocomplete {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.geo-alert {
  padding: 20px 15px 0;
}
.delivery-info__region-hidden {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.cart-block > .order-title {
  padding: 0 15px;
}
.delivery-reasons {
  color: #ff3334;
  font-size: 12px;
  margin-bottom: 5px;
}
.analogs-carusel {
  overflow: hidden;
}
.analogs-carusel .views__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.analogs-carusel .swiper-slide {
  height: auto !important;
}
.analogs-carusel .carousel__item {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  height: 100%;
}
.analogs-carusel .catalog-item-wrapper {
  position: relative;
  padding-bottom: 36px;
  height: 100%;
}
.analogs-carusel .catalog-item {
  height: 100%;
}
.analogs-carusel .catalog-item__row {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.analogs-carusel .cart-add {
  position: absolute;
  bottom: -35px;
  width: 100%;
}
.analogs-carusel .swiper-button-prev,
.analogs-carusel .swiper-button-next {
  height: 78px;
  width: 40px;
  z-index: 100;
  opacity: 1;
  top: 100px;
}
.analogs-carusel .swiper-button-prev {
  background: url(/pic/mobile/arrows-half-round-back.png) no-repeat 50%;
  background-size: contain;
  left: -16px;
}
.analogs-carusel .swiper-button-next {
  background: url(/pic/mobile/arrows-half-round-next.png) no-repeat 50%;
  background-size: contain;
  right: -16px;
}
.order_price_alert {
  padding: 10px 15px;
  background: #e9e9e9;
  border: 1px solid #ccc;
  margin-top: 20px;
  font-size: 14px;
}
.phone-valid-bottom {
  width: 100%;
}
.phone-valid-message {
  width: 100%;
}
.phone-valid__resend-timer {
  margin-bottom: 15px;
}
.order-step-col__file.load:before {
  content: '';
  width: 6px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  right: 10px;
}
.order-step-col__file span {
  display: block;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.order-step-col__file input[type='file'] {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
.order-file-error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.order-step__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.order-step-col--4 {
  margin-bottom: 0;
}
.remove-reciever {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  background: none;
  color: #003777;
  line-height: 18px;
  cursor: pointer;
  border: none;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  text-decoration: underline;
  margin-left: 10px;
}
.update-map {
  display: none;
}
.multi_data {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  z-index: 20;
  padding: 5px;
  background: #fff;
  color: red;
  border: 1px solid red;
}
a.delivery-reasons.danger {
  background: url(/pic/ico_fire.png) no-repeat;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 5px;
  width: 20px;
  padding-left: 20px;
  text-indent: -99999px;
  text-decoration: none;
}
.ymaps-2-1-79-islets_serp-popup {
  display: none !important;
}
#map-autoservice {
  width: 50%;
  overflow: hidden;
}
.carByNumber {
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10px;
}
.carByNumber__model {
  font-weight: 700;
}
.carByNumber-bottom {
  font-size: 14px;
}
.carByNumber__year {
  opacity: 0.8;
}
.userCarConfirmed-box {
  display: flex;
  justify-content: space-between;
}
.order-step-col--5 {
  width: 49%;
}
.order-step-col--5 label {
  display: none;
}
.order-step-col--5:last-child {
  margin-left: 10px;
}
.carByNumber-reject {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #0095c7;
  background: #0095c7;
  color: #fff;
  padding: 5px 10px;
  line-height: 18px;
  width: 100%;
}
.carByNumber-confirm {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dddddd;
  background: #dddddd;
  color: #343434;
  padding: 5px 10px;
  line-height: 18px;
  width: 100%;
}
#checkout .param-modal__content {
  padding: 15px;
}
#checkout .param-modal__close {
  right: 20px;
}
.srteetAutocompleet {
  background: #fff;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  max-width: calc(100% - 30px);
}
.srteetAutocompleet li.ui-menu-item {
  color: #038ebd;
  padding: 0;
}
.srteetAutocompleet li.ui-menu-item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
  color: #038ebd;
}
.srteetAutocompleet li.ui-menu-item.active {
  background-color: #e9e9e9;
}
.srteetAutocompleet li.ui-menu-item .ui-menu-item-wrapper {
  padding: 0;
  border: none;
  padding: 8px 10px;
}
.srteetAutocompleet li.ui-menu-item .ui-state-active {
  margin: 0;
  background: none;
  color: #038ebd;
}
.srteetAutocompleet li + li {
  border-top: 1px solid #ededed;
}
.order-step-col--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-step-col--flex label {
  width: 100%;
  display: block;
}
.order-step-col input[name='promocode'] {
  width: calc(100% - 60px);
}
.order-step-col input[name='promocode'] + button {
  width: 50px;
}
.loading-button {
  height: 40px;
}
#call-notify {
  background: #ffe967;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.ul-data-alert {
  background: #fff0b5;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.show-pass {
  display: block;
  top: 27px;
  right: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
}
.show-pass:before {
  content: '';
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -265px 0px;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: scale(0.5);
  top: -1px;
  left: 0;
}
.remove-file {
  z-index: 10;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 0;
}
.remove-file::before {
  content: '';
  height: 14px;
  width: 2px;
  position: absolute;
  top: 8px;
  left: 14px;
  background: #fff;
  transform: rotate(45deg);
}
.remove-file::after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 8px;
  background: #fff;
  transform: rotate(45deg);
}
.order-step__checkbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.order-step__checkbox label {
  margin: 0 0 0 10px;
  font-size: 14px;
  cursor: pointer;
  line-height: 16px;
  max-width: 280px;
}
.order-step__checkbox input {
  width: 25px;
  height: 25px;
  margin-left: 0;
}
.order-form-group {
  margin-bottom: 10px;
}
.placemark_layout_container {
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 20px 20px 0px 20px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: -1;
}
.placemark_layout_container img {
  width: 100%;
}
.order-fast {
  display: flex;
  background: #F8FAFC;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  padding: 15px;
}
.order-fast p {
  font-size: 13px;
  margin: 0 0 8px;
  color: #2F354D;
  line-height: 16px;
}
.order-fast span {
  font-size: 13px;
  color: #7B8AA8;
}
.order-fast-content {
  text-align: left;
  width: 100%;
}
.order-fast-content h1 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
.order-fast-content h2 {
  font-size: 16px;
  margin: 0 0 15px;
}
.order-fast-content a {
  text-decoration: underline;
  font-size: 1rem;
  cursor: pointer;
}
.order-fast-content .btn {
  display: block;
  width: 100%;
  margin: 10px 0;
  height: 50px;
}
.order-fast-content .show-pass {
  top: 5px;
}
.input-form {
  position: relative;
  margin: 0 auto 15px;
}
.input-valid-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 24px;
  width: 24px;
  background: #29b200;
  border-radius: 50%;
}
.input-valid-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.input-form-error {
  text-align: left;
  color: #dc3545;
  padding-top: 5px;
}
.input-form--code {
  width: 120px;
}
.order-fast-back {
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .order-fast-back {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.order-box .phone-form-component__resend,
.order-box .phone-form-component__text {
  margin: 5px 0;
}
.order-box .phone-form-component__code .btn {
  width: 100%;
  margin-top: 10px;
}
.order-box .phone-form-component__confirm .btn {
  width: 100%;
  margin-top: 10px;
}
.pickup-button {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  width: calc(50% - 2.5px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}
.pickup-button.active {
  background: #f1c314;
}
.placemarks-filter--map {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
}
.placemarks-filter-open--map {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 5px;
  background: #0095c7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 15px;
}
.placemarks-filter-open--map:before {
  content: '';
  display: block;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -159px -255px;
  width: 18px;
  height: 18px;
}
.placemarks-filter-open--map.active:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: 11px;
  transform: rotate(-45deg);
}
.placemarks-filter-open--map.active:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: 11px;
  transform: rotate(45deg);
}
.placemarks-filter-open--map span {
  color: #fff;
  background: #d50000;
  position: absolute;
  top: -4px;
  right: -4px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
}
.open-map__selected {
  white-space: normal;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/checkout/responsive.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@media screen and (max-width: 365px) {
  .checkout-top {
    padding: 10px;
  }
  .cart_empty {
    padding: 0 10px;
  }
  .cart-one__photo {
    width: 55px;
  }
  .cart-one__photo a {
    width: 55px;
    height: 55px;
  }
  .cart-one__photo img {
    max-height: 55px;
    max-width: 55px;
  }
  .cart-item__link {
    font-size: 14px;
  }
  .cart-one-text__parameter {
    font-size: 14px;
  }
  .cart-one__params {
    font-size: 14px;
  }
  .cart-one__actual-price {
    font-size: 16px;
  }
  .cart-one-quant {
    width: 60%;
  }
  #checkout .old-cart,
  #delay .old-cart {
    font-size: 14px;
  }
  .cart-list-top span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .delete-all,
  .delete-all-delay,
  .delay-all,
  .undelay-all {
    font-size: 14px;
  }
  h1.cart-header {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cart-list-bottom__params {
    font-size: 14px;
  }
  .cart-list-bottom__summ {
    font-size: 16px;
  }
  .order-step__title {
    font-size: 16px;
  }
  .last-info-line {
    font-size: 14px;
  }
  .lastinfo-edit {
    font-size: 12px;
  }
  .order-step-col label {
    font-size: 14px;
  }
  .order-step-col input[type="text"],
  .order-step-col input[type="tel"],
  .order-step-col input[type="number"],
  .order-step-col input[type="password"] {
    font-size: 15px;
  }
  .delivery-info__region {
    font-size: 14px;
  }
  .delivery-one__title {
    font-size: 14px;
  }
  .open-map__selected,
  .open-map {
    font-size: 14px;
    line-height: 16px;
  }
  .map-select-one {
    font-size: 12px;
  }
  .placemarks-head__title {
    font-size: 14px;
    line-height: 16px;
  }
  .placemarks-one__address {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .placemarks-one__name {
    font-size: 12px;
  }
  .placemarks-one__date {
    font-size: 14px;
  }
  .phone-valid-submit {
    margin-top: 24px;
  }
  .phone-valid-submit__button,
  .phone-valid-confirm__button {
    height: 34px;
    font-size: 12px;
    top: 1px;
    position: relative;
  }
  .phone-valid__label,
  .phone-valid__label__error {
    font-size: 12px;
  }
  .phone-valid-confirm {
    margin-top: 24px;
  }
  .order-step-col.confirmed:before {
    top: 35px;
  }
  .remove-reciever {
    font-size: 14px;
  }
}
@media screen and (min-width: 580px) {
  .placemarks-head__title br {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .map-overlay {
    height: calc(100vh - 30px);
  }
  #map {
    height: calc(100vh - 145px);
  }
  .placemarks-panel {
    height: calc(100vh - 145px);
  }
  .placemarks-head__points {
    display: none;
  }
  .placemarks-head__title {
    margin-bottom: 0;
  }
  .placemarks-filter-list {
    height: calc(100vh - 230px);
    overflow: auto;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/vin-requests/vin-requests.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.vin-requests {
  padding: 20px 0 0;
}
.vin-requests-title {
  display: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 15px;
}
.request-selectCar {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 15px;
}
.request-selectCar--form {
  padding: 0 15px;
}
.select-car {
  border-bottom: 1px solid #e7e7e7;
}
.select-byVin {
  margin-bottom: 15px;
}
.select-byVin__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.select-byVin__input {
  margin-bottom: 10px;
  position: relative;
  padding-top: 10px;
}
.select-byVin__input.valid:before {
  content: '';
  height: 6px;
  width: 10px;
  border-left: 3px solid #42c017;
  border-bottom: 3px solid #42c017;
  transform: rotate(-45deg);
  position: absolute;
  top: 48px;
  right: 10px;
}
.select-byVin__input .error {
  color: #ff3334;
  font-size: 12px;
  padding-top: 5px;
}
.select-byVin__descr {
  font-size: 12px;
  text-align: center;
}
.select-byParams--guests {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.select-byParams {
  margin-bottom: 10px;
}
.select-byParams .btn {
  width: 100%;
}
.select-byParams__descr {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.select-byParams__button {
  border: none;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #0095c7;
  padding: 8px 0;
  height: 50px;
  border-radius: 25px;
  outline: none;
  margin-bottom: 10px;
}
.select-byParams__descr--bottom {
  font-size: 12px;
  text-align: center;
}
.select-fromGarage {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #0095c7;
  margin-bottom: 15px;
  text-decoration: underline;
}
.request-selectCar__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 15px;
}
.garage-cars-one {
  padding: 15px;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 0.25rem;
}
.garage-cars-one.active {
  border: 1px solid #0095c7;
}
.garage-cars-one.active .garage-cars-one__check {
  background: #0095c7;
}
.garage-cars-block {
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.garage-cars-one__check {
  height: 30px;
  width: 30px;
  background: #c7c7c7;
  position: relative;
  border-radius: 5px;
  margin-right: 10px;
}
.garage-cars-one__check:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 6px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 5px;
  left: 11px;
  transform: rotate(45deg);
}
.garage-cars-one__img {
  display: none;
}
.garage-cars-one__descr {
  width: calc(100% - 50px);
}
.garage-cars-one__descr b,
.garage-cars-one__descr span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.garage-cars-one__delete {
  cursor: pointer;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.garage-cars-one__delete:before {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 4px;
  background: #ff3334;
  transform: rotate(45deg);
}
.garage-cars-one__delete:after {
  content: '';
  height: 18px;
  width: 2px;
  position: absolute;
  top: 3px;
  left: 12px;
  background: #ff3334;
  transform: rotate(45deg);
}
.garage-cars-new {
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.25rem;
}
.select-parts {
  padding: 20px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.select-parts .error {
  font-size: 12px;
  font-style: normal;
  color: #ff3334;
  padding-top: 5px;
}
.select-parts__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.select-parts-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.select-parts-add__input {
  width: calc(100% - 28px);
}
.select-parts-add__button {
  width: 42px;
  margin-left: 10px;
  position: relative;
}
.select-parts-add__button button {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 20px;
  background: #0095c7;
  color: transparent;
  outline: none;
  cursor: pointer;
  text-indent: 1000px;
}
.select-parts-add__button button:before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 14px;
}
.select-parts-add__button button:after {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 20px;
  left: 14px;
}
.select-parts-add__button button:disabled,
.select-parts-add__button button[disabled] {
  background: #ddd;
}
.select-parts-add__button button:disabled {
  border-top: 1px solid #dedede;
  background: #dedede;
  cursor: not-allowed;
}
.select-parts-tips {
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.select-parts-tip {
  margin: 0;
  padding: 8px 5px;
  border-bottom: 1px solid #ededed;
}
.parts-list-one {
  padding: 10px 25px 10px 0;
  position: relative;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.parts-list-one__remove {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
.parts-list-one__remove:before {
  content: '';
  height: 14px;
  width: 2px;
  position: absolute;
  top: 10px;
  left: 8px;
  background: #ff3334;
  transform: rotate(45deg);
}
.parts-list-one__remove:after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 2px;
  background: #ff3334;
  transform: rotate(45deg);
}
.request-user {
  padding: 0 15px;
}
.request-user .phone-form-component__resend,
.request-user .phone-form-component__text {
  margin: 5px 0;
}
.request-user .phone-form-component__code .btn {
  width: 100%;
  margin-top: 10px;
}
.request-user .phone-form-component__confirm .btn {
  width: 100%;
  margin-top: 10px;
}
.request-list-title__block {
  display: none;
}
.request-user-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.request-user-col label em {
  font-style: normal;
  color: #ff3334;
}
.request-user-col .error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.request-user-col.confirmed:before {
  content: '';
  width: 12px;
  height: 6px;
  border-left: 3px solid #42c017;
  border-bottom: 3px solid #42c017;
  transform: rotate(-45deg);
  position: absolute;
  top: 40px;
  right: 10px;
}
.confirm-error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.login-form .login-bypass {
  display: block;
  padding: 0 15px 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.login-form-alert {
  padding: 10px 15px;
  text-align: center;
}
.login-form-alert a {
  text-decoration: underline;
}
#vin-requests .user-login {
  top: 0;
}
.phone-valid-top {
  font-size: 16px;
}
#vin-requests .phone-valid-confirm {
  margin-top: 26px;
}
#vin-requests .phone-valid-confirm__button {
  top: 0;
}
#vin-requests .phone-valid-submit {
  margin-top: 26px;
}
.select-parts-add__textarea textarea {
  resize: vertical;
}
.select-parts--analog {
  padding: 20px 15px;
}
.select-parts-add__checkbox {
  display: flex;
  align-items: center;
}
.select-parts-add__checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  left: -10000px;
}
.select-parts-add__checkbox input:checked + label::after {
  content: '';
  width: 9px;
  height: 5px;
  border-left: 2px solid #0095c7;
  border-bottom: 2px solid #0095c7;
  position: absolute;
  top: 11px;
  left: 6px;
  transform: rotate(-45deg);
}
.select-parts-add__checkbox label {
  width: auto;
  max-width: 280px;
  padding-left: 40px;
  margin-bottom: 0;
  line-height: 18px;
  position: relative;
}
.select-parts-add__checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: absolute;
  top: 6px;
  left: 0;
}
.select-parts-add__info {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  background: #0095c7;
  color: #fff;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  border-radius: 16px;
  vertical-align: middle;
}
.select-parts-add__info_text {
  display: none;
  position: absolute;
  background: #e7e7e7;
  color: #000;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  top: 30px;
  right: 0;
  width: 150px;
  padding: 5px;
  text-align: left;
  z-index: 1;
}
.vin-request-bottom {
  padding: 0 15px 20px;
}
.vin-request-bottom button {
  width: 100%;
  margin-bottom: 10px;
}
.request-policy {
  font-size: 12px;
  line-height: 16px;
}
.garage-cars-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.garage-cars-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
.garage-cars-modal__content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 15px;
  position: absolute;
}
.garage-cars-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.garage-cars-modal__close:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.garage-cars-modal__close:after {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.garage-cars-modal__content-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.garage-cars-modal__delete {
  border: none;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #0095c7;
  padding: 15px 0;
  height: 50px;
  border-radius: 25px;
  outline: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.isBlock {
  display: none;
}
.isBlock .request-list-title__block {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
  margin: 20px 0;
  text-align: center;
}
.isBlock .vin-request-block {
  border-top: 1px solid #ddd;
}
.isBlock .request-list-title {
  display: none;
}
.vin-request-success {
  padding: 0 15px;
}
.vin-request-success__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.vin-request-success__reload {
  border: none;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #0095c7;
  padding: 8px 0;
  height: 50px;
  border-radius: 25px;
  outline: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 340px) {
  .select-parts-add__checkbox label {
    max-width: 265px;
  }
}
.select-parts-update {
  display: none;
}
.vin-request-form {
  display: none;
}
.request-selectCar-or {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#empty-result {
  overflow: hidden;
}
.empty-result {
  padding: 0 15px;
}
.empty-result-left {
  padding: 10px 15px;
  background: #f4faff;
  border: 1px solid #b9ccdb;
  margin-bottom: 20px;
}
.empty-result-title {
  font-weight: 700;
}
.header-left-one {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.header-icon__phone {
  width: 32px;
  height: 32px;
  background: #0095c7;
  border-radius: 16px;
  padding: 4px 0 0 4px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
.header-icon__phone img {
  width: 16px;
  position: relative;
  top: 1px;
  left: 2px;
}
.header-left-one a.global-phone {
  font-size: 21px;
  font-weight: 700;
  color: #231f20;
  text-decoration: none;
}
.header-icon__max,
.header-icon__telegram {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  flex-shrink: 0;
}
.header-left-one-link {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.empty-result-right {
  background: #00a2d7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}
.empty-result-right:before {
  content: '';
  display: block;
  height: 96px;
  width: 73px;
  background: url(/pic/operator-icon.png);
  background-position: center;
  position: relative;
  top: 10px;
}
.vin-requests--mobile .empty-result {
  padding-top: 20px;
}
.vehicle-type-one {
  padding: 10px;
  border: 1px solid #ddd;
}
.vehicle-type-one.active {
  font-weight: bold;
}
.car-add-list_items {
  padding: 10px;
  overflow-x: scroll;
}
.car-add-list__type_fuel {
  display: inline-block;
}
.car-add__type_fuel_name {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0095c7;
  border-bottom: 1px dashed #0095c7;
  cursor: pointer;
  text-transform: uppercase;
}
.car-add__type_fuel_name.open {
  border-bottom: none;
  color: #ddd;
}
.car-add-modification__name {
  font-size: 9pt;
  color: #0095c7;
  text-decoration: underline;
}
.car-add__modification_list {
  width: 100%;
  margin-top: 10px;
}
.car-add__modification_list th {
  background: #e4e4e4;
  padding: 10px 10px;
  border-left: 1px solid #fff;
}
.car-add__modification_list td {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.car-add-one,
.car-add-one--type {
  background: url(/pic/mobile/arrow-black-small.png) no-repeat right 15px top 50%;
  background-size: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 32px 15px 16px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.car-add-one img {
  width: 50px;
  padding-right: 5px;
  vertical-align: middle;
}
.car-add-one .add {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.car-model-list {
  display: none;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/vin-request-list/vin-request-list.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.request-top {
  margin-bottom: 20px;
  display: none;
  padding: 0 15px;
}
.request-list-title {
  color: #0095c7;
  font-size: 16px;
  border-bottom: 1px dashed #0095c7;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}
.request-list-title.active {
  border-bottom: none;
  color: #343434;
}
.request-block {
  display: none;
}
.request-block.active {
  display: block;
}
.request-list-block {
  padding: 10px 15px;
  border-bottom: 1px solid #f3f3f3;
}
.request-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.request-list-one__col {
  width: 100%;
  font-size: 12px;
}
.grid-col-1 {
  width: 50%;
  margin-bottom: 10px;
}
.grid-col-2 {
  width: 50%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.grid-col-3 {
  width: 50%;
  margin-bottom: 10px;
}
.grid-col-4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.grid-col-5 {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0.25rem;
}
.request-list-parts__title {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px;
  position: relative;
}
.request-list-parts__title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5d5d5d;
  border-bottom: 2px solid #5d5d5d;
  transform: rotate(45deg);
  top: 12px;
  right: 10px;
}
.request-list-parts__title.active {
  border-bottom: 1px solid #ddd;
}
.request-list-parts__title.active:before {
  transform: rotate(-135deg);
  top: 16px;
}
.request-list-parts__one--HasComments {
  display: inline-block;
  padding: 2px 5px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #dedede;
  position: relative;
}
.request-list-parts__one--HasComments:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #dddddd transparent transparent;
  position: absolute;
  top: 4px;
  left: -9px;
}
.request-list-parts__one--HasComments:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 7px 3.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 4px;
  left: -7px;
}
.request-list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}
.request-list-grid:last-child {
  border-bottom: none;
}
.request-list-parts__one {
  width: 33%;
  padding-left: 5px;
  word-wrap: break-word;
  text-transform: none;
}
.request-list-parts__one span {
  display: block;
  color: #bfbfbf;
  font-size: 11px;
  width: 90px;
}
.request-list-parts__name {
  width: 33%;
  padding-right: 5px;
  word-wrap: break-word;
}
.request-list-parts__name--half {
  width: 50%;
}
.request-list-parts__one--inProgress {
  display: inline-block;
  padding: 2px 5px;
  background: #0095c7;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.request-list-parts__one--new {
  display: inline-block;
  padding: 2px 5px;
  background: #98d817;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.request-list-parts__one--ready {
  display: inline-block;
  padding: 2px 5px;
  background: #ff6600;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.request-list-parts__one--no {
  display: inline-block;
  padding: 2px 5px;
  background: #ff3334;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.request-list-comments__list {
  margin-top: 8px;
}
.vin-request-comments__comment {
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 8px;
  position: relative;
  word-wrap: break-word;
}
.vin-request-comments__comment span {
  display: block;
  margin-bottom: 5px;
}
.vin-request-comments__comment.left {
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.vin-request-comments__comment.left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #dddddd;
  position: absolute;
  top: 10px;
  left: 100%;
}
.vin-request-comments__comment.right {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.vin-request-comments__comment.right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #dddddd transparent transparent;
  position: absolute;
  top: 10px;
  right: 100%;
}
.vin-request-comments__comment.right:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 11px;
  left: -8px;
}
.request-list-comment__one--last {
  margin-top: 8px;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 8px;
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 5px;
  word-wrap: break-word;
}
.request-list-comment__one--last:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #dddddd;
  position: absolute;
  top: 10px;
  left: 100%;
}
.request-list-comment__one--last span {
  display: block;
  margin-bottom: 10px;
}
.vin-request-comments-user {
  font-weight: 700;
  margin-bottom: 5px;
}
.vin-request-comments__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vin-request-comments__text {
  width: calc(100% - 50px);
}
.vin-request-comments__btn .btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 10px;
  border: none;
  background: #0095c7;
  color: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
}
.vin-request-comments__btn .btn:before {
  content: "";
  position: absolute;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -195px -255px;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 11px;
}
.vin-request-comments__error {
  font-size: 12px;
  color: #ff3334;
  margin-top: 5px;
}
.request-list-comments__hide {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin: 5px 10px 0;
}
.request-pagination-list {
  margin: 0;
  padding: 0;
}
.request-pagination {
  text-align: center;
  margin: 20px 0;
  list-style: none;
}
.request-pagination li {
  display: inline-block;
}
.request-pagination a {
  outline: none;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
}
.request-pagination .disabled a {
  color: #ddd;
}
.request-pagination-one {
  display: inline-block;
  margin: 0;
  color: #004a85;
  cursor: pointer;
}
.request-pagination-one.active a {
  color: #bfbfbf;
  text-decoration: none;
}
@media (max-width: 360px) {
  .request-list-one__col {
    font-size: 11px;
  }
  .request-list-parts__one--HasComments {
    font-size: 11px;
  }
  .request-list-parts__name {
    font-size: 11px;
  }
  .request-list-parts__one {
    font-size: 11px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/laximo-catalog/laximo-catalog.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.catalog-nav__link--no-icon {
  padding-left: 20px !important;
}
.catalog-nav__link.found {
  background: #fff0b5 !important;
}
.level-3 .level-3 .catalog-nav__link {
  padding-left: 110px;
}
.level-3 .level-3 .catalog-nav__link::before {
  left: 80px !important;
}
.filterBy {
  border-bottom: 1px solid #474747;
}
.filterBy .category-one-child {
  display: block;
}
.catalog-type-title {
  padding: 15px 15px 10px;
}
.catalog-type {
  display: flex;
  justify-content: space-between;
  padding: 15px 16px 15px 16px;
}
.catalog-type-one {
  background: #f3f3f3;
  padding: 6px 5px;
  width: 48%;
  text-align: center;
  font-size: 16px;
}
.catalog-type-one.active {
  background: #0095c7;
  color: #fff;
}
.category-filter {
  padding: 0px 15px 15px 15px;
}
.category-filter input {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 10px;
}
.category-filter--noFound {
  padding: 0px 15px 0px;
}
.model-info-showParam {
  border-bottom: 1px dashed #004a85;
  display: inline-block;
  color: #004a85 !important;
}
.catalog-nav-content.hidden {
  display: none;
}
@media (max-width: 360px) {
  .catalog-type-one {
    font-size: 14px;
  }
}
.acat-empty {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.category-one-count {
  display: none;
}
.vin-search *,
.laximo-wizard * {
  box-sizing: border-box;
}
.laximo-wizard__remove {
  background-image: url(/pic/laximosearch/remove.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 19px;
  background-color: transparent;
}
.laximo-wizard__remove:focus,
.laximo-wizard__remove:hover {
  background-image: url(/pic/laximosearch/remove.png);
}
.vin-search {
  margin-bottom: 20px;
}
.vin-search-form {
  margin-bottom: 20px;
  align-items: flex-start;
}
.vin-search__input {
  width: 100%;
  min-width: 280px;
}
@media (max-width: 420px) {
  .vin-search__input {
    min-width: 200px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/related-group/related-group.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.cart-modal__notification.related--mobile {
  padding: 0 15px;
  background-color: #f3f3f3;
}
.cart-modal__notification {
  padding: 0px 15px;
  line-height: 25px;
}
.cart-modal__notification__info {
  display: inline-block;
  background-color: #f8aa37;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.notification_whats_app {
  border-radius: 3px;
  background: #e1efd0 url(/pic/whatsapp-color.png) no-repeat 5px;
  padding: 3px 3px 3px 32px;
  display: inline-block;
  background-size: 24px;
}
.related-goods-update,
.related-goods-cartUrl {
  display: none;
}
.related-goods {
  display: none;
}
.catalog-item__bottom {
  display: flex;
  justify-content: flex-end;
}
.catalog-item__bottom .cart-add-item,
.catalog-item__bottom .cart-add__disabled {
  width: 35%;
  padding: 8px 0;
  height: 36px;
}
.catalog-item__price--related {
  margin: 10px 0;
}
.related-category-one {
  max-width: 150px;
  width: auto;
  color: #004a85;
  font-size: 14px;
  padding-bottom: 2px;
  margin-right: 15px;
}
.related-category-one span {
  border-bottom: 1px dashed #004a85;
}
.related-category-one.active {
  color: #343434;
}
.related-category-one.active span {
  border-bottom: none;
  padding: 0 5px;
  display: inline-block;
  background: #ffd43f;
}
.related-one-more {
  line-height: 14px;
  color: #004a85;
  font-size: 12px;
  padding-top: 15px;
}
.related-one-more__top {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #004a85;
}
.related-one-more__bottom {
  display: inline-block;
  max-width: 100%;
  border-bottom: 1px dashed #004a85;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}
.related-one.catalog__item {
  padding: 0;
  border-bottom: none;
}
.catalog__item.swiper-slide,
.related-one.swiper-slide {
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
}
.cart-related-modal .related-categories > .related-one {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.related-category-menu-box {
  margin-bottom: 15px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}
.related-category-menu-box::-webkit-scrollbar {
  display: none;
}
.related-category-menu {
  display: flex;
}
.related-slider {
  overflow: hidden;
  padding: 0 15px 15px !important;
}
.related-slider .swiper-button-next {
  position: absolute;
  height: 78px;
  width: 40px;
  z-index: 100;
  opacity: 1;
  top: 115px;
  margin-top: 0;
  cursor: pointer;
  background: url(/pic/mobile/arrows-half-round-next.png) no-repeat 50%;
  background-size: contain;
  right: -16px;
}
.related-slider .swiper-button-prev {
  position: absolute;
  height: 78px;
  width: 40px;
  z-index: 100;
  opacity: 1;
  top: 115px;
  margin-top: 0;
  cursor: pointer;
  background: url(/pic/mobile/arrows-half-round-back.png) no-repeat 50%;
  background-size: contain;
  left: -16px;
}
.related-slider .swiper-button-disabled {
  display: none;
}
.swiper-pagination {
  position: relative;
  bottom: 0px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #C4C4C4;
  border: none;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  margin: 0 4px;
}
.swiper-pagination-bullet-active {
  background: #0095C7;
}
.cart-related-modal .related-goods {
  display: flex;
  flex-direction: column;
  max-height: calc(65vh - 100px);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  padding: 30px 20px;
  z-index: 10000;
  display: none;
}
.relatedModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  max-height: 85vh;
  width: 100%;
}
.relatedModal .cart-related {
  overflow-y: hidden;
}
.relatedModal .related--mobile {
  padding: 0;
}
.relatedModal .related-scroll {
  padding: 0 15px;
  overflow-y: auto;
}
.relatedModal .related-goods-top {
  padding: 0 15px;
}
.relatedModal .modal-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 40px;
  height: 40px;
  background: url(/pic/mobile/cross.png) no-repeat 50%;
  z-index: 10;
}
.notification-show .related-goods {
  max-height: calc(85vh - 240px);
}
.relatedModal .main__row_color_light {
  height: auto;
  overflow: auto;
}
.relatedModal-title {
  font-size: 16px;
  padding: 0 15px;
  margin: 11px 0;
}
.relatedModal-toCart {
  width: 60%;
  text-decoration: none;
  text-align: center;
  border: none;
  display: block;
  color: #343434;
  font-family: AvenirNext, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #ffe967;
  background: -moz-linear-gradient(top, #ffe967 0, #ffb300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe967), color-stop(100%, #ffb300));
  background: -webkit-linear-gradient(top, #ffe967 0, #ffb300 100%);
  background: -o-linear-gradient(top, #ffe967 0, #ffb300 100%);
  background: -ms-linear-gradient(top, #ffe967 0, #ffb300 100%);
  background: linear-gradient(to bottom, #ffe967 0, #ffb300 100%);
  padding: 8px 0;
  height: 36px;
  -webkit-transition: background 0.2s 0s linear;
  -moz-transition: background 0.2s 0s linear;
  -ms-transition: background 0.2s 0s linear;
  -o-transition: background 0.2s 0s linear;
  transition: background 0.2s 0s linear;
}
.relatedModal-close {
  width: 40%;
  text-align: center;
  text-decoration: underline;
  color: #004a85;
}
.relatedModal-bottom {
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-none {
  text-align: center;
  padding: 50px 10px;
  width: 100%;
}
.flex-center {
  display: flex !important;
  align-items: center;
}
.flex-center .relatedModal {
  margin: 20px 0 50px;
}
@media (min-width: 768px) {
  .related--mobile {
    padding: 0 5px;
  }
  .related-goods-title {
    padding: 10px 10px;
  }
  .related-category-menu-box {
    padding: 0 10px;
  }
  .related-scroll .related-categories,
  .cart-related-modal .related-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-related-modal .related-categories > .related-one,
  .cart-related-modal .related-list > .related-one {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .related--slider {
    padding: 0 15px 15px;
  }
  .related-one.catalog__item {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .cart-related-modal .related-goods {
    max-height: calc(65vh - 100px);
  }
}
@media (max-height: 700px) {
  .cart-related-modal .related-goods {
    max-height: 265px;
  }
}
@media (max-width: 360px) {
  .relatedModal-title {
    font-size: 14px;
  }
  .related-one .catalog-item__title-link a {
    font-size: 14px;
  }
  .related-goods-title {
    font-size: 16px;
  }
  .related-one.catalog__item .catalog-item__bottom {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
  .related-one.catalog__item {
    min-height: 270px;
  }
  .related-one-more {
    line-height: 12px;
    font-size: 10px;
    width: 55%;
    bottom: 12px;
  }
  .catalog-item__bottom .cart-add-item {
    font-size: 14px;
  }
  .related-category-one {
    font-size: 11px;
  }
  .modal-overlay {
    padding: 10px 10px;
  }
  .relatedModal-bottom {
    padding: 10px 15px;
  }
  .cart-related-modal .related-goods {
    max-height: calc(85vh - 250px);
  }
  .notification-show .related-goods {
    max-height: calc(85vh - 180px);
  }
  .relatedModal-toCart {
    height: 30px;
    font-size: 14px;
  }
  .notification-show .cart-modal__notification__text {
    font-size: 12px;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  .relatedModal {
    max-height: 95vh;
  }
  .related-category-one {
    font-size: 11px;
  }
  .relatedModal .related-list {
    height: calc(95vh - 215px);
  }
  .modal-overlay {
    padding: 15px 10px;
  }
  .relatedModal-bottom {
    padding: 10px;
  }
  .relatedModal-toCart {
    height: 30px;
    font-size: 14px;
  }
  .relatedModal-title {
    font-size: 14px;
  }
  .related-one .catalog-item__title-link a,
  .related-one .catalog-item__title {
    font-size: 14px;
  }
  .related-categories.related-one,
  .related-one.catalog__item {
    padding: 10px;
    min-height: 270px;
  }
  .related-one.catalog__item .catalog-item__bottom {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
  .related-one-more {
    line-height: 12px;
    font-size: 10px;
    width: 55%;
    bottom: 12px;
  }
  .catalog-item__bottom .cart-add-item {
    font-size: 14px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/autoservice/autoservice.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.autoservice-all {
  color: #004a85;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.address__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.address-item__row {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #343434;
}
.autoservice-list .tabs {
  overflow: hidden;
}
.tabs__list {
  display: flex;
  width: 200%;
}
.tabs__list.show-list {
  transform: translateX(-50%);
}
.tabs__item {
  width: 50%;
  overflow: hidden;
}
.tabs__controls {
  background-color: white;
  border: 1px solid #004a85;
  font-size: 0;
  margin-bottom: 20px;
}
.tabs__controls-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 6px 0;
  text-align: center;
  color: #004a85;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 22px;
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.tabs__controls-item.active {
  background-color: #004a85;
  box-shadow: 1px 0 0 #003661, inset 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  color: white;
}
.main__container_bottom_0 {
  padding-bottom: 0;
}
.address-list {
  margin: 0 16px;
}
.address-item {
  margin-bottom: 30px;
}
.address-item .rating {
  margin-bottom: 10px;
  display: block;
}
.address-item .maps-show {
  color: #f60;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed #f60;
  text-decoration: none;
}
.address-item__title {
  font-size: 16px;
  margin-bottom: 10px;
}
.address-item__title a {
  text-decoration: none;
}
.address-item__descr {
  font-size: 14px;
  margin-bottom: 10px;
}
.address-item__descr a {
  font-weight: 700;
}
.autoservice-all {
  margin-bottom: 20px;
  display: inline-block;
}
.autoservice_order_parts {
  margin-bottom: 20px;
}
#autoservice-map * {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
}
.review-list-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.review-add {
  background: #0095c7;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
.review-list-one {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.review-modal {
  box-sizing: border-box;
  display: none;
}
.review-modal em.error {
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.review-modal input.error {
  border-color: #ff3334;
}
.review-modal #agreement-error {
  position: absolute;
  top: 35px;
  left: 0px;
}
.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  padding: 15px;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
@media (max-height: 400px) and (orientation: landscape) {
  .review-modal-overlay {
    display: block;
  }
}
.review-modal-body {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
.review-modal-close {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.review-modal-close:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 12px;
  left: 8px;
  transform: rotate(-45deg);
}
.review-modal-close:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 12px;
  left: 8px;
  transform: rotate(45deg);
}
.review-modal-box {
  padding: 20px;
}
.review-modal-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.review-modal-rating {
  margin-bottom: 10px;
}
.review-rating__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.review-rating-stars {
  display: inline-block;
  vertical-align: middle;
}
.review-rating-star {
  width: 28px;
  height: 28px;
  margin-right: 2px;
  display: inline-block;
  background-position: 0 0;
  background-image: url(/pic/rating-star.png);
}
.review-rating-star--active {
  background-position-y: 27px;
}
.review-rating-label {
  display: inline-block;
  margin-right: 10px;
  color: #757575;
}
.review-modal-name {
  margin-bottom: 10px;
}
.review-modal-name input {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 36px;
  padding: 0 5px;
  border: 1px solid #ddd;
  outline: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'AvenirNext', 'Arial', sans-serif;
}
.review-modal-name__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.review-modal-text {
  margin-bottom: 10px;
}
.review-modal-text textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 60px;
  padding: 5px;
  border: 1px solid #ddd;
}
.review-modal-agreement {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-modal-agreement input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: -10000px;
}
.review-modal-agreement input:checked + label::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #0095c7;
  border-bottom: 2px solid #0095c7;
  position: absolute;
  top: 11px;
  left: 6px;
  transform: rotate(-45deg);
}
.review-modal-agreement label {
  width: auto;
  max-width: 280px;
  padding-left: 40px;
  margin-bottom: 0;
  line-height: 18px;
  position: relative;
}
.review-modal-agreement label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: absolute;
  top: 6px;
  left: 0;
}
.review-modal-agreement em.agreement-error {
  position: absolute;
  top: 35px;
  left: 0px;
  color: #ff3334;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
}
.review-modal-dispatch--button {
  border: none;
  display: block;
  width: 100%;
  color: #343434;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #ffe967;
  background: -moz-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe967), color-stop(100%, #ffb300));
  background: -webkit-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -o-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: -ms-linear-gradient(top, #ffe967 0%, #ffb300 100%);
  background: linear-gradient(to bottom, #ffe967 0%, #ffb300 100%);
  padding: 8px 0;
  height: 36px;
  outline: none;
}
.review-sended--title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.review-list-one__name {
  font-weight: 700;
}
.balloon__content h1 {
  font-size: 16px;
  padding: 0;
  margin-bottom: 5px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/news-list/news-list.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
#news-list .articles-list__title,
#news-item .articles-list__title {
  font-family: AvenirNext, Tahoma, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}
#news-list .news-item,
#news-item .news-item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  padding: 15px 0;
}
#news-list .articles-list__item:last-child,
#news-item .articles-list__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  #news-list .news-item,
  #news-item .news-item {
    width: 48%;
    border-bottom: none;
  }
  #news-list .articles-list__list,
  #news-item .articles-list__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/news-item/news-item.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.news {
  display: block;
  margin-bottom: 25px;
}
#news-item .news__title {
  margin-bottom: 5px;
  color: #262626;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  padding: 0;
}
.news__date {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 15px;
}
.news__img {
  display: block;
  width: 100%;
}
.news__img-wrapper {
  display: block;
  margin: 0 -15px 20px;
}
.news__detail h1 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
}
.news__detail h2 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 10px;
}
.news__detail h3 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
.news__detail ul {
  list-style-position: inside;
  list-style-type: disc;
}
.news__detail ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.news__detail li {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.news__detail p {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.news__detail p b,
.news__detail p strong {
  font-weight: 700;
}
.news__detail p i,
.news__detail p em {
  font-style: italic;
}
.news__detail a {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #004a85;
  text-decoration: underline;
}
.news__detail {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #343434;
}
.news__detail:not(.news__preview),
.news__detail table {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.news__detail .table {
  display: block;
  overflow-x: auto;
}
.news__detail .table td {
  padding: 7px 10px;
  color: #4a4235;
  border: 1px solid #eeeeee;
}
.news__detail .table th {
  text-align: left;
  background: #007fa8;
  color: #fff;
  padding: 10px;
}
.article__title {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.article__date {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
}
.article__img {
  display: block;
  width: 100%;
}
.article__img-wrapper {
  display: block;
  margin: 0 -16px 50px;
}
.article__content .crop {
  margin-bottom: 30px;
}
.article__content .crop__container {
  height: 100px;
}
.article__content h1 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px;
}
.article__content h2 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 10px;
}
.article__content h3 {
  color: #343434;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}
.article__content ul {
  list-style-position: inside;
  list-style-type: disc;
  padding: 0;
  margin: 0;
}
.article__content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.article__content li {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.article__content p {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.article__content p b,
.article__content p strong {
  font-weight: 700;
}
.article__content p i,
.article__content p em {
  font-style: italic;
}
.articles-list__list .articles-list__item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}
.articles-list__title {
  font-family: AvenirNext, Tahoma, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
}
.articles-list__item:last-child {
  border-bottom: 0;
}
.article-item__col {
  display: inline-block;
  vertical-align: top;
}
.article-item__col_side_left {
  width: 33.33333333%;
}
.article-item__col_side_right {
  width: 66.66666667%;
  padding-left: 15px;
}
.article-item__date {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.article-item__link {
  color: #004a85;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
.article-item__img {
  display: block;
  width: 100%;
}
.article-item__img-wrapper {
  display: block;
}
#news-item .views.main__row_color_light {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
#news-item .views-carousel {
  margin: 0 0 20px;
}
#news-item .views__btn-wrapper {
  margin: 0 15px;
}
#news-item .review__more {
  display: inline-block;
  margin-bottom: 10px;
}
.ytplayer {
  width: 100%;
  height: 240px;
}
.views-product__title-wrapper {
  text-align: left !important;
}
@media (min-width: 340px) {
  .article__content div:not(.views, .views-carousel__item, .views-carousel, .views__btn-wrapper) {
    float: none !important;
    margin: 0 !important;
  }
  .article__content img {
    max-width: 100%;
  }
}
@media (max-width: 339px) {
  .article__content img {
    width: auto;
    max-width: 290px;
  }
  div.views-product {
    padding: 15px 10px;
  }
  .views-product__img {
    width: 100%;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/address/address.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.ymap-container {
  width: 100%;
  height: 100%;
}
#address-list {
  padding: 20px 0 0;
}
#address-list .address__title {
  padding: 0 15px;
}
#address-list .tabs__controls {
  margin: 0 15px 20px;
}
#address-list .address__list {
  overflow-y: auto;
  max-height: 505px;
  padding: 0 15px;
}
#address-list .tabs {
  overflow: hidden;
}
.phone-line .phone {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  font-weight: 700;
  width: 150px;
}
.phone-line .phone-comment {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.address-item__link {
  font-family: AvenirNext, Tahoma, sans-serif;
  line-height: 20px;
  color: #004a85;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.address-item__row {
  margin-bottom: 10px;
}
.address-item__row p {
  text-align: justify;
}
.address-item__row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-item__row li {
  margin-bottom: 0;
}
.address-item__phone {
  padding-left: 5px;
  font-family: AvenirNext, Tahoma, sans-serif;
  line-height: 20px;
  color: #004a85;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  display: table-row;
}
.all-shops {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #address-list .address__list {
    max-height: 385px;
  }
}
@media (min-width: 640px) {
  .address__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .address-item {
    width: 48%;
  }
}
.delivery-index .accordeon {
  padding-top: 5px;
}
.delivery-index .region-link {
  font-size: 16px;
  font-weight: normal;
}
.delivery-index h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.delivery-index .delivery__item-info {
  font-size: 14px;
}
.delivery-index .delivery__item-info {
  text-align: justify;
  padding: 5px 0;
}
.delivery-index .delivery__item-info img {
  margin: 10px auto !important;
  width: 70% !important;
  max-width: 179px;
  float: none !important;
  display: block;
}
.delivery-item .accordeon-item__content {
  padding: 16px;
}
.delivery-item .accordeon-item__content .star-rating .filled,
.delivery-item .accordeon-item__content .star-rating.empty {
  vertical-align: top;
}
.delivery__item-info ul {
  padding-left: 20px;
}
.delivery__item-info b {
  margin-bottom: 10px;
}
.delivery__item-info .alert-wrapper {
  font-size: 12px;
}
.delivery__item-info-name {
  font-weight: 700;
}
.placemark_layout {
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  border-radius: 20px 20px 0px 20px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: -1;
}
.placemark_layout img {
  width: 100%;
}
.address-landing {
  background: #fff;
  padding: 0 15px;
}
.address-landing h1 {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.address-slider-top {
  margin-bottom: 20px;
}
.address-cut {
  margin-bottom: 20px;
}
.address-cut.open .address-cut-title::before {
  transform: rotate(0deg);
}
.address-cut.open .address-cut-body {
  display: block;
  height: auto;
}
.address-cut.open .address-cut-body img {
  width: 100%;
}
.address-cut.open .address-cut-body .header-icon__whatsapp img {
  width: 32px;
}
.address-cut-title {
  margin: 0 -15px;
  background: #0099cb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 50px;
  color: #fff;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.45));
  cursor: pointer;
}
.address-cut-title:before {
  content: '';
  width: 16px;
  height: 9px;
  background: url(/pic/address-cut-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.address-cut-body {
  padding: 20px 0;
  display: none;
}
.address-cut-body.about {
  position: relative;
  z-index: 1;
}
.address-cut-body.about:before {
  content: '';
}
.address-slider {
  padding: 0;
}
.address-slider .swiper-slide img.lazy.loaded,
.address-slider .swiper-slide img.lazy.loading {
  width: 100%;
}
.address-slider-prev,
.address-slider-next,
.photo-slider-prev,
.photo-slider-next {
  position: absolute;
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
  background: #0099cb url(/pic/address-slider-arrow.png) 50% 50% no-repeat;
  background-size: 18px;
}
.address-slider-prev.swiper-button-disabled,
.address-slider-next.swiper-button-disabled,
.photo-slider-prev.swiper-button-disabled,
.photo-slider-next.swiper-button-disabled {
  opacity: 0.4;
}
.address-slider-prev {
  bottom: 15px;
  right: 50px;
  transform: rotate(180deg);
}
.address-slider-next {
  bottom: 15px;
  right: 10px;
}
.photo-slider-prev {
  top: 50%;
  margin-top: -16px;
  left: 5px;
  transform: rotate(180deg);
}
.photo-slider-next {
  top: 50%;
  right: 5px;
  margin-top: -16px;
}
.address-contact-one {
  padding-left: 35px;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.address-contact-one h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.address-contact-one .address-icon {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  position: absolute;
  top: -9px;
  left: 0px;
  z-index: -1;
}
.address-contact-one .address-icon--phone {
  background: #fecd0c url(/pic/address-icon-phone.png) no-repeat;
  background-size: 40px;
}
.address-contact-one .address-icon--place {
  background: #fecd0c url(/pic/address-icon-place.png) no-repeat;
  background-size: 40px;
}
.address-contact-one .address-icon--time {
  background: #fecd0c url(/pic/address-icon-time.png) no-repeat;
  background-size: 40px;
}
.address-contact-phone {
  display: flex;
  align-items: center;
}
.address-contact-phone a,
.address-contact-phone div {
  width: 150px;
}
.address-cut .photo-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  height: 300px;
}
.address-cut .photo-slider .swiper-slide {
  width: auto;
}
.address-cut .photo-slider .swiper-slide img {
  width: auto;
  height: 300px;
  object-fit: contain;
}
.vacancy .description {
  display: none;
  background: #f1f1f1;
  border: 1px solid #dddddd;
  padding: 7px 11px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/profile/profile.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* ANIMATION SLIDE */
.slide-tab-up-enter-active {
  transition: all 0.9s ease;
}
.slide-tab-up-leave-active {
  transition: all 0.2s ease;
}
.slide-tab-up-leave-to {
  transform: translateY(-30px);
  opacity: 0;
}
.slide-tab-up-enter {
  transform: translateY(30px);
  opacity: 0;
}
.slide-menu-enter-active,
.slide-menu-leave-active {
  transition: opacity 0.5s;
}
.slide-menu-leave-to,
.slide-menu-enter {
  opacity: 0;
}
.slide-menu-leave-to {
  position: absolute;
}
.modal-enter-active {
  transition: opacity 0.5s;
}
.modal-leave-to,
.modal-enter {
  opacity: 0;
}
.modal-leave-active .modal-container {
  transform: scale(1.1);
}
/* END ANIMATION */
.icon-analytics {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABuwAAAbsBOuzj4gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAF7SURBVHic7Zs7SsRQGEbPH+KIGzC9GxELmcZCXIC4AwU7tyApprQTFCynsLRyUYKOcn8LxcZHXnPnG2f+U9/HuQcSEkLM3cnJwfTo0szPgLLj1BlQ3x9OLzJofVHkXBygMD+l++EBRsD5nHW+kT2Aw8aA6aO5ifxC9gDLTgRQC6iJAGoBNRFALaAmAqgF1Kx9gD7P6EvFztXTPikdg3V85PaX5Hb97wOQ/BZsu/tEo4DxKlwCPQ7/iVGtQoBBRAC1gJoIoBZQEwHUAmoigFpATQRQC6iJAGoBNSWPW3tYOoFis9NMSzOS3bD7/JBHbTGUmN+BVdDxK7EbGGOgymK2IAqGHaD/u/iSsPb3gAigFlATAdQCaiKAWkBNBFALqIkAagE1EUAtoCYCqAXURAC1gJoIoBZQEwHUAmoigFpATQRQC6iJAGoBNRFALaAmAvDxl3ZfXpsGWIsxf9DGbdD6BW51y41+2njSNCi5TYC3HuvPgLp5mPde37H6HQsQOfpKG2h3AAAAAElFTkSuQmCC);
}
.icon-dark-comment {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAB2AAAAdgB+lymcgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbCSURBVHic7dt5jN1VFQfwz5vBFulioVhAtlFoCcqigUqkDSSVKBpiYiRRMRI3CIig4oYxxGgwqdqoKCAuKLKIQaJEI1bRRGM1jVUkEaqFurZVVIqlQKfTaXn+cea1v999v7f83vu9N6P2m9xkfu+ee+45dzn3nHPvsB/78X+N0QHynov5WIQa9uDpAfbXE2oV8BjBaViGM7EEx2NOAe2jeAjrsQY/wV8qkGFacCquxRbU+yj34704Yrji946X4sf6U7qoTOBLWDw8VcptgSX4NF7ZgW4cG7EZT2ISC3CIsAdjYtu0wiQ+i4/giRLyDQw1XIGnFM/cLtyDS3CS9soRhvHlQsH7W/CsYxPOqlaV8piDu7QW8ANY2GcfS/FFxQM8iav65N8zDsWvCoR6HO/HgRX3dwzuLOivjht0Xlk9oZUfcKgwdC9Kfv8RzhVLfnfFsiwQduMgnJjULcXJwo+o4TExMAPBbPxC8yysVO0sHITzcZtQvMyJ8biYhEsN4Pi8KensaVxWIf8TcB22K6d0q7Ibd2NFFcK9uqCDd1bBWBx/twiXuGofolHWCG+0a2T9gAX4PQ7L/PYFcbz1g1G8Cx8Vy74IT2DtVNmAPwkf4klhbOfiaOFiLxVu9+EteNXxVVwptkrXuEZ+NB/Uv6U/XPj7rTy/23EeZpXkW8MZ+BS2tuD/xymarrBQzEJ237+kpFApXoi/FQi2E6tUZ7zm4HL8o6CvcbyuGyZXJg3v6lOoM/HvAoF+gOf2ybsV5ovgLLUxe/C2To3XJ41O60OQUzQrvwvvUE343Qkr8E/Ng/DGVg2OT4jX9dH5Is1n+jYVHVElMCZsWLr1lhURX5YQfrDHTkfEEk+V79oQVYzD8EAiz2YcnBJ+JSE6vccOL0n4TOKcHnlVhaPwd3m5bk2J1soL3cvR92z7/PNGeV9PIleP5cJbzJ5wy7ME2aNqY4+drJRXfo0BRW894pPy8v08W5k9/3sxgM8SHld2hNMocroxF4/ID8Jel3mX/MyVxUUJ42/2KeygcIUWtiDrQf2uB8Y/TRif3a+kA8J8+dW+Hc8kf15uLcl0nvwK+oPhODu94hb5yXrZiPCaGjhYRIXdYjmekflePcV4puKe5PusEZH3a6Cm3BI+KfnuxYYMEz9Lvk8dKfixjNu6JPl+sLRIw8UW4Z02sIS4sMhGUJvkl3U7fEt+T5VJka/AX8XdYLrqDsDXRULkVs3J23ZtOyHrHu+1ed+TV+SCLpn9MGnX7cARPkej3dqk7ryE7ytKtO2EbMJ3ouGt3ZgQvUd31nwy+T6ghCCPZv7+V5u6TvVpXSdkXf29qf1R/Fl+1C/tgtntSZtWeboiHIOv4WYRtKS4CN/BW3to2w7ZcD17ArpAXpntIq5uh88lbUplZKcBIyIX2ZD319mA5Q6RwGxgHj7RgeEDyXd6LM40nCKfgH04OwB1zXcAnZIZ9yXfw878lEUqX1Pwt0J+SXdKjs6WjwQfm/ptpqLhqTbK0pTguoSgm+PwtqTN6ysStmoslvd3NktOupq8hZzQXVzwKvkBWJcyniG4QV7OlSnBGQnB6jbMFtjn9Y2Kl1/ZtudXJXVFOA477JNvt4L7iY/LK3FxAaMxcV84KTI/a6bo0mTDFgXZ12lCDffKy3dzEeGGDMEeeadmDF8WitcLStHzljvMjK1wsbxcOxT4Ny9IiBoR4tHCTZ5QrHin0usdQ5XITmxdvGtqwtUJ0Srh5e1UrNgOzUnGolL144pekL5EO7aI6D7dzehOMTDPEcbvHPGiJL0TSAfhw6ZvO3wskeftKcGYzopP4PNiSxRhFM/HG0QO/uECHt8WFyjDxumJHPemBO/WWvFdwviNlex0IX5ZwO8RXGi4lyY1kTjJ6nRIluC7BYLuFuHmcX10PA/fL+Bdx2/wWuXyB62wTLwLWKX1O+PPJP1fmK1clanYI2L8EyoQjJjpq+Xv5rJlk3jmslz3z2Rq4vXJVfhtwm9SXPamTs7ZCd3dWWYHikdMC8XjovWlVOwOL8b12t88jwtjvEEkZ7YJ2zNLXGocKR5QniwecrbDpHB2rhG5w1FxS9ywQeNTfz9VVpF+MIK3KDaQgyoTYuCPFLYsW/eawarbGqNi/6/W2rMsU9YJV/xaMbNFNOPyzwDqIoqddizCm8Vy3ai7R5SbRTr+cs33EkeJqK8bz3UbZs0EXz2L2eLN0hEi4pwtjq1twtl6SHf/RHEsPoQ3aZ+qT9Pt/3N4njDsrbba9dMn2nCxWNwwpcfxndMp1HTgRHxDrIitZn4af2CYqxovdD/2478d/wFpSEf3DGpBfwAAAABJRU5ErkJggg==);
}
.icon-close {
  background-image: url("data:image/svg+xml,%3Csvg width='512px' height='512px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eionicons-v5-m%3C/title%3E%3Cpath d='M289.94,256l95-95A24,24,0,0,0,351,127l-95,95-95-95A24,24,0,0,0,127,161l95,95-95,95A24,24,0,1,0,161,385l95-95,95,95A24,24,0,0,0,385,351Z'/%3E%3C/svg%3E");
}
.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.personal-header {
  margin-bottom: 25px;
}
.personal-header__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.personal-header__settings {
  font-size: 16px;
}
.personal-header__settings .text {
  display: inline-block;
  margin-right: 5px;
  border-bottom: 1px solid #2794ca;
  line-height: 1;
}
.personal-header__settings .icon-settings {
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTcwNzcgMTAuMTYxNEM3LjkyNzU5IDEwLjEzNjQgNy44ODUwNSAxMC4xMTAxIDcuODQzMSAxMC4wODI2TDcuNjk2NTEgMTAuMTcyN0M3LjU4Mzk3IDEwLjI0MjkgNy40NTU5NCAxMC4yOCA3LjMyNjE5IDEwLjI4QzcuMTI1MzggMTAuMjggNi45MyAxMC4xODk5IDYuNzgyOTkgMTAuMDI0NEM2LjQzNzggOS42MjE3NiA2LjE3NzU1IDkuMTM5NTMgNi4wMjg4NiA4LjYyMzQyQzUuOTI4NSA4LjI2MTQ1IDYuMDcyNzkgNy44ODQ0NCA2LjM2MzE3IDcuNzE2NjhMNi41MTM1MiA3LjYyMzFDNi41MTIyNyA3LjU3MDU3IDYuNTEyMjcgNy41MTgwNCA2LjUxMzUyIDcuNDY1NThMNi4zNjk5OCA3LjM3NjE3QzYuMTM5MzUgNy4yMzY4MiA2LjAwNjIyIDYuOTgyMTMgNi4wMDE3MiA2LjcwNzE0QzUuNzMwMTEgNi42Mjc4NSA1LjQ0NTEgNi41ODE3NSA1LjE1MDcyIDYuNTgxNzVIMy4yNDk0NEMxLjQ1NTIxIDYuNTgxNzUgMCA4LjEzOTA5IDAgMTAuMDU3MkMwIDEwLjQ0IDAuMjkxMDA1IDEwLjc1MDcgMC42NDk4ODcgMTAuNzUwN0g3Ljc0OTUyQzcuODU2OSAxMC43NTA3IDcuOTUzOSAxMC43MTYxIDguMDQzMTUgMTAuNjY2N0M4LjAwMDU3IDEwLjU2NjggNy45NzA3NyAxMC40NjAzIDcuOTcwNzcgMTAuMzQ0OFYxMC4xNjE0Wk00LjIwMDA4IDUuNjE5NjlDNS41MjU3MyA1LjYxOTY5IDYuNjAwMTIgNC40NzEwMyA2LjYwMDEyIDMuMDU0MkM2LjYwMDEyIDEuNjM3MzcgNS41MjU3MyAwLjQ4ODcwOCA0LjIwMDA4IDAuNDg4NzA4QzIuODc0NDMgMC40ODg3MDggMS44MDAwMyAxLjYzNzM3IDEuODAwMDMgMy4wNTQyQzEuODAwMDMgNC40NzEwMyAyLjg3NDQzIDUuNjE5NjkgNC4yMDAwOCA1LjYxOTY5Wk0xMS40NDcxIDcuOTcwNzNDMTEuNDk2MyA3LjY5MDEzIDExLjQ5NjMgNy4zOTk1IDExLjQ0NzEgNy4xMTg5TDExLjkyOTkgNi44MTgyNkMxMS45ODYyIDYuNzg1NjkgMTIuMDExOSA2LjcxNTU0IDExLjk5MzIgNi42NDc4OUMxMS44NjY2IDYuMjE2OTcgMTEuNjUxIDUuODIzNTMgMTEuMzY5NyA1LjQ5NzgzQzExLjMyNzYgNS40NDc3MyAxMS4yNTcyIDUuNDM1MiAxMS4yMDEgNS40NzAyN0wxMC43MTgyIDUuNzY4NTFDMTAuNTE0MiA1LjU4MzExIDEwLjI3OTggNS40Mzc4IDEwLjAyNjcgNS4zNDI2VjQuNzQzODJDMTAuMDI2NyA0LjY3NjE3IDkuOTc5NzggNC42MTYwNCA5LjkxODg0IDQuNjAzNTJDOS41MDE2NSA0LjUwMzMgOS4wNzUwOCA0LjUwNTgxIDguNjc2NjMgNC42MDM1MkM4LjYxNTY5IDQuNjE2MDQgOC41NzExNiA0LjY3NjE3IDguNTcxMTYgNC43NDM4MlY1LjM0MjdDOC4zMTgwMyA1LjQzNzkgOC4wODM2NSA1LjU4MzIyIDcuODc5NjUgNS43Njg2MUw3LjM5NTE0IDUuNDY5MzdDNy4zNDEyMyA1LjQzNDMgNy4yNzA5MiA1LjQ0NjgyIDcuMjI2MzggNS40OTY5M0M2Ljk0NTEzIDUuODIyNjMgNi43Mjk1IDYuMjE2MDcgNi42MDUxOSA2LjY0Njk5QzYuNTg2NDMgNi43MTQ2NCA2LjYxMjIyIDYuNzg0NzkgNi42NjYxMiA2LjgxNzM2TDcuMTQ4OTUgNy4xMThDNy4xMDIwNyA3LjM5ODYgNy4xMDIwNyA3LjY4OTIyIDcuMTQ4OTUgNy45Njk4Mkw2LjY2NjEyIDguMjcwNDdDNi42MDk4NyA4LjMwMzA0IDYuNTg2NDMgOC4zNzMxOSA2LjYwNTE5IDguNDQwODNDNi43Mjk0MSA4Ljg3MTc2IDYuOTQ1MTMgOS4yNjI1OSA3LjIyNjM4IDkuNTkwOUM3LjI3MDkyIDkuNjQxIDcuMzM4ODkgOS42NTM1MyA3LjM5NTE0IDkuNjE4NDVMNy44ODA0IDkuMzIwMjJDOC4wODQ0IDkuNTA1NjEgOC4zMTg3OCA5LjY1MDkyIDguNTcxOTEgOS43NDYxM1YxMC4zNDVDOC41NzE5MSAxMC40MTI3IDguNjE2NDQgMTAuNDcyOCA4LjY3NzM4IDEwLjQ4NTNDOS4wOTcwMSAxMC41ODU1IDkuNTIxMTUgMTAuNTgzIDkuOTE5NTkgMTAuNDg1M0M5Ljk4MDUzIDEwLjQ3MjggMTAuMDI3NCAxMC40MTI3IDEwLjAyNzQgMTAuMzQ1VjkuNzQ2MTNDMTAuMjgwNSA5LjY1MDkyIDEwLjUxNDkgOS41MDU2MSAxMC43MTg5IDkuMzIwMjJMMTEuMjAxNyA5LjYxODQ1QzExLjI1NTYgOS42NTM1MyAxMS4zMjgzIDkuNjQxIDExLjM3MDUgOS41OTA5QzExLjY1MTcgOS4yNjUyIDExLjg2NzQgOC44NzE3NiAxMS45OTM5IDguNDQwODNDMTIuMDEyNyA4LjM3MzE5IDExLjk4NjkgOC4zMDMwNCAxMS45MzA3IDguMjcwNDdMMTEuNDQ3MSA3Ljk3MDczWk05LjMwMDE3IDguNTE1ODlDOC43OTg2IDguNTE1ODkgOC4zOTA3OCA4LjA3OTk2IDguMzkwNzggNy41NDM4MUM4LjM5MDc4IDcuMDA3NjYgOC43OTg2IDYuNTcxNzMgOS4zMDAxNyA2LjU3MTczQzkuODAxNzQgNi41NzE3MyAxMC4yMDk2IDcuMDA3NjYgMTAuMjA5NiA3LjU0MzgxQzEwLjIwOTYgOC4wNzk5NiA5LjgwMjY4IDguNTE1ODkgOS4zMDAxNyA4LjUxNTg5WiIgZmlsbD0iIzAwNEE4NSIvPgo8L3N2Zz4K');
  background-position: center;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}
.personal-header__quit {
  max-width: 140px;
}
.personal-header__quit .btn {
  color: #2794ca;
}
.personal-header__quit .icon-quit {
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgOS43NUgyLjI1QzEuODM1ODYgOS43NSAxLjUgOS40MTQxNCAxLjUgOVYzQzEuNSAyLjU4NTg2IDEuODM1ODYgMi4yNSAyLjI1IDIuMjVIMy43NUM0LjE2NDE0IDIuMjUgNC41IDEuOTE0MTQgNC41IDEuNUM0LjUgMS4wODU4NiA0LjE2NDg0IDAuNzUgMy43NSAwLjc1SDIuMjVDMS4wMDczNCAwLjc1IDAgMS43NTczNCAwIDNWOUMwIDEwLjI0MjcgMS4wMDczNCAxMS4yNSAyLjI1IDExLjI1SDMuNzVDNC4xNjQxNCAxMS4yNSA0LjUgMTAuOTE0MSA0LjUgMTAuNUM0LjUgMTAuMDg1OSA0LjE2NDg0IDkuNzUgMy43NSA5Ljc1Wk0xMS43Nzk3IDUuNDcwMzFMOC43Nzk2OSAyLjQ3MDMxQzguNDg2NDkgMi4xNzcxMSA4LjAxMTg4IDIuMTc3NTggNy43MTkxNCAyLjQ3MDMxQzcuNDI2MTcgMi43NjMyOCA3LjQyNjE3IDMuMjM3ODkgNy43MTkxNCAzLjUzMDg2TDkuNDQwNjMgNS4yNUg0LjVDNC4wODUxNiA1LjI1IDMuNzUgNS41ODUxNiAzLjc1IDZDMy43NSA2LjQxNDg0IDQuMDg1MzkgNi43NSA0LjUgNi43NUg5LjQ0MDYzTDcuNzIwNzggOC40Njk4NEM3LjQyNzgxIDguNzYyODEgNy40Mjc4MSA5LjIzNzQyIDcuNzIwNzggOS41MzAzOUM4LjAxMzc1IDkuODIzMzYgOC40ODgzNiA5LjgyMzM2IDguNzgxMzMgOS41MzAzOUwxMS43ODEzIDYuNTMwMzlDMTIuMDcyNyA2LjIzNjcyIDEyLjA3MjcgNS43NjMyOCAxMS43Nzk3IDUuNDcwMzFaIiBmaWxsPSIjMDA0QTg1Ii8+Cjwvc3ZnPgo=');
  background-position: center;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}
.personal-header__quit .text {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 1px solid #2794ca;
  line-height: 1;
}
.personal-menu {
  margin-bottom: 25px;
}
.personal-menu__wrapper {
  background: #ffffff;
  border-radius: 0.25rem;
  z-index: 1;
  position: relative;
  border: 1px solid #ced4da;
}
.personal-menu__button {
  width: 100%;
}
.personal-menu__title {
  position: relative;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.personal-menu__close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-size: 24px;
}
.personal-menu__list {
  padding: 20px;
  margin: 0;
}
.personal-menu__item {
  list-style-type: none;
  font-size: 16px;
  border: none;
  line-height: 1.6;
}
.personal-menu__item .link.active {
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}
.personal-menu__item .badge-counter {
  margin-left: 5px;
}
.personal-menu__item + .personal-menu__item {
  margin-top: 10px;
}
.personal-breadcrumb {
  background: #ddd;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0 -15px;
  line-height: 1;
  font-size: 16px;
}
.personal-breadcrumb__back {
  position: relative;
  width: 15px;
  height: 15px;
  outline: none;
  border: none;
  background-color: transparent;
}
.personal-breadcrumb__back:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-138deg);
  left: 2px;
  top: 3px;
}
.personal-breadcrumb__title {
  font-weight: 700;
  margin-left: 10px;
}
.personal-breadcrumb__subtitle {
  margin-left: 10px;
}
.personal-filter {
  background-color: #eaeaea;
  padding: 5px;
  margin: 0 0 20px;
}
.personal-tabs {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.personal-tabs > div {
  width: 50%;
  border-bottom: 4px solid #c4c4c4;
  padding: 7px 0;
  cursor: pointer;
  font-size: 14px;
}
.personal-tabs > div.active {
  border-color: #2794ca;
  color: #2794ca;
}
.personal-orders__all {
  color: #004a85;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 20px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
.personal-orders__item {
  margin-bottom: 30px;
}
.personal-orders__item + .personal-orders__item {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.personal-orders__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.personal-orders__header p {
  margin: 0;
}
.personal-orders__header a {
  text-decoration: underline;
}
.personal-orders--swap .swiper-pagination {
  position: absolute;
  bottom: -5px !important;
}
.personal-orders--swap .swiper-container-horizontal {
  padding: 0;
}
.no-orders {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.personal-pagination {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
.personal-pagination__item {
  font-size: 18px;
  color: #004a85;
  text-decoration: underline;
  cursor: pointer;
}
.personal-pagination__item.active {
  text-decoration: none;
  color: #999;
}
.personal-pagination__right {
  opacity: 0.3;
  cursor: pointer;
  width: 26px;
  height: 26px;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 476.213 476.213' style='enable-background:new 0 0 476.213 476.213;' xml:space='preserve'%3E%3Cpolygon points='287.5,384.394 253.107,418.787 253.107,0 223.107,0 223.107,418.787 188.713,384.394 167.5,405.606 238.107,476.213 308.713,405.606 ' fill='%23004A85' /%3E%3C/svg%3E%0A");
}
.personal-pagination__right.active {
  opacity: 1;
}
.order-detail {
  font-size: 14px;
}
.order-detail .btn-sm {
  min-width: 95px;
  margin-left: 10px;
  line-height: 1.6;
}
.order-detail .alert {
  font-size: 16px;
}
.order-detail .order-item {
  padding: 20px 15px;
}
.order-detail .order-item__header {
  display: flex;
  align-items: center;
}
.order-detail .order-item__item {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14px;
}
.order-detail .order-item__item a {
  font-size: 14px;
}
.order-detail .order-item__label {
  font-size: 16px;
  font-weight: bold;
}
.order-detail__cancel {
  color: #bd2130;
  border-bottom: dashed 2px #bd2130;
  cursor: pointer;
  font-size: 14px;
}
.order-payment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.order-payment__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.order-payment__item:hover,
.order-payment__item:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.order-payment__item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.order-payment__item:before {
  content: '';
  flex-shrink: 0;
  width: 64px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order-payment__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
.order-payment__item-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.order-payment__item-desc {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #888;
}
.order-payment__item-sub {
  margin-top: 6px;
  font-size: 11px;
  color: #333;
  font-weight: 700;
}
.order-payment__item.sber:before,
.order-payment__item.sber2:before {
  background-image: url(/pic/sber_green.svg);
}
.order-payment__item.yandexsbp:before {
  width: 60px;
  background-image: url(/pic/sbp.svg);
}
.order-payment__item.yandex:before {
  background-image: url(/pic/split-logo.png);
}
.order-payment__item.sbersplit:before {
  background-image: url(/pic/sber-split-logo.png);
}
.order-payment__item.dolyami:before {
  height: 17px;
  background-image: url(/pic/dolyami_logo.png);
}
.order-payment__item.wb:before {
  background-image: url(/pic/wb-pay.png);
}
.order-payment__item.wb .order-payment__item-title {
  font-size: 12px;
  line-height: 1.2;
}
.order-products__subtitle {
  font-weight: 750;
  font-size: 18px;
}
.order-products__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.order-products__item + .order-products__item {
  border-top: 1px solid #ddd;
}
.order-products__header,
.order-products__footer {
  display: flex;
  justify-content: space-between;
}
.order-products__footer {
  text-align: right;
  align-items: center;
}
.order-products__footer .order-products__price {
  min-width: 90px;
}
.order-products__footer .btn {
  margin-left: 5px;
}
.order-products__name {
  font-size: 14px;
}
.order-products__code {
  font-size: 12px;
}
.order-products__return_quantity {
  color: #fe7e03;
}
.order-products__text {
  margin-left: 10px;
}
.order-products__text .order-products__price {
  margin-top: 5px;
}
.order-products__img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background-size: cover;
  background-repeat: no-repeat;
}
.order-products__price {
  font-weight: bold;
}
.order-products .btn {
  margin-left: 10px;
  margin-top: 0;
}
.order-products input {
  margin-left: 10px;
}
.order__remove,
.order__cart,
.order__favorite {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.order__remove {
  position: relative;
}
.order__remove:before,
.order__remove:after {
  content: '';
  width: 4px;
  height: 30px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(-45deg);
}
.order__remove:before {
  transform: rotate(45deg);
}
.personal-info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 20px -15px 10px;
  padding: 20px 15px;
  font-size: 17px;
}
.personal-info p {
  font-size: 17px;
}
.personal-info strong {
  color: #2794ca;
}
.personal-info a {
  font-size: 14px;
  color: #ff6600;
}
.personal-settings-form {
  margin-top: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.personal-password-form {
  margin-top: 20px;
}
.personal-accordion {
  margin: 30px 0 20px;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  overflow: hidden;
}
.personal-accordion__title {
  font-weight: bold;
  padding: 15px;
  background-color: #fff;
}
.personal-accordion__title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(135deg);
  right: 18px;
  top: 50%;
  margin-top: -7.5px;
  transition: transform 0.5s;
}
.personal-accordion__item {
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.personal-accordion__item input {
  transform: scale(1.5);
}
.personal-accordion__item label {
  margin: 0;
}
.personal-accordion-group + .personal-accordion-group {
  border-top: 1px solid #d9d9d9;
}
.personal-accordion-group.active .personal-accordion__title:before {
  transform: rotate(-45deg);
}
.personal-accordion-wrapper {
  transition: height 0.5s;
}
.personal-tickets-item {
  display: flex;
  margin: 15px 0;
  justify-content: space-between;
  align-items: center;
}
.personal-tickets-item time {
  color: #999;
  display: inline-block;
  margin-left: 10px;
}
.personal-tickets-item + .personal-tickets-item {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.personal-ticket {
  margin-top: 30px;
}
.personal-ticket time {
  color: #999;
  display: block;
  margin: 0 0 10px;
}
.ticket-comments {
  margin-top: 30px;
}
.ticket-comment {
  background-color: #efefef;
  padding: 20px;
  min-height: 120px;
}
.ticket-comment + .ticket-comment {
  margin-top: 20px;
}
.ticket-comment-form {
  margin-top: 30px;
}
.ticket-comment-form .btn {
  display: block;
  width: 100%;
}
.ticket-attach {
  background-image: url(/pic/attachment-doc.png);
  background-size: 70%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  border: 3px solid #ddd;
}
.ticket-attach.img {
  background-image: url(/pic/attachment.png);
}
.ticket-attach + .ticket-attach {
  max-lines: 5px;
}
.review-edit-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.review-edit-products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.review-edit-product {
  border: 1px solid #c9c9c9;
  max-width: 200px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.review-edit-btns {
  justify-content: space-between;
  display: flex;
}
.review-edit-btns > div {
  display: flex;
  justify-content: start;
  gap: 15px;
}
@media (max-width: 768px) {
  .review-edit-btns {
    flex-direction: column;
    gap: 15px;
  }
  .review-edit-btns > div {
    flex-direction: column;
  }
}
.review-edit-image {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 150px;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  gap: 10px;
}
.review-edit-image img {
  height: 90px;
  object-fit: cover;
  margin-bottom: 10px;
}
.review-edit-image__number {
  color: #999;
  margin-bottom: 5px;
}
.review-edit-image__delete {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  top: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #d7d7d7;
  background-size: 24px;
  border-radius: 50%;
}
.review-edit-image .link {
  text-decoration: underline;
  cursor: pointer;
  margin: 3px 0;
  display: block;
}
.review-content-counter {
  position: absolute;
  right: 10px;
  bottom: 45px;
  font-size: 12px;
  color: #666;
}
.personal__wrapper .review-info h2 {
  margin-top: 0;
}
.personal__wrapper .review-detail__title {
  font-size: 24px;
  font-weight: bold;
}
.personal__wrapper .review-add-title {
  font-weight: bold;
}
.personal__wrapper .review__content {
  font-size: 16px;
  overflow: hidden;
}
.personal__wrapper .review__content ol,
.personal__wrapper .review__content ul {
  padding-left: 20px;
}
.personal__wrapper .review__content img {
  max-width: 100%;
}
.personal__wrapper .review__image {
  text-align: center;
  color: #999;
}
.personal__wrapper .review-list-attention {
  font-size: 16px;
}
.personal__wrapper .review-list-attention a {
  font-size: inherit;
}
.personal__wrapper .review-list__title {
  color: #777777;
  margin-top: 30px;
}
.personal__wrapper .review-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.personal__wrapper .review-list__name {
  width: 30%;
}
.personal__wrapper .review-list__name a {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}
.personal__wrapper .review-list__name ins {
  display: block;
  margin-top: 5px;
}
.personal__wrapper .review-list__date {
  color: #999;
}
.personal__wrapper .review-list__setting {
  text-align: right;
  width: 100px;
}
.personal__wrapper .review-list__status,
.personal__wrapper .review-list__stat {
  width: 25%;
  text-align: center;
}
.personal__wrapper .review-list__stat {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.personal__wrapper .review-list__icon {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.personal__wrapper .review-list .default-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  margin-right: 4px;
}
.personal__wrapper .ql-snow .ql-tooltip[data-mode='video']::before {
  content: 'Укажите видео:';
}
.personal__wrapper .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: 'Сохранить:';
}
.personal__wrapper .ql-snow .ql-tooltip[data-mode='link']::before {
  content: 'Укажите ссылку:';
}
@media (max-width: 768px) {
  .personal__wrapper .review-list__item {
    flex-direction: column;
  }
  .personal__wrapper .review-list__name {
    width: 100%;
  }
  .personal__wrapper .review-list__name a {
    font-weight: bold;
    font-size: 16px;
  }
  .personal__wrapper .review-list__stat,
  .personal__wrapper .review-list__status {
    justify-content: start;
    width: 100%;
    margin: 10px 0;
  }
  .personal__wrapper .review-list__setting {
    width: 100%;
  }
}
.personal-good-quantity {
  display: flex;
  width: 120px;
  border: 1px solid #ddd;
}
.personal-good-quantity .form-control {
  text-align: center;
  border: none;
}
.personal-good-quantity__plus,
.personal-good-quantity__minus {
  background: #f3f3f3 url(/pic/mobile/plus.png) no-repeat 50%;
  background-size: 16px;
  height: 40px;
  width: 40px;
  border-radius: none;
}
.personal-good-quantity__minus {
  background: #f3f3f3 url(/pic/mobile/minus.png) no-repeat 50%;
  background-size: 16px;
}
.problem-form .select-claim {
  max-width: 500px;
}
.problem-form .refund-one-line__order {
  max-width: 200px;
  margin-right: 15px;
}
.problem-form .phone-form-component__confirm {
  display: flex;
  align-items: start;
}
.problem-form .phone-form-component__confirm .btn {
  margin-left: 10px;
}
.problem-form .phone-form-component__code {
  max-width: 320px;
}
.problem-form .phone-form-component__text,
.problem-form .phone-form-component__resend {
  margin-bottom: 10px;
}
.problem-form .refund-login__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.ql-clipboard {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 0em !important;
}
.ql-editor {
  min-height: 300px;
}
.ql-toolbar.ql-snow {
  padding: 8px;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 1px solid #d1d5db !important;
  border-bottom: 0px !important;
  padding-bottom: 30px;
}
/** Блок доступныъ промокодов */
.promocodes-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}
.promocodes-title {
  margin: 0 0 15px;
  font-size: 1.2rem;
  color: #2794ca;
}
.promocodes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promocode-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.promocode-item:last-child {
  border-bottom: none;
}
.promocode-code {
  font-weight: bold;
  font-family: monospace;
  font-size: 1.1rem;
  color: #2c3e50;
}
.promocode-amount {
  font-size: 13px;
  color: #666;
  font-family: Tahoma, Arial;
}
.promocode-expiry {
  color: #666;
  font-size: 13px;
}
.copy-btn {
  white-space: nowrap;
  margin-left: 15px;
  transition: all 0.2s;
}
.no-promocodes {
  color: #666;
  font-style: italic;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/our/our.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.our-block {
  margin: 20px 0 0;
  overflow: hidden;
}
.our-menu {
  display: flex;
  margin: 0 15px;
  border-bottom: 3px solid #C4C4C4;
}
.our-menu-one {
  display: flex;
  align-items: flex-start;
  padding: 0 5px 10px;
  position: relative;
  text-decoration: none;
  color: #000;
}
.our-menu-one span {
  display: block;
  font-size: 9px;
  background: #0095C7;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 21px;
  border-radius: 10px;
}
.our-menu-one.active:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0095C7;
  bottom: -3px;
  left: 0;
}
span.cars-quant,
span.vinRequest-quant {
  opacity: 0;
}
.our-menu-one__title {
  font-size: 14px;
  font-weight: 700;
  width: calc(100% - 30px);
  margin-right: 10px;
}
.our-list {
  width: 300%;
  display: flex;
}
.our-one {
  width: 33.33%;
  height: 0;
}
.our-one.active {
  height: auto;
}
.request-block .update {
  display: none;
}
@media only screen and (max-width: 340px) {
  .our-menu-one__title {
    font-size: 12px;
  }
  .cars-quant {
    font-size: 9px;
  }
}
@media only screen and (min-width: 430px) {
  .our-menu-one__title {
    width: auto;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/warehouse/warehouse.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
#warehouse .warehouse-list {
  list-style: none;
  margin: 20px -15px 0;
  padding: 0;
  border-top: 1px solid #ddd;
}
#warehouse .warehouse-one {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#warehouse .warehouse-one a {
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  text-decoration: none;
  font-size: #343434;
  position: relative;
}
#warehouse .warehouse-one a:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-left: 2px solid #474747;
  border-top: 2px solid #474747;
  position: absolute;
  top: 20px;
  right: 18px;
  transform: rotate(135deg);
}
#warehouse .warehouse-confirm {
  display: none;
  padding: 25px 15px;
}
#warehouse .warehouse-confirm-text {
  margin-bottom: 20px;
  font-size: 14px;
}
#warehouse .warehouse-confirm-text h1 {
  font-size: 18px;
  margin: 0 0 10px;
}
#warehouse .warehouse-confirm-text p {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
#warehouse .confirm-button--yes {
  border: none;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #0095c7;
  height: 40px;
  border-radius: 25px;
  outline: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
#warehouse .confirm-button--no {
  border: none;
  display: block;
  width: 100%;
  color: #343434;
  font-family: 'AvenirNext', 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  background: #f3f3f3;
  height: 40px;
  border-radius: 25px;
  outline: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/car-filter/car-filter.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.car-filter-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.car-filter-body {
  max-width: 100%;
  margin-bottom: 20px;
}
.car-filter-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.car-select-garage {
  display: none;
  text-align: center;
  margin: 0px 0 10px;
  padding: 5px;
}
.car-select-garage span {
  font-size: 14px;
  color: #02689F;
  text-decoration: underline;
}
.car-filter-add {
  padding: 4px 10px;
  z-index: 10;
  border: 2px solid #0095C7;
  border-radius: 5px;
  width: 100%;
}
.car-filter-add.show {
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.car-filter-add.show .car-filter-bottom {
  display: block;
}
.car-filter-add.show .car-select-garage {
  display: block;
}
.car-filter-top {
  display: flex;
  align-items: center;
}
.car-filter-top__icon {
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: 0px 0px;
  width: 86px;
  height: 56px;
  position: relative;
  top: 5px;
}
.car-filter-top__form {
  display: flex;
  width: calc(100% - 87px);
  flex-wrap: wrap;
  margin-top: 8px;
}
.car-filter-top__form input {
  display: block;
  background: #FFFFFF;
  border: 1px solid #B9CCDB;
  box-sizing: border-box;
  border-radius: 5px 0px 0px 5px;
  height: 40px;
  font-size: 13px !important;
  padding: 0 10px;
  width: calc(100% - 40px);
}
.car-filter-top__form span.error {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
}
.car-filter-form__button {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background: linear-gradient(180deg, #98D817 0%, #86BF15 100%);
  box-shadow: inset 0px 1px 0px rgba(233, 255, 146, 0.25);
  position: relative;
  cursor: pointer;
}
.car-filter-form__button:before {
  content: "";
  position: absolute;
  background-image: url(/pic/sprite/mqglzfo5.spriteMobile.png);
  background-position: -253px -255px;
  width: 19px;
  height: 16px;
  top: 12px;
  left: 10px;
}
.car-filter-form__button.submit:before {
  display: none;
}
.car-filter-form__button.submit:after {
  content: "";
  background: url(/pic/loader-vue.gif);
  width: 100px;
  height: 100px;
  display: block;
  background-size: 75px;
  position: absolute;
  top: -18px;
  left: -18px;
}
.car-filter-bottom {
  display: none;
  padding: 15px 0 10px;
  max-height: 200px;
  overflow-y: auto;
}
.car-filter-bottom .car-list-main__title {
  width: calc(100% - 125px);
}
.car-filter-bottom__text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.car-filter-bottom__text b {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}
.car-filter-bottom__button {
  height: 40px;
  background: #FE7E03;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  display: block;
  cursor: pointer;
}
.car-form-add {
  display: none;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.car-filter-list {
  padding: 10px 10px;
  z-index: 10;
  border: 2px solid #0095C7;
  border-radius: 5px;
  width: 100%;
}
.car-filter-list.show {
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.car-filter-list.show .car-filter-bottom {
  display: block;
}
.car-filter-list.show .car-form-add {
  display: block;
}
.car-filter-checkbox {
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #B9B9B9;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 3px;
}
.car-filter-checkbox.select {
  background: #0095C7;
  position: relative;
}
.car-filter-checkbox.select:before {
  content: "";
  width: 6px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 2px;
  left: 8px;
  transform: rotate(45deg);
}
.car-list-main {
  display: flex;
  align-items: center;
  width: calc(100% - 66px);
}
.car-list-main__img {
  min-width: 80px;
  max-width: 80px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  overflow: hidden;
}
.car-list-main__img img {
  width: 100%;
  height: auto;
  display: block;
}
.car-filter-bottom .car-list-main {
  padding: 10px 0;
  width: 100%;
}
.car-filter-bottom .car-list-main .car-list-main__img {
  border: none;
  margin-left: 38px;
}
.car-filter-bottom .car-list-main:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.car-list-main__title {
  margin-right: 10px;
  width: calc(100% - 80px);
  position: relative;
}
.car-list-main__name {
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.car-list-main__vin {
  font-size: 12px;
}
.car-list-main__delete {
  font-size: 14px;
  color: #0095C7;
  text-decoration: underline;
  margin-top: 5px;
}
.car-filter-arrow {
  width: 30px;
  height: 40px;
  position: relative;
  transition: transform 0.3s;
}
.car-filter-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #343434;
  border-bottom: 2px solid #343434;
  transform: rotate(-45deg);
}
.car-filter-arrow.show {
  transform: rotate(180deg);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/vacancies/vacancies.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
#vacancies {
  min-height: calc(100vh - 360px);
  padding: 0px 25px 360px 25px;
  position: relative;
}
#vacancies * {
  box-sizing: border-box;
}
#vacancies .header-layout {
  min-width: 955px;
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  display: block;
  padding-top: 80px;
}
#vacancies .header-back {
  position: absolute;
  top: 40px;
  left: 40px;
}
#vacancies .header-logo {
  margin-top: 0;
  margin-bottom: 100px;
}
#vacancies .header {
  height: 750px;
  background: url(/pic/job/job-top-photo.jpg) #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -10px;
}
#vacancies .header-del {
  margin: 0 20px;
  height: 50px;
  width: 1px;
  background: #ddd;
}
#vacancies .header-title {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}
#vacancies .header-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #c9c9c9;
  margin-bottom: 80px;
}
#vacancies .header-buttons {
  display: flex;
}
#vacancies .header-button {
  display: block;
  font-size: 18px;
  padding: 17px 30px;
  border-radius: 30px;
  background: #ffeb00;
  color: #000;
  text-decoration: none;
  border: 1px solid #ffeb00;
  margin-right: 20px;
  min-width: 190px;
  text-align: center;
}
#vacancies .header-button--alt {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
#vacancies #footer * {
  box-sizing: content-box;
}
#vacancies .remove-file {
  position: relative;
}
.vacancies-about {
  min-width: 955px;
  max-width: 1264px;
  margin: 100px auto;
}
.vacancies-about-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 120px;
}
.vacancies-about-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancies-about-point {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: calc(50% - 50px);
}
.vacancies-about-point--alt {
  width: 100%;
}
.vacancies-about-point-icon {
  margin-right: 25px;
}
.vacancies-about-point-text {
  width: calc(100% - 105px);
}
.vacancies-about-point--title {
  font-size: 26px;
  font-weight: 700;
}
.vacancies-about-point--subtitle {
  font-size: 18px;
  margin-bottom: 5px;
}
.job-info {
  background: #1a1a1a;
  padding: 100px 0;
  margin: 0 -25px 0px;
  overflow: hidden;
}
.job-info-title {
  font-size: 48px;
  min-width: 955px;
  max-width: 1264px;
  margin: 0 auto;
  color: #fff;
}
.job-info-cotent {
  min-width: 955px;
  max-width: 1264px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job_mid_text {
  width: 50%;
}
.job_top_image {
  width: 50%;
}
.job_top_image img {
  width: 100%;
  transform: scale(1.3);
  position: relative;
  top: -50px;
}
.job-info-icon {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.job-info-icon__img {
  width: 125px;
}
.job-info-icon__title {
  font-size: 24px;
  color: #fff;
}
.job-why {
  padding: 100px 0;
}
.job-why-title {
  font-size: 48px;
  width: 955px;
  margin: 0 auto 100px;
  text-align: center;
}
.job-why-point {
  width: 955px;
  margin: 0 auto;
}
.vacancies-how {
  max-width: 980px;
  margin: 0px auto 30px;
  padding: 50px 0px;
}
.vacancies-how-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #585b5d;
  margin-bottom: 30px;
}
.vacancies-how-steps {
  display: flex;
  justify-content: space-between;
}
.vacancies-how-step {
  width: 25%;
  position: relative;
}
.vacancies-how-step:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 1px;
  background: #ddd;
  top: 20px;
  left: 67%;
}
.vacancies-how-step:last-child:before {
  display: none;
}
.vacancies-how-step__number {
  background: #f1c314;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto 10px;
}
.vacancies-how-step__text {
  text-align: center;
  font-size: 14px;
}
.vacancies-list {
  max-width: 980px;
  margin: 0px auto 30px;
}
.vacancies-list-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #585b5d;
  margin-bottom: 30px;
}
.vacation {
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
  transition: background-color 0.3s;
}
.vacation:last-child {
  border-bottom: none;
}
.vacation:hover {
  background: #eee;
}
.vacation-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.vacation-left {
  width: 50%;
}
.vacation-right {
  width: 30%;
}
.vacation-about__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.vacation-about__description {
  font-size: 12px;
  margin-bottom: 10px;
}
.vacation-about__type {
  background: #ddd;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 3px;
}
.vacation-salary {
  font-size: 16px;
  font-weight: 700;
  width: 30%;
  text-align: right;
  margin-right: 20px;
}
.vacation-respond button {
  height: 40px;
  font-size: 14px;
  background: #f1c314;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}
.vacation-city {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vacation-city:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url('/pic/ico-in-map.png');
  display: block;
  margin-right: 5px;
  margin-left: -3px;
}
.vacation-content {
  width: 100%;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
}
.vacation-show {
  padding: 10px 0;
  text-align: center;
}
.vacation-show span {
  color: #585b5d;
  font-size: 14px;
  border-bottom: 1px dashed #585b5d;
  cursor: pointer;
}
.vacancies-top {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.vacation-types {
  display: flex;
  padding-left: 20px;
}
.vacation-type {
  padding: 20px 0;
  margin-right: 20px;
  color: #585b5d;
  cursor: pointer;
  font-size: 16px;
}
.vacation-type.active {
  color: #000;
  border-bottom: 2px solid #f1c314;
}
.vacation-cities {
  position: absolute;
  top: 20px;
  right: 20px;
}
.city-list-open {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.city-list-open:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url('/pic/ico-in-map.png');
  display: block;
  margin-right: 5px;
  margin-left: -3px;
}
.city-list-open span {
  border-bottom: 1px dashed #585b5d;
}
.city-list {
  font-size: 16px;
  background: #fff;
  padding: 10px 0;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 150px;
  top: -50%;
  right: 0;
}
.city-list-one {
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 20px;
}
.city-list-one.active {
  text-decoration: none;
  color: #585b5d;
}
.vacancies-form {
  border-radius: 20px;
  background: #f4f4f4;
  max-width: 800px;
  padding: 10px 30px;
  margin: 30px auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}
.vacancies-form-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}
.vacancies-form-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.vacancies-form-line label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.vacancies-form-line label em {
  font-style: normal;
  color: #f44336;
}
.vacancies-form-line input[type="text"],
.vacancies-form-line input[type="tel"],
.vacancies-form-line input[type="date"] {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.vacancies-form-line select {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #ddd;
}
.vacancies-form-line button {
  height: 40px;
  font-size: 16px;
  background: #f1c314;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
  display: block;
  width: 150px;
}
.vacancies-form-line em.error {
  font-style: normal;
  color: #f44336;
  margin-top: 5px;
  display: block;
}
.vacancies-form-line--file {
  justify-content: flex-start;
}
.vacancies-form-line--del {
  border-bottom: 1px solid #ddd;
}
.vacancies-form-col {
  width: calc(50% - 10px);
}
.vacancies-form-col--bl {
  width: 150px;
}
.vacancies-form-col--br {
  width: calc(100% - 170px);
  padding-top: 5px;
}
.vacation-list-empty {
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
}
#vacancies-mobile .header {
  width: auto;
  height: auto;
  margin: 0;
  background: url(/pic/job/job-top-photo.jpg) #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 15px 30px;
  box-shadow: none;
}
#vacancies-mobile .header-layout {
  min-width: auto;
  padding: 0;
  display: block;
  height: auto;
  text-align: center;
}
#vacancies-mobile .header-logo {
  margin: 0 0 30px;
}
#vacancies-mobile .header-logo img {
  width: 230px;
}
#vacancies-mobile .header-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#vacancies-mobile .header-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #c9c9c9;
  margin-bottom: 30px;
}
#vacancies-mobile .header-back {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
}
#vacancies-mobile .header-button {
  display: block;
  font-size: 18px;
  padding: 17px 30px;
  border-radius: 30px;
  background: #ffeb00;
  color: #000;
  text-decoration: none;
  border: 1px solid #ffeb00;
  margin-right: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#vacancies-mobile .vacancies-about {
  min-width: auto;
  margin: 0;
  padding: 20px 15px;
}
#vacancies-mobile .vacancies-about-title {
  font-size: 22px;
  margin-bottom: 30px;
}
#vacancies-mobile .vacancies-about-point {
  width: 100%;
  margin-bottom: 20px;
}
#vacancies-mobile .vacancies-about-point-icon {
  margin-right: 15px;
  width: 60px;
}
#vacancies-mobile .vacancies-about-point-icon img {
  width: 100%;
}
#vacancies-mobile .vacancies-about-point-text {
  width: calc(100% - 75px);
}
#vacancies-mobile .vacancies-about-point--title {
  font-size: 18px;
  line-height: 22px;
}
#vacancies-mobile .vacancies-about-point--subtitle {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
#vacancies-mobile .job-info {
  min-width: auto;
  margin: 0;
  padding: 20px 15px;
}
#vacancies-mobile .job-info-title {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  min-width: auto;
}
#vacancies-mobile .job-info-cotent {
  display: block;
  min-width: auto;
}
#vacancies-mobile .job_mid_text {
  width: 100%;
}
#vacancies-mobile .job-info-icon__img {
  margin-right: 15px;
  width: 60px;
}
#vacancies-mobile .job-info-icon__img img {
  width: 100%;
}
#vacancies-mobile .job-info-icon__title {
  font-size: 18px;
  line-height: 22px;
}
#vacancies-mobile .job_top_image {
  width: 100%;
}
#vacancies-mobile .job_top_image img {
  width: 100%;
  top: 0;
  transform: none;
}
#vacancies-mobile .job-why {
  padding: 20px 15px;
}
#vacancies-mobile .job-why-title {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  width: auto;
}
#vacancies-mobile ._cb {
  padding: 0;
  margin: 0;
}
#vacancies-mobile .job-why-point {
  width: 100%;
}
#vacancies-mobile .vacancies-list {
  padding: 20px 15px;
  margin: 0;
}
#vacancies-mobile .vacancies-list-title {
  margin-bottom: 0;
}
#vacancies-mobile .vacation-cities {
  position: relative;
  top: auto;
  right: auto;
}
#vacancies-mobile .vacation-cities {
  justify-content: center;
}
#vacancies-mobile .vacation-cities {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
#vacancies-mobile .vacation-types {
  padding: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
#vacancies-mobile .vacancies-top {
  border-bottom: none;
}
#vacancies-mobile .vacation-type {
  padding: 10px 0;
}
#vacancies-mobile .vacation {
  padding: 15px 0;
}
#vacancies-mobile .vacation:hover {
  background: none;
}
#vacancies-mobile .vacancies-form {
  padding: 20px;
}
#vacancies-mobile .vacancies-form * {
  box-sizing: border-box;
}
#vacancies-mobile .vacation-wrap {
  flex-wrap: wrap;
  margin-bottom: 0;
  box-sizing: border-box;
}
#vacancies-mobile .vacation-left {
  width: 100%;
  margin-bottom: 10px;
}
#vacancies-mobile .vacation-salary {
  width: auto;
  font-size: 12px;
}
#vacancies-mobile .vacation-respond {
  width: auto;
}
#vacancies-mobile .vacation-content {
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
}
#vacancies-mobile .vacation-content p {
  margin: 0 0 10px;
}
#vacancies-mobile .vacation-content ul {
  margin: 0 0 10px;
}
#vacancies-mobile .vacation-content li {
  margin-bottom: 5px;
}
#vacancies-mobile .vacancies-form-title {
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 10px;
}
#vacancies-mobile .vacancies-form-line {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#vacancies-mobile .vacancies-form-line input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#vacancies-mobile .vacancies-form-line select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#vacancies-mobile .vacancies-form-col {
  margin-bottom: 10px;
  width: 100%;
}
#vacancies-mobile .vacancies-form-col--bl {
  width: 100%;
  margin-bottom: 10px;
}
#vacancies-mobile .vacancies-form-col--bl button {
  width: 100%;
}
#vacancies-mobile .vacancies-form-col--br {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
#vacancies-mobile .city-list {
  right: auto;
  top: 0;
  z-index: 10;
}
#vacancies-mobile .vacancies-form-line--file {
  position: relative;
}
#vacancies-mobile .vacancies-form-line--file .remove-file {
  top: auto;
  bottom: 4px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/delivery-one/delivery-one.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/any-pages/promo-landing.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.promo-landing {
  padding: 20px 15px;
}
.promo-landing-wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.promo-landing-banner {
  padding-bottom: 20px;
}
.promo-landing-banner img {
  width: 100%;
  display: block;
  box-shadow: 0px 7px 14px #999999;
  border-radius: 10px;
}
.promo-landing-idea {
  padding-bottom: 20px;
}
.promo-landing-title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.promo-idea-one {
  width: calc(50% - 5px);
  overflow: hidden;
  aspect-ratio: 5 / 3;
  border-radius: 5px;
  margin-bottom: 10px;
}
.to-give6 {
  background: url(/pic/23feb/to-give6.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.to-give10 {
  background: url(/pic/23feb/to-give10.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.to-give24 {
  background: url(/pic/23feb/to-give24.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.to-give18 {
  background: url(/pic/23feb/to-give18.png) no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.promo-idea-one.active:before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  border: 2px solid #2794ca;
}
.promo-landing-price {
  background: #ededed;
  padding: 20px 0;
  margin: 0 -15px;
}
.promo-landing-price .btn {
  margin: 5px;
}
.promo-landing-price .btn a {
  text-decoration: none;
  color: #fff;
}
.promo-landing-list {
  padding: 20px 0 0;
}
.promo-landing-list .btn {
  margin: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.promo-list-one {
  margin-bottom: 10px;
  margin-right: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-list-one::first-letter {
  text-transform: uppercase;
}
.promo-list-one a {
  color: #000;
  text-decoration: none;
}
.promo-filter-one a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 5px;
  color: #000000;
  max-width: calc(100% - 30px);
  margin-left: 30px;
}
.promo-filter-one a::first-letter {
  text-transform: uppercase;
}
.promo-filter-one a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -30px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e7e7e7;
}
.promo-filter-one a.active::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 4px;
  left: -26px;
  background: #f60;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/item/accordeon/accordeon.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.accordeon-item .carousel .slick-list {
  overflow: visible;
}
.accordeon-item .carousel .slick-dots {
  margin-top: 20px;
}
.accordeon-item__header {
  -webkit-transition: all 0.2s 0s linear;
  -moz-transition: all 0.2s 0s linear;
  -ms-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}
.accordeon-item__content {
  background-color: #f3f3f3;
  width: 100%;
  color: #000;
}
.accordeon-item__content .table,
.accordeon-item__content .product-fast-reviews,
.accordeon-item__content .use,
.accordeon-item__content .analogs-tpl {
  padding: 15px;
}
.accordeon-item_show .accordeon-item__content {
  display: block;
}
.accordeon-item_show .accordeon-item__header {
  background: white url("/pic/mobile/minus.png") no-repeat top 50% right 20px;
  background-size: 12px;
}
.accordeon__item:not(:last-child) {
  border-bottom-style: none;
}
.accordeon__item > * {
  background-color: white;
}
.use {
  margin: -15px -15px;
}
.use__item {
  border-bottom: 1px solid #e7e7e7;
}
.use__item:last-child {
  border-bottom: none;
}
.use-item {
  padding: 15px;
}
.use-item__title {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.use-item__count {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.use-item__dropdown-link {
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #004a85;
  text-decoration: underline;
}
.use-item__dropdown-content {
  display: none;
  border: 5px solid #000;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  margin: 5px 0 20px;
}
.use-item__dropdown-content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -25px;
  border: 10px solid transparent;
  border-bottom: 10px solid #000;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.use-item__dropdown-img {
  display: block;
  width: 100%;
}
.use-item__dropdown_open .use-item__dropdown-content {
  display: block;
}
.use-item__dropdown_open .use-item__dropdown-link:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.use-item__section {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.table__row {
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}
.table__cell {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #000;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.article-item {
  font-size: 0;
  padding: 15px;
}
.article-item__col {
  display: inline-block;
  vertical-align: top;
}
.article-item__col_side_left {
  width: 33.33333333%;
}
.article-item__col_side_right {
  width: 66.66666667%;
  padding-left: 15px;
}
.article-item__date {
  color: #646464;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.article-item__link {
  color: #004a85;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
.article-item__img {
  display: block;
  width: 100%;
}
.article-item__img-wrapper {
  display: block;
}
.views-product {
  margin: 0 5px;
}
.views__wrapper {
  background-color: #f3f3f3;
  display: block;
  padding: 15px 16px 20px;
  margin: 0 -16px 20px;
}
.views-carousel {
  margin: 0 -8px 15px;
  overflow: hidden;
}
.views-carousel .swiper-button-prev {
  left: 0;
  transform: scale(0.75);
  top: calc(50% - 30px);
}
.views-carousel .swiper-button-next {
  right: 0;
  transform: scale(0.75);
  top: calc(50% - 30px);
}
.articles-slider .swiper-button-prev,
.news-slider .swiper-button-prev {
  left: -6px;
  transform: scale(0.75);
  top: calc(50% - 30px);
}
.articles-slider .swiper-button-next,
.news-slider .swiper-button-next {
  right: -6px;
  transform: scale(0.75);
  top: calc(50% - 30px);
}
.carousel {
  overflow: hidden;
}
.views__title {
  display: block;
  margin-bottom: 14px;
  color: #0f0f0f;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.views-product__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  max-height: 140px;
  margin: auto;
}
.views-product__img-wrapper {
  display: block;
  height: 136px;
  position: relative;
  background: #ffffff;
  width: 100%;
  /* margin-bottom: 12px; */
}
.views-product__title {
  display: inline;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  color: #004a85;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.views-product__title-wrapper {
  display: block;
  margin-bottom: 10px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.views-product__price {
  color: black;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.views-product__price .old-price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}
.views-product__price .badge {
  padding: 0.2em 0.5em;
  font-size: 75%;
  margin-left: 5px;
}
.cert-list {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0;
  flex-wrap: wrap;
}
.cert-one {
  display: flex;
  width: 48%;
  align-items: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.cert-one img {
  width: 100%;
}
.cert-one--pdf {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.cert-one--pdf img {
  width: 48px;
  margin-right: 10px;
}
.accordeon .reviews .info {
  padding: 20px 15px;
  background: #f5f5f5;
}
.accordeon .reviews .review {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .accordeon-item__content .analogs-tpl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accordeon-item__content .analogs-tpl .catalog-item-outer-wrapper {
    width: 48%;
  }
  .cert-one {
    display: flex;
    width: 32%;
  }
  .cert-one--pdf {
    width: 48%;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/item/accordeon/fastReview.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.summary-top-row {
  padding: 20px 15px;
}
.summary-left-column .btn {
  width: 100%;
  margin-bottom: 15px;
}
.summary-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.summary-rating-stars {
  display: block;
}
.stars-off {
  background-image: url('/pic/widgets-sprite.png');
  background-position: 0 -20px;
  height: 20px;
  width: 114px;
  display: block;
}
.stars-on {
  background-image: url('/pic/widgets-sprite.png');
  background-position: 0 0;
  width: 114px;
  height: 20px;
  display: block;
}
.summary-rating-value {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #333;
}
.summary-right-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.write-review-btn,
.write-question-btn {
  border: none;
  font-size: 15px;
  width: 100%;
  height: 40px;
  color: #ffffff;
  background: #fe7e03;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}
.summary-footer-row {
  padding: 20px 15px;
  border-radius: 4px;
  background: #f5f5f5;
  line-height: 17px;
  text-shadow: 0 1px 0 #fff;
}
.summary-footer-left-column {
  margin-bottom: 10px;
}
.summary-footer-left-column span {
  display: block;
}
.summary-footer-right-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.summary-sort-label {
  width: 48%;
}
.summary-sort-selector {
  padding: 5px 10px;
  width: 48%;
  background-image: url(/pic/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 96%;
}
.review-one {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
}
.review-rating {
  margin: 0 0 10px;
  display: block;
}
.stars-off-sm {
  display: block;
  background-image: url('/pic/widgets-sprite.png');
  background-position: 0 -51px;
  height: 11px;
  width: 64px;
}
.stars-on-sm {
  display: block;
  background-image: url('/pic/widgets-sprite.png');
  background-position: 0 -40px;
  width: 64px;
  height: 11px;
}
.review-author-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.review-author-location {
  font-size: 10px;
  font-weight: 400;
  color: #999;
}
.review-middle-column {
  padding: 0 0 0 25px;
}
.review-pros {
  margin-bottom: 10px;
  position: relative;
}
.review-pros-icon {
  position: absolute;
  left: -25px;
  top: 2px;
  background-image: url('/pic/widgets-sprite.png');
  background-position: -64px -40px;
  width: 11px;
  height: 11px;
}
.review-group-title {
  display: block;
  font-size: 1.2em;
  padding: 15px 10px;
  background: #f1f1f1;
  margin: 10px 0px;
  font-weight: bold;
  text-align: center;
}
.review-cons {
  margin-bottom: 10px;
  position: relative;
}
.review-cons-icon {
  position: absolute;
  left: -25px;
  top: 6px;
  background-image: url('/pic/widgets-sprite.png');
  background-position: -75px -40px;
  width: 11px;
  height: 3px;
}
.review-body {
  margin-bottom: 10px;
  position: relative;
}
.review-body-icon {
  position: absolute;
  left: -25px;
  top: 2px;
  background-image: url('/pic/widgets-sprite.png');
  background-position: -38px -62px;
  width: 14px;
  height: 12px;
}
.review-recommend {
  position: relative;
  margin-bottom: 10px;
}
.review-recommend-icon {
  position: absolute;
  left: -23px;
  top: 1px;
  background-image: url('/pic/widgets-sprite.png');
  background-position: -52px -62px;
  width: 13px;
  height: 12px;
}
.review-photos {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.review-photo {
  padding: 2px;
  border: 1px solid #e5e5e5;
  display: block;
  margin-right: 10px;
}
.review-photo img {
  height: 100px;
  width: auto;
  display: block;
}
.review-date {
  font-size: 11px;
  font-style: italic;
  display: block;
}
.review-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-form-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  max-height: 100%;
}
.review-form-body {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
  height: auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-form-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  background: url(/pic/mobile/cross.png) no-repeat 50%;
}
.review-form-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.review-form-title {
  font-size: 16px;
}
.review-form-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
.review-form-inputs {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  overflow-y: auto;
}
.review-star-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.review-star-rating em.error {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ff3334;
  font-style: normal;
  padding-top: 5px;
}
.rating-stars-title {
  font-size: 14px;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.rating-stars {
  display: flex;
  margin: 0 5px 0 0px;
}
.rating-stars-label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
}
.rating-star {
  cursor: pointer;
  min-width: 28px;
  min-height: 28px;
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9J3JnYmEoMCwgMCwgMCwgMC4yNiknIGQ9J00yNCw4LjY4OCBMMTUuMzcyLDcuOTQ0IEwxMiwwIEw4LjYyOCw3Ljk1NgogICAgICBMMCw4LjY4OCBMNi41NTIsMTQuMzY0IEw0LjU4NCwyMi44IEwxMiwxOC4zMjQgTDE5LjQxNiwyMi44IEwxNy40NiwxNC4zNjQgTDI0LDguNjg4IEwyNCw4LjY4OAogICAgICBaIE03LjQ4OCwxOC44MDQgTDguNjg4LDEzLjY2OCBMNC43MDQsMTAuMjEyIEw5Ljk2LDkuNzU2IEwxMiw0LjkyIEwxNC4wNTIsOS43NjggTDE5LjMwOCwxMC4yMjQKICAgICAgTDE1LjMyNCwxMy42OCBMMTYuNTI0LDE4LjgxNiBMMTIsMTYuMDggTDcuNDg4LDE4LjgwNCBMNy40ODgsMTguODA0IFonPjwvcGF0aD48L3N2Zz4=);
}
.rating-star--active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyNmZmQ3NDAnIGQ9J00xMiwxOC4zMjQgTDE5LjQxNiwyMi44IEwxNy40NDgsMTQuMzY0CiAgICAgIEwyNCw4LjY4OCBMMTUuMzcyLDcuOTU2IEwxMiwwTDguNjI4LDcuOTU2IEwwLDguNjg4IEw2LjU1MiwxNC4zNjQgTDQuNTg0LDIyLjggTDEyLDE4LjMyNAogICAgICBMMTIsMTguMzI0IFonPjwvcGF0aD48L3N2Zz4=);
}
.rating-star--hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyNmZmQ3NDAnIGQ9J00yNCw4LjY4OCBMMTUuMzcyLDcuOTQ0IEwxMiwwIEw4LjYyOCw3Ljk1NgogICAgICBMMCw4LjY4OCBMNi41NTIsMTQuMzY0IEw0LjU4NCwyMi44IEwxMiwxOC4zMjQgTDE5LjQxNiwyMi44IEwxNy40NiwxNC4zNjQgTDI0LDguNjg4IEwyNCw4LjY4OAogICAgICBaIE03LjQ4OCwxOC44MDQgTDguNjg4LDEzLjY2OCBMNC43MDQsMTAuMjEyIEw5Ljk2LDkuNzU2IEwxMiw0LjkyIEwxNC4wNTIsOS43NjggTDE5LjMwOCwxMC4yMjQKICAgICAgTDE1LjMyNCwxMy42OCBMMTYuNTI0LDE4LjgxNiBMMTIsMTYuMDggTDcuNDg4LDE4LjgwNCBMNy40ODgsMTguODA0IFonPjwvcGF0aD48L3N2Zz4=);
}
.review-input-container {
  margin-bottom: 10px;
}
.review-text-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.review-text-inputs {
  width: 100%;
  background-color: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.review-text-inputs em.error {
  padding-left: 5px;
  font-size: 12px;
  color: #ff3334;
  font-style: normal;
  display: block;
}
.review-text-input {
  margin: 10px 0;
}
.review-text-input textarea {
  padding: 5px;
  font-family: Tahoma, Arial;
  resize: none;
  line-height: 1.4;
  font-size: 14px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
.review-form-photos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  position: relative;
}
.review-form-photos > span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  display: block;
  width: calc(100% - 45px);
}
.review-form-photos strong {
  color: #2196f3;
  font-weight: normal;
}
.review-form-photos-icon {
  min-width: 32px;
  min-height: 32px;
  margin-right: 10px;
  background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxnIGZpbGw9J3JnYmEoMCwgMCwgMCwgMC4yNiknPjxjaXJjbGUgY3g9JzEyJyBjeT0nMTInIHI9JzMuMicvPjxwYXRoIGQ9J005IDJMNy4xNyA0SDRjLTEuMSAwLTIgLjktMiAydjEyYzAgMS4xLjkgMiAyIDJoMTZjMS4xIDAgMi0uOSAyLTJWNmMwLTEuMS0uOS0yLTItMmgtMy4xN0wxNSAySDl6bTMgMTVjLTIuNzYgMC01LTIuMjQtNS01czIuMjQtNSA1LTUgNSAyLjI0IDUgNS0yLjI0IDUtNSA1eicvPjxwYXRoIGQ9J00wIDBoMjR2MjRIMHonIGZpbGw9J25vbmUnLz48L2c+PC9zdmc+);
}
.add-file-input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.review-photos-preview {
  width: 100%;
}
.review-preview-one {
  padding: 0 0 10px;
  font-size: 14px;
  color: #000;
}
.review-preview-one span {
  margin-right: 5px;
}
.review-preview-one em.error {
  padding-left: 0;
  font-size: 12px;
}
.review-photo-delete {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
}
.review-photo-delete:before {
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  top: 5px;
  left: 8px;
  background: #ff3334;
  transform: rotate(45deg);
}
.review-photo-delete:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 2px;
  background: #ff3334;
  transform: rotate(45deg);
}
.file-valid-error {
  color: #ff3334;
  font-size: 12px;
  padding-top: 10px;
}
.review-recommended {
  margin-bottom: 10px;
}
.review-input-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.single-choice-buttons {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  display: flex;
  width: 120px;
}
.single-choice-button {
  border: none;
  outline: none;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  width: 50%;
}
.single-choice-button.active {
  background-color: #ffd740;
}
.single-choice-button:last-child {
  border-right: none;
}
.review-form-author {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.review-form-author-name {
  width: 100%;
  margin-bottom: 10px;
}
.review-form-author-name label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.review-form-author-name input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fcfcfc;
  border-radius: 2px;
  padding: 5px 10px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  font-family: Tahoma, Arial;
  font-size: 14px;
}
.review-form-author-location {
  width: 100%;
}
.review-form-author-location label {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.review-form-author-location input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fcfcfc;
  border-radius: 2px;
  padding: 5px 10px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  font-family: Tahoma, Arial;
  font-size: 14px;
}
.review-agreement {
  display: block;
}
.review-agreement-text {
  position: relative;
  margin-bottom: 20px;
}
.review-agreement-text.hidden {
  height: 90px;
  overflow-y: hidden;
}
.review-agreement-text.hidden:after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, #fff);
  width: 100%;
  height: 40px;
  bottom: -15px;
  left: 0;
}
.review-agreement-text p {
  font-size: 14px;
  margin-bottom: 10px;
}
.review-agreement-text ul {
  margin: 0;
  padding: 0;
  margin-left: 16px;
  margin-bottom: 8px;
}
.review-agreement-text em {
  font-weight: 700;
  font-style: normal;
}
.review-agreement-show {
  text-align: center;
  position: relative;
  top: -5px;
}
.review-agreement-show-button {
  font-size: 12px;
  color: #2196f3;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.review-agreement-confirmation {
  display: flex;
  align-items: center;
}
.review-input-required {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 10px;
}
.review-label-required {
  width: calc(100% - 25px);
  display: block;
  margin: 0;
}
.review-form-footer {
  min-height: 40px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.review-form-submit {
  border: none;
  background-color: #2196f3;
  color: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 36px;
  min-height: 36px;
  font-size: 14px;
  padding: 0px 15px;
  cursor: pointer;
}
.review-form-submit:disabled {
  background: #ddd;
}
.review-send {
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
}
.review-send-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.review-send-subtitle {
  font-size: 16px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./mobile/modules/item/accordeon/questions.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.questions {
  padding: 20px 15px;
}
.question-one {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.questions-noResult {
  font-size: 12px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
}
.question-one-body {
  padding-left: 50px;
  position: relative;
}
.question-one-body:before {
  content: "?";
  font-size: 16px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fccb08;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.question-autor {
  margin-bottom: 10px;
}
.question-autor-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.question-autor-date {
  font-size: 12px;
}
.question-one-text {
  word-wrap: break-word;
  font-size: 16px;
}
.question-answer {
  padding-left: 50px;
  padding-top: 10px;
}
.question-answer-one {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px;
}
.question-answer-one:last-child {
  margin-bottom: 0;
}
.question-answer-one__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.question-answer-one__date {
  font-size: 12px;
  margin-bottom: 10px;
}
.question-answer-one__text {
  font-size: 14px;
  word-wrap: break-word;
}
.questions-form-top {
  margin-bottom: 20px;
}
.questions-form-top .btn {
  width: 100%;
}
.questions-form-title {
  font-size: 16px;
  font-weight: 700;
}
.questions-form-textarea {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fcfcfc;
  border-radius: 2px;
  padding: 5px 10px;
  height: 65px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'AvenirNext', 'Tahoma', sans-serif;
  font-size: 14px;
}
.questions-agreement-confirmation {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.questions-form-button {
  border: none;
  background-color: #2196f3;
  color: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 36px;
  min-height: 36px;
  font-size: 14px;
  padding: 0px 15px;
  cursor: pointer;
}
#questions-form em.error {
  font-style: normal;
  padding-top: 5px;
  margin-bottom: 5px;
}
.question-register {
  display: none;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/modules/auto-catalog/selected-catalog/style.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.selected-catalog .garage-marks {
  columns: 6;
  list-style: none;
  margin: 0;
  padding: 0;
}
.selected-catalog .garage-marks-one {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.selected-catalog .garage-marks-one a {
  font-size: 14px;
}
.selected-catalog .garage-marks-one__letter {
  font-weight: 700;
  color: #fe7e03;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.selected-catalog.is-mobile .vehicle-type-one {
  padding: 10px;
  border: 1px solid #ddd;
}
.selected-catalog.is-mobile .vehicle-type-one.active {
  font-weight: bold;
}
.selected-catalog.is-mobile .garage-marks {
  margin-top: 15px;
  columns: 1;
}
.selected-catalog.is-mobile .garage-marks-one a,
.selected-catalog.is-mobile .garage-marks-one__letter {
  font-size: 18px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/modules/review-comment/review-comment.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.review-comments {
  margin-top: 15px;
}
.review-comments-sort {
  gap: 10px;
  display: flex;
  margin-top: 30px;
}
.review-comments-sort .active {
  background-color: #cacaca;
}
.review-comments-form {
  background-color: #f3f3f3;
  padding: 20px;
}
.review-comments-wrapper h2 {
  font-weight: bold;
  margin-top: 30px;
  color: #999;
  font-size: 22px;
}
.review-comments-wrapper .comments-item {
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 0.25rem;
}
.review-comments-wrapper .comments-item-actions {
  display: flex;
  gap: 10px;
}
.review-comments-wrapper .comments-item-reactions {
  display: flex;
  gap: 10px;
  justify-content: start;
}
.review-comments-wrapper .comments-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-comments-wrapper .comments-item-user {
  display: flex;
  align-items: center;
}
.review-comments-wrapper .comments-item-avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.review-comments-wrapper .comments-item-avatar img {
  max-width: 100%;
  max-height: 100%;
}
.review-comments-wrapper .comments-item__name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  color: #333;
  display: block;
}
.review-comments-wrapper .comments-item__subname {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-comments-wrapper .comments-item__date {
  color: #9f9f9f;
  font-size: 14px;
}
.review-comments-wrapper .comments-item__grade {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 700;
}
.review-comments-wrapper .comments-item__text {
  margin: 10px 0;
  font-size: 16px;
  overflow: hidden;
}
.review-comments-wrapper .comments-item + .comments-item {
  padding-top: 15px;
  margin-top: 15px;
}
.review-comments-wrapper .review-comments--sub {
  margin-top: 0;
}
.review-comments-wrapper .review-comments--sub .comments-item {
  border: 1px solid transparent;
  padding: 0;
  margin-left: 30px;
  padding-top: 25px;
}
.review-comments-wrapper .review-comments--sub-max .comments-item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .review-comments-wrapper .review-comments--sub .comments-item {
    margin-left: 15px;
  }
  .review-comments-wrapper .review-comments--sub-max .comments-item {
    margin-left: 0;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/modules/addCartModal/addCart.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}
.cart-modal__notification {
  padding-bottom: 10px;
  font-weight: 600;
  display: none;
}
.cart-modal__notification__info {
  display: inline-block;
  background-color: #f8aa37;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.modal-body {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  background: #fff;
  border-radius: 7px;
  padding: 15px 15px 0;
  font-weight: 400;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
}
.modal-close:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 5px;
}
.modal-close:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 5px;
}
.cart-modal--big .modal-form {
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
  padding-right: 20px;
}
.cart-modal__title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cart-modal__name {
  font-size: 18px;
  margin-bottom: 5px;
}
.cart-modal__number {
  margin-bottom: 15px;
  color: #7d7d7d;
}
.cart-modal__price {
  font-size: 20px;
}
.cart-quant__minus {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  width: 28px;
  background: #0095c7;
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}
.cart-quant__minus:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #fff;
}
.cart-quant__minus:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.cart-quant__input {
  display: inline-block;
  vertical-align: middle;
}
.cart-quant__input input {
  height: 29px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  outline: none;
  width: 100px;
  text-align: center;
}
.cart-quant__input input::-webkit-outer-spin-button,
.cart-quant__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-quant__input input[type='number'] {
  -moz-appearance: textfield;
}
.cart-quant__plus {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  width: 28px;
  background: #0095c7;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 4px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}
.cart-quant__plus:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #fff;
}
.cart-quant__plus:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
}
.cart-quant__plus:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.cart-modal-line {
  position: relative;
}
.cart-modal-line .cart-quant {
  margin-bottom: 5px;
}
.cart-modal-bottom {
  margin-bottom: 15px;
}
.item-quant,
.item-quant-mult,
.item-from-mult-quant {
  display: none;
}
.cart-replace {
  display: none;
  margin-top: 10px;
}
.cart-after__text {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}
.cart-after__price {
  white-space: nowrap;
}
.cart-after-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
  align-items: center;
}
.cart-after-bottom__right {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.cart-modal__max-quant,
.cart-modal__mult-quant {
  margin-bottom: 10px;
  font-size: 14px;
}
.cart-modal__max-quant.attention,
.cart-modal__mult-quant.attention {
  color: red;
  font-weight: bold;
  animation: color_change 0.3s;
  font-size: 1.2em;
}
@keyframes color_change {
  from {
    color: #000;
    font-size: 1em;
  }
  to {
    color: red;
    font-size: 1.2em;
  }
}
.related-scroll {
  overflow-y: auto;
}
.cart-modal-header {
  align-items: center;
}
.cart-modal-header * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cart-after-bottom__right {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
  .cart-modal__title {
    font-size: 18px;
  }
  .modal-body {
    top: 20px;
    width: 100%;
    min-height: 400px;
    max-height: 95vh;
    box-sizing: border-box;
  }
  .modal-body * {
    box-sizing: border-box;
  }
  .cart-modal__name {
    font-size: 16px;
    margin-bottom: 5px;
    max-height: 44px;
    overflow: hidden;
  }
  .cart-after__text {
    font-size: 12px;
    margin: 0;
    line-height: 1;
  }
  .cart-modal__number {
    margin-bottom: 10px;
  }
  .cart-modal__max-quant,
  .cart-modal__mult-quant {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .cart-after-bottom {
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .cart-after-bottom__right {
    gap: 10px;
    flex-wrap: wrap;
  }
  .cart-after-bottom__right .btn {
    width: 100%;
  }
  .cart-after-bottom__right .btn-border {
    order: 2;
  }
  .cart-modal__title {
    font-size: 15px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/components/rating/Rating-component.vue?vue&type=style&index=0&id=4b21f046&lang=less&scoped=true ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.product-rating[data-v-4b21f046] {
  line-height: 12px;
  margin: 5px 0px;
  color: #333;
  font-weight: bold;
  font-size: 11px;
}
.product-rating small[data-v-4b21f046] {
  color: #888;
  font-size: 1em;
}
.product-rating em[data-v-4b21f046] {
  color: #888;
  font-size: 1em;
  margin: 0px 3px;
  font-style: normal;
}
.star[data-v-4b21f046] {
  display: inline-block;
  background-image: url(/pic/ico-star.gif);
  width: 12px;
  height: 12px;
  vertical-align: bottom;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./desktope/modules/review/review.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.review-wrapper * {
  box-sizing: border-box;
}
.review-wrapper .bc span {
  font-size: 1.1em;
  vertical-align: bottom;
  line-height: 1;
  color: #999;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 10px;
  flex-direction: column;
}
.review-header h1 {
  position: relative;
}
@media (max-width: 768px) {
  .review-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.review-question-block {
  padding: 10px;
  margin: 10px 0;
  border-left: 4px solid #02689f;
  background: #f8f9fa;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 1.5;
}
.review-question-author {
  font-size: 14px;
  font-weight: 400;
}
.review-question-text {
  font-size: 20px;
  font-weight: 400;
}
.review-goods {
  position: sticky;
  top: 60px;
}
.review-goods-title {
  text-align: center;
}
@media (max-width: 768px) {
  .review-goods-title {
    text-align: left;
  }
}
body.hidden .review-goods {
  width: 279px;
}
.icon--body {
  width: 18px;
  height: 18px;
  display: block;
  background-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.icon-comment {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0,0,256,256'%3E%3Cg fill='%23a8a8a8' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(10.66667,10.66667)'%3E%3Cpath d='M4.00195,3c-1.09306,0 -2,0.90694 -2,2v12c0,1.09306 0.90694,2 2,2h14l4,4l-0.01172,-18.00195c0,-1.09306 -0.90815,-1.99805 -2,-1.99805zM4.00195,5h15.98828l0.00781,13.16797l-1.16797,-1.16797h-14.82812zM7,8v2h10v-2zM7,12v2h7v-2z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-views {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0,0,256,256'%3E%3Cg fill='%23a8a8a8' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(10.66667,10.66667)'%3E%3Cpath d='M12,4c-8,0 -11,8 -11,8c0,0 3,8 11,8c8,0 11,-8 11,-8c0,0 -3,-8 -11,-8zM12,6c5.276,0 7.94459,4.26709 8.80859,5.99609c-0.865,1.717 -3.55359,6.00391 -8.80859,6.00391c-5.276,0 -7.94459,-4.26709 -8.80859,-5.99609c0.866,-1.717 3.55359,-6.00391 8.80859,-6.00391zM12,8c-2.209,0 -4,1.791 -4,4c0,2.209 1.791,4 4,4c2.209,0 4,-1.791 4,-4c0,-2.209 -1.791,-4 -4,-4zM12,10c1.105,0 2,0.895 2,2c0,1.105 -0.895,2 -2,2c-1.105,0 -2,-0.895 -2,-2c0,-1.105 0.895,-2 2,-2z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-like {
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNhNmE2YTYiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4zNTEgMGMtLjk3OCAwLTEuMjE0IDEuMDg3LTEuNDE4IDEuODMzLS4xNS41MzMtLjI5NiAxLjA2Ni0uNDc3IDEuNTktLjM2NyAxLjA1NS0uOTE2IDIuMjc2LTEuODEzIDMuNDM2QTEuOTk4IDEuOTk4IDAgMCAwIDkgNkg0YTIgMiAwIDAgMC0yIDJ2MTJhMiAyIDAgMCAwIDIgMmg1YTIgMiAwIDAgMCAxLjg4My0xLjMyNGwuMDgyLjAyNmMuMjYyLjA4Ni41MTMuMTgyLjgwMi4yOTIuMTcuMDY1LjM1My4xMzUuNTYuMjEgMS4wNjEuMzkgMi4zODYuNzk2IDQuMTczLjc5NiAxLjY3IDAgNC4xNDktLjU2MSA1LjM5NC0zLjA1M0MyMy42MDcgMTUuNTIzIDI0IDEyLjI5NCAyNCAxMWMwLTIuMTQxLTEuMzkxLTQuNTE0LTQtNC41MTRoLTEuNjAyYy4zMzUtMS4yMzQuNDQ0LTIuNTI0LjEzLTMuNjQ3LS4yMjMtLjgwNS0uNjctMS41NDItMS40MTItMi4wNjdDMTYuMzgyLjI1MiAxNS40NDcgMCAxNC4zNTEgMFpNMTEgMTguNjMzYy4yMDIuMDQ5LjM5OC4xMDYuNTg3LjE2OC4zMDMuMS42MzUuMjI2Ljk1Ny4zNDlsLjQ3MS4xNzdjLjk1My4zNSAyLjAyOC42NzMgMy40ODUuNjczIDEuMzMgMCAyLjg1MS0uNDM5IDMuNjA2LTEuOTQ3QzIxLjY2NSAxNC45MzUgMjIgMTIuMDE3IDIyIDExYzAtMS40ODgtLjg5OS0yLjUxNC0yLTIuNTE0aC00LjQ5N2wuNTczLTEuMzgyYy41OS0xLjQyNS43ODUtMi43OTcuNTI2LTMuNzI5LS4xMjItLjQzOC0uMzM2LS43NTUtLjY0My0uOTcyLS4yMjYtLjE2LS41NDgtLjI5OS0xLjAwOC0uMzY0bC0uMDAzLjAxMS0uMDc4LjI4NmMtLjEyNC40NTQtLjI5IDEuMDY2LS41MjUgMS43NDItLjU1IDEuNTgtMS41MDEgMy42MDgtMy4zNDUgNS4zNjJ2OS4xOTNaTTQgOGg1djEySDRWOFoiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPjwvc3ZnPg==");
}
.review-good {
  margin-bottom: 20px;
}
.review-good + .review-good {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.review-good__img {
  display: block;
  width: 140px;
  height: 107px;
  background: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px;
}
.review-good__img img {
  max-height: 107px;
  max-width: 107px;
  margin: auto;
  border: 0px;
}
.review-good__name {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.review-good-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-good__price {
  font-weight: bold;
}
.review-detail__date,
.review-detail__author,
.review-detail__comment,
.review-detail__views {
  color: #999;
  font-size: 14px;
}
.review-detail__comment,
.review-detail__views {
  display: flex;
  text-decoration: none;
}
.review-detail-content {
  font-size: 16px;
  line-height: 1.6;
}
.review-detail-content img {
  max-width: 100%;
  object-fit: contain;
}
.review-detail-content * {
  font-size: 16px;
  line-height: 1.6;
}
.review-detail-content .review__image {
  text-align: center;
  color: #999;
}
.review-detail-addition {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.review-detail__link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-detail .comment-form {
  background: #ddd;
  padding: 20px;
  display: none;
}
.review-detail .comment-form h3 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
}
.review-detail ins.pos-1,
.review-detail ins.pos-2,
.review-detail ins.pos-3 {
  height: 64px;
  position: absolute;
  right: 12px;
  top: 0px;
  width: 64px;
  display: block;
}
.review-detail ins.pos-1 {
  background: url('/pic/ico-review-pos.png') no-repeat;
}
.review-detail ins.pos-2 {
  background: url('/pic/ico-review-pos.png') no-repeat left -64px;
}
.review-detail ins.pos-3 {
  background: url('/pic/ico-review-pos.png') no-repeat left -128px;
}
.review-detail ul.control-panel {
  margin: 10px 0px;
  padding: 0px;
  list-style: none;
}
.review-detail ul.control-panel li {
  padding: 0px 0px 0px 9px;
  margin: 0px 0px 0px 7px;
  list-style: none;
  display: inline-block;
  border-left: 1px solid #aaaaaa;
  line-height: 16px;
}
.review-detail ul.control-panel li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  border: 0px;
}
.review-detail ul.control-panel a {
  line-height: 16px;
  display: inline-block;
}
.review-detail ul.control-panel a.back-link {
  color: #ff6600;
}
.review-detail ul.control-panel a.add-review-link {
  background: url('/pic/ico-add-info.png') no-repeat left center;
  padding-left: 20px;
}
.review-detail ul.control-panel a.add-comment-link {
  background: url('/pic/ico-add-comment.png') no-repeat left center;
  padding-left: 20px;
  text-decoration: none;
  font-weight: bold;
}
.review-detail div.comment-new {
  border-bottom: 1px solid #eeeeee;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  display: none;
}
.review-detail div.comment-new .link-to {
  color: #0095c7;
  text-decoration: underline;
  cursor: pointer;
}
.review-detail ul.comments {
  padding: 0px;
  margin: 30px 0px 0px 0px;
  list-style: none;
}
.review-detail ul.comments li {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #eeeeee;
}
.review-detail ul.comments li i {
  display: block;
  float: left;
  width: 15%;
  font-style: normal;
  color: #777777;
  line-height: 150%;
}
.review-detail ul.comments li b {
  display: block;
  float: left;
  width: 83%;
  margin-left: 2%;
  font-weight: normal;
}
.review-detail p {
  word-wrap: break-word;
}
.review-promo-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #FF6B6B 0%, #FF8E53 100%);
  border-radius: 10px;
  padding: 12px 20px;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
  color: white;
  margin-bottom: 20px;
}
.review-promo-banner .promo-content__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review-promo-banner .promo-content-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.review-promo-banner .prizes {
  display: flex;
  gap: 10px;
}
.review-promo-banner .prize-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}
.review-promo-banner .guaranteed-badge {
  background: rgba(255, 255, 255, 0.25);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}
.review-promo-banner .promo-btn {
  background: white;
  color: #FF6B6B;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s;
}
.review-promo-banner .promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .review-promo-banner {
    flex-direction: column;
    height: auto;
    padding: 15px;
    gap: 10px;
  }
  .prizes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .promo-content-wrapper {
    flex-wrap: wrap;
  }
}
.review-comments-wrapper {
  margin-bottom: 30px;
}
.good-review {
  padding: 0 15px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .review-header h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .review-detail-content {
    font-size: 18px;
    line-height: 1.6;
    font-family: Tahoma;
  }
  .review-detail-content * {
    font-size: 18px;
    line-height: 1.6;
  }
  .review-detail-content,
  .text-content {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .review-detail-content,
  .review-detail-content p,
  .text-content {
    color: #262626;
    font-family: AvenirNext, Tahoma, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }
  .review-detail-content p {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .review-detail-content ol,
  .review-detail-content ul {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .review-detail-content ol li,
  .review-detail-content ul li {
    font-size: 18px;
  }
  .review-detail-content u {
    color: #004a85;
    font-weight: 400;
    text-decoration: underline;
  }
  .review-detail-content img {
    display: block;
    max-width: 100%;
  }
  .review-detail-content ul {
    padding-left: 20px;
  }
  .review-detail-addition {
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
    gap: 7px;
  }
  .review-comments-wrapper h2 {
    margin-top: 0;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/components/autocomplete/Suggestion.vue?vue&type=style&index=0&id=29753569&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.autocomplete-suggestions__item {
  padding: 10px;
  background-color: #fff;
  display: flex;
}
.autocomplete-suggestions__item:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}
.autocomplete-suggestions__item strong {
  font-weight: 700;
  display: inline-block;
}
.autocomplete-suggestions__item span {
  margin-left: 3px;
  display: block;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/components/autocomplete/Suggestions.vue?vue&type=style&index=0&id=08dd18da&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/

.autocomplete-suggestions {
        border: 1px solid #ddd;
        position: absolute;
        z-index: 10;
        width: 100%;
        position: absolute;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/components/autocomplete/Input.vue?vue&type=style&index=0&id=0b316e75&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/

.autocomplete-input {
        position: relative;
}
.autocomplete-input--label {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
}
.autocomplete-input--label .form-control {
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        color: #333;
        font-size: 14px;
        height: 64px;
        line-height: 22px;
        outline: none;
        padding: 14px 12px 11px;
        position: relative;
        transition: 0.2s;
        width: 100%;
}
.autocomplete-input--label label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        color: #8c8c8c;
        font-size: 14px;
        pointer-events: none;
        position: absolute;
        z-index: 10;
        cursor: text;
        left: 12px;
        top: 22px;
        transition: all 0.15s ease-in-out;
        margin-bottom: 0;
        line-height: 1.4;
}
.autocomplete-input--label.focus label {
        top: 12px;
}
.autocomplete-spinner {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/ui/ValidatedInput.vue?vue&type=style&index=0&id=b118b920&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styled-input {
  position: relative;
}
.styled-input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #8c8c8c;
  font-size: 15px;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  cursor: text;
  left: 12px;
  top: 13px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 0;
  line-height: 1.4;
}
.styled-input .form-control {
  color: #333;
  font-size: 14px;
  height: 48px;
  line-height: 22px;
  outline: none;
  padding: 31px 12px 11px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
.styled-input.is-focused label {
  top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 379px) {
.styled-input label {
    font-size: 14px;
    top: 11px;
}
.styled-input .form-control {
    height: 40px;
    padding: 20px 12px 6px;
}
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./vue/ui/AddressClarification.vue?vue&type=style&index=0&id=4e6dcfc4&scoped=true&lang=less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrapper[data-v-4e6dcfc4] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.form[data-v-4e6dcfc4] {
  width: 50%;
}
.form-wrapper[data-v-4e6dcfc4] {
  margin-top: 20px;
  padding: 0 10px;
}
.map-address-clarification[data-v-4e6dcfc4] {
  width: 50%;
  height: 100%;
  min-height: 320px;
}
.map-address-clarification[data-v-4e6dcfc4] .yandex-container {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.text-available[data-v-4e6dcfc4] {
  color: #008000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
}
.placemarks-head__title[data-v-4e6dcfc4] {
  font-size: 24px;
  font-weight: 700;
}
.submit-suggest[data-v-4e6dcfc4] {
  align-items: center;
  color: #4e4e4e;
  font-size: 14px;
  margin-left: 20px;
}
.status-area[data-v-4e6dcfc4] {
  margin: 15px 0;
}
.status-block[data-v-4e6dcfc4] {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.status-block--checking[data-v-4e6dcfc4] {
  background-color: #fff9e6;
  border: 1px solid #ffe58f;
}
.status-block--success[data-v-4e6dcfc4] {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.status-block--warning[data-v-4e6dcfc4] {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.status-block--info[data-v-4e6dcfc4] {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.status-icon[data-v-4e6dcfc4] {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-icon .spinner[data-v-4e6dcfc4] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f5a623;
  border-radius: 50%;
  animation: spin-4e6dcfc4 1s infinite linear;
}
.status-icon .ok[data-v-4e6dcfc4] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #52c41a;
  border-radius: 50%;
  position: relative;
}
.status-icon .ok[data-v-4e6dcfc4]:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  top: 6px;
  left: 5px;
}
.status-icon .info[data-v-4e6dcfc4] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1890ff;
  border-radius: 50%;
  position: relative;
}
.status-icon .info[data-v-4e6dcfc4]:before {
  content: 'i';
  position: absolute;
  color: white;
  font-style: italic;
  font-weight: bold;
  top: 1px;
  left: 8px;
}
.status-text[data-v-4e6dcfc4] {
  font-size: 14px;
}
.delivery-info[data-v-4e6dcfc4] {
  margin-top: 15px;
  padding: 12px 15px;
  background-color: #f5f5f5;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.delivery-info--available[data-v-4e6dcfc4] {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.delivery-info--unavailable[data-v-4e6dcfc4] {
  background-color: #fff7e6;
  border: 1px solid #ffe7ba;
  opacity: 0.9;
}
.delivery-info__row[data-v-4e6dcfc4] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.delivery-info__row[data-v-4e6dcfc4]:last-child {
  margin-bottom: 0;
}
.delivery-info__label[data-v-4e6dcfc4] {
  font-weight: 500;
  color: #666;
}
.delivery-info__value[data-v-4e6dcfc4] {
  font-weight: 700;
  color: #222;
}
.store-info[data-v-4e6dcfc4] {
  margin-top: 15px;
  padding: 12px 15px;
  background-color: #f0f9ff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.store-info--unavailable[data-v-4e6dcfc4] {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  opacity: 0.9;
}
.store-info__title[data-v-4e6dcfc4] {
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}
.store-info__value[data-v-4e6dcfc4] {
  font-weight: 700;
  color: #222;
}
.store-info__note[data-v-4e6dcfc4] {
  margin-top: 5px;
  font-size: 13px;
  color: #777;
  font-style: italic;
}
@keyframes spin-4e6dcfc4 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@media (max-width: 768px) {
.wrapper[data-v-4e6dcfc4] {
    flex-direction: column;
}
.form[data-v-4e6dcfc4] {
    margin-top: 0;
}
.form[data-v-4e6dcfc4],
  .map-address-clarification[data-v-4e6dcfc4] {
    width: 100%;
}
.form[data-v-4e6dcfc4] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    bottom: 60px;
}
.map-address-clarification[data-v-4e6dcfc4] {
    order: 0;
    max-height: calc(100% - 220px);
}
.placemarks-head[data-v-4e6dcfc4] {
    display: none;
}
}
.modal-address-clarification .address-input .autocomplete-suggestions[data-v-4e6dcfc4] {
  bottom: auto;
  top: 48px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/vue-loader/dist/stylePostLoader.js!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/dist/index.js??ruleSet[1].rules[12].use[0]!./desktope/modules/delivery/fast-delivery-modal/App.vue?vue&type=style&index=0&id=4dbdc56c&lang=less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.address-input {
  margin-bottom: 10px;
  position: relative;
}
.address-input .autocomplete-input--label label {
  top: 15px;
}
.address-input .autocomplete-input--label .form-control {
  height: 48px;
}
.address-input .autocomplete-input--label.focus .form-control {
  padding: 20px 12px 6px;
}
.address-input .autocomplete-input--label.focus label {
  top: 5px;
  font-size: 11px;
}
@media screen and (max-width: 379px) {
.autocomplete-suggestions {
    bottom: 48px;
    top: auto;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    max-height: 200px;
    overflow: auto;
}
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../../../node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../../../node_modules/style-resources-loader/lib/index.js??clonedRuleSet-2.use[3]!./common/modules/admin/admin.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.admin-table-wrapper {
  overflow-x: auto;
}
.admin-table {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.admin-table th,
.admin-table td {
  border-right-width: 1px;
  border-style: solid;
  height: 41px;
  min-height: 41px;
  border: 1px solid #e7e7e9;
}
.admin-table th > div,
.admin-table td > div {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.admin-table th {
  background-color: #f9f9fa;
}
.admin-table td {
  text-overflow: ellipsis;
}
.admin-table td .small-font-size {
  font-size: 11px;
}
.admin-table .mark-red td {
  background-color: #dea4a4;
}
.admin-table .width-1\/2 {
  width: 50%;
}
.admin-table .width-content-column {
  max-width: 400px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .personal-breadcrumb {
    margin-bottom: 15px;
  }
  .admin-table .width-content-column {
    max-width: 200px;
    min-width: 200px;
  }
}
/* Глобальные переменные для цветов графиков */
:root {
  --color-reviews: rgba(66, 132, 244, 0.85);
  --color-comments: rgba(234, 67, 54, 0.85);
  --color-authors: rgba(251, 189, 6, 0.85);
  --color-achievements: rgba(52, 168, 83, 0.85);
  --color-reactions: rgba(156, 91, 181, 0.85);
  --color-all-reviews: rgba(0, 237, 154, 0.85);
}
/* Классы для повторного использования */
.bg-reviews {
  background-color: var(--color-reviews);
}
.bg-comments {
  background-color: var(--color-comments);
}
.bg-authors {
  background-color: var(--color-authors);
  color: #222;
}
.bg-achievements {
  background-color: var(--color-achievements);
}
.bg-reactions {
  background-color: var(--color-reactions);
}


/*# sourceMappingURL=mobile.css.map?v=44705f5dcd7596fddc2c*/