body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.seoi-prices__list {
    padding-left: 0;
}

h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Varela Round', sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}

.button {
  display: inline-block;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #6d7280;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #848a9c;
}

.button.nav {
  margin-left: 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  margin-top: 191px;
  padding: 25px 22px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  position: relative;
  margin-top: 0px;
  background-color: #f15322;
}

.button.sign-up:hover {
  background-color: #000;
}

.button.sign-up._2 {
  width: 100%;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.button.sign-up.marsh-btn {
  margin-top: 35px;
}

.button.sign-up.map-marsh {
  min-width: 300px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.button.submit {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;margin-top: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #f15322;
  font-size: 16px;
}

.button.submit:hover {
  background-color: #000;
}

.button.submit.long {
  font-size: 14px;
}

.section {
  height: auto;
}

.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #363b48;
  text-align: center;
}

.section.grey {
  background-color: #eff1f4;
  text-align: center;
}

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

.section.footer {
  height: 100vh;
  background-color: #363b48;
  text-align: left;
}

.section.obs {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.red {
  position: relative;
 /* background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/1498676827_57.2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/1498676827_57.2.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.red.mag {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.company {
  margin-top: 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c9252c;
}

.nav-link.sign-up {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2c9986;
}

.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}

.nav-link.is--tel-link {
  margin-left: 15px;
  font-size: 20px;
}

.nav-link.is--white {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  letter-spacing: 2px;
}

.nav-link.is--white:hover {
  color: #41b574;
}

.nav-column {
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}

.logo {
  margin-right: 11px;
  float: left;
}

.hero-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 400;
}

.hero-subhead {
  color: #a3a8b6;
  font-size: 20px;
}

.section-title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-title.white {
  color: #fff;
}

.section-subtitle {
  margin-bottom: 50px;
  color: #848999;
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
}

.section-subtitle.white {
  color: #c5c8d4;
}

.section-subtitle.white.bottom {
  margin-top: 25px;
  margin-bottom: 35px;
}

.section-subtitle.bottom.mag {
  margin-bottom: 15px;
  font-size: 21px;
}

.responsive-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.grey-icon {
  margin-right: 9px;
}

.content-column {
  padding-top: 0px;
  padding-bottom: 25px;
  text-align: left;
}

.circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 303px;
  margin-bottom: 25px;
  padding-top: 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;
  border-radius: 190px;
  background-color: #f7f8fa;
}

.circle._1 {
  position: relative;
  overflow: hidden;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 45px;
  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;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #eff1f4;
}

.quote-box {
  padding: 34px 40px 34px 98px;
  border-radius: 8px;
  background-color: #fff;
  /*background-image: url('../images/12-quotes_112-quotes.png');*/
  background-position: 8% 22%;
  background-size: 50px;
  background-repeat: no-repeat;
  text-align: left;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right: auto;
  margin-left: 45px;
}

.by-section {
  text-align: left;
}

.person-icon {
  margin-right: 15px;
  float: left;
}

.location {
  font-family: Varela, sans-serif;
  color: #848999;
  font-size: 15px;
}

.logo-bottom {
  margin-right: 14px;
  float: left;
}

.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #7d8391;
  font-size: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .17);
}

