

/* Start:/local/templates/_def/css/var.css?1572968931256*/
:root {
  --color-gray-100: #f8f7f6;
  --color-gray-300: #f4f2f1;
  --color-gray-500: #eeebe8;
  --color-font-100: #8c7b73;
  --color-orange-500: #e95d0f;
  --color-green-300: hsl(71, 69%, 35%);
  --color-green-500: #93ad20;
  --color-blue-500: #6abae6;
}

/* End */


/* Start:/local/components/vincent/header/templates/v1/style.css?165684825511203*/
@media (max-width: 767px) {
  .header__main-phone {
    display: none;
  }
}
@media (min-width: 768px) {
  .header {
    position: relative;
    z-index: 5;
  }
  .header__main-phone {
    margin-right: 40px;
    display: block;
    font-size: 22px;
    line-height: 1.1818181818;
    font-weight: 600;
  }
  .header__contact {
    color: inherit;
  }
  .header__phone-description {
    font-size: 14px;
    line-height: 1.1428571429;
  }
  .header__phone-number {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding-top: 4px;
    color: #E95D0F;
    font-variant: tabular-nums;
  }
  .header__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__action {
    width: 32px;
    height: 48px;
    border-radius: 3px;
    color: inherit;
    opacity: 0.25;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .header__action.header__action--search {
    opacity: 1;
  }
  .header__action.header__action--like[data-count], .header__action.header__action--compare[data-count] {
    opacity: 1;
    color: #E95D0F;
  }
  .header__action.header__action--like[data-count]:before, .header__action.header__action--compare[data-count]:before {
    content: attr(data-count);
    position: absolute;
    line-height: 1.2;
    padding: 0 4px;
    border-radius: 3px;
    color: #38312e;
    font-size: 10px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .header__action:hover {
    opacity: 1;
  }
  .header__action.header__action--menu {
    display: none;
  }
  .header__action + .header__action {
    margin-left: 4px;
  }
  .header__layout {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .header__mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__contacts {
    display: flex;
  }
  .header__contact + .header__contact {
    margin-left: 40px;
  }
  .header .navigation__search {
    display: none;
  }
  .header__phone-controls {
    display: flex;
  }
  .header__phone-control {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1428571429;
    border: 0;
    font-weight: 500;
  }
  .header__phone-control + .header__phone-control {
    margin-left: 12px;
  }
  .header .header__phone-number.header__phone-number--phone-control {
    display: none;
  }

  input#header-phone-control-main:checked ~ .header__phone-number.header__phone-number--main {
    display: block;
    padding-top: 0;
    line-height: 1.1818181818;
  }
  input#header-phone-control-main:checked ~ .header__phone-controls label[for*=-main] {
    color: #E95D0F;
    border-bottom: dashed 1px;
  }

  input#header-phone-control-sochi:checked ~ .header__phone-number.header__phone-number--sochi {
    display: block;
    padding-top: 0;
    line-height: 1.1818181818;
  }
  input#header-phone-control-sochi:checked ~ .header__phone-controls label[for*=-sochi] {
    color: #E95D0F;
    border-bottom: dashed 1px;
  }

  input#header-phone-control-adler:checked ~ .header__phone-number.header__phone-number--adler {
    padding-top: 0;
    display: block;
    line-height: 1.1818181818;
  }
  input#header-phone-control-adler:checked ~ .header__phone-controls label[for*=-adler] {
    color: #E95D0F;
    border-bottom: dashed 1px;
  }

  .header__mid .divider {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .header__contact.header__contact-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 12px;
  }

  .header__contact.desk {
    display: flex;
    flex-direction: column-reverse;
  }

  a.header__contact-mobile-item.header__contact-mobile-item--whats-app {
    box-shadow: inset 0 0 0 5px #c8f4d9;
    background: #25D366;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.header__contact-mobile-item.header__contact-mobile-item--whats-app svg {
    transform: scale(0.8);
  }

  a.header__contact-mobile-item.header__contact-mobile-item--telegram {
    box-shadow: inset 0 0 0 5px #c9eaf9;
    background: #29a9e9;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.header__contact-mobile-item.header__contact-mobile-item--telegram svg {
    transform: scale(0.8) translate(-1px);
  }
}
@media (max-width: 767px) {
  .header__mobile-aside {
    display: flex;
    padding-right: 8px;
  }
  .header__mobile-aside .header__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0 !important;
  }
  .header__mobile-aside .header__action.Y {
    display: none;
  }
  .header__mobile-aside .header__action--phone {
    color: #E95D0F;
  }
  .header__mobile-aside .header__action--telegram {
    color: #29a9e9;
  }
  .header__mobile-aside .header__action--whatsapp {
    color: #25D366;
  }
  .header__mobile-aside .header__action svg {
    display: block;
  }

  .header__cross {
    position: relative;
    width: 24px;
    height: 24px;
  }

  .header__cross-item {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #38312e;
    border-radius: 1px;
    transform-origin: center;
    transition: 0.3s;
  }

  .header__cross-item--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0) scaleX(1);
  }

  .header__cross-item--top {
    top: 4px;
    transform: scaleX(1);
  }

  .header__cross-item--bottom {
    bottom: 4px;
    transform: scaleX(1);
  }

  #app.app--open-menu .header__cross-item--top, #app.app--open-menu .header__cross-item--bottom {
    transform: scaleX(0);
  }

  #app.app--open-menu .header__cross-item--center {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.2);
  }

  #app.app--open-menu .header__cross-item--center + .header__cross-item--center {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.2);
  }

  #app:not(.app--open-menu) {
    position: sticky;
    top: 0;
  }
  #app:not(.app--open-menu) .header.header--default[data-age]:after {
    content: attr(data-age);
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    line-height: 1.6;
    padding: 0 6px;
    border-radius: 3px;
    background: #e85c12;
    color: #fff;
    letter-spacing: 0.021em;
    font-weight: 600;
  }

  .header.header--default {
    position: relative;
    z-index: 100;
    background: #fff;
  }
  .header.header--default .cr {
    padding-left: 0;
    padding-right: 0;
  }
  .header__contact.header__contact-mobile {
    width: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
  }
  .header__contact-mobile-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__contact-mobile-item--phone {
    background: #f26e27;
    box-shadow: inset 0 0 0 5px #fedccc;
  }
  .header__contact-mobile-item--whats-app {
    background: #25D366;
    box-shadow: inset 0 0 0 5px #c8f4d9;
  }
  .header__contact-mobile-item--telegram {
    background: #29a9ec;
    box-shadow: inset 0 0 0 5px #c9eaf9;
  }
  .header__contact-mobile-item svg {
    transform: scale(0.8);
  }
  .header__contact-mobile-item + .header__contact-mobile-item {
    margin-left: 12px;
  }

  .header__action--like, .header__action--compare {
    position: relative;
  }
  .header__action--like[data-count], .header__action--compare[data-count] {
    opacity: 1;
    color: #E95D0F;
  }
  .header__action--like[data-count]:before, .header__action--compare[data-count]:before {
    content: attr(data-count);
    position: absolute;
    line-height: 1.2;
    padding: 0 4px;
    border-radius: 3px;
    color: #38312e;
    font-size: 10px;
    top: 8px;
    left: 26px;
    transform: translate(-50%, 0);
  }

  .header__top {
    display: none;
  }

  .header__actions {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }

  .header__action {
    display: none;
    height: 64px;
    width: 56px;
    padding: 16px 8px 16px 16px;
    justify-content: space-between;
    align-items: center;
  }
  .header__action.header__action--menu {
    display: flex;
    border-right: solid 1px #f2f2f2;
  }
  .header__action.header__action--phone {
    display: flex;
    color: inherit;
  }

  .header__action-icon {
    display: block;
  }

  .header__mid:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  }

  .header__contacts {
    display: none;
  }

  .header__logo {
    position: absolute;
    left: 64px;
    top: 0;
    height: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
  }
  .header__logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.3) translate(0, -3px);
    transform-origin: center top;
  }

  .header__action-icon.menu-icon {
    display: block;
  }
  .header__action-icon.cross-icon {
    display: none;
  }

  #header-menu-checkbox ~ .header .header__btm {
    display: none;
  }
  #header-menu-checkbox:checked ~ .main, #header-menu-checkbox:checked ~ .footer {
    display: none;
  }
  #header-menu-checkbox:checked ~ .header .header__btm {
    display: block;
  }
  #header-menu-checkbox:checked ~ .header .header__action.header__action--like {
    display: flex;
    opacity: 0.25;
  }
  #header-menu-checkbox:checked ~ .header .header__action.header__action--like[data-count] {
    opacity: 1;
  }
  #header-menu-checkbox:checked ~ .header .header__action-icon.menu-icon {
    display: none;
  }
  #header-menu-checkbox:checked ~ .header .header__action-icon.cross-icon {
    display: block;
  }
  #header-menu-checkbox:checked ~ .header .header__logo {
    display: none;
  }
  #header-menu-checkbox:checked ~ .header .header__contacts {
    position: absolute;
    left: 64px;
    right: 64px;
    top: 0;
    height: 100%;
    padding: 16px 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 2;
  }
  #header-menu-checkbox:checked ~ .header .header__contact {
    display: none;
  }
  #header-menu-checkbox:checked ~ .header .header__contact.header__contact--mobile {
    display: flex;
    flex-direction: column-reverse;
    color: inherit;
  }
  #header-menu-checkbox:checked ~ .header .header__phone-description {
    font-size: 12px;
    line-height: 1.1666666667;
  }
  #header-menu-checkbox:checked ~ .header .header__phone-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.0833333333;
    color: #e95d0f;
  }

  #app {
    min-height: 100vh;
  }
}
@media (max-width: 360px) {
  #header-menu-checkbox:checked ~ .header .header__phone-number {
    font-size: 20px;
  }
}

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

