/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/normalize.scss ***!
  \*****************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  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;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
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;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-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;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/micromodal.scss ***!
  \******************************************************************************************************************************************************************************/
@charset "UTF-8";
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/vendor/jquery.flexdatalist.scss ***!
  \**********************************************************************************************************************************************************************************************/
/**
 * jQuery Flexdatalist basic stylesheet.
 *
 * Version:
 * 2.2.1
 *
 * Github:
 * https://github.com/sergiodlopes/jquery-flexdatalist/
 *
 */
.flexdatalist-results {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #444;
  border-top: none;
  background: #fff;
  z-index: 100000;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexdatalist-results li {
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
}

.flexdatalist-results li span.highlight {
  font-weight: 700;
  text-decoration: underline;
}

.flexdatalist-results li.active {
  background: #2B82C9;
  color: #fff;
  cursor: pointer;
}

.flexdatalist-results li.no-results {
  font-style: italic;
  color: #888;
}

/**
 * Grouped items
 */
.flexdatalist-results li.group {
  background: #F3F3F4;
  color: #666;
  padding: 8px 8px;
}

.flexdatalist-results li .group-name {
  font-weight: 700;
}

.flexdatalist-results li .group-item-count {
  font-size: 85%;
  color: #777;
  display: inline-block;
  padding-left: 10px;
}

/**
 * Multiple items
 */
.flexdatalist-multiple:before {
  content: "";
  display: block;
  clear: both;
}

.flexdatalist-multiple {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  cursor: text;
}

.flexdatalist-multiple.disabled {
  background-color: #eee;
  cursor: default;
}

.flexdatalist-multiple:after {
  content: "";
  display: block;
  clear: both;
}

.flexdatalist-multiple li {
  display: inline-block;
  position: relative;
  margin: 5px;
  float: left;
}

.flexdatalist-multiple li.input-container,
.flexdatalist-multiple li.input-container input {
  border: none;
  height: auto;
  padding: 0 0 0 4px;
  line-height: 24px;
}

.flexdatalist-multiple li.value {
  display: inline-block;
  padding: 2px 25px 2px 7px;
  background: #eee;
  border-radius: 3px;
  color: #777;
  line-height: 20px;
}

.flexdatalist-multiple li.toggle {
  cursor: pointer;
  transition: opacity ease-in-out 300ms;
}

.flexdatalist-multiple li.toggle.disabled {
  text-decoration: line-through;
  opacity: 0.8;
}

.flexdatalist-multiple li.value span.fdl-remove {
  font-weight: 700;
  padding: 2px 5px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}

.flexdatalist-multiple li.value span.fdl-remove:hover {
  opacity: 1;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/vendor/toastify.scss ***!
  \***********************************************************************************************************************************************************************************/
/*!
 * Toastify js 1.5.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 300px;
  }
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/vendor/featherlight.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/base.scss ***!
  \************************************************************************************************************************************************************************/
body {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
  line-height: 1.2;
}

.wrap {
  flex: 1 0 auto;
  min-height: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer {
  flex: 0 0 auto;
}

.header__wrapper,
.row,
.section {
  display: flex;
}

.header__wrapper {
  align-items: center;
}

.col-3 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(24% - 1rem);
  display: inline-block;
  box-sizing: border-box;
}

.wrap > .container {
  padding: 1rem;
}

.mb-2 {
  margin-bottom: 0.7rem !important;
}

.mt-2 {
  margin-top: 0.7rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.p-2 {
  padding: 1rem;
}

.header__logo-wrap {
  flex: 0 0 370px;
}

.header__logo {
  width: 150px;
  vertical-align: middle;
}

.header__search {
  flex: 1;
  margin: 0 1rem;
  align-self: center;
}

.header__city {
  flex: 0 0 150px;
}

.content__section {
  flex: 1;
  max-width: 820px;
}

.content__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sidebar__section {
  flex: 0 0 350px;
  padding-left: 2rem;
  position: relative;
}

.sidebar__block {
  margin-bottom: 2rem;
}

.home-item__icon {
  flex: 0 0 100px;
  padding-right: 1rem;
  margin-right: 1rem;
}

.home-item__content {
  flex: auto;
  position: relative;
}

.home-item__rating {
  position: absolute;
  right: 0;
  top: 0;
}

.home-item__rating-color {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin: auto;
  padding: 5px 10px;
  border-radius: 3px;
}
.home-item__rating-color.color-0 {
  background-color: rgba(224, 224, 224, 0.3607843137);
}
.home-item__rating-color.color-1 {
  background-color: rgba(255, 80, 80, 0.2);
}
.home-item__rating-color.color-2 {
  background-color: rgba(255, 80, 80, 0.2);
}
.home-item__rating-color.color-3 {
  background-color: #e9ff5d;
}
.home-item__rating-color.color-4 {
  background-color: rgba(155, 255, 131, 0.3098039216);
}
.home-item__rating-color.color-5 {
  background-color: rgba(155, 255, 131, 0.3098039216);
}

.footer__copyright {
  flex: 1;
}

.footer__links {
  flex: 0 0 300px;
  text-align: right;
}
.footer__links a {
  display: inline-block;
  margin-right: 10px;
}

.station__item {
  display: flex;
  margin-bottom: 10px;
}

.station__name {
  flex: 1;
}

.station__distance {
  flex: 0 0 70px;
}

.home-similar {
  display: flex;
  margin-bottom: 10px;
}
.home-similar .home-similar__address {
  flex: 1;
}
.home-similar .home-similar__distance {
  flex: 0 0 70px;
}

.manager__top {
  display: flex;
}

.manager__top-title {
  flex: 1;
}

.manager__top-rating {
  flex: 0 0 150px;
}

.svg-sprite {
  display: none;
}

.sidebar__adv {
  margin-top: 1rem;
  width: 350px;
}

.adv-fixed {
  position: fixed;
  top: 0;
}

.ab-fix {
  position: absolute;
  bottom: 25px;
  top: auto;
}

.dashed {
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.dashed:hover {
  border-bottom: 1px solid transparent;
}

.article-page ol {
  list-style: decimal;
  margin-left: 1em;
}
.article-page ol > li {
  margin-bottom: 10px;
}
.article-page ul {
  list-style: circle;
  margin-left: 1em;
}
.article-page p {
  margin-bottom: 0.3rem;
}

.ya_9 {
  margin: 10px auto;
  text-align: center;
}

.lazy-item {
  content-visibility: auto;
  contain-intrinsic-size: 160px;
}

.layout-shift {
  contain-intrinsic-size: 200px;
}

.flex-adapt {
  display: flex;
}

.justify-beetween {
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

@media screen and (min-width: 500px) {
  .pc_hidden {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header__wrapper {
    flex-direction: column;
  }
  .header__search {
    align-self: auto;
    margin: 0.5rem 0;
  }
  .header__logo-wrap {
    flex: 2;
  }
  .content__section {
    width: 100%;
  }
  .content__navigation {
    flex-direction: column;
  }
  .section {
    flex-direction: column;
  }
  .sidebar__section {
    flex: 1;
    padding-left: 0;
    padding-top: 2rem;
  }
  .home-item__icon {
    padding: 0;
  }
  .home-item__attr {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .home-item__attr h5 {
    margin-left: 10px;
    text-align: right;
  }
  .col-3 {
    margin: 0.5rem 0;
    width: 100%;
  }
  .footer__links {
    flex: auto;
    padding: 1rem 0;
    text-align: left;
  }
  .p-2 {
    padding: 1rem 0;
  }
  .manager__top {
    flex-direction: column;
  }
  .manager__top-rating {
    flex: 1;
  }
  .mobile_hidden {
    display: none !important;
  }
  .managers-shortlist__item {
    flex-direction: column;
  }
  .managers-shortlist__total {
    flex: 1;
  }
  .managers-shortlist__name {
    font-size: 1.2rem;
  }
  .flex-adapt {
    flex-direction: column;
  }
  .home-item__rating {
    position: static;
  }
}
.input {
  display: block;
  width: 100%;
  height: calc(2.05rem + 2px);
  padding: 0.275rem 1.5rem 0.275rem 0.535rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #233233;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e8e9;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
.input__short {
  width: 250px;
}

.form-submit {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 0.2rem 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  background: #3ba19c;
  color: #fff;
}
.form-submit:hover {
  background: #00d094;
}

.form-group {
  margin: 0 0 1rem 0;
}

#home-form .form-group {
  margin-right: 30px;
}
#home-form .text-group .form-group {
  flex: 1;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-Medium";
  font-display: swap;
  src: url("/fonts/OpenSans-Medium.ttf");
}
html,
body {
  height: 100%;
  font-family: OpenSans;
}

.my-scroll::-webkit-scrollbar {
  width: 10px;
}

.my-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}

.my-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #3ba19c;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
  display: inline-block;
}

a {
  color: #009ee4;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0055f3;
}
.link-color {
  color: #3ba19c;
}
.link-color:hover {
  color: #0055f3;
}

.header {
  margin-bottom: 2rem;
}

.header__text {
  vertical-align: middle;
  display: inline-block;
}

.header__sitename {
  font-size: 2.2rem;
}

.header__home a:hover {
  color: #3ba19c;
}

.header__city {
  text-align: right;
}

.header__city {
  display: inline-block;
  transition: transform 1s;
  cursor: pointer;
  font-weight: bold;
  color: #3ba19c;
}
.header__city:before {
  content: "";
  background-image: url(/images/navigation.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.header__city:hover {
  color: #0055f3;
}

.linklist__item a {
  padding: 0 0.5rem;
  border-left: 2px solid #00d094;
  display: block;
}
.linklist__item a:hover {
  border-left: 2px solid #0055f3;
}

.linklist__letter {
  color: #3ba19c;
  font-weight: bold;
  font-size: 1.3rem;
}

.footer {
  background-color: #134a6e;
  border-top: 4px solid #00d094;
  padding: 20px 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #00d094;
}

.footer__logo {
  width: 60px;
  vertical-align: middle;
}

.footer__text {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 3px solid #00d094;
  border-top: 3px solid #00d094;
  margin-top: 1rem;
}

.breadcrumb > li + li:before {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #333;
}

.home-item {
  border-bottom: 1px solid #3ba19c;
  display: flex;
  padding: 1rem 0;
}

.home-item__icon {
  background-repeat: no-repeat;
  background-position: center center;
}

.home-item__thumbr {
  background-size: cover;
}

.home-item__icon.year-10x {
  background-image: url("/images/homes/10x.png");
}

.home-item__icon.year-00x {
  background-image: url("/images/homes/00x.png");
}

.home-item__icon.year-90x {
  background-image: url("/images/homes/90x.png");
}

.home-item__icon.year-80x {
  background-image: url("/images/homes/80x.png");
}

.home-item__icon.year-70x {
  background-image: url("/images/homes/10x.png");
}

.home-item__icon.year-60x {
  background-image: url("/images/homes/00x.png");
}

.home-item__icon.year-50x {
  background-image: url("/images/homes/90x.png");
}

.home-item__icon.year-40x {
  background-image: url("/images/homes/80x.png");
}

.home-item__icon.year-old {
  background-image: url("/images/homes/old.png");
}

.home-item__icon.year-unknown {
  background-image: url("/images/homes/unknown.png");
}

.home-field {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.home-field label,
.home-field .home-field__label {
  flex: 1;
  padding-left: 10px;
  font-family: "OpenSans-Medium";
  max-width: none;
  text-align: left;
}
.home-field span {
  flex: 0 1 auto;
  text-align: right;
  padding-right: 10px;
  max-width: 200px;
}
.home-field span .phone-value {
  display: block;
}
.home-field:nth-child(even) {
  border-left: 3px solid #00d094;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.home-field:nth-child(even) {
  background: rgba(0, 208, 148, 0.1019607843);
}
.home-field:nth-child(odd) {
  border-left: 3px solid #0055f3;
}

#map,
#homeMap,
#managersMap {
  height: 500px;
  border-top: 3px solid #00d094;
  border-right: 3px solid #0055f3;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-common:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/001-list.svg");
  background-repeat: no-repeat;
}

.icon-main-params:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/4.svg");
  background-repeat: no-repeat;
}

.icon-engineer:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/003-optimization.svg");
  background-repeat: no-repeat;
}

.icon-construct:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/004-crane.svg");
  background-repeat: no-repeat;
}

.icon-social:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/005-park.svg");
  background-repeat: no-repeat;
}

.icon-school:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("/images/school.svg");
  background-repeat: no-repeat;
}

.icon-metro:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: middle;
  background-image: url("/images/metro30.png");
  background-repeat: no-repeat;
}

