html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  height: 100%;
  font-size: 16px;
  color: #262626;
  font-family: 'Open Sans', sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a:focus {
  /*outline: thin dotted;*/ }

a:active,
a:hover {
  outline: 0; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

figure {
  margin: 0; }

form {
  margin: 0;
  display: contents;
  }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  font-family: 'Open Sans', sans-serif; }

button,
input {
  line-height: normal;
  border: none;
  background-color: inherit;
  padding: inherit; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: inherit; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

svg {
  width: 1em;
  height: 1em; }

.btn {
  width: 100%;
  border-radius: 5px;
  padding: 0.3125em 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease;
  }
  .btn__container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .btn__label {
    font-size: 0.875em;
    letter-spacing: 0.25px;
    line-height: 1em; }
  .btn__angle, .btn__svg {
    fill: currentColor;
    font-size: 0.875em; }
    .btn__angle + .btn__label, .btn__svg + .btn__label {
      margin-left: 0.35714em; }
  .btn__angle {
    font-size: 0.625em;
    margin-left: 0.5em; }
  .btn__count {
    font-size: 0.75em;
    width: 1.66667em;
    height: 1.66667em;
    font-weight: 700;
    border-radius: 50%;
    background-color: rgba(38,56,120,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: absolute;
    top: -0.83333em;
    right: 0.83333em;
    line-height: 1;
    }
  .btn--size-s .btn__label {
    font-size: 0.75em;
    line-height: 1em; }
  .btn--has-up .btn__container {
    flex-direction: column; }
  .btn--has-up .btn__svg {
    font-size: 1em;
    margin-right: 0; }
  .btn--has-up .btn__angle {
    margin-left: 0; }
  .btn--has-up:hover {
    color: rgba(38, 38, 38, 0.8);
    }
  .btn--theme-base {
    background-color: rgba(38,56,120,0.9);
    color: white; }
    .btn--theme-base:not(.btn--is-disabled):hover {
      background-color: #edeff3;
      }
  .btn--theme-link {
    color: rgba(38, 38, 38, 0.7); }
  .btn--theme-accent {
    background-color: rgba(38,56,120,0.9);
    color: white;
    cursor: pointer;
    height: 41px;
    }
    .btn--theme-accent:not(.btn--is-disabled):hover {
      background-color: rgba(38,56,120,0.8)  !important;
      }
  .btn--theme-accent-light {
    background-color: rgb(12, 30, 87, 0.07);
    color: #747c99;
    cursor: pointer;
    }
    .btn--theme-accent-light:not(.btn--is-disabled):hover {
      background-color: rgb(12, 30, 87, 0.15);
      }
  .btn--is-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  .btn--show {
    font-weight: 400;
    justify-content: flex-end; }
    .btn--show .btn__svg {
      font-size: 0.625em;
      margin-left: 0.5em; }

.search {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  border: 2px solid transparent; }
  .search__container {
    display: flex;
    flex-grow: 1; }
  .search__input {
    flex-grow: 1;
    padding: 0 0.71429em;
    flex-basis: 100%;
    font-size: 0.875em;
    color: #262626;
    }
    .search__input::placeholder {
      color: rgba(38, 38, 38, 0.7); }
  .search__chosen {
    flex-grow: 1;
    flex-basis: 6.25em; }
  .search__btn {
    max-width: 11em;
    border-radius: initial;
    height: auto;
    padding: 1.1125em 0.625em;
    }
  .search--has-padding .search__container {
    padding: 2px;
    }
  .search--theme-accent {
    border-color: rgb(252 112 9);
    height: 2.6em;
    }
  .search--theme-base {
    border-color: #262626; }
    .search--theme-base .search__input {
      color: white; }
      .search--theme-base .search__input::placeholder {
        color: rgba(255, 255, 255, 0.7); }

.link {
  text-decoration: none; }
  .link__container {
    display: flex;
    align-items: center; }
  .link__label {
    font-size: 0.875em;
    line-height: 1.14286em;
    margin-right: 10px;
    }
  .link__angle {
    fill: currentColor; }
  .link__svg {
    fill: currentColor;
    margin-right: 0.3125em; }
  .link__angle {
    font-size: 0.625em;
    margin-left: 0.5em; }
  .link--size-s .link__label {
    font-size: 0.75em;
    line-height: 1em; }
  .link--size-s .link__svg {
    font-size: 0.75em;
    margin-right: 5px;
    }
  .link--is-border {
    border-bottom: 1px dashed currentColor; }
  .link--theme-base {
    color: #262626; }
    .link--theme-base:hover {
      color: rgba(38,56,120,0.9); }
  .link--theme-base-light {
    color: rgba(38, 38, 38, 0.7);
    transition: color 0.3s ease, font-weight 0.3s ease; }
    .content-filter-list__item--is-active .link--theme-base-light,
    .nav-list__item--is-active > .link--theme-base-light, .link--theme-base-light:hover {
      /* color: rgba(38,56,120,0.9); */
      }
      .content-filter-list__item--is-active .link--theme-base-light .link__svg,
      .nav-list__item--is-active > .link--theme-base-light .link__svg, .link--theme-base-light:hover .link__svg {
        stroke-width: 3.4375em; }
    .content-filter-list__item--is-active .link--theme-base-light,
    .nav-list__item--is-active > .link--theme-base-light {
      /* font-weight: 700; */
      }
  .link--theme-contrast-light {
    color: rgb(255 255 255);
    }
    .link--theme-contrast-light:hover {
      color: rgba(255, 255, 255, 0.8); }
  .link--theme-base-light {
    color: #a1a1a1; }
  .link--theme-accent {
    color: rgba(38,56,120,0.9); }
    .link--theme-accent:hover {
      color: #262626; }

.title {
  font-weight: 700;
  font-size: 1.25em; }

.subtitle {
  font-weight: 700;
  font-size: 0.875em; }

.page {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .page__wrapper--primary {
    background-color: #f2f6fd; }
  .page__wrapper--accent {
    background-color: rgba(38,56,120,0.9);
    color: white; }
  .page__wrapper--base {
    background-color: rgba(38,56,120,0.9);
    color: white;
    }
  .page__main {
    flex-grow: 1; }
  .page__center {
    min-width: 0;
    flex-grow: 1; }
  .page__content {
    max-width: 78.5em;
    width: 100%;
    margin: 0 auto; }
  .page__header {
    margin-bottom: 0.2375em;
    }
  .page__action {
    margin-bottom: 0.7em;
    }
  .page__box {
    display: flex;
    margin-bottom: 1.875em; }
  .page__filter, .page__nav {
    flex-basis: 15.625em;
    margin-right: 1.25em;
    flex-shrink: 0;
    }
  .page__filter--lk, .page__nav--lk {
      flex-basis: 10em; }
  .page__content {
    flex-grow: 1; }
  .page__breadcrumbs {
    margin-bottom: 1.25em; }

.svg--hidden {
  width: 1.25em; }

.svg--lock {
  width: 0.875em; }

.svg--shop {
  width: 1.125em; }

.svg--user {
  width: 0.875em; }

.svg--search {
  width: 1em; }

.svg--map {
  width: 0.75em; }

.svg--angle-down {
  width: 0.875em; }

.svg--phone {
  width: 1em; }

.svg--angle-right {
  width: 0.625em; }

.svg--angle-left {
  width: 0.625em; }

.svg--mail {
  width: 1em; }

.svg--star {
  width: 1em; }

.svg--camera {
  width: 1em; }

.svg--car {
  width: 1em; }

.svg--filter {
  width: 1em; }

.svg--rub {
  width: 0.75em; }

.svg--instagram {
  width: 1em; }

.svg--viber {
  width: 1em; }

.svg--vk {
  width: 1em; }

.svg--whatsapp {
  width: 1em; }

.svg--arrow {
  width: 1em; }

.svg--menu {
  width: 1em; }

.svg--plus {
  width: 0.875em; }

.svg--unlock {
  width: 0.875em; }

.svg--check {
  width: 1em; }

.svg--download {
  width: 1em; }

.svg--undo {
  width: 1em; }

.svg--heart {
  width: 1em; }

.svg--heart-empty {
  width: 1em; }

.svg--setting {
  width: 1em; }

.svg--money {
  width: 0.5625em; }

.svg--history {
  width: 1em; }

.svg--exit {
  width: 1em; }

.svg--edit {
  width: 1em; }

.svg--trash {
  width: 0.875em; }

.svg--clock {
  width: 1em; }

.slider {
  position: relative;
  width: 100%; }
  .slider__pagination.swiper-pagination {
    margin: 0 -0.3125em;
    padding: 0 4.0625em;
    text-align: left; }
    .slider__pagination.swiper-pagination .swiper-pagination-bullet {
      width: 0.625em;
      height: 0.625em;
      border-radius: 50%;
      background-color: rgba(48, 48, 48, 0.5);
      margin: 0 0.3125em; }
    .slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
      background-color: #303030; }
  .slider__btn {
    max-width: 10em;
    min-height: 2.5em; }
  .slider__text {
    font-size: 0.875em;
    margin-bottom: 2.14286em; }
  .slider__item {
    position: relative;
    min-width: 0;
    min-height: 15.9375em;
    border-radius: 5px;
    padding: 1.5625em 3.75em 1.25em;
    background-color: #f2f6fd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.slider-title {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.08333em;
  color: #262626;
  margin-bottom: 0.625em; }
  .slider-title__highlight {
    color: rgba(38,56,120,0.9);
    display: block; }

.slider-angle {
  background-color: rgba(38, 38, 38, 0.15);
  width: 2em;
  height: 6.5em;
  top: calc(50% - 6.5em / 2);
  margin-top: 0; }
  .slider-angle__svg {
    font-size: 0.875em; }
  .slider-angle::after {
    display: none; }
  .slider-angle--prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .slider-angle--next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }

.header {
  display: flex;
  align-items: center;
  padding: 0.3125em 0; }
  .header__link {
    margin-right: 10px;
    }
  .header__menu {
    flex-grow: 1; }
  .header__info {
    margin-left: 1.25em; }

.header-info {
  display: flex;
  border: 1px solid #d4d8dd;
  border-radius: 5px; }
  .header-info__item {
    display: flex;
    align-items: center;
    padding: 0.25em 0.375em; }
    .header-info__item:not(:first-child) {
      border-left: 1px solid #d4d8dd; }
    .header-info__item--primary {
      background-color: rgb(12, 30, 87, 0.07);
      }
    .header-info__item--alt {
      background-color: rgb(255 233 217);
      color: #fc7009;
      }
      .header-info__item--alt .header-info__svg {
        fill: currentColor; }
  .header-info__svg {
    font-size: 0.75em;
    margin-right: 0.25em; }
  .header-info__label {
    font-size: 0.75em; }

.action {
  display: flex;
  align-items: center;
  height: 2.5em;
  position: sticky;
  background: #FFF;
  z-index: 1000;
  top: 0px;
  padding: 2em 0em;
  }
  .action__logo {
    max-width: 9.375em;
    margin-right: 2.1875em; }
  .action__search {
    margin-right: 0.3125em;
    margin-left: 1.25em;
    }
  .action__btn {
    margin: 0 0em;
    width: inherit;
    }
  .action__catalog {
    max-width: 10em;
    width: 100%;
    position: relative;
    z-index:99;
    }
  .action__auth {
    position: relative;
    height: 100%;
    margin-bottom: 40px;
    }

.action-catalog__dropdown {
  background-color: white;
  padding: 1.25em;
  border-radius: 5px;
  top: calc(100% + 0.625em);
  left: 0;
  width: 15.625em; }

.modal {
  position: relative;
  background-color: #f2f6fd;
  padding: 1.875em 1.25em 1.25em;
  width: 48.4375em;
  border-radius: 5px;
  margin-top: 100px;
  }
  .modal__title {
    margin-bottom: 0em;
    }
  .modal__close {
    position: absolute;
    top: 0.625em;
    right: 0.625em;
    width: 0.9375em;
    height: 0.9375em; }
    .modal__close::after, .modal__close::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: rgba(38, 38, 38, 0.7);
      position: absolute;
      top: calc(50% - 2px / 2);
      left: 0; }
    .modal__close::before {
      transform: rotate(45deg); }
    .modal__close::after {
      transform: rotate(-45deg); }
  .modal__text {
    margin-bottom: 0.625em; }
    .modal__text--center {
      text-align: center; }
  .modal__head {
    margin-top: 1.25em; }
  .modal__table {
    background-color: white;
    margin-bottom: 0.625em; }

.modal-info {
  background-color: rgb(12, 30, 87, 0.07);
  border-radius: 5px;
  margin: 0.625em 0;
  display: flex;
  justify-content: space-between;
  padding: 1.25em; }
  .modal-info__item {
    flex-grow: 1;
    text-align: center; }
  .modal-info__num {
    font-size: 1.125em;
    font-weight: 700;
    display: block; }
    .modal-info__num--alt {
      color: #da3e50; }
    .modal-info__num--secondary {
      color: #3ddb74; }
  .modal-info__label {
    font-size: 0.875em;
    line-height: 1.14286em; }

.modal-tab {
  min-height: 2.8125em;
  display: flex; }
  .modal-tab__item {
    color: rgba(38, 38, 38, 0.7);
    flex-basis: calc(100% / 2);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease; }
    .modal-tab__item:hover {
      color: rgba(38,56,120,0.9); }
    .modal-tab__item--is-active {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background-color: white;
      color: rgba(38,56,120,0.9);
      font-weight: 700; }

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0em;
  }
  .modal-head__col {
    text-align: right; }
  .modal-head__label {
    font-size: 1.375em;
    margin-bottom: 0.22727em;
    font-weight: 700; }
  .modal-head__text {
    font-size: 0.875em;
    color: rgba(38, 38, 38, 0.7); }

.modal-step {
  display: flex;
  margin-top: 1.25em;
  margin-bottom: 2.1875em;
  position: relative;
  padding-top: 0.9375em;
  overflow-x: visible;
  }
  .modal-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25em;
    background-color: rgba(38,56,120,0.9); }
  .modal-step__item {
    position: relative;
    flex-grow: 1;
    padding: 0 0.3125em; }
    .modal-step__item::before {
      content: '';
      position: absolute;
      top: -0.9375em;
      left: 0;
      width: 0.125em;
      height: 35%;
      background-color: rgba(38,56,120,0.9); }
  .modal-step__title {
    font-weight: 700;
    margin-bottom: 0.3125em; }
  .modal-step__time {
    font-weight: 500; }
  .modal-step__time, .modal-step__text {
    font-size: 0.75em;
    line-height: 1.16667em;
    margin-bottom: 0.41667em; }

.modal-chart {
  margin-bottom: 1.5625em; }
  .modal-chart__item {
    display: flex; }
  .modal-chart__cell {
    font-size: 0.75em;
    margin-bottom: 0.41667em;
    position: relative; }
    .modal-chart__cell::before {
      content: '';
      position: absolute;
      background-color: #262626; }
  .modal-chart__col {
    text-align: right;
    position: relative;
    padding-right: 0.625em; }
    .modal-chart__col .modal-chart__cell::before {
      top: 50%;
      right: -0.83333em;
      width: 0.41667em;
      height: 1px; }
    .modal-chart__col::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 1px;
      background-color: #262626; }
  .modal-chart__row {
    display: flex;
    position: relative;
    padding-top: 0.625em;
    width: 100%;
    justify-content: space-between;
    padding-left: 1.09375em;
    padding-right: 1.09375em; }
    .modal-chart__row .modal-chart__cell::before {
      width: 1px;
      top: -0.83333em;
      left: 50%;
      height: 0.41667em; }
    .modal-chart__row::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background-color: #262626; }
  .modal-chart__field {
    flex-grow: 1;
    position: relative; }
  .modal-chart__view {
    width: 1.25em;
    position: absolute;
    bottom: 0;
    background-color: rgba(88, 43, 238, 0.7); }

.dropdown {
  position: absolute;
  /* border: 1px solid #d4d8dd; */
  z-index: 20;
  display: none;
  font-size: 0.875em;
  padding: 1.375em 1.5625em 0em 1.0em;
  margin-bottom: 0px;
  }
  .nav-list__item--is-active .dropdown, .dropdown--is-active {
    display: block; }
  .dropdown__item:not(:first-child) {
    margin-top: 1.5625em; }

.dropdown-list__item:not(:first-child) {
  margin-top: 0.9375em; }

.form {
  padding: 0.9375em 0.9375em;
  background-color: white; }
  .form--filter {
    padding: 0; }
    .form--filter .form__group {
      margin-bottom: 3.0em;
      }
    .form--filter .form__field {
      margin: 0;
      min-height: 2.125em;
      flex-grow: 1; }
  .form--column {
    padding: 0.4375em 0em 1.475em;
    }
    .form--column .form__group {
      flex-direction: column; }
    .form--column .form__btn, .form--column .form__field {
      margin-left: 0;
      margin-right: 0; }
  .form__group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.875em; }
    .form__group--delimiter-min {
      margin-bottom: 0.9375em; }
    .form__group--delimiter {
      margin-bottom: 3.125em; }
  .form__field {
    border: 1px solid #d4d8dd;
    border-radius: 5px;
    min-height: 2.625em;
    flex-basis: calc(100% / 2 - 1.875em);
    margin: 0.9375em 0.9375em 0em;
    position: relative;
    display: flex;
    align-items: center; }
    .form__field--is-focus .form__label {
      transform: translate(-0.28571em, -1.42857em) scale(0.9); }
  .form__label {
    font-size: 0.875em;
    position: absolute;
    top: calc(50% - 0.85714em / 2);
    left: 0.71429em;
    line-height: 0.85714em;
    color: rgba(38, 38, 38, 0.7);
    padding: 0 0.35714em;
    display: flex;
    align-items: center;
    background-color: white;
    transition: transform 0.3s ease;
    z-index: 2; }
  .form__ico {
    fill: rgba(38, 38, 38, 0.7);
    margin-right: 0.625em; }
  .form__input {
    color: #262626;
    width: 100%;
    height: 100%;
    font-size: 0.875em;
    line-height: 0.85714em;
    padding: 0.35714em 1.07143em;
    flex-grow: 1; }
    .form__input::placeholder {
      color: rgba(38, 38, 38, 0.7);
      font-weight: 400; }
  .form__info {
    min-height: 4.875em;
    max-width: 24.375em;
    margin: 0 auto 1.25em; }
  .form__check {
    margin-bottom: 1.875em;
    padding: 0 0.9375em; }
  .form__btn {
    margin-left: 0.9375em;
    margin-right: 0.9375em;
    min-height: 2.5em; }
    .form__btn--entry {
      margin-bottom: 1.875em; }
  .form__row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .form__delimiter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form__delimiter::before {
      content: '';
      margin: 0 0.625em;
      height: 1px;
      width: 0.9375em;
      background-color: #262626; }

.form-info {
  background-color: rgba(61, 219, 116, 0.15);
  color: rgba(38, 38, 38, 0.7);
  padding: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .form-info__text {
    font-size: 0.75em;
    line-height: 1.16667em; }

.check__item {
  display: flex;
  align-items: center; }
  .check__item:not(:first-child) {
    margin-top: 0.9375em; }

.check__input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .check__input:checked + .check__label::after {
    opacity: 1; }
  .check__input:checked + .check__label .check__ico {
    opacity: 1; }

.check__label {
  position: relative;
  padding-left: 1.625em;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .check__label::after, .check__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1em / 2);
    width: 1em;
    height: 1em;
    border-radius: 5px; }
  .check__label::before {
    border: 1px solid #d4d8dd; }
  .check__label::after {
    background-color: rgba(38,56,120,0.9);
    opacity: 0;
    transition: opacity 0.3s ease; }

.check__text {
  color: rgba(38, 38, 38, 0.7);
  font-size: 0.75em; }

.check__row {
  display: flex;
  align-items: center;
  margin-bottom: 1.875em; }
  .check__row .check__item:not(:first-child) {
    margin-top: 0;
    margin-left: 1.25em; }

.check__svg {
  color: rgba(38, 38, 38, 0.7);
  fill: currentColor;
  font-size: 0.9375em; }

.check__link {
  display: inline-block; }
  .check__link .link__label {
    font-size: inherit; }

.check__ico {
  font-size: 0.75em;
  position: absolute;
  left: 0.25em;
  top: 0;
  opacity: 0;
  fill: currentColor;
  color: white;
  z-index: 1;
  transition: opacity 0.3s ease; }

.check--radio {
  display: flex;
  align-items: center; }
  .check--radio .check__label::before, .check--radio .check__label::after {
    border-radius: 50%; }
  .check--radio .check__item {
    margin-top: 0;
    margin-left: 0.3125em;
    margin-right: 0.3125em; }

.auth__btn--is-active {
  position: relative;
  z-index: 21; }
  .auth__btn--is-active::before {
    content: '';
    background-color: white;
    position: absolute;
    width: calc(100% + 0.625em);
    height: calc(100% + 1.3125em);
    top: -0.3125em;
    left: -0.3125em;
    z-index: -1;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.auth__dropdown {
  top: calc(100% + 1.9em);
  left: -80px;
  width: 280px;
  border-radius: 5px;
  border-top-right-radius: 0;
  }

.nav__title {
  margin-bottom: 1.875em; }

.nav-list {
  padding-left: 1.25em;
  position: relative; }
  .nav-list--empty {
    padding: 0; }
  .nav-list__item {
    margin-bottom: 1.5625em; }
    .nav-list__item--is-active .nav-list__link::before {
      opacity: 1; }
  .nav-list__link {
    width: 100%;
    position: relative;
    z-index: 15;
    display: inline-block; }
    .nav-list__link--has-border::before {
      border: 1px solid #d4d8dd;
      width: calc(100% + 1.3125em); }
    .nav-list__link::before {
     /* content: '';
      position: absolute;
      background-color: #f2f6fd;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-right: 0;
      z-index: -1;
      height: 2.5em;
      left: -1.25em;
      width: calc(100% + 2.5625em);
      top: -0.9375em;
      opacity: 0;
      transition: opacity 0.3s ease;*/ }
  .nav-list__label {
    font-size: 0.875em;
    text-decoration: none; }
  .nav-list__svg {
    fill: currentColor;
    font-size: 0.625em;
    margin-left: 0.625em;
    stroke-width: 0;
    stroke: currentColor;
    transition: stroke-width 0.3s ease; }
  .nav-list__container {
    display: flex;
    align-items: center; }
  .nav-list__dropdown {
    /* background-color: #f2f6fd; */
    /* border-radius: 5px; */
    /* left: 100%; */
    /* top: 0; */
    /* height: 100%; */
    /* padding: 1.875em 1.5625em; */
    /* width: 17.5em; */
    }

.filter {
overflow: scroll;	
  border: 1px solid #d4d8dd;
  border-radius: 5px;
  padding: 0.625em; }
  .filter__input-search {
    margin-bottom: 1.875em; }
  .filter__title {
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 1.07143em; }
    .filter__title--bottom {
      margin-bottom: 1.42857em; }
  .filter__check {
    margin-bottom: 1.875em; }
  .filter__list {
    margin-bottom: 0.3125em; }
  .filter__btn {
    max-height: 2.5em;
    margin-bottom: 1.25em; }

.filter-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-list__row:not(:last-child) {
    margin-bottom: 0.9375em; }
  .filter-list__row--head {
    margin-bottom: 1.25em; }
    .filter-list__row--head .filter-list__text {
      font-size: 0.875em;
      line-height: 1em;
      color: #262626; }

.filter-list__text {
  font-size: 0.75em;
  line-height: 1.16667em;
  color: rgba(38, 38, 38, 0.7); }

.filter-tab {
  display: flex;
  align-items: center; }
  .filter-tab__btn {
    margin: 0 0.625em;
    width: auto;
    padding: 0;
    font-weight: 400; }
  .filter-tab__check {
    position: relative;
    width: 2.625em;
    font-weight: 400;
    display: flex;
    align-items: center; }
    .filter-tab__check::after, .filter-tab__check::before {
      content: '';
      background-color: rgba(38, 38, 38, 0.15);
      display: block; }
    .filter-tab__check::before {
      flex-grow: 1;
      height: 2px; }
    .filter-tab__check::after {
      width: 0.625em;
      height: 0.625em;
      border-radius: 50%; }
    .filter-tab__check--is-check, .filter-tab__check--is-active {
      width: 1.25em;
      height: 1.25em;
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px rgba(38,56,120,0.9); }
      .filter-tab__check--is-check.filter-tab__check::before, .filter-tab__check--is-check.filter-tab__check::after, .filter-tab__check--is-active.filter-tab__check::before, .filter-tab__check--is-active.filter-tab__check::after {
        display: none; }
      .filter-tab__check--is-check + .filter-tab__btn, .filter-tab__check--is-active + .filter-tab__btn {
        font-weight: 600; }
    .filter-tab__check--is-check {
      background-color: rgba(38,56,120,0.9);
      display: flex;
      align-items: center;
      justify-content: center; }
      .filter-tab__check--is-check .filter-tab__ico {
        opacity: 1;
        display: block; }
  .filter-tab__ico {
    font-size: 0.875em;
    transition: opacity 0.3s ease;
    opacity: 0;
    color: white;
    fill: currentColor;
    display: none; }

.breadcrumbs {
  display: flex;
  align-items: center; }
  .breadcrumbs__item {
    display: flex;
    align-items: center; }
  .breadcrumbs__angle {
    font-size: 0.5em;
    margin: 0 0.875em; }
  .breadcrumbs__text {
    font-size: 0.75em;
    color: rgba(38, 38, 38, 0.7); }

.input-search__container {
  background-color: rgb(12, 30, 87, 0.07);
  padding: 0.3125em 0.625em;
  display: flex;
  align-items: center;
  min-height: 2em;
  border-radius: 5px;
  margin-bottom: 0.3125em; }

.input-search__field {
  font-size: 0.875em;
  line-height: 1em;
  color: #262626;
  padding: 0;
  flex-grow: 1;
  background: none;
  }
  .input-search__field::placeholder {
    color: rgba(38, 38, 38, 0.7); }

.input-search__svg {
  font-size: 0.875em;
  color: rgba(38, 38, 38, 0.7);
  fill: currentColor; }

.range {
  width: 14.4em;
  margin-left: 10px;
  }
  .range .irs--flat {
    height: 2.5em; }
  .range .irs .irs-to,
  .range .irs .irs-from,
  .range .irs .irs-max,
  .range .irs .irs-min {
    display: none; }
  .range .irs .irs-line {
    top: 1.125em;
    font-size: 1.33333em;
    height: 0.3125em;
    background-color: rgb(12, 30, 87, 0.07); }
  .range .irs .irs-bar {
    font-size: 1.33333em;
    background-color: rgba(38,56,120,0.9);
    height: 0.3125em;
    top: 1.125em; }
  .range .irs .irs-handle {
    font-size: 1.33333em;
    width: 1em;
    height: 1em;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(38, 38, 38, 0.15);
    background-color: white;
    top: 0.8125em; }
    .range .irs .irs-handle > i:first-child {
      background-color: #d4d8dd;
      width: 2px;
      height: 8px;
      top: calc(50% - 8px / 2); }

.bullet {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625em; }
  .bullet__wrapper {
    flex-grow: 1; }
  .bullet__item {
    display: flex;
    flex-direction: column;
    background-color: rgb(12, 30, 87, 0.07);
    border-radius: 5px;
    position: relative;
    margin: 0 0.625em 1.25em;
    padding: 1.25em;
    flex-basis: calc(100% / 3 - 1.25em);
    }
  .bullet__link {
    display: inline-block;
    font-weight: 700; }
    .bullet__link--one {
      margin-bottom: 0.625em;
      margin-top: 10px;
      }
  .bullet__value {
    font-size: 1.125em;
    line-height: 1em; }
    .bullet__value--is-bold {
      font-weight: 700; }
  .bullet__text {
    font-size: 0.75em;
    line-height: 1.16667em;
    color: rgba(38, 38, 38, 0.7);
    margin-bottom: 0.83333em; }
  .bullet__row {
    margin-bottom: 0.625em;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bullet__row--end {
      align-items: flex-end;
      margin-bottom: 0; }
  .bullet__btn {
    max-width: 8.125em; }
  .bullet__info {
    display: flex;
    align-items: center; }
  .bullet__num {
    font-size: 0.875em;
    color: rgba(38, 38, 38, 0.7); }
    .bullet__num:not(:first-child) {
      margin-left: 1.42857em; }
    .bullet__num--is-bold {
      font-weight: 700; }
  .bullet__label {
    font-size: 0.875em;
    font-weight: 700;
    color: rgba(38,56,120,0.9);
    margin-left: 0.3125em; }
  .bullet__promo {
    font-size: 0.75em;
    line-height: 1.16667em;
    background-color: rgb(255 255 255 / 90%);
    border: 1px solid rgba(38,56,120,0.9);
    border-right: none;
    color: #3b4b85;
    padding: 0.25em 0.66667em;
    min-height: 1.66667em;
    position: absolute;
    top: 0.83333em;
    right: 0;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }

.content__slider {
  margin-bottom: 1.25em; }

.content__table {
  margin-bottom: 1.25em; }

.content__row {
  display: flex;
  margin: 0 -0.625em; }
  .content__row .content__item {
    flex-grow: 1;
    margin-left: 0.625em;
    margin-right: 0.625em; }
  .content__row--end {
    justify-content: flex-end; }

.content__search {
  margin-bottom: 0.9375em;
  min-height: 2.5em;
  max-width: 29.25em; }

.content__btn {
  margin-bottom: 0.9375em;
  max-width: 15.625em;
  min-height: 2.5em; }

.content__fiter {
  margin-bottom: 0.9375em; }

.content-slider {
  height: 16em;
  background-color: #f2f6fd;
  border-radius: 5px; }

.content-head {
  color: #262626;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0.9375em; }
  .content-head__svg {
    fill: currentColor;
    margin-right: 0.3125em; }
  .content-head__angle {
    font-size: 0.625em;
    fill: currentColor;
    margin-left: 0.5em; }
  .content-head__title {
    flex-shrink: 0; }

.content-filter {
  background-color: #ffffff;
  padding: 1.875em;
  margin-top: 2.3125em;
  }
  .content-filter__header {
    margin-bottom: 1.5625em; }

.content-filter-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 23.4375em;
  border-radius: 5px; }
  .content-filter-list__item {
    margin-bottom: 0.9375em;
    display: flex;
    align-items: center; }
  .content-filter-list__point {
    font-size: 0.875em;
    font-weight: 700;
    margin-right: 0.71429em;
    width: 0.85714em; }
  .content-filter-list--row {
    flex-direction: row;
    margin-left: -0.625em;
    margin-right: -0.625em; }
    .content-filter-list--row .content-filter-list__item {
      margin-left: 0.625em;
      margin-right: 0.625em;
      margin-bottom: 0;
      min-width: 6.25em; }
      .content-filter-list--row .content-filter-list__item--is-active .content-filter-list__link {
        background-color: rgb(12, 30, 87, 0.07); }
    .content-filter-list--row .content-filter-list__link {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 0.3125em;
      width: 100%; }

.content-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.content-filter-tile {
  background-color: rgb(12, 30, 87, 0.07);
  width: 100%;
  padding: 0.9375em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .content-filter-tile__item {
    border-radius: 5px;
    background-color: white;
    padding: 0.625em;
    margin: 0.3125em;
    flex-basis: 32%;
    text-decoration: none;
    transition: box-shadow 0.3s ease; }
    .content-filter-tile__item:hover {
      box-shadow: inset 0 0 0 2px rgba(38,56,120,0.9); }
  .content-filter-tile__img {
    width: 100%; }
  .content-filter-tile__label {
    font-size: 0.875em;
    line-height: 1.14286em;
    color: rgba(38, 38, 38, 0.7);
    margin-top: 0.35714em; }

.table {
  border-radius: 5px;
  border: 1px solid #d4d8dd; }
  .table__row {
    display: flex;
    align-items: center;
    min-height: 2em;
    transition: background-color 0.3s ease; }
    .table__row:not(.table__row--head) {
      margin: 0.25em 0; }
    .table__row--secondary {
      position: relative; }
      .table__row--secondary::before {
        content: '';
        position: absolute;
        top: -0.125em;
        left: 0;
        width: 100%;
        height: calc(100% + 0.25em);
        background-color: rgba(61, 219, 116, 0.15); }
    .table__row:last-child {
      margin-bottom: 0.3125em; }
    .table__row:nth-child(2n + 1) {
      background-color: #f2f6fd; }
    .table__row:first-child {
      background-color: rgb(12, 30, 87, 0.07);
      margin-bottom: 0.3125em; }
    .table__row:not(:first-child):hover {
      background-color: rgba(38, 38, 38, 0.15); }
  .table__code {
    font-size: 0.875em;
    line-height: 1em;
    color: #262626;
    text-transform: uppercase;
    padding: 0 0.625em; }
    .table__code--is-accent {
      color: rgba(38,56,120,0.9); }
  .table__text {
    font-size: 0.875em;
    line-height: 1em;
    color: #262626;
    }
    .table__text.table__text--pretext {
      padding: 0 0.35714em; }
    .table__text--size-s {
      font-size: 0.75em;
      line-height: 1.16667em;
      }
      .table__text--size-s.table__text--pretext {
        padding: 0 0.41667em; }
    .table__text--is-bold {
      font-weight: 700; }
    .table__text--has-margin {
      margin: 0 5px; }
  .table__title {
    font-size: 0.875em;
    color: #262626;
    line-height: 1em; }
    .table__title--is-bold {
      font-weight: 700; }
    .table__title--is-border {
      border-bottom: 1px dashed #262626; }
    .table__title--size-s {
      font-size: 0.75em;
      line-height: 1.16667em; }
  .table__cell {
    flex-basis: 6.25em;
    display: flex;
    align-items: center; }
    .table__cell:last-child, .table__cell:first-child {
      /*padding: 0 1.25em; */
    }
    .table__cell--rubber {
      flex-grow: 1; }
    .table__cell--end {
      justify-content: flex-end; }
    .table__cell--size-s {
      flex-basis: 3.125em;
      min-width: 3.125em; }
    .table__cell--size-xs {
      flex-basis: 1.875em;
      min-width: 1.875em; }
    .table__cell--col {
      flex-direction: column;
      align-items: baseline; }
  .table__svg {
    font-size: 0.8125em;
    color: rgba(38, 38, 38, 0.7);
    fill: currentColor;
    margin-right: 0.4375em; }
  .table__btn--angle {
    max-width: 1.875em; }
  .table__btn + .table__btn {
    margin-left: 0.3125em; }
  .table__favorite--is-active, .table__favorite:hover {
    color: rgba(38,56,120,0.9); }

.social {
  display: flex;
  align-items: center;
  margin: 0 -0.3125em; }
  .social__item {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    display: flex;
    margin: 0 0.3125em; }
  .social__link {
    background-color: rgba(38,56,120,0.9);
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease; }
    .social__link:hover {
      background-color: rgba(88, 43, 238, 0.7); }
  .social__svg {
    fill: white;
    font-size: 1.25em; }

.chat__item {
  width: 80%;
  background-color: rgb(12, 30, 87, 0.07);
  margin-bottom: 0.625em;
  padding: 0px 15px;
  border-radius: 5px;
  }
  .chat__item--end {
    background-color: rgba(61, 219, 116, 0.15);
    margin-right: 0;
    margin-left: auto; }

.chat__message p {
  font-size: 0.875em;
  line-height: 1.14286em;
  margin-bottom: 0.71429em;
  padding-top: 8px;
  }

.chat__message img {
  width: 100%; }

.chat__row {
  margin-bottom: 0.9375em;
  display: flex;
  justify-content: space-between; }

.chat__label {
  font-size: 0.75em;
  line-height: 1em;
  color: rgba(38, 38, 38, 0.7);
  padding-top: 8px;
  }

.chat__city {
  font-size: 0.875em;
  text-transform: uppercase;
  color: rgba(38,56,120,0.9);
  padding-top: 8px;
  }

.chat__time {
  font-size: 0.75em;
  line-height: 1em;
  color: rgba(38, 38, 38, 0.7);
  text-align: right;
  padding-bottom: 8px;
  }

.chat__search {
  max-width: 21.875em;
  min-height: 2.5em;
  margin-bottom: 0.625em; }

.chat__wrap {
  margin-bottom: 1.25em; }

.chat__area {
  font-size: 0.875em;
  line-height: 1.14286em;
  flex-grow: 1;
  margin-right: 1.07143em;
  border: 1px solid rgba(38,56,120,0.9);
  border-radius: 5px;
  padding: 0.71429em; }

.s-select.selectize-control {
  width: 100%;
  height: 100%; }

.s-select .selectize-input {
  border: none;
  padding: 0.3125em 0.9375em;
  height: 100%;
  max-height: 2.92308em; }
  .s-select .selectize-input > input {
    width: 100% !important;
    height: 100%; }
  .s-select .selectize-input > .item {
    height: 100%;
    vertical-align: initial;
    display: flex;
    align-items: center; }

.s-select--theme-btn .selectize-input {
  border-radius: 5px;
  background-color: rgb(12, 30, 87, 0.07); }
  .s-select--theme-btn .selectize-input > .item {
    white-space: nowrap;
    padding-right: 1.25em;
    color: rgba(38,56,120,0.9);
    font-weight: 700; }
  .s-select--theme-btn .selectize-input > input {
    color: rgba(38,56,120,0.9);
    font-weight: 700; }
    .s-select--theme-btn .selectize-input > input::placeholder {
      color: rgba(38,56,120,0.9); }

.s-select--theme-btn .selectize-dropdown {
  border-radius: 5px;
  padding: 0.3125em;
  min-width: 9.375em !important; }

.footer {
  padding-top: 1.875em;
  padding-bottom: 1.5625em;
  display: flex; }
  .footer__title {
    margin-bottom: 1.25em; }
  .footer__col {
    max-width: 16.875em; }
    .footer__col:not(:first-child) {
      margin-left: 3.75em; }

.footer-list {
  display: flex;
  flex-direction: column; }
  .footer-list__item:not(:first-child) {
    margin-top: 0.9375em; }
  .footer-list__link .svg--map {
    font-size: 1.875em; }

.shop-action__btn {
  max-width: 15.625em;
  min-height: 2.5em;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.shop-action-info {
  margin-bottom: 1.25em;
  text-align: right; }
  .shop-action-info__label {
    margin-bottom: 0.3125em; }
  .shop-action-info__highlight {
    font-size: 1.25em;
    font-weight: 700; }
  .shop-action-info__text {
    font-size: 0.75em;
    line-height: 1.33333em;
    margin-bottom: 0.41667em; }

.logo {
  width: 100%;
  }
  .logo__container {
    display: block; }
  .logo__img {
    max-width: 100%;
    max-height: 100%;
    }

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.625em; }
  .menu__item {
    margin: 0 0.625em; }

.tile-box {
  display: flex;
  flex-wrap: wrap;
  margin: -0.625em; }
  .tile-box__item {
    padding: 1.25em;
    background-color: white;
    flex-grow: 1;
    flex-basis: calc(100% / 3 - 1.25em);
    margin: 0.625em;
    border-radius: 5px;
    min-height: 7.5em;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden; }
  .tile-box__view {
    width: 10.625em;
    height: calc(100% - 1.875em);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    text-align: right;
    justify-content: flex-end; }
  .tile-box__img {
    max-height: 100%;
    height: 100%; }
  .tile-box__title {
    margin-bottom: 1.25em;
    max-width: 50%; }
  .tile-box__link:not(:first-child) {
    margin-top: 0.9375em; }
  .tile-box--theme-primary .tile-box__item {
    background-color: rgb(12, 30, 87, 0.07);
    }
  .tile-box--has-more .tile-box__link {
    margin-top: auto; }
  .tile-box--size-s .tile-box__view {
    width: 9.375em; }

.categories {
  padding: 1.875em 0; }
  .categories__title {
    margin-bottom: 0.9375em; }

.call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625em 0;
  min-height: 5em; }
  .call__search {
    max-width: 29.125em;
    min-height: 2.5em; }

.copyright {
  text-align: center;
  color: rgb(38 38 38);
  min-height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .copyright__title {
    font-size: 0.75em; }







#office-modal {
    background: none;
    left: 50%;
    margin-left: -335px;
}
.search__btn2 {
	width: 5em;
	background: #FFF;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgb(12, 30, 87, 0.07);
	cursor: pointer;
	padding: 1.0125em 0.625em;
}
.search__btn2 i{
    color: #5e657d;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 500px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 6px; */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 10px 15px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.forgotlink {
	font-size: 13px;
    width: 1.25em;
    position: inherit;
    top: auto;
    right: auto;
    color: #a1a1a1;
    border-bottom: none;
    fill: rgba(38, 38, 38, 0.7);
    margin-right: 0.525em;
    margin-top: 1px;
}
.forgotlink i{
    color: #676767;
    font-size: 15px;
}
a#logout {
    margin-bottom: 0px !important;
    float: right;
    width: 200px;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	float: none !important;
	width: 100% !important;
	display: flex !important;
	height: 2.5em;
	margin-bottom: 10px;
	border-radius: 5px !important;
	cursor: pointer;
}

.preview-img img {
  width: 100%;
}


.v-data-table .input-group--flex {
  display: flex;
  align-items: center;
}
.v-data-table .btn--input-group {
  width: auto;
}

.elevation-1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-data-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 4px;
}
.v-data-table table {
  width: 100%;
  border-spacing: 0;
}
.v-data-table th {
  user-select: none;
  font-size: 12px;
  height: 48px;
  text-align: left;

}
.v-data-table td, .v-data-table th {
  padding: 0 9px;
  vertical-align: middle;
}
.v-data-table td {
  font-size: 14px;
  height: 48px;
}
.v-data-table-header {
  background-color: rgb(12, 30, 87, 0.07);
}
.theme--light.v-data-table {
  background-color: #FFFFFF;
  color: rgba(38, 38, 38, 0.7);
}
.theme--light.v-data-table thead tr:last-child th {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table thead tr th {
  color: #262626;
}
.theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row),
.theme--light.v-data-table tbody tr:not(:last-child) th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.cookies_oferta button {
    margin-top: 10px;
}
.popover-content table thead tr th {
    background-color: rgb(12, 30, 87, 0.07);
    font-size: 12px !important;
}
.popover-content table tr td {
    font-size: 12px !important;
}

.page__action.action.scroll-header{
	position: sticky;
	z-index: 1000;
	background: rgba(255, 255, 255, 1);
	top: 0px;
	height: 3.5em;
}
.page__action.action > div:last-child{
	height: 4em;
	background: #FFF;
	z-index: 0;
	width: 50px;
	position: absolute;
	right: -50px;
	top: 0px;
}
.page__action.action.scroll-header .search {
    height: 75%;
}
.page__action.action.scroll-header .action__catalog {
    height: 75%;
}
.page__action.action.scroll-header .logo img {
	max-width: 150px;
    max-height: 41px;
}

@media screen and (max-width: 1270px) {
  .page {
    padding: 0 10px;
    min-width: 375px;
  }
  .page__filter,
  .page__action,
  .page__nav {
    font-size: 14px;
  }
  .action__logo {
    min-width: 90px;
  }
  .tile-box__item {
    min-width: 280px;
  }
  .page__wrapper {
    border-radius: 5px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
    margin-bottom: 1em;
  }
  .copyright{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .copyright__title {
    line-height: 1.4;
  }
  .header__info {
    margin-right: 0;
    margin-left: auto;
  }
  .bullet__item {
    min-width: 230px;
    flex-grow: 1;
  }
  .content {
    min-width: 0;
  }
}
@media screen and (max-width: 840px) {
  .content-filter-list {
    max-height: 37.4375em;
  }
  .call {
    flex-wrap: wrap;
    justify-content: center;
  }
  .call__search {
    margin-top: 15px;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer__col {
    margin-bottom: 20px;
    max-width: 50%;
  }
  .footer__col:last-child {
    margin-left: 0;
  }
  .header {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .header__link {
    margin-bottom: 10px;
  }
  .header__menu {
    margin-bottom: 10px;
  }
  .page__box {
    flex-wrap: wrap;
  }
  .page__filter, .page__nav {
    margin-right: 0;
    flex-grow: 1;
    margin-bottom: 1.5em;
    flex-basis: 100%;
  }
  .action {
    flex-wrap: wrap;
    height: auto;
  }
  .action__search,
  .action__catalog {
    height: 2.5em;
  }
  .action__search {
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  }
  .content-filter {
    font-size: 14px;
  }
  .action__btn .btn__label {
    display: none;
  }
  .action__btn {
    box-shadow: 0 0 0 1px rgba(38,56,120,0.9);
    margin: 0 10px;
  }
  .page__nav.nav {
    display: none;
  }
  .page__action.action.scroll-header {
    height: auto;
    padding: 5px;
  }
  .page__action.action.scroll-header .logo__img {
    height: 30px;
    margin: 0;
  }
  .page__action.action.scroll-header .action__logo {
    margin-bottom: 1em;
    margin-right: 1em;
  }
  .page__action.action.scroll-header .search--theme-accent {
    flex-grow: 1;
    height: 35px;
    width:calc(100% - 14em);
  }
  .page__action.action.scroll-header .action__btn {
    flex-basis: auto;
    width: auto;
    box-shadow: 0 0 0 1px #fff;
  }
  .nav--has-filter.nav {
    display: block;
    flex-basis: 100%;
  }
  .filter-menu + .nav__title,
  .nav--has-filter .nav-list {
    display: none;
  }
  .form--filter .form__group {
    flex-direction: column;
  }
  .form--filter .range {
    width: auto;
    margin-right: 10px;
  }
  #tickets-filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 490px) {
  .footer__col:not(:first-child) {
    margin-left: 0;
  }
  .footer {
    flex-direction: column;
  }
  .footer__col {
    max-width: 100%;
  }
  .content-filter-list {
    max-height: initial;
    flex-direction: row;
  }
  .content-filter-list__item {
    flex-basis: 50%;
  }
  .action-catalog__dropdown {
    left: -3em;
  }
  .page__action.action.scroll-header input.search__input {
    width: auto;
  }
  .page__action.action.scroll-header .action__logo {
    max-width: 7.375em;
  }
  .page__action.action.scroll-header .search--theme-accent {
    width: calc(100% - 10em);
  }
}

.tomorrow{
	font-size: 12px;
    height: 40px !important;
    background: #3ddb74;
}
.tomorrow:hover{
	background: #262626 !important;
}
label.text-bold, .filter__title, #sp9 {
	display: block;
    cursor: pointer;
}
label.text-bold i, .filter__title i, #sp9 i, #sp1 i{
	float:right;
}
label.text-bold.right-open .fa-caret-down, .filter__title.right-open .fa-caret-down, .tit.right-open .fa-caret-down , #sp1.right-open .fa-minus  {
	display:inherit;
}
label.text-bold.right-open .fa-caret-left, .filter__title.right-open .fa-caret-left, .tit.right-open .fa-caret-left, #sp1.right-open .fa-plus{
	display:none;
}
label.text-bold.right-close .fa-caret-down, .filter__title.right-close .fa-caret-down, .tit.right-close .fa-caret-down, #sp1.right-close .fa-minus {
	display:none;
}
label.text-bold.right-close .fa-caret-left, .filter__title.right-close .fa-caret-left, .tit.right-close .fa-caret-left, #sp1.right-close .fa-plus {
	display:inherit;
}

.archived{
	overflow: auto;
}
.archived .button{
	width: 258px;
	height: 40px;
	float: left;
	margin-right: 20px;
	font-size: 0.875em;
}
.archived-link{
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
	color: #fc7009;
}
.archived-link.add{
	display: none;
}
.btn__count2 {
    font-size: 0.75em;
    width: 1.66667em;
    height: 1.66667em;
    font-weight: 700;
    border-radius: 50%;
    background-color: #fc7009;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: absolute;
    top: -0.83333em;
    left: 1.33333em;
    line-height: 1;
}

.v-data-table td a{
	color: rgba(38, 38, 38, 0.7);
}	
select#subject_category, #chat select#reason_return {
    width: 185px;
    border: 2px solid rgba(38,56,120,0.9);
    border-radius: 5px;
    height: 40px;
	margin-right: 5px;
}
.menu-left .dropdown a{
	font-size: 1.090em;
	color: rgba(38,56,120,0.9);
}
.menu-left .dropdown a:hover{
	text-decoration: underline;
}
.scroll-filter {
    position: sticky;
    overflow: auto;
    top: 70px;
    z-index: 999;
}
.action__auth .dropdown {
    position: absolute;
    border: 1px solid #d4d8dd;
    background: #FFF;
}
button.action__btn.btn.btn--has-up.js-login-btn {
    /* margin-left: 10px; */
}
button.action__btn.btn.btn--has-up.js-login-btn.auth__btn--is-active {
    /* margin-left: 10px; */
}
.content__row.reader{
    overflow: auto;
    display: block;
    height: 30px;
    margin: 0;
    margin-top: -40px;	
}
.check__item.filter_ticket_all{
	margin-left: -20px;
}
a#distributor_diler.pressed, a#sroki_min.pressed, a#route_vozvrat.pressed {
    background: rgba(38,56,120,0.9);
    color: #FFF;
}
a#distributor_diler, a#sroki_min , a#route_vozvrat {
    background: rgb(12, 30, 87, 0.07);
    padding: 3px 7px;
    color: rgba(38,56,120,0.9);
    border-radius: 5px;
}
a#distributor_diler:hover, a#sroki_min:hover, a#route_vozvrat:hover{
    background: rgba(38,56,120,0.9);
    color: #FFF;
}
.srok-show {
    font-size: 13px;
}
.srok-dist{
    font-size: 14px;
}
.srok-dist span{
    margin-top: 3px;
    display: block;
    float: left;
}
.srok-show span{
}
.srok-dist .excellent, .srok-dist .bad, .srok-dist .good{
    padding-bottom: 3px;
    overflow: auto;
    height: 20px;
    display: block;
    float: left;
	margin-left: 10px;
    padding-top: 7px;
    font-size: 13px;
    margin-top: 0px;
}
.brand_info_search {
    font-size: 13px;
}
.search-parts table th:nth-child(1), .search-parts table td:nth-child(1), .search-parts table td:nth-child(1) > div{
	width: 100px;
}
.search-parts table th:nth-child(2), .search-parts table td:nth-child(2), .search-parts table td:nth-child(2) > div{
	width: 330px;
}
.search-parts table th:nth-child(3), .search-parts table td:nth-child(3), .search-parts table td:nth-child(3) > div{
	width: 50px;
}
.search-parts table th:nth-child(4), .search-parts table td:nth-child(4), .search-parts table td:nth-child(4) > div{
	width: 35px;
}
.search-parts table th:nth-child(5), .search-parts table td:nth-child(5), .search-parts table td:nth-child(5) > div{
	width: 40px;
}
.search-parts table th:nth-child(6), .search-parts table td:nth-child(6), .search-parts table td:nth-child(6) > div{
	width: 70px;
}
.search-parts table th:nth-child(7), .search-parts table td:nth-child(7), .search-parts table td:nth-child(7) > div{
	width: 70px;
}
.search-parts table th:nth-child(8), .search-parts table td:nth-child(8), .search-parts table td:nth-child(8) > div{
	width: 40px;
}
.search-parts table th:nth-child(9), .search-parts table td:nth-child(9), .search-parts table td:nth-child(9) > div{
	width: 110px;
}
.chat__message .myImg {
    height: 150px;
    text-align: right;
    width: 150px;
    margin: 10px 0px;
	cursor: pointer;
}
div.myModal {
    top: 0px !important;
    margin-top: 0px;
    z-index: 10000;
}
.order_filter{
    overflow: auto;
	margin-right: 0px !important;
}
.order_status_style{
	float: left;
	width: 100%;
}
.order_button_style{
	position: relative;
	margin-bottom: 10px;
	overflow: auto;
}
.order_status_style .check__item {
    display: flex;
    align-items: center;
    float: left;
    width: 25%;
}
.order_button_style .button_style{
	font-size: 11px;
	background: rgb(12, 30, 87, 0.07) !important;
    color: #252525;
	font-weight: normal;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	margin: 5px 9.3px 5px 0px;
	border-radius: 4px;
	display: block;
	width: 200px;
	float: left;
	height: auto !important;
}
.order_button_style .save{
	background-color: #da3e50;
}
.order_button_style .save:hover{
	background-color: #f35769;
}
.order_button_style .work{
	
}
.order_button_style .return_work{
	
}
.order_button_style .return_complete{
	
}
.order_button_style .complete{
	
}
.order_button_style .rejection{
	
}
.order_data_style{
	float: left;
}
.order_data_style .text-bold2{
	margin-top: 10px;
}
.order_data_style .input-search__container{
	margin: 10px;
	cursor: pointer;
}
.order_data_style #dateRange{
	cursor: pointer;
}
.order_button_style2{
	float: right;
	overflow: auto;
	width: 140px !important;
}
.order_button_style2 a, .order_button_style2 button{
	width: 170px;
	float: left;
	margin-left: 10px;
}
.filter_style > div{
	overflow: auto;
}
#sp1{
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: rgb(12, 30, 87, 0.07);
	border-radius: 4px;
	padding: 10px;
}
#sp1 svg{
	float: left;
    margin-top: 0px;
}
#sp1 .content-head__title{
	float: left;
}
li ul.dropdown {
    position: relative;
}
.report-ugly {
    margin-right: 5px;
}
.fake-link.pressed {
    background: rgb(12, 30, 87, 0.07);
    padding: 5px;
    border-radius: 4px;
}
.filter_style .order_button_style2 button, .filter_style .order_button_style2 a{
	width: 140px !important;
	margin: 23px 9.3px 5px 0px !important;
	background: rgba(38,56,120,0.9) !important;
	color: #ffffff !important;
}
.menu-left .link--theme-base-light {
    color: rgba(38,56,120,0.9);
}

.menu-left .link--theme-base-light:hover {
    color: #fc7009;
}

.content-filter .link--theme-base-light {
    color: rgba(38,56,120,0.9);
}

.content-filter .link--theme-base-light:hover {
	color: #fc7009;
}

.header .link--theme-base-light {
    color: rgba(38,56,120,0.9);
}

.header .link--theme-base-light:hover {
	color: #fc7009;
}

#register-buttons .regbox span {
    border: none;
    background: rgba(38,56,120,0.9);
}
#register-buttons .regbox span:hover {
    border: none;
    background:  rgba(38,56,120,0.8);
}
a#change-office {
	display: none;
}
a.header__link.link.link--size-s.link--theme-base {
    display: none;
}
.page__action .action__btn .btn__svg.svg--shop, i.fa.fa-user{
	color: #fc7009;
}
i.fa.fa-rss{
	color: #FFF;
    padding-right: 6px;
}

.action-catalog__dropdown .link__label {
    color: rgba(38,56,120,0.9);
}

.action-catalog__dropdown .link__label:hover {
    color: #fc7009;
}
button.search__btn.btn.btn--theme-accent {
    border-radius: 0px 5px 5px 0px;
    margin: -2px -2px -2px 2px;
}
button.bullet__btn{
	background: #ffffff;
	border: 1px solid #fc7009;
}
button.bullet__btn span{
	color: #fc7009;
}
.info_position_cart {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 0.7rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #fc7009;
    border-color: #fc7009;
    color: #fff;
    text-align: center;
}
.js-login-btn{
	z-index: 0;
}
.js-catalog-btn{
	z-index: 1;
}
.btn_blank{
	float: left;
	width: 280px;
	display: block;
	max-width: 280px;
}