/* End */


/* Start:/local/templates/_def/components/bitrix/menu/roll-up/style.css?16515911002659*/
.menu.menu--roll-up {
  padding: 4px 0;
  border-bottom: solid 1px #edebe7;
  position: relative;
  z-index: 3;
  user-select: none;
}
.menu.menu--roll-up .menu__action {
  font-size: 12px;
  line-height: 2.3333333333;
  padding: 0 12px;
  background: #93AD20;
  display: inline-block;
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0.021em;
  color: #FFF;
  will-change: background, transform;
  transition: 0.2s;
  transform: scale(1);
}
.menu.menu--roll-up .menu__action:hover {
  background: #A6C322;
}
.menu.menu--roll-up .menu__action:active {
  transform: scale(0.98);
}
.menu.menu--roll-up .menu__layout {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: min-content 1fr min-content;
}
.menu.menu--roll-up .menu__list {
  display: flex;
  justify-content: center;
}
.menu.menu--roll-up .menu__item-icon {
  transform: translate(0, 1px);
}
.menu.menu--roll-up .menu__item {
  line-height: 2.3333333333;
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
}
.menu.menu--roll-up .menu__item:hover {
  opacity: 0.8;
}
.menu.menu--roll-up .menu__item + .menu__item {
  margin-left: 20px;
}
.menu.menu--roll-up .menu__item.menu__item--more.active .menu__dropdown {
  display: flex;
}
.menu.menu--roll-up .menu__item.menu__item--more:hover {
  opacity: 1;
}
.menu.menu--roll-up .menu__item.menu__item--active {
  cursor: default;
  position: relative;
  color: #E95D0F;
}
.menu.menu--roll-up .menu__item.menu__item--active:after {
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  background: #E95D0F;
  position: absolute;
  bottom: -5px;
}
.menu.menu--roll-up .menu__item.menu__item--active:hover {
  opacity: 1;
}
.menu.menu--roll-up .menu__item-more {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  color: inherit;
  padding-left: 4px;
}
.menu.menu--roll-up .menu__item-more:before {
  content: "";
  width: 3px;
  height: 3px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: translate(-2px, -2px) rotate(45deg);
}
.menu.menu--roll-up .menu__dropdown {
  display: none;
  position: absolute;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  padding: 6px;
  border-radius: 8px;
  background: #FFF;
  flex-direction: column;
}
.menu.menu--roll-up .menu__dropdown-item {
  color: inherit;
  padding: 0 6px;
  border-radius: 3px;
}
.menu.menu--roll-up .menu__dropdown-item.menu__dropdown-item--active {
  pointer-events: none;
  color: #E95D0F;
  cursor: default;
}
.menu.menu--roll-up .menu__dropdown-item:hover {
  background: #EEEBE8;
}

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

/* End */


