#content {
  font-family: "poppins-medium";
}
#content .top_banner_img {
  margin-top: 0;
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
.plant-slider {
  width: 75vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.plant-slider:before {
  width: 15vw;
  content: "";
  position: absolute;
  height: 110%;
  top: -5%;
  background: #fff;
  left: -8vw;
  z-index: 10;
  filter: blur(2.5vw);
}
.plant-slider:after {
  width: 15vw;
  content: "";
  position: absolute;
  height: 110%;
  top: -5%;
  background: #fff;
  right: -8vw;
  z-index: 10;
  filter: blur(2.5vw);
}
.plants {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 8vw;
  min-height: 35vw;
  padding-bottom: 7.7vw;
}
.plant {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.6s;
  margin: 0;
  min-width: 15vw;
  max-width: 15vw;
}
.plant .img {
  width: 15vw;
  height: 15vw;
  border-radius: 3.9vw;
  transition: 0.6s;
  margin-right: 0;
}
.plant .info {
  width: 21vw;
  height: 21vw;
  border: 3px solid #9ec9af;
  border-radius: 3.9vw;
  background: #fff;
  padding: 0 4vw;
  padding-top: 5.3vw;
  padding-bottom: 3vw;
  transform: scale(0);
  opacity: 0;
  transition: 0.6s;
  z-index: 5;
  position: absolute;
  left: 0;
}
.plant .info p span {
  display: block;
  position: relative;
  overflow-y: auto;
  padding-right: 0.5vw;
  max-height: 100%;
}

.plant .info p span::-webkit-scrollbar {
  width: 4px;
}

.plant .info p span::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.plant .info p span::-webkit-scrollbar-thumb {
  background: #6da081;
  transition: 300ms;
}

.plant .info p span::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.plant.plant-center {
  margin: 0 6vw;
  min-width: 33vw;
  max-width: 33vw;
}
.plant.plant-center .img {
  margin-right: 14vw;
  width: 18.8vw;
  height: 18.8vw;
}
.plant.plant-center .info {
  left: 12vw;
  transform: scale(1);
  opacity: 1;
}
.plant .info .quotes {
  position: absolute;
  width: 9.1vw;
  top: -2.6vw;
  right: 1.6vw;
}
.plant .info p {
  font-size: 0.8vw;
  line-height: 1.5;
  text-align: center;
  color: #0e0d0d;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.65s;
}
.plant .info p:not(.author) {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  transform: scale(0);
}
.plant.plant-center .info p:not(.author) {
  transform: scale(1);
}
.plant .info p:not(.author)::before {
  content: "“";
  position: absolute;
  font-size: 3.1vw;
  top: -2vw;
  left: -1vw;
  color: #0e0d0d;
}
.plant .info p:not(.author)::after {
  content: "”";
  position: absolute;
  font-size: 3.1vw;
  bottom: -3vw;
  right: -1vw;
  color: #0e0d0d;
}
.plant .info p.author {
  text-align: right;
  margin-top: 0.7vw;
  padding-right: 1.5vw;
}
.plant-slider .arrow {
  width: 3vw;
  position: absolute;
  left: 16.6vw;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: 300ms;
}

.plant-slider .arrow:hover {
  opacity: 1;
}

.plant-slider .arrow.hidden {
  visibility: hidden !important;
}

.plant-slider .arrow-right {
  transform: rotate(180deg);
  right: 16.6vw;
  left: unset;
}
.plant-reviews {
  width: 70.5vw;
  padding: 4vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.plant-reviews .circle {
  color: #141313;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8vw;
  height: 2.8vw;
  border-radius: 100%;
}
.plant-reviews .circle.circle-1 {
  background: #909caf;
}
.plant-reviews:before {
  bottom: -4vw;
  height: 23vw;
  width: 140%;
  left: -20%;
  background: #fff;
  filter: blur(2vw);
  content: "";
  position: absolute;
  transition: 0.3s;
}
.plant-reviews.more:before {
  opacity: 0;
}
.plant-reviews-col {
  width: 31%;
}
.plant-review {
  width: 100%;
  padding: 3.1vw;
  background: #fff;
  border: 3px solid #9ec9af;
  box-shadow:
    -4px -4px 0vw -2vw rgba(0, 0, 0, 0.3),
    4px 4px 4vw -20px rgba(0, 0, 0, 0.3);
  border-radius: 0.8vw;
  padding-bottom: 2.4vw;
  margin-bottom: 2.1vw;
  transition: 0.4s;
}
.plant-review.active {
  border-color: #00b348;
  box-shadow:
    -4px -4px 0vw -2vw rgba(0, 179, 72, 0.5),
    4px 4px 4vw -20px rgba(0, 179, 72, 0.5);
}
.plant-review .user-info {
  display: flex;
  align-items: center;
}
.plant-review .user-info img {
  width: 2.9vw;
}
.plant-review .user-info h2 {
  font-size: 1.2vw;
  margin: 0;
  margin-left: 0.8vw;

  font-weight: 400;
}
.plant-review .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5vw;
}
.plant-review .stars img {
  width: 1.1vw;
  margin-right: 0.3vw;
}
.plant-review p {
  font-size: 0.9vw;
  margin: 0;
  margin-top: 1.3vw;
  line-height: 1.5;
}
.review-show-more {
  font-size: 1.3vw;
  margin: 0 auto;
  width: 12vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #6da081;
  border-radius: 3vw;
  color: #6da081;
  cursor: pointer;
  transition: 0.3s;
}
.review-show-more span {
  position: absolute;
  transition: 0.3s;
}
.review-show-more .more {
  opacity: 1;
}
.review-show-more .hide {
  opacity: 0;
}
.review-show-more.active .more {
  opacity: 0;
}
.review-show-more.active .hide {
  opacity: 1;
}
.review-show-more:hover {
  color: #fff;
  background: #6da081;
}
.review-show-more:hover span {
  color: #fff;
}
.tag-block {
  padding: 3.5vw 0;
  display: flex;
  justify-content: center;
  background: rgba(158, 201, 175, 0.1);
  margin-top: 8vw;
}
.tag-block-cont {
  width: 62.5vw;
}
.tag-block h2 {
  font-size: 2.5vw;
  margin: 0;
  color: #111212;
}
.tag-block .tags {
  margin-top: 1.4vw;
}
.tag-block .tag {
  font-size: 2.3vw;
  color: #6da081;

  font-weight: 800;
}
.tag-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.3vw;
}
.tag-imgs-col {
  width: 30%;
}
.tag-imgs-col .tag-img {
  width: 100%;
  margin-bottom: 2.6vw;
}
.tag-imgs-col .tag-img:last-child {
  margin-bottom: 0;
}
.plant.first-slide,
.plant.first-slide .img,
.plant.first-slide .info,
.plant.first-slide .info p {
  transition: 0s !important;
}
.form {
  width: 40vw;
  margin: 0 auto;
  margin-top: 3.7vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form h2 {
  font-size: 2.3vw;

  margin: 0;
  text-align: center;
  margin-bottom: 2.2vw;
}
.form input,
.form textarea {
  width: 100%;
  padding: 0.9vw;
  font-size: 0.8vw;
  border: 0.5px solid #000000;
  border-radius: 0.3vw;
  margin-bottom: 0.8vw;
  outline: none;

  transition: 0.3s;
}
.form input:focus,
.form textarea:focus {
  border: 0.5px solid #6da081;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #8f97a1;
}
.form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 7.1vw;
  max-height: 12vw;
}
.form .upload-picture {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.form .upload-picture input {
  display: none;
}
.form .upload-picture p {
  font-size: 1.2vw;
  margin: 0;
}
.form .upload-picture label {
  display: flex;
  align-items: center;
  font-size: 0.8vw;
  padding: 0.6vw 1vw;
  color: #8f97a1;

  border: 0.5px solid #000000;
  border-radius: 20vw;
  cursor: pointer;
}
.form .upload-picture label img {
  width: 1.1vw;
  margin-right: 0.8vw;
  transition: 0.3s;
}
.form .upload-picture label:hover img {
  margin-top: -0.3vw;
}
.form .stars {
  display: flex;
  align-items: center;
  margin-top: 2vw;
}
.form .stars img {
  width: 5.2vw;
  margin: 0 0.5vw;
}
.form .bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8vw;
  width: 100%;
  margin-bottom: 4.7vw;
}
.form .bottom-block .capcha {
  width: 19vw;
}
.form .bottom-block button {
  padding: 1vw 4vw;
  font-size: 1.3vw;
  color: #fff;
  border-radius: 5vw;
  background: #6da081;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border: 3px solid #6da081;
  cursor: pointer;
  transition: 0.4s;
}
.form .bottom-block button:hover {
  background: #fff;
  color: #6da081;
}
@media (min-width: 1920px) {
  .plant-slider {
    width: 1440px;
  }
  .plant-slider:before {
    width: 288px;
    left: -153px;
    filter: blur(48px);
  }
  .plant-slider:after {
    width: 288px;
    right: -153px;
    filter: blur(48px);
  }
  .plants {
    padding-top: 153px;
    padding-bottom: 147px;
    min-height: 672px;
  }
  .plant {
    min-width: 288px;
    max-width: 288px;
  }
  .plant .img {
    width: 288px;
    height: 288px;
    border-radius: 75px;
  }
  .plant .info {
    width: 401px;
    height: 401px;
    border-radius: 75px;
    padding: 0 76px;
    padding-top: 101px;
    padding-bottom: 57px;
  }
  .plant.plant-center {
    margin: 0 115px;
    min-width: 633px;
    max-width: 633px;
  }
  .plant.plant-center .img {
    margin-right: 268px;
    width: 360px;
    height: 360px;
  }
  .plant.plant-center .info {
    left: 230px;
  }
  .plant .info .quotes {
    width: 175px;
    top: -50px;
    right: 30px;
  }
  .plant .info p {
    font-size: 15px;
  }
  .plant .info p:not(.author)::before {
    font-size: 60px;
    top: -38px;
    left: -19px;
  }
  .plant .info p:not(.author)::after {
    font-size: 60px;
    bottom: -58px;
    right: -19px;
  }
  .plant .info p.author {
    margin-top: 14px;
    padding-right: 29px;
  }
  .plant-slider .arrow {
    width: 58px;
    left: 318px;
  }
  .plant-slider .arrow-right {
    left: unset;
    right: 318px;
  }
  .plant-reviews {
    width: 1356px;
    padding: 77px;
  }
  .plant-reviews:before {
    bottom: -77px;
    height: 288px;
    filter: blur(39px);
  }
  .plant-review {
    padding: 60px;
    border-radius: 16px;
    padding-bottom: 46px;
    margin-bottom: 40px;
  }
  .plant-review .user-info img {
    width: 55px;
  }
  .plant-review .user-info h2 {
    font-size: 23px;
    margin-left: 15px;
  }
  .plant-review .stars {
    margin-top: 29px;
  }
  .plant-review .stars img {
    width: 21px;
    margin-right: 6px;
  }
  .plant-review p {
    font-size: 17px;
    margin-top: 25px;
  }
  .review-show-more {
    font-size: 25px;
    padding: 15px 32px;
    border-radius: 58px;
    width: 230px;
    height: 58px;
  }
  .tag-block {
    padding: 67px 372px;
    margin-top: 153px;
  }
  .tag-block h2 {
    font-size: 48px;
  }
  .tag-block .tags {
    margin-top: 27px;
  }
  .tag-block .tag {
    font-size: 44px;
  }
  .tag-imgs {
    margin-top: 63px;
  }
  .tag-imgs-col .tag-img {
    margin-bottom: 50px;
  }
  .tag-block-cont {
    width: 1200px;
  }
  .form {
    width: 768px;
    margin-top: 71px;
  }
  .form h2 {
    font-size: 44px;
    margin-bottom: 42px;
  }
  .form input,
  .form textarea {
    padding: 18px;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  .form textarea {
    min-height: 136px;
    max-height: 230px;
  }
  .form .upload-picture {
    margin-top: 39px;
  }
  .form .upload-picture p {
    font-size: 23px;
  }
  .form .upload-picture label {
    font-size: 16px;
    padding: 12px 19px;
    border-radius: 384px;
  }
  .form .upload-picture label img {
    width: 21px;
    margin-right: 16px;
  }
  .form .upload-picture label:hover img {
    margin-top: -6px;
  }
  .form .stars {
    margin-top: 39px;
  }
  .form .stars img {
    width: 100px;
    margin: 0 10px;
  }
  .form .bottom-block {
    margin-top: 35px;
    margin-bottom: 90px;
  }
  .form .bottom-block .capcha {
    width: 365px;
  }
  .form .bottom-block button {
    padding: 20px 77px;
    font-size: 25px;
    border-radius: 96px;
  }
}
@media (max-width: 1200px) {
  .plant-slider {
    width: 80vw;
  }
  .plant {
    min-width: 17vw;
    max-width: 17vw;
  }
  .plant .img {
    width: 17vw;
    height: 17vw;
  }
  .plant .info {
    width: 23vw;
    height: 23vw;
  }
  .plant .info .quotes {
    width: 10vw;
    right: 2vw;
    top: -3vw;
  }
  .plant .info p {
    font-size: 0.9vw;
  }
  .plant.plant-center .info {
    left: 14vw;
  }
  .plant.plant-center {
    min-width: 37vw;
    max-width: 37vw;
    margin: 0 8vw;
  }
  .plant.plant-center .img {
    margin-right: 18vw;
  }
  .plant-slider .arrow {
    width: 4vw;
  }
  .plant-slider .arrow {
    left: 16vw;
  }
  .plant-slider .arrow-right {
    right: 16vw;
    left: unset;
  }
  .plant-reviews {
    width: 80.5vw;
    padding: 7vw;
  }
  .plant-review p {
    font-size: 1vw;
  }
  .plant-review .user-info img {
    width: 3.2vw;
  }
  .plant-review .user-info h2 {
    font-size: 1.3vw;
  }
  .plant-review .stars img {
    width: 1.2vw;
  }
  .tag-block-cont {
    width: 70vw;
  }
  .tag-imgs-col .tag-img {
    margin-bottom: 3vw;
  }
  .tag-block h2 {
    font-size: 2.7vw;
  }
  .tag-block .tag {
    font-size: 2.5vw;
  }
  .tag-block {
    padding: 4vw 0;
  }
  .form {
    width: 60vw;
  }
  .form h2 {
    font-size: 2.5vw;
  }
  .form input,
  .form textarea {
    padding: 1.2vw;
    font-size: 1vw;
    margin-bottom: 1.5vw;
  }
  .form .upload-picture label {
    font-size: 1vw;
    padding: 0.8vw 1vw;
  }
}
@media (max-width: 800px) {
  .plant-reviews {
    width: 90.5vw;
  }
  .plant-review {
    box-shadow:
      -4px -4px 8vw -8vw rgb(0 0 0 / 30%),
      4px 4px 8vw -1vw rgb(0 0 0 / 30%);
  }
  .plant-review.active {
    border-color: #00b348;
    box-shadow:
      -4px -4px 8vw -8vw rgba(0, 179, 72, 0.5),
      4px 4px 8vw -1vw rgba(0, 179, 72, 0.5);
  }
  .plant .info p span {
    padding-right: 2vw;
  }
  .plant .info p {
    line-height: 1.3;
  }
  .review-show-more {
    font-size: 1.7vw;
    width: 17vw;
    height: 5vw;
  }
  .plant-review p {
    font-size: 1.2vw;
    margin-top: 2vw;
  }
  .plant-review .user-info img {
    width: 4vw;
  }
  .plant-review .user-info h2 {
    font-size: 1.6vw;
    margin-left: 1vw;
  }
  .plant-review .stars img {
    width: 1.5vw;
    margin-right: 0.5vw;
  }
  .plant-review .stars {
    margin-top: 2vw;
  }
  .tag-block-cont {
    width: 77vw;
  }
  .form {
    width: 77vw;
  }
  .form input,
  .form textarea {
    font-size: 1.5vw;
    padding: 2vw;
    border-radius: 0.5vw;
    margin-bottom: 2vw;
  }
  .form .upload-picture label {
    font-size: 1.3vw;
    padding: 1vw 1.5vw;
  }
  .form .upload-picture label img {
    width: 1.5vw;
  }
  .form .upload-picture p {
    font-size: 1.5vw;
  }
  .form h2 {
    font-size: 3vw;
  }
  .form .bottom-block .capcha {
    width: 25vw;
  }
  .form .bottom-block button {
    padding: 1.5vw 5vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 500px) {
  .plant-reviews {
    width: 100%;
    padding: 5vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .plant-reviews-col {
    width: 100%;
  }
  .plant-review {
    padding: 8vw;
    border-radius: 5vw;
    margin-bottom: 8vw;
  }
  .plant-review .user-info img {
    width: 10vw;
  }
  .plant-reviews .circle {
    font-size: 4vw;
    width: 9vw;
    height: 9vw;
  }
  .plant-review .user-info h2 {
    margin-left: 3vw;
    font-size: 5vw;
  }
  .plant-review .stars {
    margin-top: 4vw;
  }
  .plant-review .stars img {
    width: 4vw;
    margin-right: 1vw;
  }
  .plant-review p {
    font-size: 4.3vw;
    margin-top: 4vw;
  }
  .plant-slider {
    width: 100%;
    padding: 15px 0;
  }
  .plants {
    height: 300px;
    padding: 0;
    min-height: unset;
  }
  .plant-slider:before,
  .plant-slider:after {
    content: unset;
  }
  .plant.plant-center .img {
    display: none;
  }
  .plant .img {
    opacity: 0.2;
  }
  .plant.plant-center {
    min-width: unset;
    max-width: unset;
    margin: 0 0px;
  }
  .plant.plant-center .info {
    width: 74vw;
    height: 250px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 12px;
  }
  .plant .info {
    transform: unset;
  }
  .plant .info .quotes {
    width: 40px;
    top: -20px;
    right: 20px;
  }
  .plant.plant-center .info p {
    font-size: 15px;
    padding: 8px;
    text-align: left;
  }
  .plant .info p:not(.author) {
    transform: none;
  }
  .plant .info p:not(.author)::before,
  .plant .info p:not(.author)::after {
    display: none;
  }
  .plant .info p.author {
    margin-top: 10px;
    height: auto;
    padding: 0;
    text-align: right;
  }
  .plant-slider .arrow {
    left: 10px;
    width: 35px;
  }
  .plant-slider .arrow-right {
    right: 10px;
    left: unset;
  }
  .review-show-more {
    width: 64vw;
    height: 15vw;
    border-radius: 50vw;
    font-size: 5vw;
  }
  .tag-block {
    margin-top: 15vw;
  }
  .tag-block-cont {
    width: 90%;
  }
  .tag-imgs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .tag-imgs-col {
    width: 70%;
  }
  .tag-imgs-col .tag-img,
  .tag-imgs-col .tag-img:last-child {
    margin-bottom: 8vw;
  }
  .tag-imgs,
  .tag-block .tags {
    margin-top: 6vw;
  }
  .tag-block h2 {
    font-size: 6vw;
  }
  .tag-block .tag {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .form {
    width: 80vw;
    margin: 10vw auto;
  }
  .form h2 {
    font-size: 6vw;
  }
  .form input,
  .form textarea {
    padding: 4vw;
    border-radius: 1vw;
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  .form textarea {
    min-height: 20vw;
    max-height: 30vw;
  }
  .form .upload-picture {
    flex-direction: column;
    align-items: center;
  }
  .form .upload-picture p {
    font-size: 3.5vw;
    text-align: center;
  }
  .form .upload-picture label {
    font-size: 3.5vw;
    padding: 3vw 8vw;
    margin-top: 5vw;
  }
  .form .upload-picture label img {
    width: 3.5vw;
    margin-right: 2vw;
  }
  .form .stars {
    margin-top: 5vw;
  }
  .form .stars img {
    width: 8vw;
    margin: 0 2vw;
  }
  .form .bottom-block {
    margin-top: 12vw;
    flex-direction: column;
    align-items: center;
  }
  .form .bottom-block .capcha {
    width: 80%;
  }
  .form .bottom-block button {
    margin-top: 8vw;
    font-size: 4vw;
    padding: 4vw 16vw;
    border-radius: 30vw;
  }
}
