.section {
  height: 100vh;
  background-image: url('../images/main-bg.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.section.ar {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 80px;
  display: flex;
}

.section.ar.last {
  padding-bottom: 0;
}

.section.main {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-image: url('../images/main-o.jpg');
  background-position: 50%;
  padding-bottom: 8%;
}

.main-wrapper {
  width: 1200px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-wrapper.hero {
  max-width: 100%;
  flex-direction: column;
}

.hero-w {
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 175px;
}

.hero-c {
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav {
  width: 100%;
  height: 100px;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 160px;
}

.hero-h {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.hero-sub {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.hero-p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.badge {
  width: 200px;
  margin-bottom: 30px;
}

.article-w {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.ar-h {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.ar-sub {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.quote {
  width: auto;
  background-color: #f1f1f1;
  margin-bottom: 40px;
  position: relative;
}

.quote-icon {
  width: 60px;
  position: absolute;
  top: -29px;
}

.quote-p {
  padding: 40px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.img-bl {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.img-bl.rev {
  align-items: center;
  margin-bottom: 30px;
}

.text-bl {
  width: 48%;
}

.img {
  width: 48%;
  min-height: 320px;
  background-image: url('../images/img6.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.img._2 {
  min-height: 400px;
  background-image: url('../images/img2.jpeg');
  background-position: 50%;
}

.img._3 {
  min-height: 400px;
  background-image: url('../images/ne-znaya.jpg');
  background-position: 50%;
}

.img._4 {
  min-height: 400px;
  background-image: url('../images/sl-2.jpeg');
}

.img._5 {
  min-height: 400px;
  background-image: url('../images/salon.jpg');
}

.img._6 {
  min-height: 400px;
}

.img._7 {
  min-height: 400px;
  background-image: url('../images/home.jpg');
}

.img._8 {
  min-height: 400px;
  background-image: url('../images/img8.jpeg');
}

.img._9 {
  min-height: 400px;
  background-image: url('../images/int-1.jpeg');
}

.img._1 {
  min-height: 400px;
  background-image: url('../images/om-2.jpg');
  background-position: 50% 100%;
}

.text-h {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.text-p {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.text-p.center {
  margin-bottom: 20px;
}

.slider {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-img {
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.logo-footer {
  width: 200px;
}

.btn-main {
  color: #272727;
  background-color: #fff;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.btn-main.bl {
  color: #fff;
  background-color: #222;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
}

.btn-w {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

@media screen and (max-width: 479px) {
  .section.ar {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.main {
    height: auto;
    background-position: 50%;
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-wrapper {
    padding-top: 30px;
  }

  .main-wrapper.hero {
    padding-top: 0;
  }

  .hero-w {
    position: static;
  }

  .hero-c {
    padding-bottom: 60px;
  }

  .nav {
    justify-content: center;
  }

  .hero-h {
    font-size: 52px;
  }

  .hero-sub {
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .hero-p {
    text-align: left;
  }

  .ar-h {
    font-size: 28px;
  }

  .ar-sub {
    font-size: 18px;
  }

  .quote-p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .img-bl, .img-bl.rev {
    flex-direction: column;
  }

  .text-bl {
    width: 100%;
  }

  .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .img._2, .img._3, .img._4, .img._5, .img._6, .img._7, .img._8, .img._9, .img._1 {
    min-height: 200px;
  }
}
