h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  height: 90px;
  background-color: rgba(0, 0, 0, .25);
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 684px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(37, 37, 37, .75);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.details-section {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.services-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3a3a3a;
  background-image: url('../images/Car-wash-services.jpg');
  background-position: 50% 100%;
  background-size: 1980px;
  background-repeat: no-repeat;
}

.section.reviewssection {
  overflow: hidden;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.relaxsection {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #000;
  background-image: url('../images/Relax-Room-Aisberg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.capture-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url('../images/moika-mashin-v-aisberg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.moyka-top-section {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/moyka-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/moyka-bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-repeat: repeat, no-repeat;
}

.section.moyka-top-section.polirovka-section {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/polirovka-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/polirovka-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.section.moyka-top-section.himchistkasection {
  background-color: #828282;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/Bentley-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .85), hsla(0, 0%, 7%, .85)), url('../images/Bentley-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.section.price-section {
  background-color: #fff;
}

.section.contacts-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-content-display {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 684px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 7%, .8);
  font-family: Robotocondensed, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.content-zone {
  display: block;
  width: 92%;
  height: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-zone.navbar-content-zone {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-zone.hero-section-content-zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-zone.capture-section-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-zone.prefooter-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-zone.footer-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-zone.services-cz {
  display: block;
  width: 92%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-zone.menu-section-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-zone.services-desc-cz {
  margin-top: 80px;
  margin-bottom: 1px;
}

.content-zone.price-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-zone.contacts-cz {
  position: relative;
  height: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.content-zone.services-offer-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-main-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.online-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-contacts-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-logo-div {
  width: 170px;
  height: 70px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/Aisberg-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-logo-div:hover {
  opacity: 0.8;
}

.navbar-main-link {
  padding: 5px 0px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.navbar-main-link:hover {
  color: #3398cc;
}

.navbar-main-link.margin-link {
  margin-right: 35px;
  padding: 5px 0px;
}

.navbar-main-link.margin-link.w--current {
  color: #3398cc;
}

.menu-line-1 {
  width: 24px;
  height: 3px;
  background-color: #3398cc;
}

.menu-line-2 {
  width: 24px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #3398cc;
}

.menu-line-3 {
  width: 24px;
  height: 3px;
  background-color: #3398cc;
}

.atlernative-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3398cc;
  background-color: transparent;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.atlernative-button:hover {
  background-color: #3398cc;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.atlernative-button.services-button {
  height: 48px;
  font-size: 18px;
  letter-spacing: 1px;
}

.navbar-tel-link {
  margin-bottom: 10px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-tel-link:hover {
  color: #c8c8c8;
}

.navbar-tel-link.navbar-tel-bottom-link {
  margin-bottom: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 4.5vh;
  line-height: 60px;
  text-shadow: 0 4px 3px rgba(0, 0, 0, .5);
}

.standart-button {
  margin-bottom: 30px;
  padding: 15px 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.standart-button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.standart-button.contacts-button {
  margin-bottom: 0px;
}

.standart-button.form-button {
  width: 100%;
  margin-bottom: 0px;
}

.standart-button.hero-section-button {
  margin-bottom: 0px;
}

.standart-button.mail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3398cc;
  background-color: transparent;
  color: #fff;
}

.standart-button.mail-button:hover {
  background-color: #3398cc;
}

.standart-button.offer-button {
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #fff;
  color: #111;
  text-shadow: none;
}

.descript-offer {
  margin-bottom: 40px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.descript-offer.last-descript-offer {
  margin-bottom: 0px;
}

.icon {
  display: inline;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #3398cc;
}

.icon.offer-icon {
  margin-right: 20px;
  color: #fff;
  font-size: 45px;
  line-height: 1em;
}

.lined-ab {
  padding-bottom: 5px;
  border-bottom: 1px dashed #fff;
}

.lined-ab:hover {
  color: #c8c8c8;
}

.hero-section-bottom-line-div {
  display: block;
  width: 92%;
  height: 30px;
  max-width: 1070px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
}

.hero-section-sm-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.sm-link {
  display: none;
  padding: 5px;
}

.sm-link:hover {
  color: #3398cc;
}

.sm-link.sm-central-link {
  margin-right: 5px;
  margin-left: 5px;
}

.hero-section-videotour-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-weight: 300;
}

.hero-section-videotour-link:hover {
  color: #c8c8c8;
}

.details-section-video-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 390px;
  padding-left: 90px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.details-section-descript-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  max-width: 530px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-section-content-zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.details-section-content-zone.details-section-second-content-zone {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.preheader {
  margin-bottom: 15px;
  font-family: Robotocondensed, sans-serif;
  color: #c8c8c8;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.blue-ab {
  color: #3398cc;
}

.details-section-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 390px;
  max-width: 690px;
  padding-right: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.details-section-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.details-slide {
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.details-slider-nav {
  display: none;
  height: 50px;
  padding-right: 30px;
  padding-bottom: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.details-slider-sense-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 440px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-slider-gradient {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 100%;
  margin-right: -20px;
  padding-right: 20px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(135deg, hsla(0, 0%, 7%, .8), hsla(0, 0%, 7%, .3));
  background-image: linear-gradient(315deg, hsla(0, 0%, 7%, .8), hsla(0, 0%, 7%, .3));
}

.details-slider-sense-ab {
  margin-right: 30px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.white-h2 {
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
  text-shadow: 0 4px 3px rgba(0, 0, 0, .5);
}

.white-h2.capture-h2 {
  margin-bottom: 25px;
}

.white-h2._404-h2 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.white-h2.sp-h2 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
}

.afterheader {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Robotocondensed, sans-serif;
  color: #c8c8c8;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.white-bold-ab {
  color: #fff;
  font-weight: 700;
}

.servicessection-rows-dov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-section-row {
  width: 33%;
  max-width: 350px;
}

.services-section-row.services-middle-row {
  margin-right: 10px;
  margin-left: 10px;
}

.services-price {
  margin-bottom: 25px;
  font-family: Robotocondensed, sans-serif;
  color: #c8c8c8;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.standart-ab {
  font-family: Robotocondensed, sans-serif;
  color: #c8c8c8;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.standart-ab.services-timeab {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.standart-ab.review-ab {
  color: #828282;
  text-align: left;
}

.standart-ab.review-car-type {
  margin-top: 15px;
  color: #787878;
  font-weight: 700;
  text-align: left;
}

.standart-ab.footer-logo-ab {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.standart-ab.desc-ab {
  text-align: left;
}

.standart-ab.price-header-desc-ab {
  color: #828282;
}

.standart-ab.price-desc-ab {
  color: #828282;
  text-align: left;
}

.standart-ab.price-dop-ab {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #828282;
  font-size: 10px;
  line-height: 15px;
}

.standart-ab.contacts-ab {
  margin-bottom: 20px;
  color: #828282;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.standart-ab.contacts-ab.tel-ab {
  margin-bottom: 0px;
  padding-left: 5px;
}

.standart-ab.help-page-desc-ab {
  display: none;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.standart-ab.tel-mobile-ab {
  display: none;
}

.standart-ab.darkgrey-ab {
  margin-top: -10px;
  margin-bottom: 30px;
  color: #828282;
}

.services-info-div {
  padding-right: 20px;
  padding-left: 20px;
}

.servises-photo {
  width: 100%;
  height: 190px;
  margin-bottom: 35px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.servises-photo.servises-photo1 {
  background-image: url('../images/Moika-i-syshka-salona.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.servises-photo.servises-photo2 {
  background-image: url('../images/Polirovka-kyzovai.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.servises-photo.servises-photo3 {
  background-image: url('../images/Himchistka-salona-aisberg.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.details-video {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 390px;
  max-width: 690px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.h2 {
  margin-bottom: 60px;
  font-family: Bebasneue, sans-serif;
  color: #111;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
}

.h2.contacts-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 36px;
  text-align: left;
}

.h2.popup-h2 {
  margin-bottom: 40px;
}

.reviews-slider {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 930px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  background-color: transparent;
}

.sldier-arrow {
  width: 78px;
  height: 18px;
  color: #111;
}

.sldier-arrow.slider-back {
  top: auto;
  bottom: 50%;
  z-index: 4;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sldier-arrow.slider-back:hover {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.sldier-arrow.slder-next {
  top: auto;
  bottom: 50%;
  width: 58px;
  height: 28px;
  margin-bottom: 0px;
  padding-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sldier-arrow.slder-next:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.arrow-back {
  position: relative;
  width: 58px;
  height: 18px;
  background-image: url('../images/Arrow-back.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.arrow-next {
  width: 58px;
  height: 18px;
  background-image: url('../images/Arrow-Next.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.review-slide {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review-slider-mask {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.review-desc {
  width: 530px;
  margin-left: 10px;
  padding: 30px;
}

.review-name-ab {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Robotocondensed, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.review-name-ab.price-desc-header {
  margin-bottom: 20px;
  text-align: left;
}

.review-stars {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #f07700;
  line-height: 14px;
}

.review-up-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-sm-link {
  padding: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 16px;
}

.review-sm-link:hover {
  color: #3398cc;
}

.review-sm-link.review-sm-middle-link {
  padding-right: 10px;
  padding-left: 10px;
}

.review-photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Johnatan-Smith.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.review-photo.review-photo1 {
  background-image: url('../images/Dmitry-kojava.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.review-photo.review-photo2 {
  background-image: url('../images/pavlovich-petr.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.review-photo.review-photo3 {
  background-image: url('../images/Dmitry-koshkan.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.review-photo.review-photo4 {
  background-image: url('../images/ilya-tsapko.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.review-photo.review-photo5 {
  background-image: url('../images/Дмитрий-Гричанюк.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.review-slide-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.reviews-video-rows-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-video-div {
  width: 33%;
  height: 284px;
  max-width: 350px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.review-video-div.review-video-middle-div {
  margin-right: 10px;
  margin-left: 10px;
}

.review-video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-video-image {
  width: 100%;
  height: 100%;
}

.review-video-image.review-video-image1 {
  background-image: url('../images/Mamoa.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.review-video-image.review-video-image2 {
  background-image: url('../images/Alba.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.review-video-image.review-video-image3 {
  background-image: url('../images/Taison.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.review-video-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-video-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 7%, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 70px;
  line-height: 0px;
  text-shadow: none;
}

.review-video-icon:hover {
  background-color: hsla(0, 0%, 7%, .5);
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, .9);
}

.relax-room-rows-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.relax-room-rows-div.relax-room-rows-div2 {
  margin-top: 10px;
  margin-bottom: 80px;
}

.relax-room-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 225px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.relax-room-feature {
  margin-bottom: 15px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.relax-room-feature.relax-room-last-feature {
  margin-bottom: 0px;
}

.relax-room-photo-2 {
  width: 260px;
  height: 225px;
  background-image: url('../images/Charger.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.relax-room-photo-1 {
  height: 225px;
  max-width: 440px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Divan.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.relax-room-photo-3 {
  width: 260px;
  height: 225px;
  background-image: url('../images/Wi-fi.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.relax-room-photo-4 {
  width: 350px;
  height: 225px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/Tv.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.relax-room-photo-5 {
  height: 225px;
  max-width: 440px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Cofemashina.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.map-section {
  width: 100%;
  height: 430px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.map {
  display: none;
  width: 100%;
  height: 100%;
}

.prefooter {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #161616;
}

.prefooter-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prefooter-h4 {
  margin-bottom: 20px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.prefooter-link {
  color: #c8c8c8;
}

.prefooter-link:hover {
  color: #fff;
}

.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #111;
}

.fotter-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  width: 80px;
  height: 70px;
  margin-right: 10px;
  background-image: url('../images/Aisberg-Logo.png');
  background-position: 50% 50%;
  background-size: 68px;
  background-repeat: no-repeat;
}

.footer-logo-minih {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 700;
}

.footer-sm-div {
  display: none;
  width: 260px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #828282;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #828282;
  font-size: 20px;
}

.footer-sm-link:hover {
  border-color: #fff;
  color: #fff;
}

.footer-sm-link.footer-sm-mid-link {
  margin-right: 20px;
  margin-left: 20px;
}

.details-sense-image {
  width: 800px;
  height: 390px;
  float: right;
  background-image: url('../images/gybki-iz-naturalnoi-ovchini.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.details-sense-image.details-sense-image2 {
  background-image: url('../images/himija.jpg');
  background-size: auto;
}

.details-sense-image.details-sense-image3 {
  background-image: url('../images/professionalnaja-komanda.jpg');
  background-size: auto;
}

.details-slider-image-land {
  display: block;
  margin-top: -390px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h3 {
  font-family: Robotocondensed, sans-serif;
  color: #3398cc;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.arrow-icon {
  margin-bottom: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 31px;
  text-align: center;
}

.arrow-icon.black-icon {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #111;
}

.all-services-link {
  position: static;
  height: 50px;
  margin-top: 318px;
  margin-right: -15%;
  float: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.more-link-axis {
  display: none;
  height: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.all-reviews-link {
  height: 50px;
  margin-top: 348px;
  margin-right: -16%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-body {
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .75);
	background-color: white;
}

.close-navbar-menu {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 90px;
  margin-left: -80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3398cc;
  background-image: url('../images/Aisberg-bg-logo.png');
  background-position: -90px 140%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.navbar-bg {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 90px;
  margin-top: -90px;
  background-color: rgba(0, 0, 0, .75);
}

.menu-link {
  margin-bottom: 20px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.menu-link:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #111;
}

.menu-link.w--current {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #111;
}

.menu-link.services-menu-link {
  position: relative;
  z-index: 0;
}

.menu-link.services-link {
  margin-bottom: 15px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.menu-link.services-link:hover {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.menu-link.services-link.w--current {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  color: #111;
}

.menu-link.services-link.services-last-link {
  margin-bottom: 30px;
}

.menu-link.services-link.services-last-link.w--current {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  color: #111;
}

.hided-menu-sm-div {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hided-menu-sm-link {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 16px;
}

.hided-menu-sm-link:hover {
  color: #111;
}

.hided-menu-sm-link.hided-menu-sm-mid-link {
  margin-right: 5px;
  margin-left: 5px;
}

.hided-menu-line {
  width: 80px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.navbar-menu-bg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 90px;
  margin-top: -90px;
  background-color: rgba(0, 0, 0, .75);
}

.menu-close-bg {
  position: absolute;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
}

.body {
  overflow: visible;
  max-height: 100%;
  background-color: #111;
}

.services-icon {
  display: inline-block;
  font-family: 'Fontawesome webfont', sans-serif;
}

.services-dropdown-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servicesclosediv {
  position: relative;
  z-index: -1;
  width: 70px;
  height: 18px;
  margin-top: -38px;
  margin-bottom: 20px;
}

.services-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 890px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.services-photo {
  width: 50%;
  height: 170px;
  background-image: url('../images/moyka-service-photo.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.services-photo.services-photo-2 {
  background-image: url('../images/car-polishing.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.services-photo.services-photo-3 {
  background-image: url('../images/Himchistka-salona-photo.jpg');
  background-size: auto;
}

.services-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3-header {
  margin-bottom: 25px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-line.first-line {
  margin-bottom: 60px;
}

.price-line.last-line {
  margin-bottom: 0px;
}

.first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.first-row.price-desc-row {
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sized-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-categories-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-categories-icons-div.price-categories-dop-div {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sizing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sizing-row.car-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Car-Icon.png');
  background-position: 50% 50%;
  background-size: 57px;
  background-repeat: no-repeat;
  cursor: help;
}

.sizing-row.minivan-icon-div {
  display: block;
  background-image: url('../images/Minivan-icon.png');
  background-position: 50% 50%;
  background-size: 57px;
  background-repeat: no-repeat;
  cursor: help;
}

.sizing-row.rover-icon-div {
  display: block;
  background-image: url('../images/Rover-icon.png');
  background-position: 50% 50%;
  background-size: 57px;
  background-repeat: no-repeat;
  cursor: help;
}

.price-review-row {
  display: none;
  width: 16.6%;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-sum-ab {
  font-family: Robotocondensed, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.price-review-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prive-review-button-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.price-review-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
}

.price-review-link:hover {
  border-color: #3398cc;
  color: #3398cc;
}

.price-review-link.price-video-review-link {
  margin-right: 10px;
  padding-left: 5px;
}

.price-review-link.price-video-review-link:hover {
  border-color: #3398cc;
  color: #3398cc;
}

.contacts-div {
  position: relative;
  z-index: 5;
  width: 530px;
  margin-top: -510px;
  padding: 50px 50px 20px;
  float: right;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.black-bold-ad {
  color: #111;
  font-weight: 700;
}

.contacts-tels-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-tels-div-ab-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts-bottom-line {
  display: none;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #c8c8c8;
}

.contacts-sm-link {
  display: none;
  padding: 5px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #111;
  font-size: 18px;
}

.contacts-sm-link:hover {
  color: #3398cc;
}

.contacts-sm-link.contacts-middle-sm-link {
  margin-right: 5px;
  margin-left: 5px;
}

.contacts-map {
  z-index: 2;
  height: 690px;
  padding-top: 90px;
  padding-right: 300px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contacts-map.mobile-map {
  padding-top: 0px;
  padding-right: 0px;
}

.made-by-bs {
  margin-bottom: 40px;
  font-family: Robotocondensed, sans-serif;
  color: #fff;
}

.hided-menu-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.made-by-bs-link {
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.remodal-content {
  position: relative;
  z-index: 10;
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.field-label {
  margin-bottom: 5px;
  float: left;
  font-family: Robotocondensed, sans-serif;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}

.text-field {
  height: 40px;
  margin-bottom: 20px;
  padding: 10px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Robotocondensed, sans-serif;
  font-size: 15px;
  letter-spacing: 0.25px;
}

.text-field:focus {
  border: 1px solid #3398cc;
  color: #000;
}

.pc-text {
  margin-top: 20px;
  font-family: Robotocondensed, sans-serif;
  color: #111;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
}

.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -50px;
  margin-right: -50px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #111;
  font-size: 20px;
}

.close:hover {
  color: #3398cc;
}

.close.services-close {
  position: absolute;
  right: 0px;
  margin-top: -25px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.close.services-close:hover {
  color: #fff;
}

.sucmes {
  padding: 0px;
  background-color: transparent;
  font-family: Robotocondensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-bg-video {
  z-index: 0;
  display: block;
  width: 100%;
  height: 684px;
  margin-top: -684px;
}

.preloader-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.preloader-logo {
  width: 200px;
  height: 200px;
  background-image: url('../images/Aisberg-Preload-Logo.png');
  background-position: 50% 50%;
  background-size: 193px;
  background-repeat: no-repeat;
}

.phone-h2 {
  display: none;
}

.call-me-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 152, 204, .9);
}

.close-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  height: 100vh;
}

.online-check-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 152, 204, .9);
}

.call-links {
  color: #828282;
}

.call-links:hover {
  color: #3398cc;
}

.phone-call-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: url('../images/404-back.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-wrap.sp {
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/bg.jpg');
  background-attachment: fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.video-your-lightbox {
  float: right;
}

.hero-online-check-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 152, 204, .9);
}

.navbar-online-check-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 152, 204, .9);
}

.help-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1070px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-page-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 510px;
  height: 250px;
  margin: 40px auto 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bonus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 5px 0 20px 0 rgba(0, 0, 0, .35);
}

.help-page-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  max-width: 300px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-page-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-page-step.help-page-last-step {
  margin-bottom: 0px;
}

.help-page-step-icon {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-image: url('../images/open-mail.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.help-page-step-icon.help-page-step-icon-2 {
  background-image: url('../images/search.png');
  background-size: contain;
}

.help-page-step-icon.help-page-step-icon-3 {
  background-image: url('../images/checked.png');
  background-size: contain;
}

.mails-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
}

.mail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mail-row.mail-first-row {
  margin-right: 5px;
  margin-left: 0px;
}

.mail-row.mail-last-row {
  margin-right: 0px;
}

.mail-logo {
  width: 150px;
  height: 30px;
  background-image: url('../images/gmail.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mail-logo.mail-logo-2 {
  background-image: url('../images/yandex.png');
  background-size: contain;
}

.mail-logo.mail-logo-3 {
  background-image: url('../images/rambler.png');
  background-size: contain;
}

.mail-logo.mail-logo-4 {
  background-image: url('../images/mail.ru.jpg');
  background-size: cover;
}

.bonus-text {
  display: block;
}

.text-block {
  position: absolute;
  display: none;
  margin-top: -20px;
  margin-left: 40px;
  padding: 12px 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
  font-family: Oswald, sans-serif;
  color: #3398cc;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sp-left-content-line {
  width: 510px;
}

.step-content {
  width: 120px;
  margin-right: 40px;
  margin-left: 0px;
}

.step-h {
  margin-bottom: 0px;
}

.arrow {
  width: 100px;
  height: 50px;
  background-image: url('../images/arrow.png');
  background-position: 50% 50%;
  background-size: 72px;
  background-repeat: no-repeat;
}

.bonus-text-mini {
  font-family: Robotocondensed, sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.reviews-slider-phone {
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 930px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  background-color: transparent;
}

.review-slide-mobile-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}

.review-mobile-slide {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-blocker {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 390px;
}

.category-info {
  position: absolute;
  z-index: 10;
  display: none;
  max-width: 300px;
  margin-top: 35px;
  margin-left: 5%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
  opacity: 0;
  cursor: default;
}

.standart-link {
  color: #3398cc;
  text-decoration: underline;
  cursor: pointer;
}

.service-offer-div {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 152, 204, .95);
}

.service-offer-ab {
  font-family: Robotocondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.services-offer-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-offer-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

html.w-mod-js *[data-ix="details-slider-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="details-sense-in-app"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="review-slider-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="navbar-bg-in-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="servces-dropdown-in-app"] {
  display: none;
  opacity: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="body-load-interaction"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="preload-logo-interaction"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="preloader-in-app"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="offer-load-interaction"] {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="pop-up-in-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="services-offer-in-app"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media (min-width: 2000px) {
	.content-zone.menu-section-cz {
		max-width: unset;
	}
}

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }
  h3 {
    font-size: 15px;
  }
  .section.services-section {
    background-size: cover;
  }
  .navbar-main-links-div {
    display: none;
    width: 80px;
  }
  .navbar-contacts-div {
    display: none;
  }
  .navbar-logo-div {
    display: none;
  }
  .heading {
    font-size: 36px;
  }
  .descript-offer {
    font-size: 21px;
  }
  .details-section-video-div {
    height: 350px;
    padding-left: 40px;
  }
  .preheader {
    font-size: 16px;
  }
  .details-section-slider-div {
    height: 350px;
    padding-right: 40px;
  }
  .white-h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .white-h2.sp-h2 {
    font-size: 30px;
  }
  .standart-ab {
    font-size: 14px;
  }
  .standart-ab.standart-pad-margin-ab {
    margin-bottom: 42px;
  }
  .standart-ab.help-page-desc-ab {
    font-size: 15px;
  }
  .services-info-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .details-video {
    height: 350px;
  }
  .h2 {
    font-size: 30px;
  }
  .reviews-slider {
    height: auto;
    padding-bottom: 0px;
  }
  .sldier-arrow.slder-next {
    margin-bottom: 40px;
  }
  .review-slider-mask {
    padding-bottom: 20px;
  }
  .review-desc {
    width: 440px;
    margin-left: 0px;
  }
  .review-photo {
    background-size: cover;
  }
  .relax-room-features {
    width: 260px;
  }
  .relax-room-feature {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .relax-room-photo-2 {
    width: 170px;
  }
  .relax-room-photo-4 {
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
  }
  .relax-room-photo-5 {
    width: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .help-page-image {
    width: 430px;
    height: 250px;
    background-size: cover;
  }
  .help-page-steps {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .help-page-step {
    width: 33%;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .help-page-step.help-page-last-step {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-left-content-line {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .step-content {
    margin-right: 0px;
  }
  .step-h {
    margin-bottom: 20px;
  }
  .arrow {
    display: none;
  }
  .reviews-slider-phone {
    height: auto;
    padding-bottom: 0px;
  }
  .slider-blocker {
    height: 350px;
  }
  .services-offer-line {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .navbar {
    max-width: 100vw;
    background-color: #111;
  }
  .section.hero-section {
    height: 544px;
  }
  .section.services-section {
    padding-bottom: 50px;
  }
  .section.moyka-top-section {
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.moyka-top-section.polirovka-section {
    background-size: cover;
  }
  .section.moyka-top-section.himchistkasection {
    background-size: cover;
  }
  .section.price-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .hero-content-display {
    height: 544px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .75), hsla(0, 0%, 7%, .75)), url('../images/mobile-hero-bg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .75), hsla(0, 0%, 7%, .75)), url('../images/mobile-hero-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }
  .content-zone.prefooter-cz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-zone.menu-section-cz {
    height: 140vh;
  }
  .content-zone.services-desc-cz {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .navbar-main-links-div {
    display: none;
  }
  .navbar-left-side {
    display: none;
  }
  .online-button-div {
    display: none;
  }
  .navbar-logo-div {
    display: none;
  }
  .heading {
    font-size: 26px;
    line-height: 40px;
  }
  .standart-button.offer-button.mobile-offer-button {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 16px;
    line-height: 1em;
  }
  .descript-offer {
    font-size: 18px;
  }
  .icon.offer-icon {
    font-size: 25px;
  }
  .hero-section-bottom-line-div {
    display: none;
  }
  .hero-section-videotour-link {
    height: auto;
    font-size: 20px;
    font-weight: 400;
  }
  .details-section-video-div {
    width: 100%;
    height: 270px;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .details-section-descript-div {
    width: 100%;
  }
  .details-section-content-zone {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .details-section-content-zone.details-section-second-content-zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .details-section-slider-div {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .details-section-slider {
    margin-right: 20px;
    margin-left: 20px;
  }
  .details-slider-nav {
    display: none;
  }
  .details-slider-sense-div {
    width: 86%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .details-slider-gradient {
    padding-right: 20px;
    padding-left: 20px;
  }
  .details-slider-sense-ab {
    margin-right: 30px;
    text-align: center;
  }
  .white-h2.sp-h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .afterheader {
    font-size: 15px;
    line-height: 23px;
  }
  .servicessection-rows-dov {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-section-row {
    width: 100%;
    margin-bottom: 50px;
  }
  .standart-ab.desc-ab {
    text-align: center;
  }
  .standart-ab.price-dop-ab {
    font-size: 8px;
    line-height: 13px;
  }
  .standart-ab.standart-pad-margin-ab {
    margin-bottom: 0px;
  }
  .details-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 270px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/promo-video.gif');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .h2.tell-h2 {
    margin-bottom: 20px;
  }
  .sldier-arrow.slder-next {
    margin-bottom: 0px;
  }
  .arrow-next.offer-arrow {
    width: 28px;
  }
  .review-name-ab {
    font-size: 16px;
    line-height: 23px;
  }
  .review-name-ab.price-desc-header {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .review-photo {
    width: 100%;
    height: 230px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .review-photo.review-photo2 {
    background-position: 50% 0px;
  }
  .review-photo.review-photo3 {
    background-size: cover;
  }
  .review-photo.review-photo4 {
    background-position: 50% 0px;
  }
  .review-slide-content {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .relax-room-rows-div {
    margin-bottom: 80px;
  }
  .relax-room-rows-div.relax-room-rows-div2 {
    display: none;
  }
  .relax-room-photo-2 {
    display: none;
  }
  .prefooter-desc-div {
    width: 50%;
  }
  .menu-section {
    height: 140vh;
    max-width: 100vw;
    min-height: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .navbar-bg {
    display: block;
  }
  .services-desc-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-photo {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    background-position: 50% 50%;
  }
  .services-desc {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .first-row {
    width: 40%;
  }
  .sized-row {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sizing-row.car-icon-div {
    background-size: contain;
  }
  .sizing-row.minivan-icon-div {
    margin-right: 10px;
    margin-left: 10px;
    background-size: contain;
  }
  .sizing-row.rover-icon-div {
    background-size: contain;
  }
  .price-review-row {
    display: none;
  }
  .price-sum-ab {
    font-size: 12px;
  }
  .contacts-div {
    display: none;
    width: 100%;
  }
  .contacts-map {
    padding-right: 0px;
  }
  .contacts-map.mobile-map {
    padding-top: 90px;
  }
  .made-by-bs {
    display: none;
  }
  .remodal-content {
    z-index: 30;
    overflow: auto;
    width: 100%;
  }
  .close.services-close {
    margin-top: -20px;
    margin-right: 0px;
  }
  .call-me-phone-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
  }
  .phone-call-pop-up {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 152, 204, .9);
  }
  .phone-tell-link {
    color: #000;
  }
  .phone-center-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-your-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .7), hsla(0, 0%, 7%, .7));
    background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .7), hsla(0, 0%, 7%, .7));
  }
  .mails-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mail-row {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .mail-row.mail-first-row {
    margin-right: 0px;
  }
  .sp-left-content-line {
    width: 100%;
    max-width: 510px;
  }
  .reviews-slider-phone {
    display: block;
  }
  .review-slide-mobile-content {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-blocker {
    position: relative;
    z-index: 3;
    width: 100vw;
    height: 350px;
    margin-top: -350px;
  }
  .category-info {
    display: none;
    margin-left: -130px;
  }
  .service-offer-ab {
    font-size: 16px;
    line-height: 20px;
  }
  .services-offer-line {
    width: 90%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .navbar {
    background-color: #111;
  }
  .section.hero-section {
    height: auto;
  }
  .section.details-section {
    padding-top: 80px;
  }
  .section.services-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .section.reviewssection {
    padding-bottom: 60px;
  }
  .section.capture-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero-content-display {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .75), hsla(0, 0%, 7%, .75)), url('../images/mobile-hero-bg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .75), hsla(0, 0%, 7%, .75)), url('../images/mobile-hero-bg.jpg');
    background-position: 0px 0px, -159px 0px;
    background-repeat: repeat, no-repeat;
  }
  .content-zone.prefooter-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-zone.footer-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .content-zone.menu-section-cz {
    height: 100vh;
    min-height: 100vh;
  }
  .navbar-main-links-div {
    display: none;
  }
  .navbar-left-side {
    display: none;
  }
  .online-button-div {
    display: none;
  }
  .navbar-logo-div {
    display: none;
  }
  .navbar-logo-div.w--current {
    width: 80px;
  }
  .heading {
    font-size: 22px;
    line-height: 36px;
  }
  .standart-button.contacts-button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .standart-button.form-button {
    font-size: 16px;
  }
  .descript-offer {
    line-height: 28px;
    text-align: center;
  }
  .lined-ab {
    border-bottom-style: none;
  }
  .hero-section-bottom-line-div {
    display: none;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section-videotour-link {
    font-size: 18px;
    font-weight: 300;
  }
  .details-section-video-div {
    height: 200px;
  }
  .details-section-content-zone {
    padding-right: 10px;
    padding-left: 10px;
  }
  .details-section-slider-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-h2 {
    font-size: 26px;
  }
  .white-h2.sp-h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .standart-ab.price-desc-ab {
    font-size: 13px;
  }
  .standart-ab.contacts-ab {
    font-size: 15px;
  }
  .standart-ab.tel-mobile-ab {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .details-video {
    height: 100%;
    background-image: url('../images/promo-video_1.gif');
    box-shadow: 0 5px 40px 0 rgba(51, 152, 204, .5);
  }
  .h2 {
    font-size: 26px;
  }
  .h2.tell-h2 {
    margin-bottom: 10px;
  }
  .reviews-slider {
    padding-left: 0px;
  }
  .sldier-arrow.slider-back {
    position: relative;
    top: 0px;
    bottom: 0%;
    width: 58px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 5px;
    float: none;
  }
  .sldier-arrow.slder-next {
    bottom: 0%;
    margin-right: 30px;
    margin-bottom: 0px;
    float: none;
  }
  .review-slide {
    width: 85vw;
    margin-right: 10px;
  }
  .review-slider-mask {
    overflow: visible;
  }
  .review-desc {
    width: auto;
  }
  .review-name-ab {
    font-size: 16px;
    line-height: 23px;
  }
  .review-slide-content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .relax-room-rows-div {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .relax-room-features {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .relax-room-photo-1 {
    width: 100%;
  }
  .prefooter {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .prefooter-desc-div {
    width: 100%;
    margin-bottom: 40px;
  }
  .fotter-logo-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-sm-div {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-section {
    height: 100vh;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .hided-menu-line {
    display: block;
  }
  .navbar-menu-bg {
    background-color: #111;
  }
  .services-dropdown-div {
    width: 80%;
  }
  .first-row {
    width: 50%;
  }
  .first-row.price-desc-row {
    padding-right: 0px;
  }
  .sized-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sized-row.time-row {
    display: none;
  }
  .contacts-div {
    margin-top: -500px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-tels-div {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacts-sm-link {
    width: 20px;
  }
  .contacts-map {
    height: 690px;
  }
  .contacts-map.mobile-map {
    padding-top: 90px;
  }
  .made-by-bs {
    display: block;
    margin-left: 20px;
  }
  .hided-menu-cz {
    padding-left: 20px;
  }
  .remodal-content {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pc-text {
    font-size: 14px;
  }
  .close {
    margin-right: -10px;
  }
  .close.services-close {
    margin-top: -30px;
  }
  .call-me-phone-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    text-align: right;
  }
  .phone-h2 {
    display: block;
  }
  .loader {
    overflow: hidden;
    max-width: 100vw;
  }
  .phone-call-pop-up {
    display: none;
    overflow: hidden;
  }
  .phone-tell-link {
    color: #000;
  }
  .hero-online-check-pop-up {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .help-page-image {
    width: 100%;
    background-position: 50% 0px;
    background-size: contain;
  }
  .help-page-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .help-page-step {
    width: 100%;
  }
  .help-page-step.help-page-first-step {
    margin-top: 0px;
  }
  .mail-logo {
    width: 100%;
  }
  .text-block {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .reviews-slider-phone {
    padding-left: 0px;
  }
  .review-slide-mobile-content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .review-mobile-slide {
    width: 85vw;
    margin-right: 10px;
  }
  .slider-blocker {
    position: relative;
    z-index: 3;
    width: 100vw;
    height: 350px;
    margin-top: -350px;
  }
  .category-info {
    left: 0px;
    right: 0px;
    max-width: 100vw;
    margin-left: 0px;
  }
  .service-offer-ab {
    padding-right: 20px;
    font-size: 15px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
