.stylish {
  max-width: 1920px;
  height: 780px;
  margin: 120px auto;
  position: relative;
}

.stylish-item {
  background-image: url(../../img/png/bath1.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 100%;
  width: 70%;
  -webkit-border-top-right-radius: 250px;
          border-top-right-radius: 250px;
  -webkit-border-bottom-right-radius: 250px;
          border-bottom-right-radius: 250px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}

.stylish-item__title {
  font-size: 123px;
  line-height: 123px;
  font-weight: 600;
  text-transform: uppercase;
}

.stylish-item__text {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}

.stylish__text {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.choose {
  margin-top: 100px;
  margin-bottom: 100px;
}

.choose__title {
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
}

.choose__link {
  width: 240px;
  height: 58px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #472B00;
  color: #472B00;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
}

.choose__link:hover {
  background: #E8EDCE;
  color: #000;
  border: 2px solid #E8EDCE;
}

.advantages__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  text-transform: uppercase;
  color: #472B00;
}

.advantages-item {
  width: 27%;
  margin-top: 100px;
}

.advantages-item__title {
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
}

.advantages-item__text {
  font-size: 18px;
  line-height: 21px;
  margin-top: 65px;
}

.advantages-item__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.production {
  margin: 150px auto;
}

.production__title {
  font-size: 96px;
  line-height: 110px;
  font-weight: 500;
  text-transform: uppercase;
}

.production__title-sub {
  margin: 90px 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.production .form-box {
  width: 100%;
}

.production .form-box__submit {
  margin: 0;
  margin-bottom: 15px;
}

.production .form-box__inp {
  width: 31%;
}

.production .form-box-info {
  width: 31%;
}

.modular__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
  color: #472B00;
  text-transform: uppercase;
  margin-bottom: 116px;
}

.modular-item {
  width: 24%;
  height: 250px;
  background: #E8EDCE;
  padding: 40px 55px;
  margin-bottom: 35px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.modular-item__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #472B00;
  text-transform: uppercase;
}

.modular-item__text {
  font-size: 18px;
  line-height: 22px;
}

.modular-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 5px rgba(71, 43, 0, 0.5);
          box-shadow: 0px 5px 5px rgba(71, 43, 0, 0.5);
}

.faq-baths .faq__title {
  font-size: 96px;
  line-height: 96px;
  color: #472B00;
}

.faq-baths .faq-info__title {
  font-size: 25px;
  line-height: 30px;
}

.addFaq {
  margin: 125px 0;
}

.addFaq form {
  position: relative;
}

.addFaq form #my__comment {
  border: none;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  resize: none;
  border-bottom: 1px solid #000;
  padding-right: 130px;
}

.addFaq form #my__comment:focus {
  outline: none;
  border-bottom: 1px solid #ADD54E;
}

.addFaq form #my__comment::-webkit-input-placeholder {
  color: #000;
}

.addFaq form #my__comment:-ms-input-placeholder {
  color: #000;
}

.addFaq form #my__comment::-ms-input-placeholder {
  color: #000;
}

.addFaq form #my__comment::placeholder {
  color: #000;
}

.addFaq form button {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 20px;
  border: none;
  background: none;
  color: #000;
}

.addFaq form button:hover {
  color: #ADD54E;
}

@media (max-width: 1600px) {
  .stylish {
    height: 550px;
  }
  .stylish-item {
    -webkit-border-top-right-radius: 150px;
            border-top-right-radius: 150px;
    -webkit-border-bottom-right-radius: 150px;
            border-bottom-right-radius: 150px;
    padding: 20px;
  }
  .stylish-item__title {
    font-size: 70px;
    line-height: 70px;
  }
  .stylish-item__text {
    font-size: 20px;
    line-height: 24px;
  }
  .stylish__text {
    font-size: 20px;
    line-height: 30px;
  }
  .advantages__title {
    font-size: 40px;
    line-height: 50px;
  }
  .advantages-item {
    width: 30%;
    margin-top: 70px;
  }
  .advantages-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .advantages-item__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
  }
  .production__title {
    font-size: 50px;
    line-height: 60px;
  }
  .production__title-sub {
    margin: 40px 0 60px;
    font-size: 28px;
    line-height: 32px;
  }
  .production .form-box__inp {
    width: 32%;
  }
  .production .form-box-info {
    width: 32%;
  }
  .modular__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .modular-item {
    padding: 35px 20px;
    margin-bottom: 35px;
    height: 200px;
  }
  .modular-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modular-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-baths .faq__title {
    font-size: 96px;
    line-height: 96px;
    color: #472B00;
  }
  .faq-baths .faq-info__title {
    font-size: 25px;
    line-height: 30px;
  }
  .addFaq {
    margin: 125px 0;
  }
  .addFaq form {
    position: relative;
  }
  .addFaq form #my__comment {
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    resize: none;
    border-bottom: 1px solid #000;
    padding-right: 130px;
  }
  .addFaq form #my__comment:focus {
    outline: none;
    border-bottom: 1px solid #ADD54E;
  }
  .addFaq form #my__comment::-webkit-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment:-ms-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment::-ms-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment::placeholder {
    color: #000;
  }
  .addFaq form button {
    position: absolute;
    right: 0;
    bottom: 25px;
    font-size: 20px;
    border: none;
    background: none;
    color: #000;
  }
  .addFaq form button:hover {
    color: #ADD54E;
  }
}