/* Start:/local/templates/_def/components/bitrix/menu/main/style.css?162063624812214*/
@media (min-width: 767px) {
  .navigation {
    position: relative;
  }
  .navigation .navigation__search.header-search-action-active {
    display: block;
  }
  .navigation.navigation--main .navigation__list {
    -webkit-box-shadow: 0 0 0 0.1875rem #fff;
            box-shadow: 0 0 0 0.1875rem #fff;
    border-radius: 3px;
  }
  .navigation.navigation--main .navigation__item.navigation__item--first {
    border-radius: 0.1875rem 0 0 0.1875rem;
  }
  .navigation.navigation--main .navigation__item.navigation__item--last {
    border-radius: 0 0.1875rem 0.1875rem 0;
  }
  .navigation.navigation--search .navigation__list {
    border-radius: 0.1875rem 0.1875rem 0 0;
  }
  .navigation.navigation--search .navigation__item.navigation__item--first {
    border-radius: 0.1875rem 0 0 0;
  }
  .navigation.navigation--search .navigation__item.navigation__item--last {
    border-radius: 0 0.1875rem 0 0;
  }
  .navigation.navigation--default .navigation__list {
    border-radius: 0.1875rem;
  }
  .navigation.navigation--default .navigation__item.navigation__item--first {
    border-radius: 0.1875rem 0 0 0.1875rem;
  }
  .navigation.navigation--default .navigation__item.navigation__item--last {
    border-radius: 0 0.1875rem 0.1875rem 0;
  }
  .navigation__list {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(6, 1fr);
    background: #d3530d;
  }
  .navigation__item {
    background: #e95d0f;
    will-change: background;
  }
  .navigation__item:hover {
    background: transparent;
  }
  .navigation__item:hover .navigation__groups {
    display: block;
  }
  .navigation__item:hover .navigation__link {
    margin-top: -0.25rem;
    padding-top: 0.25rem;
    background: #fff;
    color: #e85e11;
    position: relative;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 0.1875rem 0.1875rem 0 0;
    z-index: 2;
    -webkit-box-shadow: 0 0.625rem #FFF, 0 0 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem #FFF, 0 0 0.625rem rgba(0, 0, 0, 0.1);
  }
  .navigation__item.navigation__item--last:hover .navigation__link {
    margin-right: -1px;
    padding-right: 1px;
  }
  .navigation__item.navigation__item--active {
    background: #d3530d;
  }
  .navigation__item.navigation__item--active:hover {
    background: transparent;
  }
  .navigation__item:last-child {
    display: none;
  }
  .navigation__item.navigation__item--first:hover .navigation__link {
    border-top-left-radius: 0.5rem;
  }
  .navigation__item.navigation__item--last:hover .navigation__link {
    border-top-right-radius: 0.5rem;
  }
  .navigation__link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
  }
  .navigation__link-title {
    font-size: 1rem;
    font-weight: 500;
  }
  .navigation__link-title[data-count] {
    position: relative;
  }
  .navigation__link-title[data-count]:after {
    font-size: 0.625rem;
    line-height: 1.2;
    padding-left: 0.5em;
    opacity: 0.75;
    font-weight: 600;
    font-variant: tabular-nums;
    position: absolute;
    content: attr(data-count);
  }
  .navigation__groups {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding: 1.5rem 1.5rem 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
  }
  .navigation__groups.navigation__groups--small .navigation__group--sm {
    width: 33.33333333%;
  }
  .navigation__groups.navigation__groups--small .navigation__group--sm .navigation__group-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .navigation__groups-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem;
  }
  .navigation__group-list {
    margin-top: 0.375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navigation__group {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navigation__group:first-child {
    padding-left: 1.5rem;
  }
  .navigation__group:last-child {
    padding-right: 1.5rem;
  }
  .navigation__group + .navigation__group .navigation__group-list {
    position: relative;
  }
  .navigation__group + .navigation__group .navigation__group-list:before {
    content: "";
    position: absolute;
    left: -1rem;
    border-left: dotted 1px #8c7b73;
    opacity: 0.25;
    top: 0;
    bottom: 0;
  }
  .navigation__group.navigation__group--sm {
    width: 16.66666667%;
  }
  .navigation__group.navigation__group--md {
    width: 33.33333333%;
  }
  .navigation__group.navigation__group--md .navigation__group-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .navigation__group.navigation__group--lg {
    width: 50%;
  }
  .navigation__group.navigation__group--lg .navigation__group-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .navigation__group.navigation__group--xl {
    width: 66.66666667%;
  }
  .navigation__group.navigation__group--xl .navigation__group-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .navigation__group-title {
    font-size: 0.625rem;
    line-height: 2;
    font-weight: 600;
    width: auto;
    padding: 0 0.5rem;
    background: #f8f7f6;
    border-radius: 0.1875rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .navigation__group-item {
    padding-bottom: 0.25rem;
    display: inline-block;
    width: 100%;
  }
  .navigation__group-link {
    font-size: 0.8125rem;
    line-height: 1.23076923;
    color: inherit;
    display: block;
  }
  .navigation__group-link:hover {
    color: #e95d0f;
  }
  .navigation__footer,
  .navigation__link-icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  #app.app--open-menu {
    position: inherit;
    overflow: inherit;
  }
  .navigation {
    background: #fff;
  }
  .navigation__search {
    position: relative;
  }
  .navigation__search-input {
    background: #f4f2f1;
  }
  .navigation__search-icon {
    opacity: 0.4;
    position: absolute;
    left: 0.75rem;
    top: 1.25rem;
    pointer-events: none;
  }
  .header__mid {
    position: relative;
  }
  .navigation__link-icon.navigation__link-icon--cross {
    display: none;
  }
  .navigation__link-icon-container {
    padding-right: 1rem;
    padding-left: 1rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
  }
  .navigation__link-icon.navigation__link-icon--chevron-right {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navigation__list.navigation__list--open-group .navigation__item:not(.navigation__item--open-group) {
    display: none;
  }
  .navigation__item.navigation__item--open-group .navigation__link-container {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
  }
  .navigation__item.navigation__item--open-group .navigation__link {
    margin-right: 4rem;
  }
  .navigation__item.navigation__item--open-group .navigation__link-icon.navigation__link-icon--cross {
    display: block;
  }
  .navigation__item.navigation__item--open-group .navigation__link-icon.navigation__link-icon--chevron-down {
    display: none;
  }
  .navigation__item.navigation__item--open-group .navigation__link-icon.navigation__link-icon--chevron-right {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .navigation__item.navigation__item--open-group .navigation__link-icon-container {
    pointer-events: auto;
    opacity: 1;
  }
  .navigation__item.navigation__item--open-group .navigation__link-container {
    background: #fff;
    z-index: 1;
  }
  .navigation__item.navigation__item--open-group .navigation__link-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 0.625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  }
  .navigation__item.navigation__item--open-group .navigation__groups {
    display: block;
  }
  .navigation__groups {
    display: none;
    padding: 1rem 0 2rem;
  }
  .navigation__group + .navigation__group {
    margin-top: 1rem;
  }
  .navigation__group-link {
    display: block;
    color: inherit;
    padding: 0.75rem 0;
    font-size: 0.875rem;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-weight: 600;
    background: url(/local/icons/chevron-right.png) 100% 50% no-repeat;
    background-size: 0.375rem;
  }
  .navigation__group-list {
    padding: 0.25rem 1rem 0;
  }
  .navigation__group-title {
    margin-left: 1rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 600;
    display: inline-block;
    background: #f8f7f6;
    color: #8C7B73;
    border-radius: 0.1875rem;
  }
  .navigation__group-item + .navigation__group-item {
    border-top: dotted 1px #d1cac7;
  }
  .navigation__list {
    border-bottom: solid 1px #f4f2f1;
  }
  .navigation__link {
    color: inherit;
    display: block;
    padding: 0 1rem;
  }
  .navigation__link.navigation__link--active {
    color: #e95d0f;
  }
  .navigation__link-title {
    display: block;
    font-size: 1.125rem;
    line-height: 3.11111111;
    font-weight: 600;
    text-transform: uppercase;
  }
  .navigation__link-title[data-count] {
    position: relative;
  }
  .navigation__link-title[data-count]:after {
    font-size: 0.625rem;
    line-height: 1.2;
    padding-left: 0.5em;
    top: 0.625rem;
    opacity: 0.75;
    font-weight: 600;
    font-variant: tabular-nums;
    position: absolute;
    content: attr(data-count);
  }
  .navigation__link-container {
    position: relative;
    border-top: solid 1px #f4f2f1;
  }
  .navigation__footer {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
  .navigation__footer-item {
    padding: 0 1rem;
  }
  .navigation__footer-item + .navigation__footer-item {
    margin-top: 1.5rem;
  }
  .navigation__account {
    font-size: 1rem;
    color: inherit;
    line-height: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation__account-action {
    padding-left: 0.5rem;
  }
  .navigation__account-action-icon {
    display: block;
  }
  .navigation__sell {
    border-radius: 0.1875rem;
    background: #93ad20;
    color: #fff;
    padding: 0 0.75rem;
    line-height: 3;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    display: block;
  }
}

/* End */


/* Start:/local/components/vincent/header.search/templates/def/style.css?160931740110681*/
@media (min-width: 768px) {
  .header-search.header-search--default {
    position: absolute;
    right: 0;
    top: -4.25rem;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 0.9375rem 2.5rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.9375rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  }
  .header-search.header-search--default .header-search__speech-circle {
    background: #FFF;
  }
  .header-search.header-search--default input.header-search__input {
    line-height: 3rem;
    border: 0;
    -webkit-box-shadow: 0 0 transparent;
            box-shadow: 0 0 transparent;
    background: transparent;
    display: block;
    width: 25rem;
    max-width: 25rem;
    padding-left: 2.5rem;
  }
  .header-search.header-search--default .header-search__result {
    display: none;
    border-top: solid 1px #edebe7;
  }
  .header-search.header-search--default .header-search__item {
    width: 23rem;
  }
  .header-search.header-search--default .header-search__item.header-search__item--section {
    grid-template-columns: 1fr;
    font-weight: 600;
  }
  .header-search.header-search--default .header-search__item.header-search__item--section:hover {
    color: #F26E27;
  }
  .header-search.header-search--default .header-search__item.header-search__item--section .header-search__item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-search.header-search--default .header-search__item.header-search__item--section .header-search__item-name {
    color: inherit;
    font-size: 1rem;
    line-height: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-search.header-search--default .header-search__item.header-search__item--section .header-search__item-name:hover {
    color: #F26E27;
  }
  .header-search.header-search--default .header-search__list {
    display: none;
    border-top: solid 1px #edebe7;
    max-height: 50vh;
    overflow: scroll;
  }
  .header-search.header-search--default .header-search__spinner-icon {
    -webkit-animation: 5s linear 0s infinite spinner;
            animation: 5s linear 0s infinite spinner;
    margin-right: 0.375rem;
  }
  .header-search.header-search--default .header-search__search-icon {
    left: 0.75rem;
    position: absolute;
    top: 0.875rem;
    opacity: 0.25;
  }
  .header-search.header-search--default .header-search__result[data-state="loading"] {
    display: block;
  }
  .header-search.header-search--default .header-search__result[data-state="loading"] .header-search__spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-search.header-search--default .header-search__result[data-state="success"] + .header-search__list {
    display: block;
  }
  .header-search.header-search--default .header-search__result[data-state="notFound"],
  .header-search.header-search--default .header-search__result[data-state="success"] {
    display: block;
    line-height: 1.25rem;
  }
  .header-search.header-search--default .header-search__result[data-state="notFound"]:after,
  .header-search.header-search--default .header-search__result[data-state="success"]:after {
    content: attr(data-success-text);
    display: block;
    font-size: 0.75rem;
    line-height: 2.66666667;
    text-align: center;
    font-weight: 600;
  }
  .header-search.header-search--default .header-search__spinner {
    display: none;
    margin-top: 1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.75rem;
    line-height: 2.66666667;
    text-align: center;
    font-weight: 600;
    background: #fff;
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .header-search__speech-circle {
    background: #f4f2f1;
  }
  .header-search__search-result-data.header-search__search-result-data--empty {
    font-size: 0.875rem;
    line-height: 3.42857143;
    text-align: center;
  }
  .header-search__spinner {
    font-size: 0.875rem;
    height: 3rem;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #8C7B73;
  }
  .header-search__spinner-icon {
    -webkit-animation: 5s linear 0s infinite spinner;
            animation: 5s linear 0s infinite spinner;
    margin-right: 0.375rem;
  }
  .header-search__list {
    display: none;
  }
  .header-search__result[data-state="loading"] .header-search__spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-search__result[data-state="success"] + .header-search__list {
    display: block;
    overflow: scroll;
    height: 50vh;
    max-height: 25rem;
  }
  .header-search__result[data-state="notFound"]:after,
  .header-search__result[data-state="success"]:after {
    content: attr(data-success-text);
    display: block;
    font-size: 0.75rem;
    line-height: 2.66666667;
    text-align: center;
    margin: 1rem;
    background: #f4f2f1;
    border-radius: 0.1875rem;
    font-weight: 600;
  }
  .header-search__search-icon {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    left: 1rem;
    top: 1.375rem;
  }
  input.header-search__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: #f4f2f1;
    position: relative;
    z-index: 1;
    padding-left: 3rem;
    line-height: 4rem;
    font-size: 1rem;
    -webkit-box-shadow: 0 0 transparent;
            box-shadow: 0 0 transparent;
  }
  .header-search__item.header-search__item--section {
    grid-template-columns: 1fr;
    font-weight: 600;
  }
  .header-search__item.header-search__item--section:hover {
    color: #F26E27;
  }
  .header-search__item.header-search__item--section .header-search__item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-search__item.header-search__item--section .header-search__item-name {
    color: inherit;
    font-size: 1rem;
    line-height: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header-search__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-column-gap: 1rem;
}
.header-search__item + .header-search__item {
  margin-top: 0.75rem;
  padding-top: 0.8125rem;
  position: relative;
}
.header-search__item + .header-search__item:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-top: solid 1px #f4f2f1;
  top: 0;
}
.header-search__list {
  padding: 1rem 1rem 1.5rem;
}
.header-search__item-image {
  border-radius: 0.1875rem;
  background: 50% no-repeat;
  background-size: cover;
  height: 4rem;
}
.header-search__item-name {
  display: block;
  font-size: 0.875rem;
  line-height: 1.14285714;
  height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-search__item-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header-search__item-id {
  font-size: 0.75rem;
  line-height: 1.33333333;
}
.header-search__item-id:before {
  content: "ID ";
}
.header-search__item-address {
  font-size: 0.75rem;
  line-height: 1.33333333;
}
.header-search.header-search--default .header-search__speech {
  display: none;
  right: 0.75rem;
  position: absolute;
  opacity: 1;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-search.header-search--default .header-search__speech.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search.header-search--default .header-search__speech.record:before,
.header-search.header-search--default .header-search__speech.record:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: #F26E27;
}
.header-search.header-search--default .header-search__speech.record:before {
  -webkit-animation: speechEx alternate 1s ease-in-out infinite;
          animation: speechEx alternate 1s ease-in-out infinite;
  opacity: 0.25;
  z-index: 2;
}
.header-search.header-search--default .header-search__speech.record:after {
  -webkit-animation: speechIn alternate 1s ease-in-out infinite;
          animation: speechIn alternate 1s ease-in-out infinite;
  opacity: 0.5;
  z-index: 1;
}
.header-search.header-search--default .header-search__main {
  position: relative;
}
.header-search.header-search--default .header-search__speech-circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.header-search__item {
  position: relative;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes speechEx {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes speechEx {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@-webkit-keyframes speechIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes speechIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* End */


/* Start:/local/components/vincent/footer.contacts.mobile/templates/.default/style.css?16422309742382*/
.footer-contacts-mobile.footer-contacts-mobile--default {
  padding: 8px 16px 40px;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__layout {
  padding: 20px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 15px 40px 0 #e9e4e2;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__title {
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: 500;
  color: #E95D0F;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__navigation {
  padding: 20px 0;
  margin-top: -6px;
  display: flex;
  flex-wrap: wrap;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__button {
  margin: 6px 6px 0 0;
  width: auto;
  font-size: 14px;
  line-height: 2.2857142857;
  border: 0;
  font-weight: 500;
  padding: 0 14px;
  background: #f4f2f1;
  border-radius: 8px;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__button.active {
  background: #E95D0F;
  color: #FFF;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__section {
  display: none;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__section.active {
  display: block;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__group + .footer-contacts-mobile__group {
  margin-top: 20px;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__group-title {
  color: var(--color-font-100);
  font-size: 12px;
  line-height: 1.3333333333;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__address {
  font-weight: 500;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__address-extra {
  color: var(--color-font-100);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6666666667;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__phones {
  padding-top: 4px;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__phone {
  font-weight: 500;
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.footer-contacts-mobile.footer-contacts-mobile--default .footer-contacts-mobile__phone.footer-contacts-mobile__phone--primary {
  font-weight: 600;
}

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

/* End */


/* Start:/local/components/vincent/footer.contacts/templates/.default/style.css?15722752382140*/
.footer-contacts {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
}
.footer-contacts__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
          box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
  line-height: 1.25;
}
.footer-contacts__content {
  width: 25%;
  padding: 1.5rem;
}
.footer-contacts__content .address__value small {
  font-size: 12px;
  padding-left: 0.5em;
  color: var(--color-font-100);
}
.footer-contacts__content .address__value sup {
  font-size: 0.8em;
  line-height: 0;
  font-weight: normal;
}
.footer-contacts__content .phones__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-contacts__content .phones__values a {
  color: inherit;
}
.footer-contacts__content .phones__values a[href^="tel:8800"] {
  padding-left: 9px;
  font-weight: 900;
}
.footer-contacts__content .phones__values a + a {
  display: inline-block;
  margin-top: 4px;
}
.footer-contacts__content-title {
  font-size: 12px;
  margin-bottom: 0.5rem;
  color: var(--color-font-100);
}
.footer-contacts__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contacts__tab + .footer-contacts__tab {
  margin-left: 1em;
}
.footer-contacts__tab.active {
  cursor: default;
  color: inherit;
}
.footer-contacts__tab:not(.active) {
  cursor: pointer;
  border-bottom: dashed 1px;
}
.footer-contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--color-gray-100);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  height: 320px;
}
.footer-contacts__title {
  font-weight: 600;
}
.footer-contacts__tab-block {
  display: none;
}
.footer-contacts__tab-block.active {
  display: block;
}
.footer-contacts__row + .footer-contacts__row {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .footer-contact {
    display: none;
  }
}

/* End */


/* Start:/local/components/common/notifications/templates/.default/style.css?16055172613883*/
.common-notifications.common-notifications--default {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}
.common-notifications.common-notifications--default .common-notifications__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.common-notifications.common-notifications--default .common-notifications__element {
  background: #FFF;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.33333333;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform, opacity;
  position: relative;
  overflow: hidden;
}
.common-notifications.common-notifications--default .common-notifications__element:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25rem;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--info {
  background: #D3EBF8;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(17, 104, 151, 0.33);
          box-shadow: 0 0.1875rem 0.5rem rgba(17, 104, 151, 0.33);
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--info:before {
  background: #96CFEE;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--success {
  background: #F1F7D4;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(154, 184, 20, 0.33);
          box-shadow: 0 0.1875rem 0.5rem rgba(154, 184, 20, 0.33);
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--success:before {
  background: #C0DD3C;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--error {
  background: #FCDFCF;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(138, 58, 15, 0.33);
          box-shadow: 0 0.1875rem 0.5rem rgba(138, 58, 15, 0.33);
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--error:before {
  background: #F26E27;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--warning {
  background: #FFEECC;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(184, 128, 20, 0.33);
          box-shadow: 0 0.1875rem 0.5rem rgba(184, 128, 20, 0.33);
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--warning:before {
  background: #FFBB38;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--start {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.common-notifications.common-notifications--default .common-notifications__element.common-notifications__element--end {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.common-notifications.common-notifications--default .common-notifications__element + .common-notifications__element {
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .common-notifications.common-notifications--default {
    bottom: 1.25rem;
    left: 1.25rem;
    width: calc(100vw - 2.5rem);
  }
}
@media (min-width: 768px) {
  .common-notifications.common-notifications--default {
    top: 1.25rem;
    right: 1.25rem;
    max-width: 20rem;
    width: 20vw;
  }
}

/* End */


/* Start:/local/components/common/popup/templates/.default/style.css?162210507512930*/
@media (min-width: 768px) {
  .common-popup.common-popup--default .common-popup__overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .common-popup.common-popup--default .common-popup__content {
    -webkit-box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    top: 5rem;
    padding: 2.5rem;
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .common-popup.common-popup--default .common-popup__overlay {
    background: #FFF;
  }
  .common-popup.common-popup--default .common-popup__content {
    top: 0;
    padding: 1.25rem;
    max-width: 100vw;
  }
  .common-popup.common-popup--default .common-popup__captcha {
    position: relative;
    height: 5rem;
  }
  .common-popup.common-popup--default .common-popup__captcha > div {
    position: absolute;
    -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
.common-popup.common-popup--default .common-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.common-popup.common-popup--default .common-popup__close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.common-popup.common-popup--default .common-popup__close:hover {
  opacity: 1;
}
.common-popup.common-popup--default .common-popup__close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background: #38312E;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.common-popup.common-popup--default .common-popup__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background: #38312E;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.common-popup.common-popup--default .common-popup__content {
  position: fixed;
  left: 50%;
  background: #fff;
  z-index: 10001;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  max-height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.common-popup.common-popup--default .common-popup__content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.common-popup.common-popup--default .common-popup__textarea-wrap {
  position: relative;
}
.common-popup.common-popup--default .common-popup__error,
.common-popup.common-popup--default .common-popup__success {
  position: relative;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.14285714;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.16666667rem;
  overflow: hidden;
}
.common-popup.common-popup--default .common-popup__error:before,
.common-popup.common-popup--default .common-popup__success:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
}
.common-popup.common-popup--default .common-popup__error {
  background: rgba(242, 110, 39, 0.2);
}
.common-popup.common-popup--default .common-popup__error:before {
  background: #F26E27;
}
.common-popup.common-popup--default .common-popup__success {
  background: rgba(166, 195, 34, 0.2);
}
.common-popup.common-popup--default .common-popup__success:before {
  background: #A6C322;
}
.common-popup.common-popup--default .common-popup__info {
  background: rgba(106, 186, 230, 0.2);
  position: relative;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1.33333333;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.16666667rem;
  overflow: hidden;
}
.common-popup.common-popup--default .common-popup__info:before {
  content: "";
  background: #69BAE6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
}
.common-popup.common-popup--default .common-popup__file-title {
  line-height: 2.66666667;
  font-size: 0.75rem;
  background: #f4f2f1;
  display: inline-block;
  padding: 0 0.75rem;
  border-radius: 0.1875rem;
}
.common-popup.common-popup--default .common-popup__input-wrap {
  position: relative;
}
.common-popup.common-popup--default .common-popup__input-wrap.common-popup__input--required:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #E95D0F;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.125rem #FFF;
          box-shadow: 0 0 0 0.125rem #FFF;
  z-index: 1;
}
.common-popup.common-popup--default .common-popup__cost-estimate-category {
  display: grid;
  grid-gap: 0.375rem;
  grid-template-columns: repeat(3, 1fr);
}
.common-popup.common-popup--default .common-popup__cost-estimate-category-button {
  padding: 0 0.875rem;
  font-size: 0.875rem;
  line-height: 2.85714286;
  border-radius: 0.1875rem;
  background: #F4F2F1;
  will-change: background, transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  text-align: center;
}
.common-popup.common-popup--default .common-popup__cost-estimate-category-button:hover {
  background: #EEEBE8;
}
.common-popup.common-popup--default .common-popup__cost-estimate-category-button:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.common-popup.common-popup--default #cost-estimate-category--apartment:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--apartment"] {
  background: #F26E27;
  color: #FFF;
}
.common-popup.common-popup--default #cost-estimate-category--apartment:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--apartment"]:hover {
  background: #E95D0F;
}
.common-popup.common-popup--default #cost-estimate-category--apartment:checked ~ .cost-estimate-target--land-area {
  display: none;
}
.common-popup.common-popup--default #cost-estimate-category--house:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--house"] {
  background: #F26E27;
  color: #FFF;
}
.common-popup.common-popup--default #cost-estimate-category--house:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--house"]:hover {
  background: #E95D0F;
}
.common-popup.common-popup--default #cost-estimate-category--land:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--land"] {
  background: #F26E27;
  color: #FFF;
}
.common-popup.common-popup--default #cost-estimate-category--land:checked ~ .common-popup__cost-estimate-category label[for="cost-estimate-category--land"]:hover {
  background: #E95D0F;
}
.common-popup.common-popup--default #cost-estimate-category--land:checked ~ .cost-estimate-target--area {
  display: none;
}
.common-popup.common-popup--default .common-popup__messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.common-popup.common-popup--default .common-popup__messenger img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.common-popup.common-popup--default .common-popup__messenger input:checked + img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.common-popup.common-popup--default .common-popup__messenger span {
  font-size: 0.625rem;
  line-height: 1.6;
}
.common-popup.common-popup--default .common-popup__messenger label + label {
  margin-left: 0.75rem;
}
.common-popup.common-popup--default .common-popup__input-label,
.common-popup.common-popup--default .common-popup__textarea-label {
  position: absolute;
  top: 0.375rem;
  left: 0.5rem;
  right: 0.5rem;
  font-size: 0.625rem;
  line-height: 1.2;
  z-index: 1;
  pointer-events: none;
}
.common-popup.common-popup--default .common-popup__textarea {
  font-size: 1rem;
  line-height: 1.125;
  padding: 1.375rem 0.5rem 0.375rem;
  border-radius: 0.1875rem;
  background: #F4F2F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  resize: vertical;
}
.common-popup.common-popup--default .common-popup__input {
  font-size: 1rem;
  line-height: 1.125;
  padding: 1.375rem 0.5rem 0.375rem;
  border-radius: 0.1875rem;
  background: #F4F2F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.common-popup.common-popup--default .common-popup__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.07142857;
}
.common-popup.common-popup--default .common-popup__form-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.75rem;
}
.common-popup.common-popup--default .common-popup__block {
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: 1fr;
}
.common-popup.common-popup--default .common-popup__disclaimer {
  opacity: 0.75;
  font-size: 0.625rem;
  line-height: 1.2;
}
.common-popup.common-popup--default .common-popup__input[name="phone"]:invalid {
  -webkit-box-shadow: inset 0 0 0 1px #E95D0F, 0 0 0 1px #E95D0F;
          box-shadow: inset 0 0 0 1px #E95D0F, 0 0 0 1px #E95D0F;
}
.common-popup.common-popup--default .common-popup__loading {
  color: #A3958F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
.common-popup.common-popup--default .common-popup__loading svg {
  -webkit-animation: 4s linear 0s infinite alternate commonPopupLoadingAnimation;
          animation: 4s linear 0s infinite alternate commonPopupLoadingAnimation;
}
.common-popup.common-popup--default .common-popup__button-success {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 2.85714286;
  background: #F4F2F1;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  will-change: transform, background;
}
.common-popup.common-popup--default .common-popup__button-success:hover {
  background: #EEEBE8;
}
.common-popup.common-popup--default .common-popup__button-success:active {
  -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
}
.common-popup.common-popup--default .common-popup__button-success:disabled {
  background: #EEEBE8;
  color: #A3958F;
  pointer-events: none;
  cursor: default;
}
.common-popup.common-popup--default .common-popup__button {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 2.85714286;
  background: #F26E27;
  color: #FFF;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  will-change: transform, background;
}
.common-popup.common-popup--default .common-popup__button:hover {
  background: #E95D0F;
}
.common-popup.common-popup--default .common-popup__button:active {
  -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
}
.common-popup.common-popup--default .common-popup__button:disabled {
  background: #EEEBE8;
  color: #A3958F;
  pointer-events: none;
  cursor: default;
}
@-webkit-keyframes commonPopupLoadingAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes commonPopupLoadingAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/components/common/calendar/templates/.default/style.css?16039761183273*/
.calendar {
  border: solid 0.125rem #EEEBE8;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.calendar__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4px;
}
.calendar__day {
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  will-change: background, transform;
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.calendar__day:not(.calendar--element) {
  text-decoration: line-through;
}
.calendar__day:nth-child(6) {
  color: #F26E27;
}
.calendar__day:nth-child(7n + 6) {
  color: #F26E27;
}
.calendar__day:nth-child(7n) {
  color: #F26E27;
}
.calendar__day.calendar--element {
  opacity: 1;
  cursor: pointer;
}
.calendar__day.calendar--element:hover {
  background: #F4F2F1;
}
.calendar__day.calendar--element:active {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
.calendar__day.calendar__day--empty {
  visibility: hidden;
}
.calendar__day.calendar__day--active {
  background: #F26E27;
  color: #fff;
}
.calendar__day.calendar__day--active:active,
.calendar__day.calendar__day--active:hover {
  background: #F26E27;
  color: #fff;
}
.calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar__control {
  width: 2rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
.calendar__control:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 1px #38312E;
  border-left: solid 1px #38312E;
}
.calendar__control.calendar__control--prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar__control.calendar__control--next:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.calendar__date {
  text-align: center;
}
.calendar__year {
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 600;
}
.calendar__month {
  font-size: 0.875rem;
  line-height: 1.28571429;
}
.calendar__days {
  display: grid;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.75rem;
  line-height: 2.66666667;
  border-top: solid 1px #edebe7;
}
.calendar__days > div:nth-child(6),
.calendar__days > div:nth-child(7) {
  color: #F26E27;
}

/* End */


/* Start:/local/components/common/popup.bottom/templates/.default/style.css?16148428104248*/
#common-popup-bottom {
  position: fixed;
  left: 4rem;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1rem;
}
#common-popup-bottom .common-popup-bottom__image {
  position: relative;
}
#common-popup-bottom .common-popup-bottom__badge {
  pointer-events: none;
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 600;
}
#common-popup-bottom .common-popup-bottom__phone {
  padding: 0.75rem 0;
}
#common-popup-bottom .common-popup-bottom__popup {
  background: #FFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, 120%) scale(0.75);
      -ms-transform: translate(0, 120%) scale(0.75);
          transform: translate(0, 120%) scale(0.75);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  will-change: transform, opacity;
}
#common-popup-bottom .common-popup-bottom__detail {
  padding: 1rem;
}
#common-popup-bottom.active .common-popup-bottom__popup {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
#common-popup-bottom.is-admin {
  min-height: 1.25rem;
}
#common-popup-bottom .common-popup-bottom__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#common-popup-bottom .common-popup-bottom__title {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.14285714;
  display: block;
  padding-bottom: 0.375rem;
}
#common-popup-bottom .common-popup-bottom__link {
  font-size: 0.75rem;
  line-height: 2.66666667;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  background: #F4F2F1;
  color: inherit;
  display: inline-block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  -o-transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
  will-change: background, transform;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#common-popup-bottom .common-popup-bottom__link + .common-popup-bottom__link {
  margin-left: 0.25rem;
}
#common-popup-bottom .common-popup-bottom__link.common-popup-bottom__link--primary {
  background: #F26E27;
  color: #FFF;
  font-weight: 600;
}
#common-popup-bottom .common-popup-bottom__link.common-popup-bottom__link--primary:hover {
  background: #E95D0F;
}
#common-popup-bottom .common-popup-bottom__link:hover {
  background: #EEEBE8;
}
#common-popup-bottom .common-popup-bottom__link:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
@media (max-width: 767px) {
  #common-popup-bottom {
    padding: 1.25rem 2.5rem 1rem 1rem;
    left: 0;
    right: 0;
  }
  #common-popup-bottom .common-popup-bottom__phone {
    display: block;
  }
  #common-popup-bottom .common-popup-bottom__image {
    height: 12.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media (min-width: 768px) {
  #common-popup-bottom .common-popup-bottom__popup {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #common-popup-bottom .common-popup-bottom__image {
    border-radius: 0.5rem 0 0 0.5rem;
    background: 50% no-repeat;
    background-size: cover;
  }
  #common-popup-bottom .common-popup-bottom__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* End */


/* Start:/local/assets/public/user.list.page.dff6b75991a390f90c4668f2de4643c1.css?160586176320805*/
/*! file:user.list.page.dff6b75991a390f90c4668f2de4643c1.css */
@media (max-width:767px){#scroll-top{display:none!important;position:fixed;left:16px;bottom:16px;width:64px;height:64px;background:#f06419;box-shadow:0 5px 10px rgba(233,93,15,.4);border:0;z-index:9999;border-radius:50%}#scroll-top:before{content:'';position:absolute;left:50%;top:50%;width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEuNTQ0IDYuMDQ0TDEyIDE1LjU4NSAyLjQ1NiA2LjA0NCAxLjA0IDcuNDZsMTAuMjUgMTAuMjVhLjk5OS45OTkgMCAwIDAgMS40MTIgMGwxMC4yNS0xMC4yNS0xLjQwOS0xLjQxNnoiIGZpbGw9IiNmZmYiIC8+PC9zdmc+);background-repeat:no-repeat;background-size:24px;transform:translate(-50%,-50%) scaleY(-1)}.agent-list{display:flex;flex-direction:column-reverse}.agent-list .c3{display:block!important}.agent-list .empl-search__item{margin-left:-16px;margin-right:-16px;overflow:hidden}.agent-list .empl-search__item:last-child{display:none}.agent-list .search-dep__list{display:flex;flex-direction:row;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;overflow-x:scroll;width:100vw;white-space:nowrap;height:54px;box-shadow:inset 0 -1px #dcdcdc;padding:0 16px 16px;margin-top:16px}.agent-list .search-dep__list a{display:block;line-height:38px;font-size:.8rem;color:inherit;padding:0 16px;overflow:hidden;border:solid 1px #ddd8d5;background:#fff;border-radius:2px;text-transform:uppercase;margin-right:8px}.agent-list .search-dep__list a:active{color:#fff;position:relative;border-color:#f06419;background:#f06419;box-shadow:0 5px 10px rgba(233,93,15,.4)}.agent-list .search-dep__list:last-child a{margin-right:16px}.agent-list .search-abc__title{display:none}.agent-list .empl-search__row{padding:16px}.agent-list .empl-sidebar.sidebar{max-height:144px}header .bar{box-shadow:0 1px 0 rgba(0,0,0,.1)}.user-list__item .swipe-helper-block{position:absolute;z-index:100;left:0;top:0;right:0;bottom:0;padding:0 16px;background-color:rgba(255,255,255,.4);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);overflow:hidden;opacity:0;font-weight:100;transition:.2s ease-out;font-style:italic}.user-list__item .swipe-helper-block .swipe-helper-block__icon{position:absolute;left:50%;top:50%;width:40px;height:40px;margin-left:-16px;margin-top:-40px;background-repeat:no-repeat;background-size:40px;background-position:50%;transition:.2s ease-out;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkuNSA5Yy0uMDg3IDAtLjE3Mi4wMDMtLjI1Ni4wMDlhMi45OTYgMi45OTYgMCAwIDAtMi45NDEtLjkyOEEyLjk5NSAyLjk5NSAwIDAgMCAxNCA3VjVjMC0xLjY1My0xLjM0Ny0zLTMtM2EzLjAwNiAzLjAwNiAwIDAgMC0yLjgyOCAySDIuNzA2bDEuNS0xLjUtLjcwNi0uNzA2LTIuMzUzIDIuMzUzYS41MDEuNTAxIDAgMCAwIDAgLjcwNkwzLjUgNy4yMDZsLjcwNi0uNzA2LTEuNS0xLjVIOHY3LjE1bC0xLjEyOC0uNzM4YTIuNSAyLjUgMCAwIDAtMy4zNzUgMy41ODVjMCAuMDAzLjAwMy4wMDMuMDAzLjAwNmw0LjUyNSA2LjAzNGE0Ljk0NCA0Ljk0NCAwIDAgMCAzLjkzNCAxLjk2Mmg0Ljg4N2E0LjkwNCA0LjkwNCAwIDAgMCA0LjM3Mi0yLjY1NnYtLjAwM2ExNi4xIDE2LjEgMCAwIDAgMS43ODEtNy4zNDF2LS41YzAtMS45MzEtMS41NjktMy41LTMuNS0zLjV6bTEuNSA0YzAgMi4yMjItLjUzNyA0LjQ0NC0xLjU1NiA2LjQyNUEyLjkxIDIuOTEgMCAwIDEgMTYuODQ3IDIxSDExLjk2YTIuOTI2IDIuOTI2IDAgMCAxLTIuMzM0LTEuMTYzbC00LjUyMi02LjAzMWEuNDk5LjQ5OSAwIDAgMSAuNjcyLS43MjJsMi42NzggMS43NTNBMSAxIDAgMCAwIDEwLjAwMSAxNFY1YzAtLjU1LjQ1LTEgMS0xczEgLjQ1IDEgMXY3aDF2LTJhMS4wMDQgMS4wMDQgMCAwIDEgMS0xYy41NSAwIDEgLjQ1IDEgMXYyaDF2LTFjMC0uMTc1LjA0Ny0uMzQ3LjEzNC0uNXMuMjEzLS4yNzguMzY2LS4zNjZhMS4wMDMgMS4wMDMgMCAwIDEgMS41Ljg2NnYyaDF2LTEuOTE2YTEuNTA0IDEuNTA0IDAgMCAxIDIgMS40MTZ2LjV6IiBmaWxsPSIjMzgzMTJlIiAvPjwvc3ZnPg==);transform:translate(0,0)}.user-list__item .swipe-helper-block .swipe-helper-block__text{position:absolute;left:0;right:0;padding:0 32px;font-size:1.2rem;line-height:1;text-align:center;bottom:16px}.user-list__item.show-helper .swipe-helper-block{opacity:1}.user-list__item.show-helper.active .swipe-helper-block__icon{transform:translate(-96px,0)}.user-list__cr:before{content:'';position:absolute;right:16px;top:50%;transform:translate(0,-50%) rotate(-90deg);background-repeat:no-repeat;background-size:16px;background-position:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEuNTQ0IDYuMDQ0TDEyIDE1LjU4NSAyLjQ1NiA2LjA0NCAxLjA0IDcuNDZsMTAuMjUgMTAuMjVhLjk5OS45OTkgMCAwIDAgMS40MTIgMGwxMC4yNS0xMC4yNS0xLjQwOS0xLjQxNnoiIGZpbGw9IiNkMWNhYzciIC8+PC9zdmc+);width:16px;height:16px}.user-list__cr:after{content:'';display:table;width:100%;clear:both}.user-list__item{overflow:hidden}.user-list__item.active .user-item__call,.user-list__item.active .user-item__mail-to{transform:translateX(0)}.user-list__item.active .user-item__layout{transform:translateX(-96px)}.user-list__cr{padding-right:24px}.user-item .user-item__call,.user-item .user-item__mail-to{position:absolute;right:0;width:96px;height:50%;box-shadow:inset 6px 0 4px -4px #93ad20;background-color:#a6c322;transform:translateX(96px);transition:transform .2s ease-out;z-index:5}.user-item .user-item__call{top:0;border-bottom:solid 1px #93ad20}.user-item .user-item__call:before,.user-item .user-item__mail-to:before{content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjIuNDEzIDE3LjIwOWwtMy41OTctMy41OTRhMS45NzMgMS45NzMgMCAwIDAtMS40MDktLjU4NGgtLjAwM2MtLjUzNCAwLTEuMDM0LjIwOS0xLjQxMy41OTFsLS41LjVhMi4wMzMgMi4wMzMgMCAwIDAtLjUwNi44NTNjLS4wNzguMTcyLS42MTYuNzk0LTEuNTQ3Ljk3NS0xLjE1OS4yMjgtMi40NTYtLjMzNy0zLjc1LTEuNjMxLTEuMjk0LTEuMjk3LTEuODU2LTIuNTk0LTEuNjI4LTMuNzU2LjE4NC0uOTMxLjgwNi0xLjQ2Ni45NzUtMS41NDEuMzI4LS4xLjYxNi0uMjY5Ljg1My0uNTA2bC41LS41YTIgMiAwIDAgMCAwLTIuODM1TDYuNzkxIDEuNTg3YTIuMDA2IDIuMDA2IDAgMCAwLTIuODMxLS4wMDNsLS43MDYuNzAzQzIuMTkyIDMuMzUzIDEuNDk1IDQuNjE1IDEuMTg1IDYuMDQ2Yy0uMjgxIDEuMy0uMjM3IDIuNzA5LjEyOCA0LjE5MS42NTYgMi42NTMgMi4zMTYgNS40MTYgNC42NzggNy43NzUgMi4zNTkgMi4zNTkgNS4xMjIgNC4wMjIgNy43NzUgNC42NzVhMTAuMjcgMTAuMjcgMCAwIDAgMi40NDQuMzEyYy42MDMgMCAxLjE4OC0uMDYzIDEuNzUtLjE4NCAxLjQzMS0uMzA5IDIuNjk3LTEuMDA2IDMuNzYyLTIuMDcybC4wMDMtLjAwMy42OTctLjcwM2EyIDIgMCAwIDAgLjU4NC0xLjQxNiAyLjAyNCAyLjAyNCAwIDAgMC0uNTk0LTEuNDEzem0tNS41MS0xLjY3NWwuNS0uNSAzLjU5NCAzLjU5MXYuMDA2bC0uMDAzLjAwMy0uNjk3LjcwM2E1LjIxMSA1LjIxMSAwIDAgMS0uMTMxLjEyOGwtMy40NjktMy40NjljLjA5MS0uMTU2LjE1OS0uMzA5LjItLjQ1NmwuMDA2LS4wMDZ6TTUuMzY5IDNoLjAwNmwzLjU5NyAzLjU5NFY2LjZsLS41LjUtLjAxNi4wMDZhMi4wMjQgMi4wMjQgMCAwIDAtLjQ0Ny4xOTdMNC41NCAzLjgzMWwuMTI1LS4xMzEuNzAzLS43em04Ljg3NSAxNy43NDdjLTIuMjcyLS41NjMtNC43NjYtMi4wNzUtNi44NDEtNC4xNXMtMy41ODgtNC41NjYtNC4xNS02LjgzN2MtLjM1Ni0xLjQzNy0uNDc4LTMuNC42NjMtNS4xMzdsMy4zMTYgMy4zMTZhNC42MzQgNC42MzQgMCAwIDAtMS4wNzUgMS45NzJjLS4yMzEuODg4LS4xOTQgMS44MDkuMTA2IDIuNzQxLjMzNyAxLjA1IDEuMDE2IDIuMDg4IDIuMDA5IDMuMDgxczIuMDMxIDEuNjcyIDMuMDc4IDIuMDA5Yy45MjguMyAxLjg1LjMzNyAyLjczNy4xMDZhNC42MTQgNC42MTQgMCAwIDAgMS45NzUtMS4wNzVsMy4zMTIgMy4zMTJjLTEuNzM0IDEuMTQxLTMuNjk0IDEuMDE5LTUuMTMxLjY2M3oiIGZpbGw9IiNmZmYiIC8+PC9zdmc+);position:absolute;width:48px;height:48px;left:50%;top:50%;transform:translate(-50%,-50%);background-size:24px;background-position:50%;background-repeat:no-repeat;border-radius:100%;opacity:.8;pointer-events:none}.user-item .user-item__mail-to{bottom:0}.user-item .user-item__mail-to:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjIuMTc1IDcuODkxbC05LTYuNTI1YTEuOTk1IDEuOTk1IDAgMCAwLTIuMzQ3IDBsLTkgNi41MjVhMiAyIDAgMCAwLS44MjUgMS42MTl2MTAuNDkxYzAgMS4xMDMuODk3IDIgMiAyaDE4YzEuMTAzIDAgMi0uODk3IDItMlY5LjUxYTIuMDIgMi4wMiAwIDAgMC0uODI4LTEuNjE5ek0zIDE5LjI5NHYtOS4xMDlsNS42OTQgMy40MTZMMyAxOS4yOTV6TTEwLjcwNiAxM2gyLjU4NGw3IDdIMy43MDZsNy03em00LjYuNkwyMSAxMC4xODR2OS4xMDlsLTUuNjk0LTUuNjk0ek0xMiAyLjk4NGw4LjYyOCA2LjI1Ni02LjA1IDMuNjMxLS43MjUtLjcyNWEuNTAxLjUwMSAwIDAgMC0uMzUzLS4xNDdoLTNhLjUwMS41MDEgMCAwIDAtLjM1My4xNDdsLS43MjUuNzI1LTYuMDUtMy42MzFMMTIgMi45ODR6IiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==)}.user-item__layout{padding:16px;transform:translateX(0);background:#fff;transition:.2s ease-out;position:relative}.user-list__photo-wrap{float:left;margin-right:16px;width:25vw;position:relative}.user-list__offer-count{position:absolute;right:12px;width:4px;height:4px}.user-list__offer-count:after{content:attr(data-offer-count);position:absolute;left:50%;top:50%;transform:translate(-50%,0);line-height:16px;min-width:16px;font-size:.7rem;color:#fff;border-radius:16px;background:#e95d0f;border:solid 2px #fff;text-align:center;padding:0 4px}.main:after,.user-list__detail:after,.user-list__item:after{content:'';display:table;width:100%;clear:both}.user-list__item{display:block;background-color:#fff;position:relative}.user-list__item:not(:last-child){border-bottom:solid 1px #f4f2f1}.user-list__detail{float:left;height:25vw;width:calc(100% - 25vw - 16px);display:flex;flex-direction:column;justify-content:center}.user-list h2{font-size:1.4rem;padding:0 16px;background-color:rgba(255,255,255,.6);box-shadow:0 8px 10px rgba(0,0,0,.1);line-height:48px;position:-webkit-sticky;position:sticky;z-index:2;top:0;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.user-list h2,.user-list__group{margin-left:-16px;margin-right:-16px}.user-list__photo-cr{height:25vw;border-radius:100%;overflow:hidden}.user-list__photo-cr .user-list__photo{width:100%;height:auto}.user-list__name{font-size:1.1rem;text-overflow:ellipsis;display:block;overflow:hidden}.user-list__work-position{font-size:.9rem;opacity:.8}}@media (min-width:768px){.empl-sidebar{padding-top:53px}.empl-sidebar .empl-search__layout{border:solid 1px #d1cac7;border-radius:2px}.empl-sidebar .empl-search__item{padding:16px}.empl-sidebar .empl-search__item:not(:last-child){border-bottom:dotted 1px #d1cac7}.empl-sidebar .empl-search__helper{margin-top:8px}.empl-sidebar .empl-search__helper,.empl-sidebar .search-abc{-webkit-user-select:none;user-select:none}.empl-sidebar .search-abc__title,.user-list h2{margin-bottom:16px}.empl-sidebar .search-abc__item{float:left;width:calc(100%/6)}.empl-sidebar .search-abc__list{margin-left:-2px;margin-right:-2px}.empl-sidebar .search-abc__item{padding:2px}.empl-sidebar .search-abc__char{padding:2px;border:solid 1px #d1cac7;border-radius:2px;text-align:center;line-height:30px;font-size:1rem;color:inherit;cursor:pointer;display:block;transition:transform .2s}.empl-sidebar .search-abc__char.active{color:#fff;border-color:transparent;background:#e95d0f;transform:scale(.9)}.empl-sidebar .search-dep__list{font-size:.9rem}.empl-sidebar .search-dep__list a{line-height:1;border-bottom:dashed 1px;color:inherit}.empl-sidebar .search-dep__list a:hover{color:#e95d0f}.empl-sidebar .search-dep__list li:not(:last-child){margin-bottom:4px}.empl-sidebar .empl-search{transform:translate(0,0);transition:1s}.empl-sidebar .scroll-active~main.main .sidebar.empl-sidebar .empl-search{transform:translate(0,61px)}#empl-list{min-height:760px}.user-list__item{position:relative;float:left;width:25%;padding:0 16px 16px;min-height:360px;max-height:360px}.user-list__group{margin-left:-16px;margin-right:-16px}.user-list__group:after{content:'';width:100%;display:table;clear:both}.user-list__name{font-weight:600;color:inherit;font-size:1rem;text-overflow:ellipsis;display:block;overflow:hidden}.user-list__name .click-area{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}.user-list__cr{position:relative}.user-list__work-position{color:#888;font-size:14px;height:38px}.user-list__name:hover{text-decoration:none;color:#e95d0f}.user-list__photo{width:178px;height:238px;-o-object-fit:cover;-o-object-fit-object-fit:cover;display:block;margin-bottom:8px}}@charset "UTF-8";.agents__content.no-result:before{content:'\41F\43E\438\441\43A   \43D\435   \434\430\43B   \440\435\437\443\43B\44C\442\430\442\43E\432';display:flex;height:100%;flex:1;justify-content:center;align-items:center;font-size:2rem;padding:1rem;font-weight:600;color:#ddd8d5;background-color:#f4f2f1;border-radius:2px}.agents__group.hidden{display:none}.agents__group+.agents__group{margin-top:2rem}.agents__group+.agents__group .agents__title{position:relative}.agents__group+.agents__group .agents__title:before{content:'';position:absolute;top:50%;left:1rem;right:0;height:1px;background:#38312f;opacity:.25}.agents__group+.agents__group .agents__title h2{display:inline-block;background:#fff;position:relative;z-index:5;padding-right:.5em}.agents__title{margin-bottom:1rem}.agents__item.hidden{display:none}@media (max-width:767px){.agents{display:flex;flex-direction:column-reverse}.agents__content{width:100%}.agents__item+.agents__item{margin-top:1rem}.agents__sidebar{margin-bottom:1rem}.agents__content.no-result:before{font-size:1.2rem}}@media (min-width:768px){.agents__item{padding:.5rem;width:33.33333%}.agents{display:flex;margin:0 -.5rem}.agents__content,.agents__sidebar{width:66.66667%;padding:1rem .5rem}.agents__sidebar{width:33.33333%;display:flex;flex-direction:column}.agents__list{margin:-.5rem;display:flex;flex-wrap:wrap}}.agent-card{background:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #f4f2f1,0 4px 8px -4px rgba(0,0,0,.1)}.agent-card__media{display:block;border-radius:2px 2px 0 0;background-size:cover}.agent-card__detail{flex:1;display:flex;flex-direction:column;position:relative}.agent-card__main{display:block;font-weight:600;letter-spacing:.02em;line-height:1;margin-bottom:.125rem}.agent-card__work-position{font-size:.9rem}.agent-card__contacts{border-top:solid 1px #f4f2f1}.agent-card__phone{font-weight:600;letter-spacing:.02em;font-size:1.1rem;line-height:1;margin-bottom:.25rem;display:block}.agent-card__email{font-size:.9rem;color:inherit;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.agent-card__dummy{flex:1}@media (max-width:767px){.agent-card__layout{display:flex;height:44vw}.agent-card__media{min-width:33vw;max-width:33vw;height:calc(4*33vw/3 - 1px);border-radius:2px 0 0 2px}.agent-card__name{padding:.5rem;line-height:1}.agent-card__sub{color:#38312e;font-size:.9rem;font-weight:600}.agent-card__main{font-size:1.1rem}.agent-card__contacts{padding:.5rem;width:calc((2*100vw/3) - 2rem);white-space:nowrap;overflow:hidden}.agent-card__work-position{padding:0 .5rem .5rem}.agent-card__email{font-size:.95rem;line-height:1.14}.agent-card__hr{padding:0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.021em;line-height:1.25rem}.agent-card__hr a{display:inline-block;padding:0 .5rem;border-radius:3px;color:#fff;background-color:#f26e27;background-position:.5rem 50%;background-repeat:no-repeat;background-size:1em;box-shadow:0 2px 4px rgba(233,93,15,.4)}}@media (max-width:320px){.agent-card__email,.agent-card__work-position{font-size:.8rem;line-height:1.14}.agent-card__main,.agent-card__phone{font-size:.8rem;line-height:1.14;margin-bottom:0}.agent-card__main{font-size:1rem}.agent-card__sub{line-height:1.14;font-size:.8rem}}@media (min-width:768px){.agent-card--alt .agent-card__layout{height:416px}.agent-card__layout{display:flex;flex-direction:column;height:500px}.agent-card__media{height:304px}.agent-card__name{padding:.5rem .5rem 0;color:inherit}.agent-card__sub{display:block;line-height:1;font-size:1rem;font-weight:600;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;opacity:.9}.agent-card__main{font-size:1.4rem;color:#e95d0f}.agent-card__contacts{padding:1rem .5rem}.agent-card__work-position{padding:.5rem}.agent-card__hr{padding:0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.021em;line-height:1.25rem}.agent-card__hr a{display:inline-block;padding:0 .5rem 0 1.5rem;border-radius:3px;color:#fff;background-color:#f26e27;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjIuMTc1IDcuODkxbC05LTYuNTI1YTEuOTk1IDEuOTk1IDAgMCAwLTIuMzQ3IDBsLTkgNi41MjVhMiAyIDAgMCAwLS44MjUgMS42MTl2MTAuNDkxYzAgMS4xMDMuODk3IDIgMiAyaDE4YzEuMTAzIDAgMi0uODk3IDItMlY5LjUxYTIuMDIgMi4wMiAwIDAgMC0uODI4LTEuNjE5ek0zIDE5LjI5NHYtOS4xMDlsNS42OTQgMy40MTZMMyAxOS4yOTV6TTEwLjcwNiAxM2gyLjU4NGw3IDdIMy43MDZsNy03em00LjYuNkwyMSAxMC4xODR2OS4xMDlsLTUuNjk0LTUuNjk0ek0xMiAyLjk4NGw4LjYyOCA2LjI1Ni02LjA1IDMuNjMxLS43MjUtLjcyNWEuNTAxLjUwMSAwIDAgMC0uMzUzLS4xNDdoLTNhLjUwMS41MDEgMCAwIDAtLjM1My4xNDdsLS43MjUuNzI1LTYuMDUtMy42MzFMMTIgMi45ODR6IiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==);background-position:.5rem 50%;background-repeat:no-repeat;background-size:1em;box-shadow:0 2px 4px rgba(233,93,15,.4)}}.agent-filter{display:flex;flex-direction:column;flex:1}.agent-filter .collapse{box-shadow:inset 0 0 0 1px #f4f2f1,0 4px 8px -4px rgba(0,0,0,.1)}.agent-filter .collapse__header{background:0 0}.agent-filter .segment__item{min-width:40px;padding:0;display:inline-block;height:40px}.agent-filter__title{margin-bottom:1rem}.agent-filter__title h3{line-height:37px}.agent-filter__dep-list{-webkit-user-select:none;user-select:none}.agent-filter__dep-list a{color:inherit;font-size:1.1rem;line-height:1;text-decoration:none}.agent-filter__dep-list li+li{margin-top:.25rem}@media (max-width:767px){.agent-filter__title{display:none}.agent-filter .collapse{border:0;box-shadow:inset 0 0 0 1px #f4f2f1,0 4px 8px -4px rgba(0,0,0,.1)}.agent-filter .collapse__header{background:0 0}}@media (min-width:768px){.agent-filter{padding-left:1.5rem}}.nav-vertical{position:relative}.nav-vertical a{display:block;padding-left:1rem;line-height:2rem;background-color:#fff}.nav-vertical a[data-count]:after{content:attr(data-count);display:inline-block;transform:translate(.25rem,0) scale(.6);font-weight:600;letter-spacing:.02em;opacity:.5}.nav-vertical a.active{color:#e95d0f;font-weight:600}.nav-vertical li+li{margin-top:.5rem;display:block}.nav-vertical li.hidden{opacity:.5}.nav-vertical__line{top:0;left:0;width:4px;height:1rem;position:absolute;visibility:hidden;background-color:#e95d0f;transition:.2s ease-out}#smart-search{display:block;border:solid 1px #d1cac7;border-radius:100%;margin-top:6px;float:left;cursor:pointer;text-align:center;height:40px;width:40px;z-index:1}.search-smart{width:2.5rem;height:2.5rem;position:fixed;z-index:1000}.search-smart__layout{width:3rem;right:-.25rem;top:-.25rem;background-color:#fff;box-shadow:0 0 0 0 transparent;transition:.2s;visibility:hidden;border-radius:2px 1.5rem 1.5rem 2px}.search-smart--open .search-smart__layout{box-shadow:0 5px 40px 0 rgba(0,0,0,.6);visibility:visible;position:absolute;width:549px;height:3rem}.search-smart__close,.search-smart__search-button{position:absolute;background-size:1rem;background-repeat:no-repeat;background-position:50%;cursor:pointer}.search-smart__close{left:100%;transform:translate(50%,-50%);top:50%;width:1rem;height:1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuOTU2IDQuNDU2bC0xLjQxMy0xLjQxMy03LjU0NCA3LjU0MS03LjU0NC03LjU0MS0xLjQxMyAxLjQxM0wxMC41ODMgMTJsLTcuNTQxIDcuNTQ0IDEuNDEzIDEuNDEzIDcuNTQ0LTcuNTQxIDcuNTQ0IDcuNTQxIDEuNDEzLTEuNDEzTDEzLjQxNSAxMnoiIGZpbGw9IiNmZmYiIC8+PC9zdmc+)}.search-smart__search-button{right:0;width:3rem;height:3rem;top:0;box-shadow:inset 1px 0 0 0 #f4f2f1;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMzgzMTJlIiBkPSJNMjMuNzA2IDExLjI5NGwtNy4yNS03LjI1TDE1LjA0IDUuNDZsNS41NDQgNS41NDFIMHYyaDIwLjU4NGwtNS41NDEgNS41NDQgMS40MTYgMS40MTYgNy4yNS03LjI1YTEuMDA2IDEuMDA2IDAgMCAwLS4wMDMtMS40MTZ6IiAvPjwvc3ZnPg==);border-radius:0 50% 50% 0}.search-smart__search-button:hover{background-color:#f4f2f1}#finder--quick-links,#smart-search{position:relative}#finder--quick-links.active .quick-links{transform:translate(0,8px);opacity:1}.quick-links{position:absolute;background:#fff;border-radius:2px;left:0;top:0;right:0;transform:translate(0,20px);box-shadow:0 5px 10px rgba(0,0,0,.1);opacity:0;transition:.2s ease-out}.quick-links-item{padding:1rem}.quick-links-item+.quick-links-item{border-top:solid 1px #f4f2f1}.quick-links-item__layout{display:flex}.quick-links-item__media{margin-right:1rem;width:92px;height:92px}.quick-links-item__media img{width:100%;height:100%;object-fit:cover;border-radius:2px}.quick-links-item__detail{flex:1;display:flex;flex-direction:column;position:relative;padding-right:32px}.quick-links-item__title{font-size:14px;color:inherit;font-weight:600}.quick-links-item__text b,.quick-links-item__title b{color:#e95d0f}.quick-links-item__text{font-size:12px;line-height:1.25;margin-top:.5rem}.search-menu{background:#f3f3f3}
/* End */


/* Start:/local/templates/_def/template_styles.css?16515896171316*/
body {
  font-family: "Rubik", "PT Sans", Arial, sans-serif;
  font-weight: 300;
}

button.catalog-detail-props__online-callback, .catalog-detail-agents__btm {
  font-size: 14px;
  white-space: nowrap;
}

.catalog-detail-props__top-price {
  font-family: "Rubik", "PT Sans", Arial, sans-serif;
}

.catalog-detail-props__top-price-alt {
  font-family: "Rubik", "PT Sans", Arial, sans-serif;
}

@media (max-width: 767px) {
  .mob-header__toggle .mob-header__toggle-title:after {
    font-family: "Rubik", "PT Sans", Arial, sans-serif;
  }

  #mobile-catalog-detail-props.mob.catalog-detail-props__props, .catalog-detail-props__top-mortgage a {
    font-family: "Rubik", "PT Sans", Arial, sans-serif;
  }
}
h1.title-h1-next, .title-h1-next {
  font-family: "Rubik", "PT Sans", Arial, sans-serif;
  font-size: 32px !important;
  line-height: 1.125 !important;
  font-weight: 400 !important;
}

.title-h2-next {
  font-family: "Rubik", "PT Sans", Arial, sans-serif;
  font-size: 28px !important;
  line-height: 1.1428571429 !important;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .catalog-detail-props__top-block.catalog-detail-props__top-block-callback {
    margin: 20px 0 0;
  }

  .flat-in__table-header .segment__item {
    font-size: 14px;
  }
}

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

/* End */
/* /local/templates/_def/css/var.css?1572968931256 */
/* /local/components/vincent/header/templates/v1/style.css?165684825511203 */
/* /local/templates/_def/components/bitrix/menu/roll-up/style.css?16515911002659 */
/* /local/templates/_def/components/bitrix/menu/main/style.css?162063624812214 */
/* /local/components/vincent/header.search/templates/def/style.css?160931740110681 */
/* /local/components/vincent/footer.contacts.mobile/templates/.default/style.css?16422309742382 */
/* /local/components/vincent/footer.contacts/templates/.default/style.css?15722752382140 */
/* /local/components/common/notifications/templates/.default/style.css?16055172613883 */
/* /local/components/common/popup/templates/.default/style.css?162210507512930 */
/* /local/components/common/calendar/templates/.default/style.css?16039761183273 */
/* /local/components/common/popup.bottom/templates/.default/style.css?16148428104248 */
/* /local/assets/public/user.list.page.dff6b75991a390f90c4668f2de4643c1.css?160586176320805 */
/* /local/templates/_def/template_styles.css?16515896171316 */