.icon-similar:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: middle;
  background-image: url("/images/similar.png");
  background-repeat: no-repeat;
}

.help-block {
  color: darkred;
}

.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
  margin: 2rem 0;
}
.pagination .page-item {
  margin-right: 1rem;
}
.pagination .page-item a,
.pagination .page-item span {
  margin-left: 0;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #fff;
  background-color: #3ba19c;
  border: 1px solid #00d094;
  border-radius: 2px;
}
.pagination .page-item a {
  cursor: pointer;
}
.pagination .page-item a:hover {
  background-color: #134a6e;
}
.pagination .page-item.active span {
  background-color: #134a6e;
}
.pagination .page-item.disabled {
  display: none;
}

.privacy__container p {
  margin: 1rem 0;
}
.privacy__container ul {
  margin: 1rem 0 1rem 1rem;
  list-style: circle;
}

.managers-shortlist__item {
  display: flex;
  padding: 5px;
  margin: 1px;
}
.managers-shortlist__item:nth-child(odd) {
  background: aliceblue;
}

.managers-shortlist__name {
  flex: 1;
}

.managers-shortlist__address {
  flex: 1;
}

.managers-shortlist__total {
  flex: 0 0 100px;
}

.yandexPano {
  display: flex;
  width: 100%;
  height: 300px;
  background-image: url("/images/panoPC.jpg");
  justify-content: center;
  align-items: center;
}