@media (max-width: 992px) {
  .stylish {
    margin: 80px 0;
    height: auto;
  }
  .stylish-item {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-border-top-right-radius: 50px;
            border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
            border-bottom-right-radius: 50px;
    padding: 20px;
  }
  .stylish-item__title {
    font-size: 70px;
    line-height: 70px;
  }
  .stylish-item__text {
    font-size: 20px;
    line-height: 24px;
  }
  .stylish__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
  }
  .advantages__title {
    font-size: 32px;
    line-height: 40px;
  }
  .advantages-item {
    width: 48%;
    margin-top: 40px;
  }
  .advantages-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .advantages-item__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
  }
  .production__title {
    font-size: 40px;
    line-height: 50px;
  }
  .production__title-sub {
    margin: 30px 0 50px;
    font-size: 28px;
    line-height: 32px;
  }
  .production .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 380px;
  }
  .production .form-box__inp {
    width: 100%;
  }
  .production .form-box-info {
    width: 100%;
  }
  .modular__title {
    font-size: 32px;
    line-height: 40px;
  }
  .modular-item {
    width: 49%;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
  .faq-baths .faq__title {
    font-size: 40px;
    line-height: 50px;
    color: #472B00;
  }
  .faq-baths .faq-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .addFaq {
    margin: 125px 0;
  }
  .addFaq form {
    position: relative;
  }
  .addFaq form #my__comment {
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    resize: none;
    border-bottom: 1px solid #000;
    padding-right: 130px;
  }
  .addFaq form #my__comment:focus {
    outline: none;
    border-bottom: 1px solid #ADD54E;
  }
  .addFaq form #my__comment::-webkit-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment:-ms-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment::-ms-input-placeholder {
    color: #000;
  }
  .addFaq form #my__comment::placeholder {
    color: #000;
  }
  .addFaq form button {
    position: absolute;
    right: 0;
    bottom: 25px;
    font-size: 20px;
    border: none;
    background: none;
    color: #000;
  }
  .addFaq form button:hover {
    color: #ADD54E;
  }
}

@media (max-width: 576px) {
  .stylish-item {
    height: 300px;
  }
  .stylish-item__title {
    font-size: 50px;
    line-height: 60px;
  }
  .stylish-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .advantages__title {
    font-size: 32px;
    line-height: 40px;
  }
  .advantages-item {
    width: 100%;
    margin-top: 30px;
  }
  .advantages-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .production {
    margin: 80px 0;
  }
  .production__title {
    font-size: 32px;
    line-height: 40px;
  }
  .production__title-sub {
    font-size: 22px;
  }
  .modular__title {
    font-size: 32px;
    line-height: 40px;
  }
  .modular-item {
    width: 100%;
    height: 180px;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
  .faq-baths .faq__title {
    font-size: 40px;
    line-height: 50px;
    color: #472B00;
  }
  .faq-baths .faq-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .addFaq {
    margin: 80px 0;
  }
  .addFaq 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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .addFaq form #my__comment {
    padding-right: 15px;
    text-align: center;
  }
  .addFaq form button {
    position: relative;
    margin-top: 60px;
  }
  .choose {
    margin-top: 50px;
  }
  .choose__title {
    font-size: 22px;
    line-height: 24px;
  }
}

.product-category-181 > .container, .product-category-181 > .container > .row > #content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}