.image-crop {
  overflow: hidden;
  height: 302px;
  box-shadow: inset 0 -11px 0 0 red;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.center {
  margin-bottom: 50px;
  text-align: center;
}

.hero-section-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/original_570f2384a7731d962d8b456b_59d4ac6de1cde.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/original_570f2384a7731d962d8b456b_59d4ac6de1cde.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.hero-section-bg.second {
  width: 100%;
  height: 100%;
 /* background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/1498676827_57.2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/1498676827_57.2.jpg');*/
  background-attachment: scroll, fixed;
}

.hero-section-bg.second.zap {
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
}

.hero-container {
  position: relative;
}

.hero-container.container {
  padding-top: 125px;
}

.tab-libk {
  width: 32.33333333%;
  margin-right: 4px;
  margin-left: 4px;
  padding: 14px 29px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.tab-libk:hover {
  background-color: hsla(0, 0%, 100%, .14);
}

.tab-libk.w--current {
  background-color: hsla(0, 0%, 100%, .15);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -5px 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-tab-icon {
  display: block;
  width: 140px;
  height: 97px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
 /* background-image: url('../images/categories4.png');*/
  background-position: -417px -86px;
}

.hero-tab-icon._2 {
  background-position: -709px -170px;
}

.hero-tab-icon._3 {
  background-position: -579px -87px;
}

.container {
  position: relative;
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.container.is--pt-pb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.is--pt-pb-0.is--fullwidth {
  width: 100%;
}

.container.is--fullwidth {
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
}

.container.is--fullwidth.is--pt-pb-0.is--center {
  text-align: center;
}

.container.is--fullwidth.is--pt-pb-0.is-pl-pr-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.container.is--fullwidth.is--row {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.is--fullwidth.is--row.is-pt-pb-0 {
  padding: 0px;
}

.list-decor {
  width: 20px;
  height: 20px;
  float: left;
  border: 2px solid #c9252c;
  border-radius: 100px;
}

.list-decor.small {
  width: 15px;
  height: 15px;
  float: none;
}

.div-block {
  width: 12px;
  height: 12px;
  margin: 2px;
  border-radius: 14px;
  background-color: #c9252c;
}

.div-block.small {
  width: 7px;
  height: 7px;
  margin: 2px;
}

.list-text {
  width: 93%;
  min-height: 2em;
  padding-left: 18px;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  text-align: left;
}

.div-block-2 {
  overflow: hidden;
  margin-bottom: 13px;
}

.col-6 {
  width: 50%;
  float: left;
}

.tab-pane {
  overflow: hidden;
  padding-top: 30px;
}

.table-wrapper {
  position: relative;
  margin-bottom: 35px;
  padding-top: 0px;
}

.table-wrapper.remont {
  margin-bottom: 35px;
}

.table-wrapper.var-2 {
  margin-bottom: 70px;
  padding-top: 0px;
}

.table-wrapper.to-table {
  padding-top: 0px;
  color: #000;
}

.table-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-header.to-table-header {
  padding-top: 20px;
  padding-bottom: 0px;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.5%;
  -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: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.table-col.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: #2c313b;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.table-col.first._6 {
  width: 50%;
}

.table-col.first.mag {
  width: 44.5%;
  background-color: #333;
}

.table-col.first.var2 {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  font-weight: 700;
}

.table-col._6 {
  width: 50%;
}

.table-col.var2 {
  width: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
  text-transform: none;
}

.table-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f0f0f0;
}

.table-line.var2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.table-line-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.5%;
  height: 55px;
  -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-size: 17px;
}

.table-line-col.first {
  position: relative;
  width: 26%;
  padding-right: 26px;
  padding-left: 2%;
  -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;
  font-size: 17px;
  text-align: left;
}

.table-line-col.first.mag {
  width: 44.5%;
}

.table-line-col.first.var2 {
  width: 35%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-line-col.first.var2.is--fullwidth {
  width: 100%;
}

.table-line-col._6 {
  width: 50%;
}

.table-line-col.var2 {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e3e3e3;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block.upp {
  text-transform: uppercase;
}

.text-block.var2 {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.more-info-btn {
  position: absolute;
  right: 7px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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 #fff;
  border-radius: 30px;
  background-color: #f15322;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.more-info-btn:hover {
  background-color: #000;
}

.more-info-popup {
  position: absolute;
  left: 20px;
  display: none;
  width: 400px;
  margin-left: 12px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  opacity: 0;
  color: #000;
}

.more-info-popup.map {
  display: block;
}

.more-info-popup.map-popover {
  left: 0px;
  right: 0px;
  bottom: 62px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  color: #333;
}

.more-info-popup.map-popover._2 {
  bottom: 73px;
}

.more-info-popup.map-popover.var2 {
  top: auto;
  bottom: 70px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  opacity: 0;
  font-weight: 300;
}

.popup-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}

.popup-tab-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-tab-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-tab-col.first {
  width: 60%;
}

.popup-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  width: 10px;
  height: 30px;
  border-top: 15px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 15px solid transparent;
  box-shadow: 0 0 1px -3px rgba(0, 0, 0, .26);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-arrow.map-arrow {
  left: 50%;
  top: -10px;
  width: 30px;
  height: 10px;
  border-color: transparent transparent #fff;
  border-top-style: none;
  border-top-width: 10px;
  border-right-width: 15px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-left-width: 15px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.fontello-tab-icon {
  font-family: Fontello, sans-serif;
  color: #57a83d;
  font-size: 15px;
}

.fontello-tab-icon.none {
  margin-top: -5px;
  color: #c9252c;
  font-size: 32px;
}

.fontello-tab-icon.none.close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 101;
  margin-top: 14px;
  cursor: pointer;
}

.fontello-tab-icon.none.remove {
  cursor: pointer;
}

.fontello-tab-icon.text {
  color: #333;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.remont-text {
  margin-top: 2px;
  padding-left: 10px;
  color: #393f4c;
  font-size: 16px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.is-pt-0 {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.is--p-b-40 {
  margin-bottom: 40px;
}

.container-2 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}

.link {
  display: block;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  color: #c9252c;
  font-size: 21px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
}

.text-block-3 {
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
  text-align: center;
}

.row-2 {
  margin-top: 45px;
}

.view-map {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #c9252c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.view-map:hover {
  padding-bottom: 16px;
  background-color: #f6680a;
}

.view-map.call {
  left: 0px;
  top: -1px;
  right: 0px;
  bottom: auto;
  background-color: #c9252c;
}

.view-map.call:hover {
  background-color: #f6680a;
}

.text-block-4 {
  font-family: Fontello, sans-serif;
  color: #fff;
  font-size: 20px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.is--fullwidth {
  height: 600px;
  max-width: none;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-col {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #fff;
}

.flex-col._4 {
  width: 33.33333333%;
}

.flex-col._6 {
  width: 50%;
}

.flex-col._3 {
  position: relative;
  width: 25%;
  margin-bottom: 0px;
  padding: 20px 12px;
  border-right: 1px solid #eff1f4;
  border-bottom: 1px solid #eff1f4;
  text-align: center;
}

.flex-col._3.is--h-400 {
  height: 400px;
}

.flex-col._3.is--h-200 {
  height: 200px;
}

.flex-col._3.is--h-600 {
  height: 600px;
}

.flex-col.right {
  border-right-style: none;
}

.flex-col.right.is--center.is--p-l-r-10.is--md-12 {
  padding: 10px 15px;
}

.flex-col.is--center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-col.is--center.is--p-l-r-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-col.is--center.is--p-l-r-10.is--md-12.is--md-left {
  padding: 10px 15px;
}

.flex-col.is--p-5 {
  padding: 5px;
}

.flex-col.is--noborder {
  border-style: none;
}

.spec-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31vh;
  -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, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bb1f462ffb1762e5150ef25032528f42.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bb1f462ffb1762e5150ef25032528f42.jpg');*/
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.spec-block._2 {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Замена-свечей-зажигания-Опель-Астра-11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Замена-свечей-зажигания-Опель-Астра-11.jpg');*/
  background-size: auto, auto;
}

.spec-block._3 {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/fuel-system-300x148.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/fuel-system-300x148.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.spec-block._4 {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/a924ef4s-960_1a924ef4s-960.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/a924ef4s-960_1a924ef4s-960.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.spec-block._5 {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Machinery_Design_w3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Machinery_Design_w3.jpg');*/
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.spec-decor {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.gallery {
  height: 65vh;
}

.map-tab-link {
  padding: 15px 35px;
  background-color: #c9252c;
  color: #fff;
}

.map-tab-link.w--current {
  display: none;
  background-color: #f6680a;
}

.map {
  height: 60vh;
}

.sto-more-info {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #eff1f4;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/maximum2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/maximum2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  color: #fff;
}

.tab-pane-2 {
  position: relative;
}

.footer-decor {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #c9252c;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-5 {
  margin-top: 80px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.5em;
  font-style: normal;
  text-transform: none;
}

.text-block-6 {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.5em;
}

.footer-contact-block {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: left;
}

.footer-contact-title {
  margin-bottom: 15px;
  font-size: 17px;
}

.footer-contact-link {
  color: #fff;
  text-decoration: none;
}

.callback-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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: #c9252c;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.modal-block {
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 24px;

}

.modal-block.remodal {
  background-color: #fff;
}

.modal-block.remodal._2 {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.text-block-7 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

}

.text-block-8 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;

}

.text-field {
  height: 50px;
  margin-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-size: 16px;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .49);
}

.text-field:focus {
  border-color: rgba(0, 0, 0, .49);
}

.text-field._2 {
  border-radius: 8px;
}

.text-field._2:focus {
  border-color: #000;
}

.text-block-9 {
  margin-top: 10px;
  color: rgba(51, 51, 51, .65);
  text-align: center;
}

.text-block-9._2 {
  color: hsla(0, 0%, 100%, .69);
}

.form-body-stations  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 16px;
    padding-bottom: 32px;
    padding-top: 24px;
}

.form-zapis-main-small .form-body-stations .item {
    flex-basis: 25%;
}
.form-body-stations .item {
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 16%;
    text-align: center;
}

.modal-stations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-body-stations .item span a,
.modal-stations .item span a {
    font-weight: 700;
    font-size: 16px;
}
.form-body-stations .item div,
.modal-stations .item div {
    font-size: 14px;
    margin-bottom: 4px;
}

.form-body-stations .item .bodyR_contacts-yaVal,
.modal-stations .item .bodyR_contacts-yaVal {
    font-size: 18px;
}



@media (max-width: 991px) {
    .form-zapis-main-small .form-body-stations .item,
    .form-body-stations .item {
        flex-basis: 33.3333333%;
    }
    .form-zapis-main {
        margin: 0 0;
    }
}

@media (max-width: 768px) {
    .form-zapis-main-small .form-body-stations .item,
    .form-body-stations .item {
        flex-basis: 50%;
    } 
    
    .form-body-stations {
        padding-bottom: 0;
        padding-top: 12px;
    }
}

@media (max-width: 441px) {
    .text-block-7 {
        font-size: 20px;
    }
    
    .form-body-stations .item  {
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .form-zapis-main {
        margin: 0 8px;
    }
    
    .form-body-stations {
        margin-left: -4px;
        margin-right: -4px;
        row-gap: 8px;
    }
    
    .form-body-stations .item div,
    .modal-stations .item div {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .form-body-stations .item .bodyR_contacts-yaVal,
    .modal-stations .item .bodyR_contacts-yaVal {
       font-size: 16px;
    }

} 

.privacy-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(51, 51, 51, .65);
}

.privacy-link:hover {
  color: #333;
}

.privacy-link._2 {
  color: hsla(0, 0%, 100%, .69);
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(51, 51, 51, .49);
  font-size: 44px;
  text-align: center;
  cursor: pointer;
}

.modal-close:hover {
  color: rgba(51, 51, 51, .8);
}

.modal-close._2 {
  color: hsla(0, 0%, 100%, .69);
}

.modal-close._2:hover {
  color: #fff;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(175, 248, 140, .47);
  font-size: 16px;
  line-height: 1.5em;
}

.map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 59px;
  z-index: 100;
  display: none;
  padding-top: 21px;
  padding-right: 0px;
  padding-left: 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;
  background-color: #fff;
}

.map-link {
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 17px;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: none;
}

.map-link:hover {
  border-left: 3px solid transparent;
  color: #f15322;
}

.map-link._2level:hover {
  border-left-color: transparent;
}

.map-link.close {
  margin-bottom: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right-style: none;
  border-left-style: none;
  background-color: #c9252c;
  color: #fff;
}

.map-overlay-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.magaz-title {
  padding: 15px 20px;
  font-size: 16px;
}

.mag-price {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.qty-minus {
  padding: 10px;
  font-size: 25px;
  line-height: 1em;
}

.qty {
  padding: 13px 10px 10px;
}

.qty-plus {
  padding: 12px 7px 10px;
  font-size: 22px;
  line-height: 1em;
}

.brand {
  max-width: 100px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -110px;
  -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, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section-2.second-page {
  display: none;
  height: 110px;
 /* background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -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;
  background-color: transparent;
}

.navbar-2.is--imagebg {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.logo-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.car-shower {
  font-family: Roboto, sans-serif;
}

.nav-menu {
  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;
}

.button-2 {
  display: inline-block;
  height: 60px;
  max-width: 300px;
  padding: 20px 60px;
  -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-radius: 30px;
  background-color: #41b574;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #fff;
  color: #000;
}

.button-2.is--right {
  float: right;
}

.button-2.is--small {
  height: auto;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-2.is--small:hover {
  background-color: #000;
  color: #fff;
}

.button-2.is--small.is--fullpricelist {
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
}

.button-2.is-fullwidth {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.button-2.is-fullwidth.is--transparent {
  border: 2px solid #fff;
  background-color: transparent;
}

.button-2.is-fullwidth.is--transparent:hover {
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.button-2.is-fullwidth.is--p-b-25 {
  margin-bottom: 25px;
}

.button-2.map-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.button-2.map-btn:hover {
  color: #000;
}

.button-2.is--hover-black:hover {
  background-color: #000;
  color: #fff;
}

.button-2.is--hover-black.is--left {
  float: left;
}

.button-2.is--hover-black.is--left.is--p-t-40 {
  margin-top: 40px;
}

.hero-2-title {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-2-tel-link {
  display: block;
  margin-bottom: 36px;
  color: #fff;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.price-section-head-bg {
  padding-top: 60px;
  padding-bottom: 60px;
 /* background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .9)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .9)), url('../images/bg.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.heading-h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 52px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.3px;
}

.heading-h2.is--black {
  color: #000;
}

.heading-h2.is--small {
  font-size: 28px;
}

.heading-h2.is--small.is--left {
  margin-bottom: 40px;
  text-align: left;
}

.price-section-subtitle {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

.price-section-subtitle.is--black {
  color: #000;
}

.price-section-subtitle.is--pb-40 {
  margin-bottom: 40px;
}

.scroll-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  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;
  text-decoration: none;
}

.scroll-bottom-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-decoration: none;
}

.title-table-line-var-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.table-inner-wrapper {
  border-radius: 8px;
}

.advantages-section {
  overflow: hidden;
  width: 100%;
}

.col-4 {
  width: 33.33333333%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.advantages-col-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 23px;
  padding-left: 23px;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

.advantages-col-title.is--white {
  color: #fff;
}

.advantages-col-title.is--white.is--p-t-0 {
  margin-top: 0px;
}

.advantages-col-title.is--p-l-0 {
  padding-left: 0px;
}

.advantages-col-text {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.advantages-col-text.is--white {
  color: #fff;
}

.footer-section {
  background-color: #292929;
}

.left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 90px 40px;
  -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;
  text-align: left;
}

.footer-tel-link {
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
}

.footer-text-block {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

.footer-social-link {
  padding: 8px;
}

.footer-map {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin-right: 0px;
}

.right-col {
  width: 50%;
}

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

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-center {
  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;
}

.map-more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f6f6;
}

.map-main-link.map-link {
  padding-top: 0px;
  padding-bottom: 0px;
}

.is--green {
  color: #41b574;
}

.image-blog-post-item {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-2.blog-intro-section {
  padding-bottom: 60px;
}

.section-title-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.container-3 {
  position: relative;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .08);
  text-align: center;
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.promo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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;
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/kak-rabotaet-avtomojka-himija-dlja-avtomojki.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/kak-rabotaet-avtomojka-himija-dlja-avtomojki.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.promo-block.second-promo {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/avtobitdormoyka_photo_14_big.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/avtobitdormoyka_photo_14_big.jpg');*/
}

.promo-block.third-promo {
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Автомойка-как-бизнес-особенности-открытия.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Автомойка-как-бизнес-особенности-открытия.jpg');*/
}

.promo-link {
  text-decoration: none;
}

.col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 30px;
  padding-right: 44px;
  padding-left: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-wrapper {
  position: relative;
  width: 400px;
  margin-top: 46px;
  margin-right: 40px;
}

.card {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.image {
  position: relative;
  top: 0px;
  right: 0px;
}

.div-block-4.col-12 {
  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;
}

.card-more-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rich-text-block {
  margin-top: 25px;
  text-align: left;
}

.p-b-45 {
  margin-bottom: 45px;
}

.see-price-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

.gallery-section {
  overflow: hidden;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
 /* background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .95)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .95)), url('../images/bg.jpg');*/
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
 /* background-image: url('../images/kak-rabotaet-avtomojka-himija-dlja-avtomojki.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.corp-section {
  padding-top: 77px;
  padding-bottom: 97px;
  /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bisnis-transportasi-publik.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bisnis-transportasi-publik.jpg');*/
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  text-align: center;
}

.corp-tel-link {
  display: inline-block;
  margin-top: -25px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 52px;
  line-height: 1.2em;
  text-decoration: none;
}

.corp-tel-link:hover {
  color: #41b574;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.to-tab-link.btn.to-tabs {
  width: 14.28571429%;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #464646;
}

.to-tab-link.btn.to-tabs:hover {
  background-color: #f15322;
  color: #fff;
}

.to-tab-link.btn.to-tabs.w--current {
  background-color: #f15322;
}

.table-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.5%;
  -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: #383838;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.table-col-2.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.table-col-2.mob-hide {
  width: 25%;
  text-transform: none;
}

.fontello-tab-icon-2 {
  color: #57a83d;
  font-size: 15px;
}

.fontello-tab-icon-2.text {
  color: #333;
}

.btn {
  display: inline-block;
  padding: 16px 35px;
  border-radius: 5px;
  background-color: #6d7280;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.btn:hover {
  background-color: #848a9c;
}

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

.contact-btn h3 {
    margin-bottom: 20px;
}

.btn.sign-up {
  position: relative;
  margin-top: 0px;max-width: 320px;
  border-radius: 5px;
  background-color: #f15322;
}

.btn.sign-up:hover {
  background-color: #f60;
  color: #fff;
}

.btn.sign-up._2 {
  width: 100%;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.table-line-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 55px;
  -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-size: 17px;
}

.table-line-col-2.mob-hide {
  width: 25%;
}

.table-line-col-2.first {
  position: relative;
  width: 50%;
  padding-right: 26px;
  padding-left: 2%;
  -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;
  color: #000;
  font-size: 17px;
  text-align: left;
}

.section-3 {
  height: auto;
  background-color: #000;
}

.form-line-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-line-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-size: 40px;
}

.form-line-decor {
  width: 60px;
}

@media (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .company {
    font-size: 22px;
  }
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 12px;
  }
  .hero-heading {
    font-size: 30px;
  }
  .hero-subhead {
    font-size: 18px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 17px;
  }
  .section-subtitle.bottom.mag {
    font-size: 19px;
  }
  .section-subtitle.bottom.mag.msg {
    font-size: 14px;
  }
  .section-subtitle.bottom.mag.msg._2 {
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 300px;
    border-radius: 20px;
  }
  .circle._1 {
    border-radius: 20px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
  .hero-container.container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.is--fullwidth.is--pt-pb-0.is--center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-text {
    font-size: 18px;
  }
  .table-wrapper {
    overflow: auto;
  }
  .table-header {
    min-width: 991px;
  }
  .table-header._2 {
    min-width: auto;
    padding-top: 3px;
    padding-bottom: 0px;
  }
  .table-col.first.var2 {
    display: none;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
  }
  .table-col.var2 {
    height: 100%;
    min-height: 50px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .table-line {
    min-width: 991px;
  }
  .table-line.var2 {
    min-width: auto;
    border-bottom: 1px solid #333;
  }
  .table-line-col.first {
    font-size: 15px;
  }
  .table-line-col.first.var2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-line-col.var2 {
    width: 100%;
    min-height: 55px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .table-line-col.var2.more-pricelist {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block.var2 {
    text-align: center;
  }
  .more-info-btn {
    z-index: 100;
  }
  .fontello-tab-icon.none.close {
    margin-top: 4px;
  }
  .heading {
    font-size: 17px;
  }
  .remont-text {
    margin-top: 0px;
    font-size: 15px;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.is--fullwidth {
    height: 1200px;
  }
  .flex-row.main-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-col._3 {
    width: 50%;
  }
  .flex-col.is--center.is--p-l-r-10.is--md-12 {
    width: 100%;
    border-right-style: none;
  }
  .spec-decor {
    font-size: 14px;
  }
  .map {
    width: 50%;
  }
  .sto-more-info {
    position: relative;
    width: 50%;
    height: 60vh;
    float: left;
  }
  .footer-decor {
    background-color: #000;
  }
  .map-link {
    font-size: 14px;
  }
  .map-link.close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .map-overlay-title {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .menu-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero-2-title {
    font-size: 18px;
  }
  .hero-2-tel-link {
    font-size: 43px;
  }
  .price-section-head-bg {
    background-attachment: scroll, scroll;
  }
  .heading-h2 {
    font-size: 40px;
  }
  .heading-h2.is--small.is--left.is--md-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .advantages-col-title {
    font-size: 20px;
  }
  .left-col {
    text-align: center;
  }
  .footer-text-block {
    text-align: left;
  }
  .is--green.is--md-fs-24 {
    font-size: 24px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-2 {
    padding: 45px;
  }
  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .gallery-section {
    background-attachment: scroll, scroll;
  }
  .corp-section {
    /*background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bisnis-transportasi-publik.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bisnis-transportasi-publik.jpg');*/
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #3c3c3c;
  }
  .to-tab-link.btn.to-tabs {
    width: 33.33333333%;
  }
  .table-line-col-2.first {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin: 23px auto 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .button.sign-up._2 {
    font-size: 11px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    height: auto;
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-link {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
  }
  .nav-link:hover {
    color: #c9252c;
  }
  .nav-link.is--white {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .nav-column {
    padding: 20px 7px;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .section-subtitle.bottom.mag {
    font-size: 18px;
  }
  .section-subtitle.bottom.mag.msg {
    font-size: 15px;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left: 0px;
  }
  .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }
  .circle._1 {
    height: 250px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    /*background-image: url('../images/12-quotes_112-quotes.png');*/
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-right: -1px;
    margin-bottom: 37px;
    float: none;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left: 1px;
  }
  .right-footer-col {
    text-align: center;
  }
  .nav-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .brand-column {
    text-align: center;
  }
  .hero-container.container {
    padding-top: 133px;
  }
  .container.is--pt-pb-0.is--fullwidth {
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .container.is--fullwidth.is--pt-pb-0.is--center {
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .table-col {
    font-size: 14px;
  }
  .table-col.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .more-info-popup {
    left: 50%;
    /* top: 30px; */
    z-index: 100;
    max-width: 300px;
    margin-left: 0px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
  .more-info-popup.map-popover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .popup-title {
    font-size: 16px;
  }
  .popup-arrow {
    left: 50%;
    top: -10px;
    width: 30px;
    height: 10px;
    border-width: 0px 15px 10px;
    border-top-style: none;
    border-right-color: transparent;
    border-bottom-color: #fff;
    border-left-style: solid;
    border-left-color: transparent;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .flex-row {
    margin-top: 100px;
  }
  .flex-row.is--fullwidth {
    height: 800px;
  }
  .flex-row.is---sm-m-t-0 {
    margin-top: 0px;
  }
  .flex-col {
    width: 100%;
    padding-bottom: 0px;
    border-right-style: none;
  }
  .flex-col._4 {
    width: 50%;
  }
  .flex-col._6 {
    width: 100%;
  }
  .flex-col._6.mob-6 {
    width: 50%;
  }
  .flex-col._3.is--h-400.is--p-5.is--noborder {
    height: 250px;
  }
  .flex-col._3.is--h-200.is--p-5.is--noborder {
    height: 150px;
  }
  .flex-col._3.is--h-600.is--p-5.is--noborder {
    height: 350px;
  }
  .flex-col.right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-col.is--center.is--p-l-r-10.is--md-12.is--md-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-col.main-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gallery {
    height: auto;
  }
  .map-tab-link {
    width: 100%;
  }
  .map {
    width: 100%;
    height: 400px;
  }
  .sto-more-info {
    width: 100%;
    height: 560px;
    float: none;
  }
  .div-block-3 {
    display: none;
  }
  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: transparent;
    color: #000;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #c9252c;
  }
  .brand {
    max-height: 45px;
  }
  .hero-section-2 {
    height: auto;
    min-height: 100vh;
    margin-top: 0px;
  }
  .hero-section-2.second-page {
    height: 134px;
    min-height: 0px;
  }
  .navbar-2 {
    position: absolute;
  }
  .navbar-2.is--imagebg {
    position: relative;
    height: auto;
  }
  .logo-block-2 {
    position: relative;
  }
  .nav-menu {
    -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-2-title {
    font-size: 16px;
    line-height: 1.4em;
  }
  .hero-2-tel-link {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .heading-h2 {
    font-size: 42px;
  }
  .price-section-subtitle {
    font-size: 22px;
  }
  .scroll-bottom {
    display: none;
  }
  .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .col-4.p-m--b-0 {
    margin-bottom: 0px;
  }
  .left-col {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .right-col {
    width: 100%;
    height: 400px;
  }
  .image-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-2 {
    padding: 25px;
  }
  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .blog-posts-list {
    display: block;
  }
  .promo-link {
    width: 100%;
  }
  .col-12 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-wrapper {
    margin-right: 60px;
  }
  .card-more-text-block {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .corp-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .corp-tel-link {
    font-size: 42px;
  }
  .to-tab-link.btn.to-tabs {
    width: 50%;
    margin-bottom: 1px;
  }
  .table-col-2 {
    font-size: 14px;
  }
  .table-col-2.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .btn {
    margin-bottom: 10px;
  }
  .btn.sign-up._2 {
    font-size: 11px;
  }
  .section-3 {
    padding: 32px 15px;
  }
}

@media (max-width: 479px) {
  .button {
    display: block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .button.sign-up {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
  }
  .button.submit {
    width: 100%;
    font-size: 12px;
  }
  .button.submit.long {
    font-size: 12px;
  }
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-link.is--tel-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-link.is--white {
    text-align: center;
  }
  .hero-heading {
    font-size: 22px;
    line-height: 1.5em;
  }
  .hero-subhead {
    margin-bottom: 34px;
    font-size: 16px;
  }
  .section-subtitle {
    margin-bottom: 14px;
  }
  .section-subtitle.bottom.mag.msg {
    font-size: 13px;
  }
  .section-subtitle.bottom.mag.msg._2 {
    font-size: 6vw;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    padding-bottom: 0px;
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    padding-left: 75px;
  /*  background-image: url('../images/12-quotes_112-quotes.png');*/
    background-position: 8% 17%;
  }
  .hero-container.container {
    padding-top: 50px;
  }
  .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container.is--fullwidth.is--pt-pb-0.is--center {
    margin-top: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .table-wrapper.remont {
    display: none;
  }
  .table-header {
    min-width: 1100px;
  }
  .table-col.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-col.first._6 {
    width: 100%;
  }
  .table-col.first.var2 {
    font-size: 5vw;
  }
  .table-line {
    min-width: 1100px;
  }
  .table-line-col.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-line-col.first.var2 {
    text-align: center;
  }
  .more-info-btn {
    right: 20px;
  }
  .more-info-popup {
    left: auto;
    right: -21px;
    width: 93vw;
    max-width: 350px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .popup-arrow {
    left: auto;
    right: 0px;
  }
  .remont-text {
    text-align: left;
  }
  .row {
    margin-top: 0px;
  }
  .container-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .flex-row {
    margin-top: 11px;
    margin-bottom: 10px;
  }
  .flex-row.is--fullwidth {
    height: 1750px;
  }
  .flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .flex-col._4 {
    width: 100%;
  }
  .flex-col._6.mob-6 {
    width: 100%;
  }
  .flex-col._3 {
    width: 100%;
  }
  .flex-col._3.is--h-400.is--p-5.is--noborder {
    height: 200px;
  }
  .flex-col._3.is--h-200.is--p-5.is--noborder {
    height: 200px;
  }
  .spec-block {
    height: 250px;
  }
  .modal-block.remodal {
    padding-right: 17px;
    padding-left: 17px;
  }
  .text-block-8 {
    font-size: 14px;
  }
  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand {
    width: 45px;
  }
  .hero-section-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 109px;
  }
  .hero-section-2.second-page {
    height: 114px;
    padding-bottom: 38px;
  }
  .button-2.map-btn {
    margin-right: 0px;
  }
  .hero-2-title {
    font-size: 4vw;
  }
  .hero-2-tel-link {
    font-size: 9vw;
  }
  .price-section-head-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-h2 {
    font-size: 9vw;
  }
  .price-section-subtitle {
    font-size: 6vw;
  }
  .price-section-subtitle.is--black {
    margin-bottom: 45px;
  }
  .price-section-subtitle.is--pb-40 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .advantages-section {
    overflow: hidden;
  }
  .advantages-col-title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 9vw;
  }
  .advantages-col-title.is--white.is--p-t-0 {
    font-size: 7vw;
  }
  .advantages-col-text {
    font-size: 5vw;
  }
  .left-col {
    padding: 20px 10px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .bold-text {
    font-size: 7vw;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-2 {
    padding: 25px;
  }
  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .promo-block.second-promo {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .card-wrapper {
    display: block;
    width: 250px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .corp-tel-link {
    font-size: 9vw;
  }
  .to-tab-link.btn.to-tabs {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .table-col-2.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .btn {
    display: block;
  }
  .btn.sign-up {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }
  .table-line-col-2.first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}