.pano__overlay {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.articles-block {
  margin-top: 20px;
  margin-bottom: 10px;
}
.articles-block__link {
  font-size: 1.1rem;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
}
.articles-block__link:nth-child(even) {
  border-left: 3px solid #00d094;
}
.articles-block__link:nth-child(odd) {
  border-left: 3px solid #0055f3;
}

.home__description strong {
  font-weight: bold;
}
.home__description li {
  list-style-type: circle;
  margin-left: 10px;
}

.sidebar__photo {
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  background-position: center;
}

.sidebar__photo-btn {
  padding: 10px 10px;
  display: block;
  text-align: center;
  border-radius: 4px;
  background-color: #3ba19c;
  color: #fff;
  cursor: pointer;
}
.sidebar__photo-btn:hover {
  background-color: #00d094;
}

.content__section .show-field-info {
  display: inline-block;
  padding: 0 7px;
  background: #3ba19c;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  margin-left: 5px;
}
.content__section .show-field-info:hover {
  background: #00d094;
}

.info__wrapper {
  max-width: 600px;
}
.info__wrapper strong {
  font-weight: bold;
}
.info__wrapper p {
  line-height: 1.3;
  margin-bottom: 10px;
}
.info__wrapper ol, .info__wrapper ul {
  list-style: circle;
  padding-left: 20px;
}
.info__wrapper table, .info__wrapper th, .info__wrapper td {
  padding: 10px;
  border: 1px solid black;
  border-collapse: collapse;
}

.info__record {
  margin-bottom: 10px;
}
.info__record label {
  font-weight: bold;
}
.info__record label.info__current {
  color: #0055f3;
}

.how-to {
  padding: 5px;
  background: rgba(119, 204, 242, 0.3294117647);
  margin-bottom: 1rem;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  font-style: italic;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}

.d-none {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

.hidden {
  display: none;
}

.content__block {
  margin-bottom: 35px;
}

.attention-messages {
  margin: 10px 0;
}
.attention-messages .message {
  padding: 15px;
  background: rgba(119, 204, 242, 0.3294117647);
  color: #0f7bab;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 3px;
}

.info {
  padding-left: 50px;
  background-image: url("/images/warning.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}

@media (max-width: 500px) {
  a:not(.header__home) {
    text-decoration: underline;
  }
  .header__sitename {
    font-size: 1.4em;
  }
  .header__logo {
    width: 100px;
  }
  .header__city {
    display: none;
  }
  .breadcrumb {
    padding: 0.5rem 0;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .home-field label,
  .home-field .home-field__label {
    flex: 1;
    margin-right: 5px;
  }
  #map,
  #homeMap,
  #managersMap {
    border-right: 0;
    border-bottom: 3px solid #0055f3;
    height: 300px;
  }
  .home-item {
    position: relative;
    flex-direction: column;
  }
  .home-item__icon {
    background-size: contain;
    background-position: center;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
  }
  .home-item__icon.home-item__thumbr {
    height: 200px;
    width: auto;
    position: static;
    margin-bottom: 10px;
  }
  .home-item__icon {
    margin: 0px;
    flex: auto;
  }
  .home-item__title {
    margin: 0 0 10px 0;
  }
  .home-item__title a {
    font-size: 20px;
    display: inline-block;
    max-width: 80%;
  }
  .home-item__attr label {
    font-weight: bold;
  }
  .footer__logo {
    display: none;
  }
  .yandexPano {
    height: 250px;
    background-size: cover;
  }
  .breadcrumb {
    display: block;
  }
  .breadcrumb li {
    display: inline-block;
  }
  .header {
    margin-bottom: 1rem;
  }
  .managers-shortlist__item {
    flex-direction: column;
  }
  .managers-shortlist__total {
    flex: 1;
  }
  .managers-shortlist__name {
    font-size: 1.2rem;
  }
  .rating__block {
    margin: 0;
  }
  .rating__block .rating__desc {
    text-align: left;
    font-size: 1em;
  }
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/buttons.scss ***!
  \***************************************************************************************************************************************************************************/
@charset "UTF-8";
.button-inline {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #3ba19c;
  color: #fff;
}
.button-inline:hover {
  background-color: #009ee4;
}

/** кнопка на всю ширину */
.button-line {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.button-theme {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #3ba19c;
  color: #fff;
}
.button-theme:hover {
  background-color: #009ee4;
}

.button-blue {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #009ee4;
  color: #fff;
}
.button-blue:hover {
  opacity: 0.7;
  color: #fff;
}

a.button-inline:hover {
  color: #fff;
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/pages/article.scss ***!
  \*********************************************************************************************************************************************************************************/
.article-page strong {
  font-weight: bold;
}
.article-page em {
  font-style: italic;
}

.art__image {
  text-align: center;
  margin: 30px 0;
}
.art__image img {
  max-width: 800px;
}

.art__image--content {
  margin: 15px 0;
}

@media (max-width: 500px) {
  .art__image img {
    width: 100%;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/pages/home.scss ***!
  \******************************************************************************************************************************************************************************/
.vote__line,
.voting-result__line {
  display: flex;
  padding: 5px 0;
}

.vote__label,
.voting-result__label {
  flex: 1;
}

.vote__icons,
.voting-result__value {
  flex: 0 1 auto;
  position: relative;
  margin-left: 5px;
}

.vote__block label {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.vote__block svg {
  margin-right: 3px;
  height: 1.5rem;
  width: 1.5rem;
}

.vote__block input ~ label {
  fill: #ccc;
}

.vote__block input:checked ~ label {
  fill: #f3c42e;
}

.vote__block label:hover,
.vote__block label:hover ~ label {
  fill: #f3c42e;
}

.vote__block input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.favorite {
  background-color: transparent;
  border: none;
  padding: 5px 0 5px 30px;
  background-image: url("/images/star-favorite.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
}
.favorite:hover {
  opacity: 0.7;
}

.my-address {
  background-color: transparent;
  border: none;
  padding: 5px 0 5px 30px;
  background-image: url("/images/community.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 20px;
}
.my-address:hover {
  opacity: 0.7;
}

.home-action-panel {
  display: flex;
  margin-bottom: 20px;
}

.work-field__wrapper {
  margin-bottom: 10px;
  border: 1px solid #3ba19c;
  border-radius: 4px;
}
.work-field__wrapper .work-title {
  padding: 5px 10px;
  background: aliceblue;
  font-weight: bold;
  margin-bottom: 5px;
}
.work-field__wrapper .work-field {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.work-field__wrapper .work-field label {
  flex: 1;
  padding-left: 10px;
}
.work-field__wrapper .work-field span {
  flex: 0 1 auto;
  text-align: right;
  padding-right: 10px;
}

.manager-preview {
  margin-bottom: 3rem;
  padding: 10px;
  background: rgba(0, 158, 228, 0.0509803922);
}

.manager-preview__address {
  padding-left: 30px;
  background-image: url("/images/address.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  margin: 15px 0;
  font-family: "OpenSans-Medium";
}

.panel__map-activate {
  width: 210px;
  height: 104px;
  background: rgba(0, 158, 228, 0.568627451);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px 0 0 -105px;
  z-index: 10;
  border: none;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}
.panel__map-activate:hover {
  opacity: 0.7;
}

@media screen and (max-width: 500px) {
  .home-action-panel {
    flex-direction: column;
    justify-content: center;
  }
  .favorite-form {
    margin-bottom: 15px;
  }
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/pages/manager.scss ***!
  \*********************************************************************************************************************************************************************************/
.manager-item {
  display: flex;
  padding: 1rem 0;
}

.manager-item__map {
  margin-right: 10px;
  border-left: 2px solid #0055f3;
}

@media screen and (max-width: 500px) {
  .manager-item {
    flex-direction: column;
    border-bottom: 1px solid #3ba19c;
    padding: 1rem 0;
  }
  .manager-item__map {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    border: none;
    background: #fcfcf7;
  }
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/pages/project.scss ***!
  \*********************************************************************************************************************************************************************************/
.project-preview {
  width: 280px;
  height: 280px;
  margin: 8px;
  display: inline-block;
  background-color: #009ee4;
  position: relative;
  background-size: cover;
}

.project-preview__title {
  position: absolute;
  padding: 15px;
  top: 115px;
  right: 0;
  left: 0;
  background-color: rgba(31, 45, 54, 0.61);
  color: #fff;
  text-align: center;
  transition: ease-in 0.7s;
}
.project-preview__title:hover {
  top: 0;
  bottom: 0;
}

.project-desc__block {
  margin: 15px 0;
}

.project-desc__title {
  font-weight: bold;
  display: block;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/tabs.scss ***!
  \***********************************************************************************************************************************************************************************/
.tab__container {
  margin: 20px 0;
}
.tab__container.m0 {
  margin: 0;
}

.tab-nav {
  background-color: aliceblue;
  border: 1px solid #009ee4;
  border-radius: 2px;
  color: #263238;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.tab-nav.tab-nav__active {
  background-color: #009ee4;
  color: #fff;
}

.tab__content {
  display: none;
}
.tab__content.tab__active {
  display: block;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/rating.scss ***!
  \*************************************************************************************************************************************************************************************/
.rating__block {
  margin-left: 0.5rem;
}

.rating__block label {
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.rating__block svg {
  margin-right: 3px;
  height: 1.5rem;
  width: 1.5rem;
}

.rating__block input ~ label {
  fill: #ccc;
}

.rating__block input:checked ~ label {
  fill: #f3c42e;
}

.rating__block label:hover,
.rating__block label:hover ~ label {
  fill: #f3c42e;
}

.rating__desc {
  font-size: 0.8rem;
  text-align: center;
}

.rating__block input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.gold-star {
  margin-right: 5px;
  margin-left: 10px;
  height: 1.2rem;
  width: 1.2rem;
  fill: #f3c42e;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/add-photo.scss ***!
  \****************************************************************************************************************************************************************************************/
.sidebar__photo-wrapper {
  display: none;
}

.sidebar__photo-add {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 10px 0;
}

.sidebar__photo {
  position: relative;
}

.sidebar__photo-preview {
  text-align: center;
}

.sidebar__photo-template {
  border-radius: 4px;
  display: inline-block;
  max-width: 300px;
  min-height: 120px;
  margin-bottom: 10px;
}

.sidebar__photo-save {
  display: none;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/form.scss ***!
  \***********************************************************************************************************************************************************************************/
.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  display: block;
}
.form-group textarea {
  min-height: 150px;
}

.form-item {
  padding: 12px 8px;
  border: 1px solid #009ee4;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 1px 2px 0px #a6d8ca;
  box-sizing: border-box;
}

.submit-button {
  padding: 10px 10px;
  display: block;
  text-align: center;
  border-radius: 4px;
  background-color: #3ba19c;
  color: #fff;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #00d094;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/comment.scss ***!
  \**************************************************************************************************************************************************************************************/
.comment__item {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.comment__header {
  display: flex;
  margin-bottom: 10px;
}

.comment__avatar {
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-right: 5px;
  background-image: url("/images/avatar.png");
}

.comment__date {
  text-align: right;
  font-size: 0.8em;
  color: #777;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/help.scss ***!
  \***********************************************************************************************************************************************************************************/
.help-me .help-me__item {
  margin-bottom: 20px;
}
.help-me .help-me__question {
  font-weight: bold;
  font-size: 19px;
  color: #009ee4;
}
.help-me ul, .help-me ol {
  padding-left: 20px;
}
.help-me li {
  list-style-type: circle;
}
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/worktime.scss ***!
  \***************************************************************************************************************************************************************************************/
.worktime__day {
  display: flex;
  padding: 10px;
  align-items: center;
}
.worktime__day:nth-child(even) {
  background-color: rgba(0, 208, 148, 0.1019607843);
}
.worktime__day.current {
  border-left: #0055f3 solid 3px;
}

.worktime__weekday {
  flex: 0 0 160px;
}

.worktime__open {
  flex: 1;
  text-align: center;
}

.worktime__break {
  flex: 1;
  text-align: center;
}

.worktime__comment {
  margin-bottom: 10px;
  font-size: 13px;
  padding: 5px;
  background-color: rgba(119, 204, 242, 0.3294117647);
  font-style: italic;
}

.worktime__title {
  margin-left: -10px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .worktime__weekday {
    flex: 0 0 50px;
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/sidebar-home.scss ***!
  \*******************************************************************************************************************************************************************************************/
.sidebar-home__wrapper {
  background-color: rgba(0, 158, 228, 0.0509803922);
  padding: 10px;
  border-radius: 4px;
}
.sidebar-home__wrapper h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.sidebar-home__row {
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}

.sidebar-home__label {
  text-align: left;
  font-family: "OpenSans-Medium";
}

.sidebar-home__value {
  text-align: right;
}

.sidebar-home__link {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.other-homes__wrapper h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.other-homes__item {
  display: block;
  margin: 10px 0;
  padding: 20px 10px;
  background-position: 0 center;
  background-size: cover;
  border-radius: 4px;
}
.other-homes__item:hover {
  opacity: 0.7;
}

.other-homes__address {
  display: block;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px black;
  margin-bottom: 20px;
}

.other-homes__year {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px black;
  margin-bottom: 20px;
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/block-alarm.scss ***!
  \******************************************************************************************************************************************************************************************/
.block-alarm {
  display: flex;
  margin: 10px -0.5rem;
  flex-wrap: wrap;
}

.block-alarm__item {
  display: block;
  padding: 20px 10px;
  background-position: 0 center;
  background-size: cover;
  border-radius: 4px;
}
.block-alarm__item:hover {
  opacity: 0.7;
}

.block-alarm__address {
  display: block;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px black;
  margin-bottom: 20px;
}

.block-alarm__year {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px black;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .block-alarm {
    margin: 10px 0;
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/block-faq.scss ***!
  \****************************************************************************************************************************************************************************************/
.faq-item {
  padding: 5px 5px 5px 5px;
  display: flex;
  border: 1px solid #e3e3e3;
  flex-direction: column;
}
.faq-item ul, .faq-item ol {
  margin: 10px 0;
  padding-left: 20px;
}
.faq-item ul li, .faq-item ol li {
  list-style-type: circle;
}

.faq-block__title:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  background-image: url(/images/list-text.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.faq-item__question {
  box-sizing: border-box;
  flex: 1;
  padding: 15px;
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
  cursor: pointer;
}

.faq-item__answer {
  padding: 0 20px 30px 20px;
  font-size: 17px;
  line-height: 1.4em;
  display: none;
}

@media (max-width: 500px) {
  .faq-item__question {
    padding: 7px;
    font-size: 17px;
  }
  .faq-item__answer {
    padding: 0 10px 20px 10px;
    font-size: 15px;
  }
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/header.scss ***!
  \*************************************************************************************************************************************************************************************/
.header__search {
  display: flex;
}

.search__submit-button {
  background-image: url("/images/search-button.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  border: none;
}
.search__submit-button:hover {
  opacity: 0.7;
}

.auth__burger-container {
  display: none;
}

@media screen and (max-width: 500px) {
  .header__search {
    width: 100%;
  }
  .auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0;
  }
  .auth__burger-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .auth__burger,
  .auth__burger::before,
  .auth__burger::after {
    display: block;
    background-color: #3ba19c;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .auth__burger::before {
    content: "";
    margin-top: -8px;
  }
  .auth__burger::after {
    content: "";
    margin-top: 8px;
  }
  .auth__burger-container.active .auth__burger::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  .auth__burger-container.active .auth__burger {
    background: rgba(255, 255, 255, 0);
  }
  .auth__burger-container.active .auth__burger::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/user-menu.scss ***!
  \****************************************************************************************************************************************************************************************/
.user-menu {
  display: flex;
  background: aliceblue;
  margin-top: 20px;
}
.user-menu a {
  padding: 15px;
}
.user-menu a:not(:last-child) {
  border-right: 1px solid #fff;
}
.user-menu .user-menu__logout {
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  .user-menu {
    flex-direction: column;
  }
  .user-menu a {
    text-align: center;
  }
  .user-menu a:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .user-menu .user-menu__logout {
    margin-left: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/user/user-data.scss ***!
  \*********************************************************************************************************************************************************************************************/
.user-data__item {
  margin-bottom: 20px;
}

.user-data__label {
  font-weight: bold;
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/ads.scss ***!
  \***********************************************************************************************************************************************************************/
@media screen and (max-width: 500px) {
  #yandex_rtb_R-A-763219-13 {
    min-height: 530px;
  }
  #yandex_rtb_R-A-763219-15 {
    min-height: 530px;
  }
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/src/scss/app/components/search.scss ***!
  \*************************************************************************************************************************************************************************************/
.filter-block {
  margin-bottom: 20px;
}

.filter-block__wrapper {
  min-height: 100px;
  max-height: 350px;
  overflow-y: scroll;
  padding: 7px;
  background: #f0f8ff;
}

.filter-block__label {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media (max-width: 500px) {
  .mobile_filter-toggler {
    background-image: url("/images/filter.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .mobile_filter-toggler.button-line {
    text-align: left;
  }
  .filter-block__wrapper {
    width: 300px;
  }
  .filters__section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
  }
  .mobile_filter-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .mobile_filter-close::before {
    content: "";
    transform: rotate(405deg);
    display: block;
    background-color: #3ba19c;
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    right: 10px;
    top: 10px;
  }
  .mobile_filter-close::after {
    content: "";
    transform: rotate(-405deg);
    display: block;
    background-color: #3ba19c;
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    right: 10px;
    top: 10px;
  }
}

/*# sourceMappingURL=app.067d48da041719613f88.css.map*/