h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'ProximaNova', sans-serif;
}
h1,
h2,
.h1,
.h2 {
  font-weight: 500;
}
h2,
h3,
h4,
h5,
h6,
strong,
b,
.h2,
.h3,
.h4,
.h5,
.h6,
.strong {
  font-weight: 500;
}
a,
a:hover,
button,
.btn {
  transition: 0.2s ease-in-out;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-new {
  color: #93c911;
}
.text-square {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  margin-top: 30px;
  min-height: 170px;
  margin-bottom: 30px;
}
.text-square:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  border: 10px solid #777676;
  left: -50px;
  top: -30px;
  opacity: 0.1;
}
.text-square.square-small {
  margin-left: 30px;
  margin-top: 15px;
  min-height: 110px;
}
.text-square.square-small:before {
  width: 140px;
  height: 140px;
  left: -30px;
  top: -15px;
}
@media (max-width: 479px) {
  .text-square {
    margin-left: 30px;
    margin-top: 15px;
    min-height: 110px;
  }
  .text-square:before {
    width: 140px;
    height: 140px;
    left: -30px;
    top: -15px;
  }
}
label {
  font-weight: 500;
}
.center-row,
.middle-row,
.top-row,
.stretch-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.center-row > *,
.middle-row > *,
.top-row > *,
.stretch-row > * {
  float: none;
  margin: 0 -1px;
}
.center-row:before,
.middle-row:before,
.top-row:before,
.stretch-row:before,
.center-row:after,
.middle-row:after,
.top-row:after,
.stretch-row:after {
  content: normal;
}
.center-row {
  justify-content: center;
}
.middle-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.middle-row > * {
  vertical-align: middle;
}
.stretch-row {
  align-items: stretch;
}
.stretch-row > * {
  vertical-align: middle;
}
.top-row {
  align-items: flex-start;
}
.top-row > * {
  vertical-align: top;
}
.animation-spin {
  animation: animation-spin 0.7s infinite linear;
}
@keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
nav.navbar {
  background: transparent;
  height: 80px;
  transition: 0.25s ease-in-out;
}
nav.navbar .navbar-brand {
  display: block;
  float: none;
  height: auto;
  padding: 10px 15px;
  text-align: center;
}
nav.navbar .navbar-brand > img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: 0.25s ease-in-out;
}
nav.navbar .navbar-nav {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
}
nav.navbar .navbar-nav > li > a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  line-height: 30px;
}
nav.navbar .navbar-nav > li > a:before,
nav.navbar .navbar-nav > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
  transition: 0.25s ease-in-out;
}
nav.navbar .navbar-nav > li > a:before {
  border-bottom: 1px dashed #93c911;
}
nav.navbar .navbar-nav > li > a:after {
  left: 50%;
  right: 50%;
  opacity: 0;
  border-bottom: 1px solid #93c911;
}
nav.navbar .navbar-nav > li.open > a,
nav.navbar .navbar-nav > li.open > a:hover,
nav.navbar .navbar-nav > li.open > a:focus,
nav.navbar .navbar-nav > li.open > a:active,
nav.navbar .navbar-nav > li.open > a.active,
nav.navbar .navbar-nav > li > a:hover,
nav.navbar .navbar-nav > li > a:focus,
nav.navbar .navbar-nav > li > a:active,
nav.navbar .navbar-nav > li > a.active {
  background: none;
}
nav.navbar .navbar-nav > li.open > a:after,
nav.navbar .navbar-nav > li.open > a:hover:after,
nav.navbar .navbar-nav > li.open > a:focus:after,
nav.navbar .navbar-nav > li.open > a:active:after,
nav.navbar .navbar-nav > li.open > a.active:after,
nav.navbar .navbar-nav > li > a:hover:after,
nav.navbar .navbar-nav > li > a:focus:after,
nav.navbar .navbar-nav > li > a:active:after,
nav.navbar .navbar-nav > li > a.active:after {
  left: 15px;
  right: 15px;
  opacity: 1;
}
nav.navbar .navbar-nav .btn {
  font-size: inherit;
}
nav.navbar .navbar-nav .btn-link {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
nav.navbar .navbar-nav .phone-btn > a {
  font-weight: bold;
}
nav.navbar .navbar-nav .phone-btn > a:before,
nav.navbar .navbar-nav .phone-btn > a:after {
  display: none;
}
nav.navbar .navbar-nav .mdi {
  display: inline-block;
  vertical-align: middle;
  margin: -10% 0;
  color: #93c911;
  font-size: 140%;
}
nav.navbar .navbar-nav > .btn-group {
  float: left;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav > .btn-group {
    display: none;
  }
}
nav.navbar.navbar-scroll {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  nav.navbar:not(.navbar-scroll) {
    height: 100px;
  }
  nav.navbar:not(.navbar-scroll) .navbar-nav {
    padding: 20px 0;
    font-size: 18px;
  }
  nav.navbar:not(.navbar-scroll) .navbar-nav > li > a {
    height: 60px;
    line-height: 40px;
  }
  nav.navbar:not(.navbar-scroll) .navbar-brand > img {
    height: 80px;
  }
  nav.navbar:not(.navbar-scroll) .navbar-btn {
    padding: 8px 40px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  nav.navbar .navbar-collapse {
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
nav.navbar .navbar-btn {
  font-weight: 500;
}
nav.navbar .navbar-header > button,
nav.navbar .navbar-header > .btn-group {
  position: absolute;
  top: 15px;
  height: 50px;
  margin: 0;
}
nav.navbar .navbar-header > .btn-group {
  padding: 0;
}
nav.navbar .navbar-header > .btn-group > .btn {
  height: 50px;
  margin: 0;
}
nav.navbar .navbar-header > .btn-group > .dropdown-menu {
  margin-top: 15px;
}
nav.navbar .navbar-header > .navbar-toggle {
  left: 15px;
  padding: 15px 10px;
}
nav.navbar .navbar-header > .navbar-toggle .icon-bar {
  background: #93c911;
}
nav.navbar .navbar-header > .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
nav.navbar .navbar-header > .login-btn,
nav.navbar .navbar-header > .login-dropdown {
  right: 15px;
}
nav.navbar .navbar-header .login-btn {
  padding: 10px;
  line-height: 30px;
  font-size: 28px;
}
nav.navbar .navbar-header .caret {
  display: none;
}
.cleaning-included nav.navbar,
.padding-wrap nav.navbar {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.footer {
  background: #101010;
  color: #fff;
  padding-top: 30px;
}
.footer .footer-brand {
  display: block;
  height: 90px;
}
.footer .footer-brand img {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .footer .footer-brand {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer .footer-section h4 {
  margin-bottom: 15px;
}
.footer .footer-section .list-unstyled li {
  margin-bottom: 8px;
}
.footer .footer-section .list-unstyled a:hover {
  color: #e6e6e6;
}
.footer .footer-section .footer-messenger .btn {
  min-width: 140px;
}
.footer .footer-section .contacts-list i {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 25px;
  margin-right: 7px;
  color: #93c911;
}
@media (max-width: 767px) {
  .footer .footer-contacts {
    text-align: center;
  }
}
.footer .copyright {
  display: block;
  padding: 15px;
  text-align: center;
}
.footer .copyright p {
  margin: 0;
}
.btn {
  font-weight: 500;
}
.btn-square,
.btn-round {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 32px;
  height: 32px;
  padding: 3px;
  font-size: 16px;
  line-height: 24px;
}
.btn-square i,
.btn-round i {
  top: 1px;
}
.btn-square.btn-xs,
.btn-round.btn-xs,
.btn-group-xs > .btn-square,
.btn-group-xs > .btn-round,
.btn-group-xs > .input-group-btn > .btn-square,
.btn-group-xs > .input-group-btn > .btn-round,
.input-group-xs > .input-group-btn > .btn-square,
.input-group-xs > .input-group-btn > .btn-round {
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.btn-square.btn-xs i,
.btn-round.btn-xs i,
.btn-group-xs > .btn-square i,
.btn-group-xs > .btn-round i,
.btn-group-xs > .input-group-btn > .btn-square i,
.btn-group-xs > .input-group-btn > .btn-round i,
.input-group-xs > .input-group-btn > .btn-square i,
.input-group-xs > .input-group-btn > .btn-round i {
  top: 1px;
}
.btn-square.btn-sm,
.btn-round.btn-sm,
.btn-group-sm > .btn-square,
.btn-group-sm > .btn-round,
.btn-group-sm > .input-group-btn > .btn-square,
.btn-group-sm > .input-group-btn > .btn-round,
.input-group-sm > .input-group-btn > .btn-square,
.input-group-sm > .input-group-btn > .btn-round {
  width: 26px;
  height: 26px;
  padding: 3px;
  font-size: 14px;
  line-height: 18px;
}
.btn-square.btn-sm i,
.btn-round.btn-sm i,
.btn-group-sm > .btn-square i,
.btn-group-sm > .btn-round i,
.btn-group-sm > .input-group-btn > .btn-square i,
.btn-group-sm > .input-group-btn > .btn-round i,
.input-group-sm > .input-group-btn > .btn-square i,
.input-group-sm > .input-group-btn > .btn-round i {
  top: 1px;
}
.btn-square.btn-lg,
.btn-round.btn-lg,
.btn-group-lg > .btn-square,
.btn-group-lg > .btn-round,
.btn-group-lg > .input-group-btn > .btn-square,
.btn-group-lg > .input-group-btn > .btn-round,
.input-group-lg > .input-group-btn > .btn-square,
.input-group-lg > .input-group-btn > .btn-round {
  width: 42px;
  height: 42px;
  padding: 5px;
  font-size: 20px;
  line-height: 30px;
}
.btn-square.btn-lg i,
.btn-round.btn-lg i,
.btn-group-lg > .btn-square i,
.btn-group-lg > .btn-round i,
.btn-group-lg > .input-group-btn > .btn-square i,
.btn-group-lg > .input-group-btn > .btn-round i,
.input-group-lg > .input-group-btn > .btn-square i,
.input-group-lg > .input-group-btn > .btn-round i {
  top: 1px;
}
.btn-round {
  border-radius: 50%;
}
.btn-block {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-telegram,
.btn-telegram:hover,
.btn-telegram:focus,
.btn-telegram:focus:hover,
.btn-telegram:active,
.btn-telegram.active {
  background: #b800e6;
  border-color: #b800e6;
  color: #fff;
}
.btn-vk,
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:focus:hover,
.btn-vk:active,
.btn-vk.active {
  background: #45668e;
  border-color: #45668e;
  color: #fff;
}
.btn-msn,
.btn-msn:hover,
.btn-msn:focus,
.btn-msn:focus:hover,
.btn-msn:active,
.btn-msn.active {
  background: #0561b8;
  border-color: #0561b8;
  color: #fff;
}
.btn-viber,
.btn-viber:hover,
.btn-viber:focus,
.btn-viber:focus:hover,
.btn-viber:active,
.btn-viber.active {
  background: #40bf40;
  border-color: #40bf40;
  color: #fff;
}
.bigtoggle-input {
  text-align: center;
}
.bigtoggle-input .control-label {
  display: block;
  font-size: 150%;
}
.bigtoggle-input .btn-group .btn.active {
  background-color: #93c911;
  border-color: #93c911;
  color: #fff;
}
.input-group.date .form-control[disabled],
.input-group.date .form-control[readonly] {
  background-color: #fff;
}
.input-group-addon {
  padding: 5px 10px;
}
.input-group-lg > .input-group-addon {
  padding: 8px 12px;
}
.input-group-addon.addon-primary {
  background-color: #93c911;
  border-color: #82b10f;
  color: #fff;
}
.input-group-transparent {
  background-color: transparent;
  border-color: transparent;
}
label.text-center {
  display: block;
}
.btn-group-justified > .btn {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .btn-group-justified {
    display: block;
  }
  .btn-group-justified > .btn {
    display: block;
    width: auto;
    border-radius: 5px !important;
  }
  .btn-group-justified > .btn.btn-lg {
    border-radius: 8px !important;
  }
  .btn-group-justified > .btn + .btn {
    margin-top: 8px;
  }
}
textarea {
  resize: vertical;
}
.tab-content {
  margin-bottom: 25px;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .tab-pane.active {
  height: auto;
}
.nav-tabs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: none;
  margin: 0 10px;
}
.nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
  vertical-align: bottom;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.nav-tabs > li > a {
  height: 100%;
  margin: 0 3px;
  border: none !important;
  background: #f4f4f4;
  padding: 12px 15px;
  font-size: 16px;
  transition: 0.25s ease-in-out;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover:focus {
  background: #e7e7e7;
}
@media (max-width: 480px) {
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px;
  }
}
.nav-tabs > li.active > a {
  background: #93c911;
  color: #fff;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover:focus {
  background: #93c911;
  color: #fff;
}
.modal-header > .nav-tabs {
  width: auto;
  margin: -15px -15px -16px -15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.modal-header > .nav-tabs > li > a {
  margin: 0;
}
.modal-header > .nav-tabs > li.active > a,
.modal-header > .nav-tabs > li.active > a:hover,
.modal-header > .nav-tabs > li.active > a:focus,
.modal-header > .nav-tabs > li.active > a:hover:focus {
  background: #fff;
  color: #2e2e2e;
}
.nav-tabs + .tab-content {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px;
}
.panel-group {
  border-radius: 9px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.panel-group .panel {
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
.panel-group .panel .panel-heading {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel .panel-title > a {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
  margin: -20px -15px;
}
.panel .panel-title > a > i {
  float: right;
  font-size: 200%;
  line-height: 0.5;
  color: #93c911;
  transition: 0.25s ease-in-out;
}
.panel .panel-title > a:not(.collapsed) > i {
  transform: rotateX(180deg);
}
.panel.panel-bordered {
  box-shadow: none;
  border: 1px solid #dedede;
}
.panel-striped .panel-body {
  border: none;
}
.panel-group .panel-striped:nth-child(odd) .panel-heading,
.panel-group .panel-striped:nth-child(odd) .panel-body {
  background-color: #f4f4f4;
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.card {
  margin-bottom: 25px;
}
.card .thumbnail {
  position: relative;
  border: none;
  margin: 30px 40px 25px 15px;
  padding: 0;
  background: transparent;
}
.card .thumbnail:before,
.card .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid #777676;
  opacity: 0.1;
}
.card .thumbnail:before {
  top: -25px;
  left: 25px;
  bottom: 100%;
  right: 0;
  border-right: none;
  border-bottom: none;
}
.card .thumbnail:after {
  top: -25px;
  left: 100%;
  right: -35px;
  bottom: 30px;
  border-left: none;
}
.card .thumbnail > img {
  width: 100%;
  height: auto;
}
.card .thumbnail .title {
  display: inline-block;
  position: absolute;
  left: -15px;
  bottom: 15px;
  min-width: 220px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background: #93c911;
  color: #fff;
  padding: 0 20px;
  box-shadow: 0.669px 0.743px 6.64px 1.36px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .card .thumbnail .title {
    padding: 0 30px;
  }
}
.referral-panel .referral-balance,
.referral-block .referral-balance,
.referral-panel .referral-code,
.referral-block .referral-code {
  display: inline-block;
  padding: 10px 25px;
  margin: 10px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.referral-panel .referral-balance:before,
.referral-block .referral-balance:before,
.referral-panel .referral-code:before,
.referral-block .referral-code:before,
.referral-panel .referral-balance:after,
.referral-block .referral-balance:after,
.referral-panel .referral-code:after,
.referral-block .referral-code:after {
  content: '';
  display: block;
  float: none;
}
.referral-panel .referral-balance,
.referral-block .referral-balance {
  color: #93c911;
  border: 1px solid #dedede;
}
.referral-panel .referral-code,
.referral-block .referral-code {
  color: #fff;
  background: #172b42;
}
.referral-block {
  margin-bottom: 20px;
}
.referral-block .referral-info,
.referral-block .referral-share {
  text-align: center;
}
.referral-block .referral-info > *,
.referral-block .referral-share > * {
  display: inline-block;
}
.referral-block .referral-code {
  margin-left: 25px;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .referral-block .referral-info {
    text-align: right;
  }
  .referral-block .referral-share {
    text-align: left;
  }
}
.cleaners-list .cleaner-card {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin-bottom: 20px;
}
.cleaners-list .cleaner-card > * {
  padding: 10px 20px;
}
.cleaners-list .cleaner-card .cleaner-photo {
  flex: 1 0;
  float: left;
  max-width: 200px;
  text-align: center;
  margin-right: -15px;
}
.cleaners-list .cleaner-card .cleaner-photo img {
  width: auto;
  height: auto;
  max-width: 110px;
  border-radius: 50%;
}
.cleaners-list .cleaner-card .cleaner-photo p {
  margin: 10px 0 0;
}
.cleaners-list .cleaner-card .cleaner-body {
  flex: 1 auto;
}
.cleaners-list .cleaner-card .cleaner-body .btn-block {
  margin-bottom: 15px;
}
.cleaners-list .cleaner-card .rating .stars,
.cleaners-list .cleaner-card .rating .active-stars {
  font-size: 20px;
}
.cleaners-list .cleaner-card .rating > span {
  display: none;
}
.cleaners-list .cleaner-card,
.cleaners-list .cleaner-card > .cleaner-body {
  zoom: 1;
  overflow: hidden;
}
.orders-list .order-card {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin-bottom: 20px;
}
.orders-list .order-card > * {
  padding: 10px 20px;
}
.orders-list .order-card .order-photo {
  flex-basis: 150px;
  flex-shrink: 0;
  flex-grow: 0;
  float: left;
  text-align: center;
  margin-right: -15px;
}
.orders-list .order-card .order-photo .mdi {
  font-size: 40px;
  line-height: 35px;
}
.orders-list .order-card .order-photo img {
  width: auto;
  height: auto;
  max-width: 110px;
  border-radius: 50%;
}
.orders-list .order-card .order-photo p {
  margin: 10px 0 0;
}
.orders-list .order-card .order-body {
  flex: 1 auto;
}
.orders-list .order-card .order-body .btn-block {
  margin-bottom: 15px;
}
.orders-list .order-card,
.orders-list .order-card > .order-body {
  zoom: 1;
  overflow: hidden;
}
.iziToast.iziToast-layout2 {
  padding: 30px 25px;
  border-radius: 5px;
}
.iziToast.iziToast-layout2 > .iziToast-close {
  width: 30px;
  height: 30px;
}
.iziToast.iziToast-layout2 > .iziToast-body {
  padding: 0;
  margin: 0;
  text-align: center;
}
.iziToast.iziToast-layout2 > .iziToast-body .iziToast-title,
.iziToast.iziToast-layout2 > .iziToast-body .iziToast-message {
  display: block;
  float: none;
  text-align: center;
}
.iziToast.iziToast-layout2 > .iziToast-body .iziToast-title {
  font-size: 140%;
  margin-bottom: 20px;
}
.iziToast-overlay {
  z-index: 1050;
}
.modal-body {
  padding: 30px 20px;
}
.calc-widget {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 25px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 7px;
  max-width: 320px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.calc-widget h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
}
.calc-widget h3,
.calc-widget .h3 {
  margin-top: 5px;
  font-size: 20px;
}
.calc-widget .btn {
  font-weight: bold;
}
.calc-widget .checkbox {
  text-align: center;
}
.calc-widget .help-block {
  font-size: 14px;
}
@media (min-width: 768px) {
  .calc-widget {
    margin-right: 40px;
  }
}
@media (min-width: 480px) {
  .calc-widget {
    margin-top: 30px;
  }
  .calc-widget:before,
  .calc-widget:after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid #777676;
    opacity: 0.1;
  }
  .calc-widget:before {
    top: -25px;
    left: 25px;
    bottom: 100%;
    right: 0;
    border-right: none;
    border-bottom: none;
  }
  .calc-widget:after {
    top: -25px;
    left: 100%;
    right: -35px;
    bottom: 25px;
    border-left: none;
  }
}
.howto-widget {
  position: relative;
}
.howto-widget h2 {
  margin-bottom: 25px;
}
.howto-widget .howto-item {
  display: block;
  margin: 15px auto 25px;
  max-width: 380px;
  text-align: center;
}
.howto-widget .howto-item .image {
  text-align: center;
  margin-bottom: 20px;
}
.howto-widget .howto-item .image img {
  display: inline-block;
}
@media (min-width: 768px) {
  .howto-widget .howto-item {
    max-width: 300px;
  }
  .howto-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.how-works-widget {
  position: relative;
}
.how-works-widget h2 {
  margin-bottom: 25px;
}
.how-works-widget .how-works-item {
  display: block;
  margin: 15px auto;
  max-width: 300px;
  text-align: center;
}
.how-works-widget .how-works-item .image {
  text-align: center;
  margin-bottom: 20px;
}
.how-works-widget .how-works-item .image img {
  display: inline-block;
}
.how-works-widget .how-works-item .thumbnail {
  display: inline-block;
  position: relative;
  width: 128px;
  height: 128px;
  padding: 30px;
  border: 1px solid #93c911;
  border-radius: 50%;
  margin-bottom: 5px;
}
.how-works-widget .how-works-item .thumbnail b {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #172b42;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 768px) {
  .how-works-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.advantages-widget {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #172b42;
  color: white;
}
.advantages-widget h2 {
  margin-bottom: 25px;
}
.advantages-widget .advantage-item {
  display: block;
  margin: 15px auto;
  max-width: 380px;
  text-align: center;
}
.advantages-widget .advantage-item h4 span {
  display: block;
  color: #93c911;
}
.advantages-widget .advantage-item .image {
  text-align: center;
}
.advantages-widget .advantage-item .image .thumbnail {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 28px;
  background: #93c911;
  border: 10px solid rgba(147, 201, 17, 0.35);
  border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .advantages-widget .advantage-item {
    max-width: 300px;
  }
  .advantages-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.included-text-widget,
.included-widget {
  position: relative;
}
.included-text-widget h2,
.included-widget h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .included-text-widget h2,
  .included-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .included-text-widget .swiper-slide .slide-mobile,
  .included-widget .swiper-slide .slide-mobile {
    display: none;
  }
}
.included-widget .included-content {
  padding-top: 20px;
}
.included-widget .slider-nav-wrap {
  text-align: center;
  margin-bottom: 25px;
}
.included-widget .nav-tabs {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  border: none;
}
.included-widget .nav-tabs > li {
  display: block;
  width: auto;
  flex-grow: 0;
}
.included-widget .nav-tabs > li > a,
.included-widget .nav-tabs > li > span {
  margin: 0;
  padding: 10px 25px;
  border: none;
  border-bottom: 2px solid #dddcdc;
  border-radius: 0;
}
.included-widget .nav-tabs > li > a,
.included-widget .nav-tabs > li > span,
.included-widget .nav-tabs > li > a:hover,
.included-widget .nav-tabs > li > span:hover,
.included-widget .nav-tabs > li > a:focus,
.included-widget .nav-tabs > li > span:focus {
  background: none;
}
.included-widget .nav-tabs > li.active > a,
.included-widget .nav-tabs > li.active > span {
  border: none;
  border-bottom: 2px solid #93c911;
}
.included-widget .tab-content {
  margin: 0;
}
.included-widget .swiper-slide .slide-mobile {
  display: block;
  position: relative;
}
.included-widget .swiper-slide .slide-mobile-inner {
  display: block;
  position: absolute;
  right: 0;
  left: 40%;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  padding: 30px 15px;
  overflow: auto;
}
.included-widget .swiper-slide .slide-mobile-inner ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.included-widget .swiper-slide .slide-mobile-inner ol li {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}
.included-widget .swiper-slide .slide-mobile-inner ol li:before {
  content: counter(point);
  counter-increment: point 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  font-size: 19px;
  line-height: 30px;
  background: #93c911;
  border: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.included-tabs {
  text-align: center;
  margin: 25px 0;
}
.included-tabs .btn-group .btn.active {
  background-color: #93c911;
  border-color: #93c911;
  color: #fff;
}
@media (max-width: 767px) {
  .included-widget .nav-tabs > li > a,
  .included-widget .nav-tabs > li > span {
    padding: 10px 15px;
  }
  .included-widget .swiper-slide > img {
    display: none;
  }
  .included-widget .swiper-slide .slide-mobile-inner {
    left: 0;
    padding: 20px;
  }
  .included-widget .swiper-slide .slide-mobile-inner ol li {
    margin-bottom: 20px;
  }
  .included-tabs .btn {
    padding: 7px 10px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .included-widget .nav-tabs > li > a,
  .included-widget .nav-tabs > li > span {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .included-widget .swiper-slide .slide-mobile {
    display: none;
  }
}
.included-text-widget .dots-list {
  font-size: 16px;
}
.included-grid {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .included-grid .included-content .card {
    max-width: 450px;
    margin: 0 auto 25px;
  }
}
.subscription-widget {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subscription-widget h2 {
  margin-bottom: 25px;
}
.subscription-widget .panel {
  margin: 0 auto 25px;
  max-width: 280px;
}
.subscription-widget .panel-title {
  font-size: 20px;
  font-weight: 400;
}
.subscription-widget .subscribe-price {
  font-size: 22px;
  color: #172b42;
  font-weight: 600;
  margin: 20px 0 25px;
}
.subscription-widget .subscribe-price b {
  color: #93c911;
}
@media (min-width: 768px) {
  .subscription-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.cleaners-widget {
  position: relative;
}
.cleaners-widget h2 {
  margin-bottom: 25px;
}
.cleaners-widget .cleaner-card {
  display: block;
  margin: 15px auto;
  text-align: center;
}
.cleaners-widget .cleaner-card h4 {
  font-size: 20px;
}
.cleaners-widget .cleaner-card h4 span {
  display: block;
  color: #93c911;
}
.cleaners-widget .cleaner-card .image {
  text-align: center;
}
.cleaners-widget .cleaner-card .image .thumbnail {
  display: inline-block;
  width: 170px;
  height: 170px;
  padding: 0;
  border: 10px solid #93c911;
  border-radius: 50%;
  margin-bottom: 5px;
  overflow: hidden;
}
.cleaners-widget .cleaner-card .image .thumbnail img {
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cleaners-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .cleaners-widget .cleaner-card .image .thumbnail {
    width: 200px;
    height: 200px;
  }
}
.faq-widget {
  position: relative;
}
.faq-widget h2 {
  margin-bottom: 25px;
}
.faq-widget.faq-small {
  padding: 25px 0;
}
.faq-widget.faq-small .faq-item {
  margin-bottom: 10px;
}
.faq-widget.faq-small .faq-item a {
  display: block;
  color: #93c911;
}
.faq-widget.faq-small .faq-item a:hover,
.faq-widget.faq-small .faq-item a:focus {
  color: #93c911;
  text-decoration: none;
}
.faq-widget.faq-small .faq-item .panel-body {
  padding: 15px 0;
  color: #777676;
}
@media (min-width: 768px) {
  .faq-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.reviews-widget {
  position: relative;
  background: #f4f4f4;
}
.reviews-widget h2 {
  margin-bottom: 25px;
}
.reviews-widget h2 > span {
  color: #93c911;
}
.reviews-widget .review-item {
  display: block;
  padding: 20px 25px;
  border-radius: 9px;
  background: #fff;
  height: 100%;
}
.reviews-widget .review-item h3 {
  margin-top: 0;
  color: #93c911;
}
.reviews-widget .review-col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .reviews-widget h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.discount-section h2 {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.discount-section h2 span {
  color: #93c911;
}
@media (min-width: 768px) {
  .discount-section h2 {
    margin-bottom: 90px;
  }
}
.discount-steps .discount-step {
  margin-bottom: 20px;
}
.discount-steps .discount-step span {
  display: block;
  float: left;
  color: #93c911;
  font-size: 55px;
  line-height: 55px;
  margin: 0 20px 15px 0;
  font-weight: bold;
}
.discount-steps .discount-step:after {
  content: '';
  display: table;
  clear: both;
}
.service-input-inner {
  max-width: 170px;
  margin: 0 auto;
}
.service-input-card {
  display: block;
  position: relative;
  padding: 20px 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #dedede;
  border-radius: 8px;
  text-align: center;
}
.service-input-card img {
  display: inline-block;
  height: 70px;
  width: auto;
}
.service-input-card .price {
  display: block;
  padding-top: 10px;
  font-weight: 500;
}
.service-input-card .service-hint {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 18px;
  color: #dedede;
  line-height: 18px;
  z-index: 99;
}
.mouse-scroll {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  height: 52px;
  width: 34px;
  margin-left: -16px;
  background: url(/images/mouse.png) no-repeat center center / contain;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mouse-scroll {
    display: none;
  }
}
.rating {
  display: block;
  position: relative;
}
.rating > * {
  vertical-align: middle;
}
.rating .stars-wrapper {
  display: inline-block;
  position: relative;
}
.rating .stars-wrapper + span {
  margin-left: 10px;
}
.rating .stars,
.rating .active-stars {
  display: block;
  white-space: nowrap;
  font-size: 24px;
  padding: 0 4px;
  letter-spacing: -3px;
}
.rating .stars i:before,
.rating .active-stars i:before {
  font-stretch: ultra-condensed;
  font-size-adjust: 0.45;
}
.rating .stars {
  color: #f4f4f4;
}
.rating .active-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e7c926;
}
.padding-section,
.referral-block,
.howto-widget,
.how-works-widget,
.advantages-widget,
.included-text-widget,
.included-widget,
.subscription-widget,
.cleaners-widget,
.faq-widget,
.reviews-widget,
.discount-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .padding-section,
  .referral-block,
  .howto-widget,
  .how-works-widget,
  .advantages-widget,
  .included-text-widget,
  .included-widget,
  .subscription-widget,
  .cleaners-widget,
  .faq-widget,
  .reviews-widget,
  .discount-section {
    padding: 40px 0;
  }
}
.error-section {
  display: block;
  text-align: center;
  max-width: 500px;
  margin: 150px auto;
}
.error-section .error-code {
  font-size: 18rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .error-section {
    margin: 100px auto;
  }
  .error-section .error-code {
    font-size: 14rem;
  }
}
.dots-list {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.dots-list > li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.dots-list > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 5px;
  border-radius: 50%;
  background-color: #7dbd22;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #dedede;
}
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #2e2e2e;
  background-color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
* {
  outline: 0 !important;
  box-sizing: border-box;
}
img {
  border: none;
}
a,
button,
input,
select,
textarea {
  color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  box-sizing: border-box;
  border: none;
}
a[disabled] {
  pointer-events: none;
}
a:hover,
a:focus {
  color: #172b42;
}
p {
  margin: 0 0 7px;
}
.wrap {
  position: relative;
}
.wrap.padding-wrap {
  padding-top: 105px;
}
@media (min-width: 992px) {
  .wrap.padding-wrap {
    padding-top: 125px;
  }
}
.wrap.padding-wrap > .page-content {
  padding-top: 0;
}
.transition {
  transition: 0.25s ease-in-out;
}
.white-bg {
  background-color: #fff;
}
.white-color,
.white-color:hover,
.white-color:focus {
  color: #fff;
}
.primary-bg {
  background-color: #93c911;
}
.secondary-bg {
  background-color: #172b42;
  color: white;
}
.primary-color,
.primary-color:hover,
.primary-color:focus {
  color: #93c911;
}
.secondary-color,
.secondary-color:hover,
.secondary-color:focus {
  color: #172b42;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.empty {
  display: block;
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}
@keyframes couponAnimate {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes couponAnimateMain {
  from {
    transform: translateY(-54px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes couponAnimateStart {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}
.navbar__container-wrap {
  position: relative;
  z-index: 101;
}
.navbar__container-wrap.inner {
  background: #fff;
}
nav.navbar.navbar-scroll {
  height: auto;
}
.first-order-coupon {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  background: #fae700;
  text-align: center;
  z-index: 100;
  border: none;
  border-radius: 0;
  font-weight: 500;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transition: top 0.2s linear 0s;
  display: none;
}
.first-order-coupon--show {
  display: block;
  animation: couponAnimateStart 1s ease-in-out forwards;
}
.first-order-coupon--scroll {
  position: absolute;
}
.first-order-coupon--animate {
  animation: couponAnimate 1s ease-in-out forwards;
}
.first-order-coupon--animateMain {
  animation: couponAnimateMain 1.5s ease-in-out forwards;
}
.price .total-price {
  top: 158px!important;
}
nav.navbar {
  height: auto;
}
@media (max-width: 767px) {
  .total-panel .total-price {
    width: 100%!important;
  }
  .price .total-price {
    top: 158px!important;
  }
  .first-order-coupon--show {
    height: 78px;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 18px;
  }
}
.datepicker {
  z-index: 9000!important;
}
.ordering-banner {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #172b42;
  color: white;
}
.ordering-banner h2 {
  margin-bottom: 25px;
}
.ordering-banner h4 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ordering-banner h2 {
    font-size: 36px;
  }
}
.first-cover {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.first-cover h1 {
  margin-top: 0;
  font-size: 50px;
}
.first-cover h1 span {
  color: #93c911;
}
.first-cover p {
  font-size: 20px;
}
.first-cover .first-heading {
  padding: 40px 0 65px;
}
.first-cover .text-square {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .first-cover h1 {
    font-size: 45px;
  }
  .first-cover p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .first-cover {
    padding-top: 80px;
  }
  .first-cover .text-square {
    margin-bottom: 25px;
  }
  .first-cover h1 {
    font-size: 40px;
  }
  .first-cover p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .first-cover {
    padding-top: 180px;
  }
}
.page-content {
  padding: 40px 0;
}
.additional-services {
  padding: 40px 0;
}
.service-card {
  display: block;
  margin: 0 auto 30px;
  max-width: 300px;
  text-align: center;
}
.service-card img {
  display: inline-block;
  margin-bottom: 15px;
}
.about-info h1,
.about-info .h1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.about-info h1:after,
.about-info .h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #93c911;
}
.about-info .about-text {
  font-size: 16px;
  font-weight: 300;
}
.about-info .about-text strong,
.about-info .about-text b {
  color: #93c911;
  text-transform: uppercase;
}
.about-info .about-contacts {
  font-size: 18px;
}
.about-info .about-contacts p {
  margin-bottom: 12px;
}
.step-panel > h2,
.step-panel > .h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.step-panel > h2:before,
.step-panel > .h2:before,
.step-panel > h2:after,
.step-panel > .h2:after {
  content: '';
  display: table;
  clear: both;
}
.step-panel > h2 .step,
.step-panel > .h2 .step {
  float: right;
  font-size: 18px;
  font-weight: 400;
  color: #7dbd22;
}
.step-panel .form-group.required .control-label:after {
  content: '*';
  margin-left: 0.2em;
  color: #d20d0d;
}
.total-panel {
  font-size: 16px;
}
.total-panel .dots-list > li {
  margin-bottom: 7px;
}
.total-panel .dots-list > li span {
  float: right;
}
.total-panel .dots-list > li:before {
  top: 7px;
}
.total-panel .dots-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.total-panel .panel-body {
  position: relative;
}
.total-panel .panel-body:before,
.total-panel .panel-body:after {
  display: none;
  visibility: hidden;
  position: absolute;
}
.total-panel .panel-body:before {
  content: '\f771';
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  font: normal normal normal 35px "Material Design Icons";
  color: #172b42;
  z-index: 15;
  animation: animation-spin 0.7s infinite linear;
}
.total-panel .panel-body:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
  z-index: 10;
}
.total-panel .total-price {
  display: table;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
}
.total-panel .total-price > * {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.total-panel .total-price > span {
  width: 100%;
}
.total-panel .total-price .price-new {
  color: #93c911;
}
.total-panel .total-price .price-old {
  color: #9d9c9c;
  font-size: 80%;
  text-decoration: line-through;
  padding-right: 7px;
}
.total-panel.loading .panel-body:before,
.total-panel.loading .panel-body:after {
  display: block;
  visibility: visible;
}
@media (max-width: 767px) {
  .total-panel .total-price {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
  }
  .order-page {
    margin-top: 40px;
  }
  .order-page .form-side,
  .order-page .total-side {
    margin: 0 auto;
    max-width: 400px;
  }
}
.approximate-note {
  margin-top: 20px;
  font-size: 12px;
}
