html, body {
  min-height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.42857143;
  color: #5e5e5e;
  background-color: #edecec !important; }

.text-price {
  color: #6f42c1; }

a {
  color: #009688; }

a:hover, a:active, a:focus {
  color: #008E81; }

.pointer {
  cursor: pointer; }

.avatar-card {
  width: 265px; }

.js-lnk {
  cursor: pointer; }

.help-block {
  color: #ff1d30; }

.logo-container + .ripple-container {
  display: none !important; }

.wrap {
  background: #EDECEC;
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px; }

.wrap > .container {
  padding: 0 15px 20px; }

.snackbar {
  background-color: #323232;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  height: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,padding 0s linear .2s,height 0s linear .2s;
  -o-transition: -o-transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,padding 0s linear .2s,height 0s linear .2s;
  transition: transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,padding 0s linear .2s,height 0s linear .2s;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%); }

.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -webkit-transition: -webkit-transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,height 0s linear .2s;
  -o-transition: -o-transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,height 0s linear .2s;
  transition: transform .2s ease-in-out,opacity .2s ease-in,height 0s linear .2s,height 0s linear .2s;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

nav.navbar-fixed-top .nav.navbar-nav a.active {
  color: #fff;
  padding-bottom: 15px; }

nav.navbar-fixed-top .nav.navbar-nav a.active span {
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  display: inline-block;
  box-sizing: border-box; }

.header-navbar {
  background: #009688;
  padding-top: 0;
  padding-bottom: 0; }
  .header-navbar .logo-container {
    height: 60px;
    width: 230px;
    padding-top: 15px;
    overflow: hidden; }
  .header-navbar .navbar-collapse.collapse.show {
    background: #009688; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8); }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff; }

.navbar-dark .navbar-toggler {
  border: none; }
  .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:active {
    outline: none; }
  .navbar-dark .navbar-toggler .icon-bar {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
    .navbar-dark .navbar-toggler .icon-bar + .icon-bar {
      margin-top: 4px; }

.pagination {
  display: block; }
  .pagination:after, .pagination:before {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination > li {
    float: left;
    margin-bottom: 15px; }
    .pagination > li a:focus {
      box-shadow: none;
      text-decoration: none; }

.city-hint {
  padding: .25rem .5rem;
  font-size: 12px; }

.page-body-wrap {
  margin-top: 20px;
  min-height: calc(100vh - 140px); }

@media screen and (min-width: 991px) {
  .sidebar-column-wrap > div {
    max-width: 450px;
    width: 100%; } }
.sidebar-column-wrap > div .card-body {
  padding-top: 15px;
  padding-bottom: 15px; }

.form-group.has-error .help-block {
  display: block !important; }

footer.footer {
  background-color: #009688; }

.footer > .container {
  height: 60px;
  padding-top: 20px; }

.footer * {
  color: #fff; }

.footer > .container a.link {
  color: #fff;
  text-decoration: none !important;
  border-bottom: 1px dashed; }

.footer > .container a.link:hover {
  color: #fff;
  border-bottom: 1px solid; }

footer .footer-copyright {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff; }

.content-wrap {
  padding: 0 15px; }

.table-main-filter .table-success,
.table-main-filter .table-success * {
  background-color: #c3e6cb !important; }
.table-main-filter tr:not(.table-warning):hover td:not(.adv) {
  background-color: #D9EFED; }

.js-link {
  cursor: pointer; }

/* DISPLAYS */
.dBlock {
  display: block; }

/* WIDTHs */
.w100p {
  width: 100%; }

/* Text-align */
.ta-left {
  text-align: left; }

.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotate-90:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* region modal */
#modal-region .h2 {
  margin-top: 0;
  margin-bottom: 0; }

.region-list {
  -webkit-columns: 230px 4;
  -moz-columns: 230px 4;
  columns: 230px 4;
  padding-left: 0; }

.region-list li {
  list-style-type: none;
  margin: 5px 0; }

.badge-avto-regions {
  color: #999;
  font-size: 11px; }

/* city modal*/
.modal-region-title {
  display: block;
  margin-top: 10px;
  font-size: 1.1em; }

.modal-city-list a {
  margin-left: 10px; }

.modal-city-list li {
  list-style-type: none; }

.modal-city-list {
  -webkit-columns: 200px 4;
  -moz-columns: 200px 4;
  columns: 200px 4;
  padding-left: 0; }

/* login dropdown */
.login-dropdown {
  min-width: 300px;
  padding: 10px; }

.user-menu .cn-icon {
  color: var(--cn-primary, #1667d9);
  margin-right: 8px;
  vertical-align: -0.2em;
}

.social-icon-login img {
  width: 48px;
  height: 48px; }

/* checkbox fix*/
.form-group-checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  height: 20px; }

.form-group-checkbox + .form-group {
  margin-top: 0;
  margin-left: 125px;
  padding-bottom: 0; }

.checkbox {
  margin: 0; }

.checkbox label {
  padding-left: 0; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #009688; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #009688;
  border-color: #009688; }

.form-group .checkbox label, .form-group .radio label, .form-group label {
  font-size: 14px; }

.checkbox .checkbox-material .check {
  width: 14px;
  height: 14px; }

.checkbox .checkbox-material .check:before {
  margin-top: -7px;
  margin-left: 3px; }

.checkbox .checkbox-material:before {
  position: static;
  display: none; }

/* Pages view */
.page-view h1 {
  font-size: 20px;
  margin: 0 0 15px; }

.page-view h2 {
  font-size: 18px;
  margin: 0 0 15px; }

.page-view p {
  font-weight: 400 !important; }

/************************
    Filter
************************/
.main-filter .sel {
  background: #008E81;
  margin: 10px -19px 5px 0px;
  padding: 0 0 0 5px; }

.main-filter .sel:after {
  content: " ";
  border: 23px solid transparent;
  float: right;
  border-left: 13px solid #008E81;
  position: relative;
  right: -36px;
  top: -46px; }

/*
.main-filter .sel .form-group{display: inline-block; float: left; width: 30px;  margin-top: 5px; margin-bottom: 7px;}

*/
.main-filter .sel select + select {
  margin-left: 7px; }

.main-filter .sel select {
  color: #333;
  background: #fff;
  font-size: 20px;
  border: 1px solid #117D68;
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 30px;
  margin-top: 5px;
  margin-bottom: 7px;
  text-align: center;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.main-filter .sel select:nth-child(7) {
  width: 45px; }

.main-filter .sel select:nth-child(2),
.main-filter .sel select:nth-child(3),
.main-filter .sel select:nth-child(4),
.main-filter .sel select:nth-child(7) {
  height: 1.7em;
  background: #DDF5EF; }

.main-filter .sel select:nth-child(1),
.main-filter .sel select:nth-child(5),
.main-filter .sel select:nth-child(6) {
  position: relative;
  bottom: -3px; }

.main-filter .custom-checkbox label {
  line-height: 26px; }

.filter-region-name {
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
  display: inline-block; }

.filter-category-name {
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
  display: inline-block; }

.filter-region-name, .filter-category-name, .filter-city-name {
  font-size: 14px; }

/* filter - table */
.img-nomer {
  border-radius: 3px; }

.grz-table-column .grz-hint {
  display: none; }

.table-striped td, .table-striped th {
  border: 0 !important; }

.td-region {
  max-width: 130px;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.td-price {
  text-align: right; }

.td-price > * {
  line-height: 36px;
  color: #777;
  font-weight: 400;
  font-size: 16px; }

.td-price > .f_price {
  font-size: 1.3em !important; }

.td-seller > a {
  color: #009688;
  border-bottom: 1px dashed; }
  .td-seller > a:hover {
    text-decoration: none;
    border-bottom: 1px solid; }

.td-seller {
  position: relative; }
  .td-seller .user-link {
    position: relative;
    top: 4px;
    max-width: 100px;
    line-height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.td-seller .tr-foto-wrap:before {
  content: " ";
  border: 25px solid transparent;
  border-top: 25px solid #ff9800;
  border-right: 25px solid #ff9800;
  position: absolute;
  top: 0;
  right: 0; }

.td-seller .tr-foto-wrap {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.td-seller .tr-foto-wrap i {
  margin-top: 0;
  margin-right: -2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: white;
  top: -2px;
  position: relative;
  font-size: 24px; }

/* card fixex */
.card .card-header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 19px;
  font-weight: 400;
  display: block; }

.card .card-header .h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
  display: block; }

.card .card-header[class*="bgm-"] .h2, .card .card-header[class*="bgm-"] .h2 small {
  color: #fff; }

.card .card-header .h2 small {
  display: block;
  margin-top: 8px;
  color: #AEAEAE;
  line-height: 160%; }

.card-header {
  padding: 10px 25px !important; }

.card-body {
  margin-top: 0 !important; }

.card .card-header .h2, .h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
  display: block; }

.card .card-body .btn {
  font-weight: 300; }

.card-page-text .card-body ul {
  margin-bottom: 0; }

.info-blog .lv-body {
  padding: 15px; }
  .info-blog .lv-body .lv-item:hover {
    text-decoration: none; }
  .info-blog .lv-body .lv-item img {
    border-radius: 0;
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px; }
  .info-blog .lv-body .lv-item .lv-title {
    font-size: 17px;
    line-height: 100%; }
  .info-blog .lv-body .lv-item .lv-small {
    font-size: 14px;
    color: #777;
    line-height: 16px;
    display: block;
    margin-top: 5px; }

/* city-list */
.search-city-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px; }

.search-city-list li a i {
  width: 30px;
  margin-right: 10px; }

/* ADD NEW NOMER */
.add-new-nomer-wrap .card-body {
  padding-top: 0; }
  .add-new-nomer-wrap .card-body .btn {
    padding: 0.84rem .9rem; }

/* Nomer view */
.grz-view h1 {
  font-size: 20px;
  margin: 0 0 15px; }

.nomer-wrap {
  min-height: calc(100vh - 160px); }

.nomer-wrap .header-row img {
  float: left;
  border-radius: 3px; }

.nomer-wrap .grz-view-price {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  color: #6f42c1;
  font-size: 28px;
  line-height: 36px; }

.nomer-wrap .grz-view-price i {
  font-size: 0.8em; }

.nomer-wrap .lightbox-item {
  max-width: 250px;
  max-height: 130px;
  overflow: hidden; }

.nomer-wrap .lightbox-item img {
  max-width: 100%;
  width: auto;
  max-height: 130px;
  display: block; }

.nomer-wrap .desc {
  margin: 20px 0 20px 5px;
  padding: 0; }

.nomer-wrap .desc a {
  border-bottom: 1px dashed; }

.nomer-wrap .desc a:hover {
  border-bottom: 1px solid;
  text-decoration: none; }

.nomer-wrap .desc li {
  list-style-type: none;
  font-size: 16px;
  margin: 5px 0;
  color: #999; }

.nomer-wrap .desc li > span {
  color: #000; }

.nomer-wrap .desc li i {
  font-size: 1.15em;
  color: #009688;
  padding-right: 10px;
  display: inline-block;
  width: 25px; }

.nomer-wrap .phone-wrap .get-phone {
  color: #009688;
  border-bottom: 1px dashed #009688;
  cursor: pointer; }

.nomer-wrap .phone-wrap .get-phone:hover {
  border-bottom: 1px solid #009688; }

#comments-wrap .lv-item {
  padding-left: 0px !important; }

#comments-wrap > .form-group {
  margin-top: -15px; }

#comments-wrap .btn-comment-submit {
  margin-top: -15px; }

#comments-wrap .commentlist {
  margin-top: 15px; }

#comments-wrap .commentlist .media > .pull-left {
  padding-right: 0px; }

#comments-wrap .commentlist .time {
  color: #999;
  padding-left: 15px; }

#comments-wrap .commentlist .time i {
  font-size: 0.9em;
  margin-right: 2px; }

/* USER MODAL */
#seller-tabs,
.seller-bar {
  max-width: 560px; }

#seller-tabs .btn-comment-submit {
  margin: -10px 0 10px 0; }

.desc-wrap .header-row img {
  float: left;
  border-radius: 3px; }

.desc-wrap .grz-view-price {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  color: #444;
  font-size: 28px;
  line-height: 36px; }

.desc-wrap .grz-view-price i {
  font-size: 0.8em; }

.desc-wrap .lightbox-item {
  max-width: 250px;
  max-height: 130px;
  overflow: hidden; }

.desc-wrap .lightbox-item img {
  max-width: 100%;
  width: auto;
  max-height: 130px;
  display: block; }

.desc-wrap .desc {
  margin: 20px 0 20px 5px;
  padding: 0; }

.desc-wrap .desc li {
  list-style-type: none;
  font-size: 16px;
  margin: 5px 0;
  color: #999; }

.desc-wrap .desc li > span {
  color: #000; }

.desc-wrap .desc li i {
  font-size: 1.15em;
  color: #009688;
  padding-right: 10px;
  display: inline-block;
  width: 25px; }

.desc-wrap .phone-wrap .get-phone {
  color: #009688;
  border-bottom: 1px dashed #009688;
  cursor: pointer; }

.desc-wrap .phone-wrap .get-phone:hover {
  border-bottom: 1px solid #009688; }

.txt-leave-msg {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 5px; }

.desc-wrap .alert {
  display: inline-block; }

/* LOGIN MODAL */
#modal-login .social-login-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ccc; }

#modal-login .modal-body .card-body {
  padding: 10px 0 0 0; }

/************************
    Account
************************/
.account-top-menu li i {
  color: #999;
  font-size: 1.2em;
  padding-right: 10px; }

.account-top-menu li.active i,
.account-top-menu li:hover i {
  color: #009688; }

.foto-container {
  margin-top: 20px; }

.image-preview-input input[type=file] {
  max-width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.image-preview-input-title {
  margin-left: 2px; }

#close-preview {
  color: #000; }

.image-preview-clear {
  z-index: 33; }

.image-preview-filename {
  max-width: 300px;
  float: left; }

.main-menu > li > a {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-transform: uppercase; }

.main-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05); }

.main-menu > li.active > a {
  color: #fff !important;
  background-color: #009688 !important; }

.pagination {
  margin-top: 15px; }
  .pagination a {
    color: #009688; }
  .pagination .page-item.active .page-link {
    background: #009688;
    border-color: #009688; }

.lv-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  margin-right: 15px;
  padding: 0 !important;
  text-transform: uppercase; }

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