.home {
  overflow: hidden;
}

.main {
  padding-top: 18rem;
  padding-bottom: 32rem;
  background-image: url(../img/bg-main.png);
  width: 100%;
  background-size: 103%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.main .left {
  max-width: 60rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main .left .btn {
  margin-top: 6rem;
}

.main .left h4 {
  position: relative;
  margin-top: 2rem;
}

.main .left h4::after {
  position: absolute;
  bottom: -.4rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background-color: #048c3e;
  opacity: 0.24;
  content: "";
}

.main .right {
  max-width: 50.8rem;
  margin-left: auto;
  margin-right: -10rem;
}

.list-item {
  margin-top: -26rem;
}

.list-item .row {
  justify-content: space-between;
}

.list-item .item {
  max-width: 35.9rem;
  width: 100%;
  margin-right: 2rem;
  height: 12.2rem;
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.11);
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  background-image: url(../img/dotted.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 96%;
}

.list-item .item:last-child {
  margin-right: 0;
}

.list-item .item img {
  margin-right: 2rem;
  max-height: 9rem;
  width: auto;
  height: auto;
  margin-bottom: -1rem;
}

.list-item .item p {
  color: #424242;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.slider-ugol {
  margin-top: 11rem;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.slider-ugol .row {
  align-items: stretch;
}

.slider-ugol .left {
  max-width: 50rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.slider-ugol .left div {
  height: 100%;
}

.slider-ugol .slider {
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.11);
  border-radius: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  display: none;
}

.slider-ugol .slider.active {
  display: block;
}

.slider-ugol .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-ugol .right {
  width: calc(100% - 50rem);
  padding-left: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.slider-ugol .right .slider-desc .item {
  display: none;
}

.slider-ugol .right .slider-desc .item.active {
  display: block;
}

.slider-ugol .right h3 {
  margin-top: 5rem;
  margin-bottom: 3.7rem;
}

.slider-ugol .right .btn {
  margin-top: 4.5rem;
  margin-bottom: 6rem;
}

.slider-ugol .right .slider-nav {
  display: flex;
  margin-right: -2rem;
}

.slider-ugol .right .slider-nav .item {
  width: 100%;
  cursor: pointer;
  border-radius: 2rem;
  opacity: 0.51;
  overflow: hidden;
  transition: opacity .3s;
  margin-right: 2rem;
  position: relative;
}

.slider-ugol .right .slider-nav .item::after {
  content: '';
  padding-top: 100%;
  display: block;
}

.slider-ugol .right .slider-nav .item.active {
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.slider-ugol .right .slider-nav .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why {
  background-image: url("../img/bacground.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 20rem 0 6rem 0;
  position: relative;
  z-index: 1;
}

.why .row {
  padding-top: 7.2rem;
  max-width: 66rem;
}

.why .item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 3.4rem;
}

.why .item img {
  margin-right: 2.9rem;
  max-height: 10rem;
}

.why .item span {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #533216;
}

.what {
  background-image: url("../img/bg-what.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 20rem;
  padding-bottom: 12rem;
}

.what .left {
  max-width: 45rem;
}

.what .left p {
  color: #553c28;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  margin-top: 4rem;
}

.what .left a {
  width: 100%;
  height: 14rem;
  background-image: url(../img/bg-tel.png);
  display: block;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0.2rem 0 #6fa787;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 2.81rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  margin-top: 3rem;
}

.what .right {
  max-width: 45.8rem;
  margin-left: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.what form {
  box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.11);
  border-radius: 2rem;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.what form::after {
  transform: translate(-50%, -50%);
  background-image: url(../img/arr-bot.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.6rem 3.2rem;
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  width: 3.6rem;
  height: 5.9rem;
  box-shadow: 0 0.6rem 0.9rem rgba(0, 0, 0, 0.11);
  border-radius: 1.8rem;
  background-color: #10be5a;
  border: 2px solid #fff;
}

.what form .btn {
  margin-top: 3rem;
}

.review {
  background-image: url("../img/review.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
}

.review h2,
.review h4 {
  text-align: center;
  display: block;
}

.review .slider {
  margin-top: 6rem;
}

.review .slider .slick-arrow.slick-next {
  transform: translate(0, -50%) scale(1, 1);
  right: -1.9rem;
}

.review .slider .slick-arrow.slick-prev {
  transform: translate(0, -50%) scale(-1, 1);
  left: -1.9rem;
}

.review .item {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background-color: #ffffff;
  margin: 4rem 1rem;
  display: flex;
  padding: 4rem 1.6rem;
  position: relative;
}

.review .item:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  height: 92%;
  transform: translate(-50%, -50%);
  border: 1px dashed #dddddd;
  border-radius: inherit;
  z-index: 1;
  content: '';
}

.review .item:after {
  width: 90%;
  height: 12.8rem;
  background-color: #ffffff;
  border-radius: 2rem;
  opacity: 0.61;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  transform: translate(-50%, 0%);
  z-index: -1;
}

.review .item .img {
  min-width: 17.5rem;
  height: 24.1rem;
  margin-top: -7rem;
  box-shadow: 0 0.3rem 2.7rem rgba(0, 0, 0, 0.17);
  border-radius: 1rem;
  background-color: #e8e8e8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.review .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review .item .desc {
  padding-left: 2rem;
}

.review .item h5 {
  margin-bottom: 2rem;
}

.company .row {
  display: flex;
}

.company .left {
  max-width: 50rem;
  width: 100%;
}

.company .left .item {
  height: 100%;
}

.company .left img {
  border-radius: 2rem;
  overflow: hidden;
  height: 40rem;
  width: 100%;
  object-fit: cover;
}

.company .right {
  width: calc( 100% - 50rem);
  padding-left: 4.8rem;
  padding-top: 4.3rem;
}

.company .right h3 {
  margin-bottom: 2rem;
}

.company .right p {
  margin-bottom: 2rem;
}

.adress {
  background-image: url("../img/_woodsaw.png");
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.adress .left {
  max-width: 50.9rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.adress .left img {
  box-shadow: 0 1.1rem 27px rgba(0, 0, 0, 0.11);
  border-radius: 2rem;
  background-color: #ffffff;
}

.adress .left h3 {
  margin-bottom: 4rem;
}

.adress .right {
  width: calc( 100% - 50.9rem);
  padding-left: 5rem;
}

.adress .right h3 {
  margin-bottom: 1rem;
  margin-top: 5rem;
  display: block;
}

.adress .right h3 span {
  color: #17c562;
}

.adress .right p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.7rem;
}

@media screen and (max-width: 768px) {
  .main {
    text-align: center;
    background-size: cover;
  }

  .main .left {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .main .left h4::after {
    width: 14.8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .main .offer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main .right {
    margin-left: 0;
    margin-right: 0;
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .main .right img {
    max-width: 70%;
  }

  .list-item {
    margin-top: -20rem;
  }

  .list-item .row {
    justify-content: center;
  }

  .list-item .item {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }

  .slider-ugol {
    margin-top: 6rem;
  }

  .slider-ugol .left {
    max-width: 100%;
    width: 100%;
    max-height: 40rem;
  }

  .slider-ugol .right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .slider-ugol .right .slider-desc {
    order: 2;
  }

  .slider-ugol .right .slider-nav {
    order: 1;
    margin-top: 3rem;
  }

  .slider-ugol .right h3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }

  .slider-ugol .right .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3.6rem;
    margin-bottom: 1rem;
  }

  .why {
    padding: 4rem 0;
  }

  .why .row {
    flex-direction: column;
    align-items: center;
  }

  .why .item {
    width: 32rem;
  }

  .what {
    padding-top: 0;
    padding-bottom: 0;
  }

  .what .left,
  .what .right {
    max-width: 100%;
    width: 100%;
  }

  .what p {
    text-align: center;
    width: 100%;
  }

  .what .left p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .what .left a {
    width: 29.1rem;
    height: 9.6rem;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.82rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }

  .what form {
    width: 29.1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 2rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .company h3 {
    width: 100%;
    text-align: center;
  }

  .company .left {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .company .right {
    width: 100%;
    max-width: 100%;
    order: 1;
    padding-left: 0;
  }

  .adress {
    padding-top: 0;
    padding-bottom: 4rem;
    background: none;
  }

  .adress .left,
  .adress .right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .review .slider {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .review .item {
    flex-direction: column;
    margin-top: 20rem;
  }

  .review .item .img {
    width: 21.4rem;
    height: 19.4rem;
    margin-top: -20rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=maps/home.css.map */
